namespace TProduct.Link.Debugger { partial class DebugShunLinkForm { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DebugShunLinkForm)); this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel(); this.label16 = new System.Windows.Forms.Label(); this.comboBoxCom = new System.Windows.Forms.ComboBox(); this.btnConnectCom = new DevExpress.XtraEditors.SimpleButton(); this.GridViewMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components); this.删除测试数据ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl(); this.label4 = new System.Windows.Forms.Label(); this.comboBoxTestBed = new DevExpress.XtraEditors.ComboBoxEdit(); this.btnStopDisp = new DevExpress.XtraEditors.SimpleButton(); this.btnClearDisp = new DevExpress.XtraEditors.SimpleButton(); this.splitContainerControl2 = new DevExpress.XtraEditors.SplitContainerControl(); this.rtfTerminal1 = new System.Windows.Forms.RichTextBox(); this.GridViewMenuStrip.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit(); this.splitContainerControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.comboBoxTestBed.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl2)).BeginInit(); this.splitContainerControl2.SuspendLayout(); this.SuspendLayout(); // // flowLayoutPanel1 // this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.flowLayoutPanel1.Location = new System.Drawing.Point(0, 0); this.flowLayoutPanel1.Name = "flowLayoutPanel1"; this.flowLayoutPanel1.Size = new System.Drawing.Size(576, 514); this.flowLayoutPanel1.TabIndex = 55; // // label16 // this.label16.AutoSize = true; this.label16.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.label16.Location = new System.Drawing.Point(259, 16); this.label16.Name = "label16"; this.label16.Size = new System.Drawing.Size(68, 14); this.label16.TabIndex = 52; this.label16.Text = "COM端口:"; // // comboBoxCom // this.comboBoxCom.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBoxCom.FormattingEnabled = true; this.comboBoxCom.Location = new System.Drawing.Point(331, 12); this.comboBoxCom.Name = "comboBoxCom"; this.comboBoxCom.Size = new System.Drawing.Size(83, 22); this.comboBoxCom.TabIndex = 53; // // btnConnectCom // this.btnConnectCom.Appearance.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnConnectCom.Appearance.Options.UseFont = true; this.btnConnectCom.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.btnConnectCom.Location = new System.Drawing.Point(432, 10); this.btnConnectCom.Name = "btnConnectCom"; this.btnConnectCom.Size = new System.Drawing.Size(135, 27); this.btnConnectCom.TabIndex = 37; this.btnConnectCom.Text = "连接测试仪器"; this.btnConnectCom.Click += new System.EventHandler(this.btnConnectCom_Click); // // GridViewMenuStrip // this.GridViewMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.删除测试数据ToolStripMenuItem}); this.GridViewMenuStrip.Name = "contextDeleteTestData"; this.GridViewMenuStrip.Size = new System.Drawing.Size(149, 26); // // 删除测试数据ToolStripMenuItem // this.删除测试数据ToolStripMenuItem.Name = "删除测试数据ToolStripMenuItem"; this.删除测试数据ToolStripMenuItem.Size = new System.Drawing.Size(148, 22); this.删除测试数据ToolStripMenuItem.Text = "删除测试数据"; // // splitContainerControl1 // this.splitContainerControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainerControl1.Horizontal = false; this.splitContainerControl1.Location = new System.Drawing.Point(0, 0); this.splitContainerControl1.Margin = new System.Windows.Forms.Padding(1); this.splitContainerControl1.Name = "splitContainerControl1"; this.splitContainerControl1.Panel1.Controls.Add(this.label4); this.splitContainerControl1.Panel1.Controls.Add(this.comboBoxTestBed); this.splitContainerControl1.Panel1.Controls.Add(this.btnStopDisp); this.splitContainerControl1.Panel1.Controls.Add(this.btnClearDisp); this.splitContainerControl1.Panel1.Controls.Add(this.btnConnectCom); this.splitContainerControl1.Panel1.Controls.Add(this.comboBoxCom); this.splitContainerControl1.Panel1.Controls.Add(this.label16); this.splitContainerControl1.Panel1.Text = "Panel1"; this.splitContainerControl1.Panel2.Controls.Add(this.splitContainerControl2); this.splitContainerControl1.Panel2.Text = "Panel2"; this.splitContainerControl1.ScrollBarSmallChange = 3; this.splitContainerControl1.Size = new System.Drawing.Size(892, 566); this.splitContainerControl1.SplitterPosition = 47; this.splitContainerControl1.TabIndex = 3; this.splitContainerControl1.Text = "splitContainerControl1"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(14, 17); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(55, 14); this.label4.TabIndex = 63; this.label4.Text = "测试台:"; // // comboBoxTestBed // this.comboBoxTestBed.Location = new System.Drawing.Point(73, 14); this.comboBoxTestBed.Name = "comboBoxTestBed"; this.comboBoxTestBed.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.comboBoxTestBed.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor; this.comboBoxTestBed.Size = new System.Drawing.Size(157, 20); this.comboBoxTestBed.TabIndex = 64; this.comboBoxTestBed.SelectedIndexChanged += new System.EventHandler(this.comboBoxTestBed_SelectedIndexChanged); // // btnStopDisp // this.btnStopDisp.Appearance.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnStopDisp.Appearance.Options.UseFont = true; this.btnStopDisp.Location = new System.Drawing.Point(691, 10); this.btnStopDisp.Name = "btnStopDisp"; this.btnStopDisp.Size = new System.Drawing.Size(99, 27); this.btnStopDisp.TabIndex = 55; this.btnStopDisp.Text = "停止显示"; this.btnStopDisp.Click += new System.EventHandler(this.btnStopDisp_Click); // // btnClearDisp // this.btnClearDisp.Appearance.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnClearDisp.Appearance.Options.UseFont = true; this.btnClearDisp.Location = new System.Drawing.Point(591, 10); this.btnClearDisp.Name = "btnClearDisp"; this.btnClearDisp.Size = new System.Drawing.Size(75, 27); this.btnClearDisp.TabIndex = 54; this.btnClearDisp.Text = "清除"; this.btnClearDisp.Click += new System.EventHandler(this.btnClearDisp_Click); // // splitContainerControl2 // this.splitContainerControl2.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainerControl2.FixedPanel = DevExpress.XtraEditors.SplitFixedPanel.Panel2; this.splitContainerControl2.Location = new System.Drawing.Point(0, 0); this.splitContainerControl2.Name = "splitContainerControl2"; this.splitContainerControl2.Panel1.Controls.Add(this.flowLayoutPanel1); this.splitContainerControl2.Panel1.Text = "Panel1"; this.splitContainerControl2.Panel2.Controls.Add(this.rtfTerminal1); this.splitContainerControl2.Panel2.Text = "Panel2"; this.splitContainerControl2.ScrollBarSmallChange = 3; this.splitContainerControl2.Size = new System.Drawing.Size(892, 514); this.splitContainerControl2.SplitterPosition = 311; this.splitContainerControl2.TabIndex = 3; this.splitContainerControl2.Text = "splitContainerControl2"; // // rtfTerminal1 // this.rtfTerminal1.Dock = System.Windows.Forms.DockStyle.Fill; this.rtfTerminal1.Location = new System.Drawing.Point(0, 0); this.rtfTerminal1.Name = "rtfTerminal1"; this.rtfTerminal1.Size = new System.Drawing.Size(311, 514); this.rtfTerminal1.TabIndex = 5; this.rtfTerminal1.Text = ""; // // MessageDispForm // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(892, 566); this.Controls.Add(this.splitContainerControl1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "MessageDispForm"; this.Text = "仪器通讯测试"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.WindowClose); this.Load += new System.EventHandler(this.WindowLoad); this.GridViewMenuStrip.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit(); this.splitContainerControl1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.comboBoxTestBed.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl2)).EndInit(); this.splitContainerControl2.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.ComboBox comboBoxCom; private System.Windows.Forms.Label label16; private DevExpress.XtraEditors.SimpleButton btnConnectCom; private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1; private System.Windows.Forms.ContextMenuStrip GridViewMenuStrip; private System.Windows.Forms.ToolStripMenuItem 删除测试数据ToolStripMenuItem; private DevExpress.XtraEditors.SplitContainerControl splitContainerControl1; private DevExpress.XtraEditors.SplitContainerControl splitContainerControl2; public System.Windows.Forms.RichTextBox rtfTerminal1; private DevExpress.XtraEditors.SimpleButton btnStopDisp; private DevExpress.XtraEditors.SimpleButton btnClearDisp; private System.Windows.Forms.Label label4; private DevExpress.XtraEditors.ComboBoxEdit comboBoxTestBed; } }