| | |
| | | // |
| | | // cmbBaudRate |
| | | // |
| | | this.cmbBaudRate.EditValue = "9600"; |
| | | this.cmbBaudRate.Location = new System.Drawing.Point(344, 43); |
| | | this.cmbBaudRate.Name = "cmbBaudRate"; |
| | | this.cmbBaudRate.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { |
| | |
| | | // |
| | | // comParity |
| | | // |
| | | this.comParity.EditValue = "None"; |
| | | this.comParity.Location = new System.Drawing.Point(94, 105); |
| | | this.comParity.Name = "comParity"; |
| | | this.comParity.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { |
| | |
| | | // layoutControlItem9 |
| | | // |
| | | this.layoutControlItem9.Control = this.comParity; |
| | | this.layoutControlItem9.CustomizationFormText = "校验位"; |
| | | this.layoutControlItem9.Location = new System.Drawing.Point(0, 93); |
| | | this.layoutControlItem9.Name = "layoutControlItem9"; |
| | | this.layoutControlItem9.OptionsTableLayoutItem.RowIndex = 3; |
| | | this.layoutControlItem9.Size = new System.Drawing.Size(250, 31); |
| | | this.layoutControlItem9.Text = "校验"; |
| | | this.layoutControlItem9.Text = "校验位"; |
| | | this.layoutControlItem9.TextSize = new System.Drawing.Size(70, 18); |
| | | // |
| | | // layoutControlItem4 |