| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334 |
- namespace HslCommunication.LogNet
- {
- partial class LogNetAnalysisControl
- {
- /// <summary>
- /// 必需的设计器变量。
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// 清理所有正在使用的资源。
- /// </summary>
- /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region 组件设计器生成的代码
- /// <summary>
- /// 设计器支持所需的方法 - 不要修改
- /// 使用代码编辑器修改此方法的内容。
- /// </summary>
- private void InitializeComponent()
- {
- this.textBox1 = new System.Windows.Forms.TextBox();
- this.textBox2 = new System.Windows.Forms.TextBox();
- this.label1 = new System.Windows.Forms.Label();
- this.textBox3 = new System.Windows.Forms.TextBox();
- this.label2 = new System.Windows.Forms.Label();
- this.tabControl1 = new System.Windows.Forms.TabControl();
- this.tabPage1 = new System.Windows.Forms.TabPage();
- this.tabPage2 = new System.Windows.Forms.TabPage();
- this.pictureBox1 = new System.Windows.Forms.PictureBox();
- this.checkBox1 = new System.Windows.Forms.CheckBox();
- this.textBox4 = new System.Windows.Forms.TextBox();
- this.userButton_source = new HslCommunication.Controls.UserButton();
- this.userButton_All = new HslCommunication.Controls.UserButton();
- this.userButton_Fatal = new HslCommunication.Controls.UserButton();
- this.userButton_Error = new HslCommunication.Controls.UserButton();
- this.userButton_Warn = new HslCommunication.Controls.UserButton();
- this.userButton_Info = new HslCommunication.Controls.UserButton();
- this.userButton_Debug = new HslCommunication.Controls.UserButton();
- this.tabControl1.SuspendLayout();
- this.tabPage1.SuspendLayout();
- this.tabPage2.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
- this.SuspendLayout();
- //
- // textBox1
- //
- this.textBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.textBox1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.textBox1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.textBox1.Location = new System.Drawing.Point(3, 3);
- this.textBox1.Multiline = true;
- this.textBox1.Name = "textBox1";
- this.textBox1.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
- this.textBox1.Size = new System.Drawing.Size(728, 434);
- this.textBox1.TabIndex = 0;
- //
- // textBox2
- //
- this.textBox2.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.textBox2.Location = new System.Drawing.Point(92, 4);
- this.textBox2.Name = "textBox2";
- this.textBox2.Size = new System.Drawing.Size(156, 23);
- this.textBox2.TabIndex = 2;
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label1.Location = new System.Drawing.Point(264, 6);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(28, 17);
- this.label1.TabIndex = 3;
- this.label1.Text = "----";
- //
- // textBox3
- //
- this.textBox3.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.textBox3.Location = new System.Drawing.Point(304, 4);
- this.textBox3.Name = "textBox3";
- this.textBox3.Size = new System.Drawing.Size(156, 23);
- this.textBox3.TabIndex = 4;
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label2.Location = new System.Drawing.Point(3, 8);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(68, 17);
- this.label2.TabIndex = 12;
- this.label2.Text = "时间选择:";
- //
- // tabControl1
- //
- this.tabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.tabControl1.Controls.Add(this.tabPage1);
- this.tabControl1.Controls.Add(this.tabPage2);
- this.tabControl1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tabControl1.Location = new System.Drawing.Point(6, 34);
- this.tabControl1.Name = "tabControl1";
- this.tabControl1.SelectedIndex = 0;
- this.tabControl1.Size = new System.Drawing.Size(742, 470);
- this.tabControl1.TabIndex = 15;
- //
- // tabPage1
- //
- this.tabPage1.Controls.Add(this.textBox1);
- this.tabPage1.Location = new System.Drawing.Point(4, 26);
- this.tabPage1.Name = "tabPage1";
- this.tabPage1.Padding = new System.Windows.Forms.Padding(3, 3, 3, 3);
- this.tabPage1.Size = new System.Drawing.Size(734, 440);
- this.tabPage1.TabIndex = 0;
- this.tabPage1.Text = "数据视图";
- this.tabPage1.UseVisualStyleBackColor = true;
- //
- // tabPage2
- //
- this.tabPage2.Controls.Add(this.pictureBox1);
- this.tabPage2.Location = new System.Drawing.Point(4, 26);
- this.tabPage2.Name = "tabPage2";
- this.tabPage2.Padding = new System.Windows.Forms.Padding(3, 3, 3, 3);
- this.tabPage2.Size = new System.Drawing.Size(734, 440);
- this.tabPage2.TabIndex = 1;
- this.tabPage2.Text = "分布视图";
- this.tabPage2.UseVisualStyleBackColor = true;
- //
- // pictureBox1
- //
- this.pictureBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.pictureBox1.Location = new System.Drawing.Point(6, 11);
- this.pictureBox1.Name = "pictureBox1";
- this.pictureBox1.Size = new System.Drawing.Size(708, 402);
- this.pictureBox1.TabIndex = 0;
- this.pictureBox1.TabStop = false;
- this.pictureBox1.SizeChanged += new System.EventHandler(this.pictureBox1_SizeChanged);
- this.pictureBox1.Paint += new System.Windows.Forms.PaintEventHandler(this.pictureBox1_Paint);
- this.pictureBox1.DoubleClick += new System.EventHandler(this.pictureBox1_DoubleClick);
- this.pictureBox1.MouseEnter += new System.EventHandler(this.pictureBox1_MouseEnter);
- this.pictureBox1.MouseLeave += new System.EventHandler(this.pictureBox1_MouseLeave);
- this.pictureBox1.MouseMove += new System.Windows.Forms.MouseEventHandler(this.pictureBox1_MouseMove);
- //
- // checkBox1
- //
- this.checkBox1.AutoSize = true;
- this.checkBox1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.checkBox1.Location = new System.Drawing.Point(514, 5);
- this.checkBox1.Name = "checkBox1";
- this.checkBox1.Size = new System.Drawing.Size(111, 21);
- this.checkBox1.TabIndex = 16;
- this.checkBox1.Text = "使用正则表达式";
- this.checkBox1.UseVisualStyleBackColor = true;
- //
- // textBox4
- //
- this.textBox4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.textBox4.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.textBox4.Location = new System.Drawing.Point(514, 27);
- this.textBox4.Name = "textBox4";
- this.textBox4.Size = new System.Drawing.Size(227, 23);
- this.textBox4.TabIndex = 17;
- //
- // userButton_source
- //
- this.userButton_source.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.userButton_source.BackColor = System.Drawing.Color.Transparent;
- this.userButton_source.CustomerInformation = "";
- this.userButton_source.EnableColor = System.Drawing.Color.FromArgb(((int)(((byte)(190)))), ((int)(((byte)(190)))), ((int)(((byte)(190)))));
- this.userButton_source.Font = new System.Drawing.Font("微软雅黑", 9F);
- this.userButton_source.Location = new System.Drawing.Point(650, 513);
- this.userButton_source.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
- this.userButton_source.Name = "userButton_source";
- this.userButton_source.Size = new System.Drawing.Size(98, 25);
- this.userButton_source.TabIndex = 13;
- this.userButton_source.UIText = "源日志";
- this.userButton_source.Click += new System.EventHandler(this.userButton_source_Click);
- //
- // userButton_All
- //
- this.userButton_All.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
- this.userButton_All.BackColor = System.Drawing.Color.Transparent;
- this.userButton_All.CustomerInformation = "";
- this.userButton_All.EnableColor = System.Drawing.Color.FromArgb(((int)(((byte)(190)))), ((int)(((byte)(190)))), ((int)(((byte)(190)))));
- this.userButton_All.Font = new System.Drawing.Font("微软雅黑", 9F);
- this.userButton_All.Location = new System.Drawing.Point(525, 513);
- this.userButton_All.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
- this.userButton_All.Name = "userButton_All";
- this.userButton_All.Size = new System.Drawing.Size(98, 25);
- this.userButton_All.TabIndex = 11;
- this.userButton_All.UIText = "全部";
- this.userButton_All.Click += new System.EventHandler(this.userButton_All_Click);
- //
- // userButton_Fatal
- //
- this.userButton_Fatal.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
- this.userButton_Fatal.BackColor = System.Drawing.Color.Transparent;
- this.userButton_Fatal.CustomerInformation = "";
- this.userButton_Fatal.EnableColor = System.Drawing.Color.FromArgb(((int)(((byte)(190)))), ((int)(((byte)(190)))), ((int)(((byte)(190)))));
- this.userButton_Fatal.Font = new System.Drawing.Font("微软雅黑", 9F);
- this.userButton_Fatal.Location = new System.Drawing.Point(422, 513);
- this.userButton_Fatal.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
- this.userButton_Fatal.Name = "userButton_Fatal";
- this.userButton_Fatal.Size = new System.Drawing.Size(98, 25);
- this.userButton_Fatal.TabIndex = 10;
- this.userButton_Fatal.UIText = "致命";
- this.userButton_Fatal.Click += new System.EventHandler(this.userButton_Fatal_Click);
- //
- // userButton_Error
- //
- this.userButton_Error.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
- this.userButton_Error.BackColor = System.Drawing.Color.Transparent;
- this.userButton_Error.CustomerInformation = "";
- this.userButton_Error.EnableColor = System.Drawing.Color.FromArgb(((int)(((byte)(190)))), ((int)(((byte)(190)))), ((int)(((byte)(190)))));
- this.userButton_Error.Font = new System.Drawing.Font("微软雅黑", 9F);
- this.userButton_Error.Location = new System.Drawing.Point(318, 513);
- this.userButton_Error.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
- this.userButton_Error.Name = "userButton_Error";
- this.userButton_Error.Size = new System.Drawing.Size(98, 25);
- this.userButton_Error.TabIndex = 9;
- this.userButton_Error.UIText = "错误";
- this.userButton_Error.Click += new System.EventHandler(this.userButton_Error_Click);
- //
- // userButton_Warn
- //
- this.userButton_Warn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
- this.userButton_Warn.BackColor = System.Drawing.Color.Transparent;
- this.userButton_Warn.CustomerInformation = "";
- this.userButton_Warn.EnableColor = System.Drawing.Color.FromArgb(((int)(((byte)(190)))), ((int)(((byte)(190)))), ((int)(((byte)(190)))));
- this.userButton_Warn.Font = new System.Drawing.Font("微软雅黑", 9F);
- this.userButton_Warn.Location = new System.Drawing.Point(214, 513);
- this.userButton_Warn.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
- this.userButton_Warn.Name = "userButton_Warn";
- this.userButton_Warn.Size = new System.Drawing.Size(98, 25);
- this.userButton_Warn.TabIndex = 8;
- this.userButton_Warn.UIText = "警告";
- this.userButton_Warn.Click += new System.EventHandler(this.userButton_Warn_Click);
- //
- // userButton_Info
- //
- this.userButton_Info.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
- this.userButton_Info.BackColor = System.Drawing.Color.Transparent;
- this.userButton_Info.CustomerInformation = "";
- this.userButton_Info.EnableColor = System.Drawing.Color.FromArgb(((int)(((byte)(190)))), ((int)(((byte)(190)))), ((int)(((byte)(190)))));
- this.userButton_Info.Font = new System.Drawing.Font("微软雅黑", 9F);
- this.userButton_Info.Location = new System.Drawing.Point(110, 513);
- this.userButton_Info.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
- this.userButton_Info.Name = "userButton_Info";
- this.userButton_Info.Size = new System.Drawing.Size(98, 25);
- this.userButton_Info.TabIndex = 7;
- this.userButton_Info.UIText = "信息";
- this.userButton_Info.Click += new System.EventHandler(this.userButton_Info_Click);
- //
- // userButton_Debug
- //
- this.userButton_Debug.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
- this.userButton_Debug.BackColor = System.Drawing.Color.Transparent;
- this.userButton_Debug.CustomerInformation = "";
- this.userButton_Debug.EnableColor = System.Drawing.Color.FromArgb(((int)(((byte)(190)))), ((int)(((byte)(190)))), ((int)(((byte)(190)))));
- this.userButton_Debug.Font = new System.Drawing.Font("微软雅黑", 9F);
- this.userButton_Debug.Location = new System.Drawing.Point(6, 513);
- this.userButton_Debug.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
- this.userButton_Debug.Name = "userButton_Debug";
- this.userButton_Debug.Size = new System.Drawing.Size(98, 25);
- this.userButton_Debug.TabIndex = 6;
- this.userButton_Debug.UIText = "调试";
- this.userButton_Debug.Click += new System.EventHandler(this.userButton_Debug_Click);
- //
- // LogNetAnalysisControl
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.Controls.Add(this.textBox4);
- this.Controls.Add(this.checkBox1);
- this.Controls.Add(this.tabControl1);
- this.Controls.Add(this.userButton_source);
- this.Controls.Add(this.label2);
- this.Controls.Add(this.userButton_All);
- this.Controls.Add(this.userButton_Fatal);
- this.Controls.Add(this.userButton_Error);
- this.Controls.Add(this.userButton_Warn);
- this.Controls.Add(this.userButton_Info);
- this.Controls.Add(this.userButton_Debug);
- this.Controls.Add(this.textBox3);
- this.Controls.Add(this.label1);
- this.Controls.Add(this.textBox2);
- this.Name = "LogNetAnalysisControl";
- this.Size = new System.Drawing.Size(752, 542);
- this.Load += new System.EventHandler(this.LogNetAnalysisControl_Load);
- this.tabControl1.ResumeLayout(false);
- this.tabPage1.ResumeLayout(false);
- this.tabPage1.PerformLayout();
- this.tabPage2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.TextBox textBox1;
- private System.Windows.Forms.TextBox textBox2;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.TextBox textBox3;
- private Controls.UserButton userButton_Debug;
- private Controls.UserButton userButton_Info;
- private Controls.UserButton userButton_Warn;
- private Controls.UserButton userButton_Error;
- private Controls.UserButton userButton_Fatal;
- private Controls.UserButton userButton_All;
- private System.Windows.Forms.Label label2;
- private Controls.UserButton userButton_source;
- private System.Windows.Forms.TabControl tabControl1;
- private System.Windows.Forms.TabPage tabPage1;
- private System.Windows.Forms.TabPage tabPage2;
- private System.Windows.Forms.PictureBox pictureBox1;
- private System.Windows.Forms.CheckBox checkBox1;
- private System.Windows.Forms.TextBox textBox4;
- }
- }
|