namespace XS_BLL { partial class DisplaySet { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { try { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } catch (System.Exception) { } } #region 组件设计器生成的代码 /// /// 设计器支持所需的方法 - 不要修改 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { this.tabControl2 = new System.Windows.Forms.TabControl(); this.InterfaceDataExhibition = new System.Windows.Forms.TabPage(); this.richTextBox1 = new System.Windows.Forms.RichTextBox(); this.tabControl1 = new System.Windows.Forms.TabControl(); this.InterfaceData = new System.Windows.Forms.TabPage(); this.lb_Message = new System.Windows.Forms.ListBox(); this.InterfaceLog = new System.Windows.Forms.TabPage(); this.lb_FileExhibition = new System.Windows.Forms.ListBox(); this.lb_error = new System.Windows.Forms.ListBox(); this.splitContainer1 = new System.Windows.Forms.SplitContainer(); this.splitContainer2 = new System.Windows.Forms.SplitContainer(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.tabControl2.SuspendLayout(); this.InterfaceDataExhibition.SuspendLayout(); this.tabControl1.SuspendLayout(); this.InterfaceData.SuspendLayout(); this.InterfaceLog.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit(); this.splitContainer1.Panel1.SuspendLayout(); this.splitContainer1.Panel2.SuspendLayout(); this.splitContainer1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit(); this.splitContainer2.Panel1.SuspendLayout(); this.splitContainer2.Panel2.SuspendLayout(); this.splitContainer2.SuspendLayout(); this.groupBox1.SuspendLayout(); this.SuspendLayout(); // // tabControl2 // this.tabControl2.Controls.Add(this.InterfaceDataExhibition); this.tabControl2.Dock = System.Windows.Forms.DockStyle.Fill; this.tabControl2.Location = new System.Drawing.Point(0, 0); this.tabControl2.Margin = new System.Windows.Forms.Padding(0); this.tabControl2.Name = "tabControl2"; this.tabControl2.SelectedIndex = 0; this.tabControl2.Size = new System.Drawing.Size(293, 510); this.tabControl2.TabIndex = 0; // // InterfaceDataExhibition // this.InterfaceDataExhibition.Controls.Add(this.richTextBox1); this.InterfaceDataExhibition.Location = new System.Drawing.Point(4, 25); this.InterfaceDataExhibition.Name = "InterfaceDataExhibition"; this.InterfaceDataExhibition.Padding = new System.Windows.Forms.Padding(3); this.InterfaceDataExhibition.Size = new System.Drawing.Size(285, 481); this.InterfaceDataExhibition.TabIndex = 0; this.InterfaceDataExhibition.Text = "接口数据展示"; this.InterfaceDataExhibition.UseVisualStyleBackColor = true; // // richTextBox1 // this.richTextBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.richTextBox1.Dock = System.Windows.Forms.DockStyle.Fill; this.richTextBox1.Location = new System.Drawing.Point(3, 3); this.richTextBox1.Name = "richTextBox1"; this.richTextBox1.ReadOnly = true; this.richTextBox1.Size = new System.Drawing.Size(279, 475); this.richTextBox1.TabIndex = 1; this.richTextBox1.Text = ""; // // tabControl1 // this.tabControl1.Controls.Add(this.InterfaceData); this.tabControl1.Controls.Add(this.InterfaceLog); this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.tabControl1.Location = new System.Drawing.Point(0, 0); this.tabControl1.Margin = new System.Windows.Forms.Padding(0); this.tabControl1.Name = "tabControl1"; this.tabControl1.SelectedIndex = 0; this.tabControl1.Size = new System.Drawing.Size(666, 315); this.tabControl1.TabIndex = 0; // // InterfaceData // this.InterfaceData.Controls.Add(this.lb_Message); this.InterfaceData.Location = new System.Drawing.Point(4, 25); this.InterfaceData.Name = "InterfaceData"; this.InterfaceData.Padding = new System.Windows.Forms.Padding(3); this.InterfaceData.Size = new System.Drawing.Size(658, 286); this.InterfaceData.TabIndex = 0; this.InterfaceData.Text = "接口收发数据"; this.InterfaceData.UseVisualStyleBackColor = true; // // lb_Message // this.lb_Message.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.lb_Message.Dock = System.Windows.Forms.DockStyle.Fill; this.lb_Message.FormattingEnabled = true; this.lb_Message.ItemHeight = 15; this.lb_Message.Location = new System.Drawing.Point(3, 3); this.lb_Message.Margin = new System.Windows.Forms.Padding(0); this.lb_Message.Name = "lb_Message"; this.lb_Message.Size = new System.Drawing.Size(652, 280); this.lb_Message.TabIndex = 1; this.lb_Message.MouseClick += new System.Windows.Forms.MouseEventHandler(this.Lb_Message_MouseClick); this.lb_Message.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.Lb_Message_MouseDoubleClick); // // InterfaceLog // this.InterfaceLog.Controls.Add(this.lb_FileExhibition); this.InterfaceLog.Location = new System.Drawing.Point(4, 25); this.InterfaceLog.Name = "InterfaceLog"; this.InterfaceLog.Padding = new System.Windows.Forms.Padding(3); this.InterfaceLog.Size = new System.Drawing.Size(658, 286); this.InterfaceLog.TabIndex = 1; this.InterfaceLog.Text = "接口历史日志"; this.InterfaceLog.UseVisualStyleBackColor = true; // // lb_FileExhibition // this.lb_FileExhibition.Dock = System.Windows.Forms.DockStyle.Fill; this.lb_FileExhibition.FormattingEnabled = true; this.lb_FileExhibition.ItemHeight = 15; this.lb_FileExhibition.Location = new System.Drawing.Point(3, 3); this.lb_FileExhibition.Name = "lb_FileExhibition"; this.lb_FileExhibition.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended; this.lb_FileExhibition.Size = new System.Drawing.Size(652, 280); this.lb_FileExhibition.TabIndex = 0; this.lb_FileExhibition.MouseClick += new System.Windows.Forms.MouseEventHandler(this.Lb_FileExhibition_MouseClick); this.lb_FileExhibition.SelectedIndexChanged += new System.EventHandler(this.Lb_FileExhibition_SelectedIndexChanged); this.lb_FileExhibition.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.Lb_FileExhibition_MouseDoubleClick); // // lb_error // this.lb_error.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.lb_error.Dock = System.Windows.Forms.DockStyle.Fill; this.lb_error.ForeColor = System.Drawing.Color.Red; this.lb_error.FormattingEnabled = true; this.lb_error.ItemHeight = 15; this.lb_error.Location = new System.Drawing.Point(3, 21); this.lb_error.Name = "lb_error"; this.lb_error.Size = new System.Drawing.Size(660, 167); this.lb_error.TabIndex = 2; this.lb_error.MouseClick += new System.Windows.Forms.MouseEventHandler(this.Lb_error_MouseClick); this.lb_error.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.Lb_error_MouseDoubleClick); // // splitContainer1 // this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer1.Location = new System.Drawing.Point(0, 0); this.splitContainer1.Name = "splitContainer1"; // // splitContainer1.Panel1 // this.splitContainer1.Panel1.Controls.Add(this.splitContainer2); // // splitContainer1.Panel2 // this.splitContainer1.Panel2.Controls.Add(this.tabControl2); this.splitContainer1.Size = new System.Drawing.Size(963, 510); this.splitContainer1.SplitterDistance = 666; this.splitContainer1.TabIndex = 0; // // splitContainer2 // this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer2.Location = new System.Drawing.Point(0, 0); this.splitContainer2.Margin = new System.Windows.Forms.Padding(0); this.splitContainer2.Name = "splitContainer2"; this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal; // // splitContainer2.Panel1 // this.splitContainer2.Panel1.Controls.Add(this.tabControl1); // // splitContainer2.Panel2 // this.splitContainer2.Panel2.Controls.Add(this.groupBox1); this.splitContainer2.Size = new System.Drawing.Size(666, 510); this.splitContainer2.SplitterDistance = 315; this.splitContainer2.TabIndex = 0; // // groupBox1 // this.groupBox1.Controls.Add(this.lb_error); this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill; this.groupBox1.Location = new System.Drawing.Point(0, 0); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(666, 191); this.groupBox1.TabIndex = 3; this.groupBox1.TabStop = false; this.groupBox1.Text = "异常信息"; // // DisplaySet // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.Controls.Add(this.splitContainer1); this.Name = "DisplaySet"; this.Size = new System.Drawing.Size(963, 510); this.Load += new System.EventHandler(this.DisplaySet_Load); this.tabControl2.ResumeLayout(false); this.InterfaceDataExhibition.ResumeLayout(false); this.tabControl1.ResumeLayout(false); this.InterfaceData.ResumeLayout(false); this.InterfaceLog.ResumeLayout(false); this.splitContainer1.Panel1.ResumeLayout(false); this.splitContainer1.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit(); this.splitContainer1.ResumeLayout(false); this.splitContainer2.Panel1.ResumeLayout(false); this.splitContainer2.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit(); this.splitContainer2.ResumeLayout(false); this.groupBox1.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.TabControl tabControl2; private System.Windows.Forms.TabPage InterfaceDataExhibition; private System.Windows.Forms.RichTextBox richTextBox1; private System.Windows.Forms.TabControl tabControl1; private System.Windows.Forms.TabPage InterfaceData; private System.Windows.Forms.ListBox lb_Message; private System.Windows.Forms.SplitContainer splitContainer1; private System.Windows.Forms.ListBox lb_error; private System.Windows.Forms.SplitContainer splitContainer2; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.TabPage InterfaceLog; private System.Windows.Forms.ListBox lb_FileExhibition; } }