|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126 |
- namespace MaiMuAOI.SysUI.SysSet
- {
- partial class SysLogFrm
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
-
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
-
- #region Windows Form Designer generated code
-
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- this.uiTitel1 = new MaiMuControl.UIKits.MaiMuMenu.UITitel();
- this.splitContainer1 = new System.Windows.Forms.SplitContainer();
- this.tbLog = new System.Windows.Forms.TextBox();
- this.loglistView = new System.Windows.Forms.ListView();
- this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
- ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
- this.splitContainer1.Panel1.SuspendLayout();
- this.splitContainer1.Panel2.SuspendLayout();
- this.splitContainer1.SuspendLayout();
- this.SuspendLayout();
- //
- // uiTitel1
- //
- this.uiTitel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(31)))), ((int)(((byte)(120)))));
- this.uiTitel1.Dock = System.Windows.Forms.DockStyle.Top;
- this.uiTitel1.Location = new System.Drawing.Point(0, 0);
- this.uiTitel1.Name = "uiTitel1";
- this.uiTitel1.Size = new System.Drawing.Size(661, 46);
- this.uiTitel1.TabIndex = 3;
- //
- // splitContainer1
- //
- this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.splitContainer1.Location = new System.Drawing.Point(0, 46);
- this.splitContainer1.Name = "splitContainer1";
- //
- // splitContainer1.Panel1
- //
- this.splitContainer1.Panel1.Controls.Add(this.loglistView);
- //
- // splitContainer1.Panel2
- //
- this.splitContainer1.Panel2.Controls.Add(this.tbLog);
- this.splitContainer1.Size = new System.Drawing.Size(661, 524);
- this.splitContainer1.SplitterDistance = 204;
- this.splitContainer1.TabIndex = 4;
- //
- // tbLog
- //
- this.tbLog.Dock = System.Windows.Forms.DockStyle.Fill;
- this.tbLog.Location = new System.Drawing.Point(0, 0);
- this.tbLog.Multiline = true;
- this.tbLog.Name = "tbLog";
- this.tbLog.ReadOnly = true;
- this.tbLog.ScrollBars = System.Windows.Forms.ScrollBars.Both;
- this.tbLog.Size = new System.Drawing.Size(453, 524);
- this.tbLog.TabIndex = 0;
- //
- // loglistView
- //
- this.loglistView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
- this.columnHeader1});
- this.loglistView.Dock = System.Windows.Forms.DockStyle.Fill;
- this.loglistView.HideSelection = false;
- this.loglistView.Location = new System.Drawing.Point(0, 0);
- this.loglistView.MultiSelect = false;
- this.loglistView.Name = "loglistView";
- this.loglistView.Size = new System.Drawing.Size(204, 524);
- this.loglistView.TabIndex = 5;
- this.loglistView.UseCompatibleStateImageBehavior = false;
- this.loglistView.View = System.Windows.Forms.View.Details;
- this.loglistView.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.listLogFile_MouseDoubleClick);
- //
- // columnHeader1
- //
- this.columnHeader1.Text = "日志文件";
- this.columnHeader1.Width = 200;
- //
- // SysLogFrm
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(661, 570);
- this.Controls.Add(this.splitContainer1);
- this.Controls.Add(this.uiTitel1);
- this.Name = "SysLogFrm";
- this.Text = "日志查询";
- this.Load += new System.EventHandler(this.SysLogFrm_Load);
- this.splitContainer1.Panel1.ResumeLayout(false);
- this.splitContainer1.Panel2.ResumeLayout(false);
- this.splitContainer1.Panel2.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
- this.splitContainer1.ResumeLayout(false);
- this.ResumeLayout(false);
-
- }
-
- #endregion
-
- private MaiMuControl.UIKits.MaiMuMenu.UITitel uiTitel1;
- private System.Windows.Forms.SplitContainer splitContainer1;
- private System.Windows.Forms.TextBox tbLog;
- private System.Windows.Forms.ListView loglistView;
- private System.Windows.Forms.ColumnHeader columnHeader1;
- }
- }
|