namespace TProduct.Link.Debugger { partial class DebugMsg_LMAG流量计_Ctrl { /// /// 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.groupBox1 = new System.Windows.Forms.GroupBox(); this.radioButton16 = new System.Windows.Forms.RadioButton(); this.radioButton10 = new System.Windows.Forms.RadioButton(); this.textEquipAddress = new System.Windows.Forms.TextBox(); this.label6 = new System.Windows.Forms.Label(); this.btnSendQueryMsg = new System.Windows.Forms.Button(); this.rtfTerminal1 = new System.Windows.Forms.RichTextBox(); this.btnClearText = new System.Windows.Forms.Button(); this.splitContainer1 = new System.Windows.Forms.SplitContainer(); this.groupBox3 = new System.Windows.Forms.GroupBox(); this.groupBox0 = new System.Windows.Forms.GroupBox(); this.btnCloseCom = new System.Windows.Forms.Button(); this.btnOpenCom = new System.Windows.Forms.Button(); this.label2 = new System.Windows.Forms.Label(); this.label9 = new System.Windows.Forms.Label(); this.comboBoxbtl = new System.Windows.Forms.ComboBox(); this.comboBoxCOM = new System.Windows.Forms.ComboBox(); this.groupBox1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit(); this.splitContainer1.Panel1.SuspendLayout(); this.splitContainer1.Panel2.SuspendLayout(); this.splitContainer1.SuspendLayout(); this.groupBox3.SuspendLayout(); this.groupBox0.SuspendLayout(); this.SuspendLayout(); // // groupBox1 // this.groupBox1.Controls.Add(this.radioButton16); this.groupBox1.Controls.Add(this.radioButton10); this.groupBox1.Controls.Add(this.textEquipAddress); this.groupBox1.Controls.Add(this.label6); this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top; this.groupBox1.Location = new System.Drawing.Point(3, 3); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(185, 117); this.groupBox1.TabIndex = 4; this.groupBox1.TabStop = false; this.groupBox1.Text = "设备地址"; // // radioButton16 // this.radioButton16.AutoSize = true; this.radioButton16.Location = new System.Drawing.Point(89, 77); this.radioButton16.Name = "radioButton16"; this.radioButton16.Size = new System.Drawing.Size(71, 16); this.radioButton16.TabIndex = 6; this.radioButton16.Text = "十六进制"; this.radioButton16.UseVisualStyleBackColor = true; // // radioButton10 // this.radioButton10.AutoSize = true; this.radioButton10.Checked = true; this.radioButton10.Cursor = System.Windows.Forms.Cursors.Default; this.radioButton10.Location = new System.Drawing.Point(20, 77); this.radioButton10.Name = "radioButton10"; this.radioButton10.Size = new System.Drawing.Size(59, 16); this.radioButton10.TabIndex = 5; this.radioButton10.TabStop = true; this.radioButton10.Text = "十进制"; this.radioButton10.UseVisualStyleBackColor = true; // // textEquipAddress // this.textEquipAddress.Location = new System.Drawing.Point(76, 46); this.textEquipAddress.Name = "textEquipAddress"; this.textEquipAddress.Size = new System.Drawing.Size(63, 21); this.textEquipAddress.TabIndex = 2; this.textEquipAddress.Text = "1"; this.textEquipAddress.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(29, 49); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(41, 12); this.label6.TabIndex = 1; this.label6.Text = "地址号"; // // btnSendQueryMsg // this.btnSendQueryMsg.Location = new System.Drawing.Point(24, 20); this.btnSendQueryMsg.Name = "btnSendQueryMsg"; this.btnSendQueryMsg.Size = new System.Drawing.Size(153, 35); this.btnSendQueryMsg.TabIndex = 13; this.btnSendQueryMsg.Text = "下发命令"; this.btnSendQueryMsg.UseVisualStyleBackColor = true; this.btnSendQueryMsg.Click += new System.EventHandler(this.btnSendQueryMsg_Click); // // 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(683, 494); this.rtfTerminal1.TabIndex = 5; this.rtfTerminal1.Text = ""; // // btnClearText // this.btnClearText.Location = new System.Drawing.Point(27, 366); this.btnClearText.Name = "btnClearText"; this.btnClearText.Size = new System.Drawing.Size(149, 33); this.btnClearText.TabIndex = 18; this.btnClearText.Text = "清空"; this.btnClearText.UseVisualStyleBackColor = true; this.btnClearText.Click += new System.EventHandler(this.btnClearText_Click); // // splitContainer1 // this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1; this.splitContainer1.Location = new System.Drawing.Point(0, 62); this.splitContainer1.Name = "splitContainer1"; // // splitContainer1.Panel1 // this.splitContainer1.Panel1.Controls.Add(this.btnClearText); this.splitContainer1.Panel1.Controls.Add(this.groupBox3); this.splitContainer1.Panel1.Controls.Add(this.groupBox1); this.splitContainer1.Panel1.Padding = new System.Windows.Forms.Padding(3); // // splitContainer1.Panel2 // this.splitContainer1.Panel2.Controls.Add(this.rtfTerminal1); this.splitContainer1.Panel2.Margin = new System.Windows.Forms.Padding(2, 2, 20, 2); this.splitContainer1.Size = new System.Drawing.Size(878, 494); this.splitContainer1.SplitterDistance = 191; this.splitContainer1.TabIndex = 19; // // groupBox3 // this.groupBox3.Controls.Add(this.btnSendQueryMsg); this.groupBox3.Dock = System.Windows.Forms.DockStyle.Top; this.groupBox3.Location = new System.Drawing.Point(3, 120); this.groupBox3.Name = "groupBox3"; this.groupBox3.Size = new System.Drawing.Size(185, 67); this.groupBox3.TabIndex = 19; this.groupBox3.TabStop = false; this.groupBox3.Text = "操作"; // // groupBox0 // this.groupBox0.Controls.Add(this.btnCloseCom); this.groupBox0.Controls.Add(this.btnOpenCom); this.groupBox0.Controls.Add(this.label2); this.groupBox0.Controls.Add(this.label9); this.groupBox0.Controls.Add(this.comboBoxbtl); this.groupBox0.Controls.Add(this.comboBoxCOM); this.groupBox0.Dock = System.Windows.Forms.DockStyle.Top; this.groupBox0.Location = new System.Drawing.Point(0, 0); this.groupBox0.Name = "groupBox0"; this.groupBox0.Size = new System.Drawing.Size(878, 62); this.groupBox0.TabIndex = 22; this.groupBox0.TabStop = false; this.groupBox0.Text = "串口设置"; // // btnCloseCom // this.btnCloseCom.Location = new System.Drawing.Point(462, 22); this.btnCloseCom.Name = "btnCloseCom"; this.btnCloseCom.Size = new System.Drawing.Size(86, 23); this.btnCloseCom.TabIndex = 18; this.btnCloseCom.Text = "关闭端口"; this.btnCloseCom.Click += new System.EventHandler(this.btnCloseCom_Click); // // btnOpenCom // this.btnOpenCom.Location = new System.Drawing.Point(363, 22); this.btnOpenCom.Name = "btnOpenCom"; this.btnOpenCom.Size = new System.Drawing.Size(93, 23); this.btnOpenCom.TabIndex = 13; this.btnOpenCom.Text = "打开端口"; this.btnOpenCom.UseVisualStyleBackColor = true; this.btnOpenCom.Click += new System.EventHandler(this.btnOpenCom_Click); // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(183, 25); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(59, 12); this.label2.TabIndex = 1; this.label2.Text = " 波特率:"; // // label9 // this.label9.AutoSize = true; this.label9.Location = new System.Drawing.Point(6, 25); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(59, 12); this.label9.TabIndex = 1; this.label9.Text = "串 口 号:"; // // comboBoxbtl // this.comboBoxbtl.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBoxbtl.FormattingEnabled = true; this.comboBoxbtl.Items.AddRange(new object[] { "1200", "2400", "9600", "14400", "19200", "38400", "56000", "57600", "115200", "128000", "256000"}); this.comboBoxbtl.Location = new System.Drawing.Point(245, 22); this.comboBoxbtl.Name = "comboBoxbtl"; this.comboBoxbtl.Size = new System.Drawing.Size(112, 20); this.comboBoxbtl.TabIndex = 0; // // comboBoxCOM // this.comboBoxCOM.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBoxCOM.FormattingEnabled = true; this.comboBoxCOM.Location = new System.Drawing.Point(68, 22); this.comboBoxCOM.Name = "comboBoxCOM"; this.comboBoxCOM.Size = new System.Drawing.Size(112, 20); this.comboBoxCOM.TabIndex = 0; // // DebugMsg_LMAG流量计_Ctrl // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.Controls.Add(this.splitContainer1); this.Controls.Add(this.groupBox0); this.Margin = new System.Windows.Forms.Padding(3, 3, 10, 3); this.Name = "DebugMsg_LMAG流量计_Ctrl"; this.Size = new System.Drawing.Size(878, 556); this.Load += new System.EventHandler(this.TestRS485Form_Load); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.splitContainer1.Panel1.ResumeLayout(false); this.splitContainer1.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit(); this.splitContainer1.ResumeLayout(false); this.groupBox3.ResumeLayout(false); this.groupBox0.ResumeLayout(false); this.groupBox0.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.Button btnSendQueryMsg; private System.Windows.Forms.RichTextBox rtfTerminal1; private System.Windows.Forms.Button btnClearText; private System.Windows.Forms.RadioButton radioButton16; private System.Windows.Forms.RadioButton radioButton10; private System.Windows.Forms.SplitContainer splitContainer1; private System.Windows.Forms.GroupBox groupBox0; private System.Windows.Forms.Button btnCloseCom; private System.Windows.Forms.Button btnOpenCom; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label9; private System.Windows.Forms.ComboBox comboBoxbtl; private System.Windows.Forms.ComboBox comboBoxCOM; private System.Windows.Forms.GroupBox groupBox3; private System.Windows.Forms.TextBox textEquipAddress; private System.Windows.Forms.Label label6; } }