namespace Input_Status { partial class Form1 { /// /// 設計工具所需的變數。 /// private System.ComponentModel.IContainer components = null; /// /// 清除任何使用中的資源。 /// /// 如果應該公開 Managed 資源則為 true,否則為 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form 設計工具產生的程式碼 /// /// 此為設計工具支援所需的方法 - 請勿使用程式碼編輯器修改這個方法的內容。 /// /// private void InitializeComponent() { this.timerScan = new System.Windows.Forms.Timer(); this.label5 = new System.Windows.Forms.Label(); this.txtChannelVolt = new System.Windows.Forms.TextBox(); this.ch9Volt = new System.Windows.Forms.TextBox(); this.ch7Volt = new System.Windows.Forms.TextBox(); this.ch5Volt = new System.Windows.Forms.TextBox(); this.ch3Volt = new System.Windows.Forms.TextBox(); this.ch1Volt = new System.Windows.Forms.TextBox(); this.ch8Volt = new System.Windows.Forms.TextBox(); this.ch6Volt = new System.Windows.Forms.TextBox(); this.ch4Volt = new System.Windows.Forms.TextBox(); this.ch2Volt = new System.Windows.Forms.TextBox(); this.ch0Volt = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.txtChannel = new System.Windows.Forms.TextBox(); this.butONOFF = new System.Windows.Forms.Button(); this.ckbCH9 = new System.Windows.Forms.CheckBox(); this.ckbCH8 = new System.Windows.Forms.CheckBox(); this.ckbCH7 = new System.Windows.Forms.CheckBox(); this.ckbCH6 = new System.Windows.Forms.CheckBox(); this.ckbCH5 = new System.Windows.Forms.CheckBox(); this.ckbCH4 = new System.Windows.Forms.CheckBox(); this.ckbCH3 = new System.Windows.Forms.CheckBox(); this.ckbCH2 = new System.Windows.Forms.CheckBox(); this.ckbCH1 = new System.Windows.Forms.CheckBox(); this.ckbCH0 = new System.Windows.Forms.CheckBox(); this.pnlCOMStatus = new System.Windows.Forms.Panel(); this.label3 = new System.Windows.Forms.Label(); this.txtChannelNumber = new System.Windows.Forms.TextBox(); this.cmbStopBit = new System.Windows.Forms.ComboBox(); this.btCloseCOM = new System.Windows.Forms.Button(); this.cmbParity = new System.Windows.Forms.ComboBox(); this.btOpenCOM = new System.Windows.Forms.Button(); this.cmbDataBit = new System.Windows.Forms.ComboBox(); this.label1 = new System.Windows.Forms.Label(); this.labStopBit = new System.Windows.Forms.Label(); this.labParity = new System.Windows.Forms.Label(); this.labBaud = new System.Windows.Forms.Label(); this.labDataBit = new System.Windows.Forms.Label(); this.labPort = new System.Windows.Forms.Label(); this.cmbBaud = new System.Windows.Forms.ComboBox(); this.cmbPort = new System.Windows.Forms.ComboBox(); this.dataGrid1 = new System.Windows.Forms.DataGrid(); this.pnlCOMStatus.SuspendLayout(); this.SuspendLayout(); // // timerScan // this.timerScan.Interval = 1000; this.timerScan.Tick += new System.EventHandler(this.timerScan_Tick); // // label5 // this.label5.Enabled = false; this.label5.Location = new System.Drawing.Point(451, 139); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(98, 20); this.label5.Text = "Channel Value"; // // txtChannelVolt // this.txtChannelVolt.Enabled = false; this.txtChannelVolt.Location = new System.Drawing.Point(451, 159); this.txtChannelVolt.Name = "txtChannelVolt"; this.txtChannelVolt.Size = new System.Drawing.Size(89, 23); this.txtChannelVolt.TabIndex = 71; this.txtChannelVolt.Text = "0"; this.txtChannelVolt.TextChanged += new System.EventHandler(this.txtChannelVolt_TextChanged_1); // // ch9Volt // this.ch9Volt.Enabled = false; this.ch9Volt.Location = new System.Drawing.Point(402, 183); this.ch9Volt.Name = "ch9Volt"; this.ch9Volt.Size = new System.Drawing.Size(43, 23); this.ch9Volt.TabIndex = 70; this.ch9Volt.Text = "0"; // // ch7Volt // this.ch7Volt.Enabled = false; this.ch7Volt.Location = new System.Drawing.Point(402, 161); this.ch7Volt.Name = "ch7Volt"; this.ch7Volt.Size = new System.Drawing.Size(43, 23); this.ch7Volt.TabIndex = 69; this.ch7Volt.Text = "0"; // // ch5Volt // this.ch5Volt.Enabled = false; this.ch5Volt.Location = new System.Drawing.Point(402, 139); this.ch5Volt.Name = "ch5Volt"; this.ch5Volt.Size = new System.Drawing.Size(43, 23); this.ch5Volt.TabIndex = 68; this.ch5Volt.Text = "0"; // // ch3Volt // this.ch3Volt.Enabled = false; this.ch3Volt.Location = new System.Drawing.Point(402, 117); this.ch3Volt.Name = "ch3Volt"; this.ch3Volt.Size = new System.Drawing.Size(43, 23); this.ch3Volt.TabIndex = 67; this.ch3Volt.Text = "0"; // // ch1Volt // this.ch1Volt.Enabled = false; this.ch1Volt.Location = new System.Drawing.Point(402, 95); this.ch1Volt.Name = "ch1Volt"; this.ch1Volt.Size = new System.Drawing.Size(43, 23); this.ch1Volt.TabIndex = 66; this.ch1Volt.Text = "0"; // // ch8Volt // this.ch8Volt.Enabled = false; this.ch8Volt.Location = new System.Drawing.Point(292, 183); this.ch8Volt.Name = "ch8Volt"; this.ch8Volt.Size = new System.Drawing.Size(43, 23); this.ch8Volt.TabIndex = 65; this.ch8Volt.Text = "0"; // // ch6Volt // this.ch6Volt.Enabled = false; this.ch6Volt.Location = new System.Drawing.Point(292, 161); this.ch6Volt.Name = "ch6Volt"; this.ch6Volt.Size = new System.Drawing.Size(43, 23); this.ch6Volt.TabIndex = 64; this.ch6Volt.Text = "0"; // // ch4Volt // this.ch4Volt.Enabled = false; this.ch4Volt.Location = new System.Drawing.Point(292, 139); this.ch4Volt.Name = "ch4Volt"; this.ch4Volt.Size = new System.Drawing.Size(43, 23); this.ch4Volt.TabIndex = 63; this.ch4Volt.Text = "0"; // // ch2Volt // this.ch2Volt.Enabled = false; this.ch2Volt.Location = new System.Drawing.Point(292, 117); this.ch2Volt.Name = "ch2Volt"; this.ch2Volt.Size = new System.Drawing.Size(43, 23); this.ch2Volt.TabIndex = 62; this.ch2Volt.Text = "0"; // // ch0Volt // this.ch0Volt.Enabled = false; this.ch0Volt.Location = new System.Drawing.Point(292, 95); this.ch0Volt.Name = "ch0Volt"; this.ch0Volt.Size = new System.Drawing.Size(43, 23); this.ch0Volt.TabIndex = 61; this.ch0Volt.Text = "0"; // // label4 // this.label4.Enabled = false; this.label4.Location = new System.Drawing.Point(451, 93); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(110, 16); this.label4.Text = "Channel Number"; // // txtChannel // this.txtChannel.Enabled = false; this.txtChannel.Location = new System.Drawing.Point(451, 112); this.txtChannel.Name = "txtChannel"; this.txtChannel.Size = new System.Drawing.Size(89, 23); this.txtChannel.TabIndex = 59; this.txtChannel.Text = "10"; this.txtChannel.TextChanged += new System.EventHandler(this.txtChannel_TextChanged_1); // // butONOFF // this.butONOFF.Enabled = false; this.butONOFF.Location = new System.Drawing.Point(451, 188); this.butONOFF.Name = "butONOFF"; this.butONOFF.Size = new System.Drawing.Size(89, 23); this.butONOFF.TabIndex = 58; this.butONOFF.Text = "ON"; this.butONOFF.Click += new System.EventHandler(this.butONOFF_Click); // // ckbCH9 // this.ckbCH9.Enabled = false; this.ckbCH9.Location = new System.Drawing.Point(346, 181); this.ckbCH9.Name = "ckbCH9"; this.ckbCH9.Size = new System.Drawing.Size(50, 20); this.ckbCH9.TabIndex = 57; this.ckbCH9.Text = "ch9"; this.ckbCH9.CheckStateChanged += new System.EventHandler(this.ckbCH9_CheckStateChanged); // // ckbCH8 // this.ckbCH8.Enabled = false; this.ckbCH8.Location = new System.Drawing.Point(236, 181); this.ckbCH8.Name = "ckbCH8"; this.ckbCH8.Size = new System.Drawing.Size(50, 20); this.ckbCH8.TabIndex = 56; this.ckbCH8.Text = "ch8"; this.ckbCH8.CheckStateChanged += new System.EventHandler(this.ckbCH8_CheckStateChanged); // // ckbCH7 // this.ckbCH7.Enabled = false; this.ckbCH7.Location = new System.Drawing.Point(346, 159); this.ckbCH7.Name = "ckbCH7"; this.ckbCH7.Size = new System.Drawing.Size(50, 20); this.ckbCH7.TabIndex = 55; this.ckbCH7.Text = "ch7"; this.ckbCH7.CheckStateChanged += new System.EventHandler(this.ckbCH7_CheckStateChanged); // // ckbCH6 // this.ckbCH6.Enabled = false; this.ckbCH6.Location = new System.Drawing.Point(236, 163); this.ckbCH6.Name = "ckbCH6"; this.ckbCH6.Size = new System.Drawing.Size(50, 16); this.ckbCH6.TabIndex = 54; this.ckbCH6.Text = "ch6"; this.ckbCH6.CheckStateChanged += new System.EventHandler(this.ckbCH6_CheckStateChanged); // // ckbCH5 // this.ckbCH5.Enabled = false; this.ckbCH5.Location = new System.Drawing.Point(346, 139); this.ckbCH5.Name = "ckbCH5"; this.ckbCH5.Size = new System.Drawing.Size(50, 18); this.ckbCH5.TabIndex = 53; this.ckbCH5.Text = "ch5"; this.ckbCH5.CheckStateChanged += new System.EventHandler(this.ckbCH5_CheckStateChanged); // // ckbCH4 // this.ckbCH4.Enabled = false; this.ckbCH4.Location = new System.Drawing.Point(236, 141); this.ckbCH4.Name = "ckbCH4"; this.ckbCH4.Size = new System.Drawing.Size(50, 16); this.ckbCH4.TabIndex = 52; this.ckbCH4.Text = "ch4"; this.ckbCH4.CheckStateChanged += new System.EventHandler(this.ckbCH4_CheckStateChanged); // // ckbCH3 // this.ckbCH3.Enabled = false; this.ckbCH3.Location = new System.Drawing.Point(346, 119); this.ckbCH3.Name = "ckbCH3"; this.ckbCH3.Size = new System.Drawing.Size(50, 16); this.ckbCH3.TabIndex = 51; this.ckbCH3.Text = "ch3"; this.ckbCH3.CheckStateChanged += new System.EventHandler(this.ckbCH3_CheckStateChanged); // // ckbCH2 // this.ckbCH2.Enabled = false; this.ckbCH2.Location = new System.Drawing.Point(236, 117); this.ckbCH2.Name = "ckbCH2"; this.ckbCH2.Size = new System.Drawing.Size(50, 18); this.ckbCH2.TabIndex = 50; this.ckbCH2.Text = "ch2"; this.ckbCH2.CheckStateChanged += new System.EventHandler(this.ckbCH2_CheckStateChanged_1); // // ckbCH1 // this.ckbCH1.Enabled = false; this.ckbCH1.Location = new System.Drawing.Point(346, 97); this.ckbCH1.Name = "ckbCH1"; this.ckbCH1.Size = new System.Drawing.Size(50, 16); this.ckbCH1.TabIndex = 49; this.ckbCH1.Text = "ch1"; this.ckbCH1.CheckStateChanged += new System.EventHandler(this.ckbCH1_CheckStateChanged); // // ckbCH0 // this.ckbCH0.Enabled = false; this.ckbCH0.Location = new System.Drawing.Point(236, 93); this.ckbCH0.Name = "ckbCH0"; this.ckbCH0.Size = new System.Drawing.Size(51, 18); this.ckbCH0.TabIndex = 48; this.ckbCH0.Text = "ch0"; this.ckbCH0.CheckStateChanged += new System.EventHandler(this.ckbCH0_CheckStateChanged); // // pnlCOMStatus // this.pnlCOMStatus.Controls.Add(this.label3); this.pnlCOMStatus.Controls.Add(this.txtChannelNumber); this.pnlCOMStatus.Controls.Add(this.cmbStopBit); this.pnlCOMStatus.Controls.Add(this.btCloseCOM); this.pnlCOMStatus.Controls.Add(this.cmbParity); this.pnlCOMStatus.Controls.Add(this.btOpenCOM); this.pnlCOMStatus.Controls.Add(this.cmbDataBit); this.pnlCOMStatus.Controls.Add(this.label1); this.pnlCOMStatus.Controls.Add(this.labStopBit); this.pnlCOMStatus.Controls.Add(this.labParity); this.pnlCOMStatus.Controls.Add(this.labBaud); this.pnlCOMStatus.Controls.Add(this.labDataBit); this.pnlCOMStatus.Controls.Add(this.labPort); this.pnlCOMStatus.Controls.Add(this.cmbBaud); this.pnlCOMStatus.Controls.Add(this.cmbPort); this.pnlCOMStatus.Location = new System.Drawing.Point(3, 4); this.pnlCOMStatus.Name = "pnlCOMStatus"; this.pnlCOMStatus.Size = new System.Drawing.Size(402, 87); // // label3 // this.label3.Location = new System.Drawing.Point(3, 60); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(98, 22); this.label3.Text = "Total Channel:"; // // txtChannelNumber // this.txtChannelNumber.Location = new System.Drawing.Point(107, 60); this.txtChannelNumber.Name = "txtChannelNumber"; this.txtChannelNumber.Size = new System.Drawing.Size(111, 23); this.txtChannelNumber.TabIndex = 53; this.txtChannelNumber.Text = "10"; // // cmbStopBit // this.cmbStopBit.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular); this.cmbStopBit.Items.Add("1"); this.cmbStopBit.Items.Add("2"); this.cmbStopBit.Location = new System.Drawing.Point(339, 35); this.cmbStopBit.Name = "cmbStopBit"; this.cmbStopBit.Size = new System.Drawing.Size(56, 19); this.cmbStopBit.TabIndex = 32; // // btCloseCOM // this.btCloseCOM.Enabled = false; this.btCloseCOM.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular); this.btCloseCOM.Location = new System.Drawing.Point(317, 59); this.btCloseCOM.Name = "btCloseCOM"; this.btCloseCOM.Size = new System.Drawing.Size(78, 23); this.btCloseCOM.TabIndex = 45; this.btCloseCOM.Text = "Close"; this.btCloseCOM.Click += new System.EventHandler(this.btCloseCOM_Click); // // cmbParity // this.cmbParity.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular); this.cmbParity.Items.Add("0-None Parity"); this.cmbParity.Items.Add("1-Odd Parity"); this.cmbParity.Items.Add("2-Even Parity"); this.cmbParity.Location = new System.Drawing.Point(226, 35); this.cmbParity.Name = "cmbParity"; this.cmbParity.Size = new System.Drawing.Size(100, 19); this.cmbParity.TabIndex = 31; // // btOpenCOM // this.btOpenCOM.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular); this.btOpenCOM.Location = new System.Drawing.Point(228, 59); this.btOpenCOM.Name = "btOpenCOM"; this.btOpenCOM.Size = new System.Drawing.Size(78, 23); this.btOpenCOM.TabIndex = 38; this.btOpenCOM.Text = "Open"; this.btOpenCOM.Click += new System.EventHandler(this.btOpenCOM_Click); // // cmbDataBit // this.cmbDataBit.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular); this.cmbDataBit.Items.Add("7"); this.cmbDataBit.Items.Add("8"); this.cmbDataBit.Location = new System.Drawing.Point(170, 35); this.cmbDataBit.Name = "cmbDataBit"; this.cmbDataBit.Size = new System.Drawing.Size(48, 19); this.cmbDataBit.TabIndex = 30; // // label1 // this.label1.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular); this.label1.ForeColor = System.Drawing.Color.Blue; this.label1.Location = new System.Drawing.Point(3, 3); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(140, 17); this.label1.Text = "Connection Status"; // // labStopBit // this.labStopBit.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular); this.labStopBit.Location = new System.Drawing.Point(339, 20); this.labStopBit.Name = "labStopBit"; this.labStopBit.Size = new System.Drawing.Size(56, 15); this.labStopBit.Text = "Stop Bit"; this.labStopBit.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // labParity // this.labParity.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular); this.labParity.Location = new System.Drawing.Point(228, 20); this.labParity.Name = "labParity"; this.labParity.Size = new System.Drawing.Size(98, 15); this.labParity.Text = "Parity"; this.labParity.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // labBaud // this.labBaud.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular); this.labBaud.Location = new System.Drawing.Point(86, 20); this.labBaud.Name = "labBaud"; this.labBaud.Size = new System.Drawing.Size(75, 15); this.labBaud.Text = "Baudrate"; this.labBaud.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // labDataBit // this.labDataBit.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular); this.labDataBit.Location = new System.Drawing.Point(170, 20); this.labDataBit.Name = "labDataBit"; this.labDataBit.Size = new System.Drawing.Size(48, 15); this.labDataBit.Text = "Data Bit"; this.labDataBit.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // labPort // this.labPort.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular); this.labPort.Location = new System.Drawing.Point(6, 20); this.labPort.Name = "labPort"; this.labPort.Size = new System.Drawing.Size(75, 15); this.labPort.Text = "COM Port"; this.labPort.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // cmbBaud // this.cmbBaud.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular); this.cmbBaud.Items.Add("1200"); this.cmbBaud.Items.Add("2400"); this.cmbBaud.Items.Add("4800"); this.cmbBaud.Items.Add("9600"); this.cmbBaud.Items.Add("19200"); this.cmbBaud.Items.Add("38400"); this.cmbBaud.Items.Add("57600"); this.cmbBaud.Items.Add("115200"); this.cmbBaud.Location = new System.Drawing.Point(85, 35); this.cmbBaud.Name = "cmbBaud"; this.cmbBaud.Size = new System.Drawing.Size(76, 19); this.cmbBaud.TabIndex = 29; // // cmbPort // this.cmbPort.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular); this.cmbPort.Location = new System.Drawing.Point(6, 35); this.cmbPort.Name = "cmbPort"; this.cmbPort.Size = new System.Drawing.Size(75, 19); this.cmbPort.TabIndex = 28; // // dataGrid1 // this.dataGrid1.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(128))))); this.dataGrid1.Location = new System.Drawing.Point(3, 93); this.dataGrid1.Name = "dataGrid1"; this.dataGrid1.Size = new System.Drawing.Size(227, 118); this.dataGrid1.TabIndex = 73; // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.AutoScroll = true; this.ClientSize = new System.Drawing.Size(561, 222); this.Controls.Add(this.dataGrid1); this.Controls.Add(this.pnlCOMStatus); this.Controls.Add(this.label5); this.Controls.Add(this.txtChannelVolt); this.Controls.Add(this.ch9Volt); this.Controls.Add(this.ch7Volt); this.Controls.Add(this.ch5Volt); this.Controls.Add(this.ch3Volt); this.Controls.Add(this.ch1Volt); this.Controls.Add(this.ch8Volt); this.Controls.Add(this.ch6Volt); this.Controls.Add(this.ch4Volt); this.Controls.Add(this.ch2Volt); this.Controls.Add(this.ch0Volt); this.Controls.Add(this.label4); this.Controls.Add(this.txtChannel); this.Controls.Add(this.butONOFF); this.Controls.Add(this.ckbCH9); this.Controls.Add(this.ckbCH8); this.Controls.Add(this.ckbCH7); this.Controls.Add(this.ckbCH6); this.Controls.Add(this.ckbCH5); this.Controls.Add(this.ckbCH4); this.Controls.Add(this.ckbCH3); this.Controls.Add(this.ckbCH2); this.Controls.Add(this.ckbCH1); this.Controls.Add(this.ckbCH0); this.Name = "Form1"; this.Text = "Holding_Register_Modbus_RTU_Demo"; this.Load += new System.EventHandler(this.Form1_Load); this.Closed += new System.EventHandler(this.Form1_Closed); this.pnlCOMStatus.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Timer timerScan; private System.Windows.Forms.Label label5; private System.Windows.Forms.TextBox txtChannelVolt; private System.Windows.Forms.TextBox ch9Volt; private System.Windows.Forms.TextBox ch7Volt; private System.Windows.Forms.TextBox ch5Volt; private System.Windows.Forms.TextBox ch3Volt; private System.Windows.Forms.TextBox ch1Volt; private System.Windows.Forms.TextBox ch8Volt; private System.Windows.Forms.TextBox ch6Volt; private System.Windows.Forms.TextBox ch4Volt; private System.Windows.Forms.TextBox ch2Volt; private System.Windows.Forms.TextBox ch0Volt; private System.Windows.Forms.Label label4; private System.Windows.Forms.TextBox txtChannel; private System.Windows.Forms.Button butONOFF; private System.Windows.Forms.CheckBox ckbCH9; private System.Windows.Forms.CheckBox ckbCH8; private System.Windows.Forms.CheckBox ckbCH7; private System.Windows.Forms.CheckBox ckbCH6; private System.Windows.Forms.CheckBox ckbCH5; private System.Windows.Forms.CheckBox ckbCH4; private System.Windows.Forms.CheckBox ckbCH3; private System.Windows.Forms.CheckBox ckbCH2; private System.Windows.Forms.CheckBox ckbCH1; private System.Windows.Forms.CheckBox ckbCH0; private System.Windows.Forms.Panel pnlCOMStatus; private System.Windows.Forms.Label label3; private System.Windows.Forms.TextBox txtChannelNumber; private System.Windows.Forms.ComboBox cmbStopBit; private System.Windows.Forms.Button btCloseCOM; private System.Windows.Forms.ComboBox cmbParity; private System.Windows.Forms.Button btOpenCOM; private System.Windows.Forms.ComboBox cmbDataBit; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label labStopBit; private System.Windows.Forms.Label labParity; private System.Windows.Forms.Label labBaud; private System.Windows.Forms.Label labDataBit; private System.Windows.Forms.Label labPort; private System.Windows.Forms.ComboBox cmbBaud; private System.Windows.Forms.ComboBox cmbPort; private System.Windows.Forms.DataGrid dataGrid1; } }