| | |
| | | txtAddress.Name = "txtAddress"; |
| | | txtAddress.Size = new Size(100, 21); |
| | | txtAddress.TabIndex = 9; |
| | | txtAddress.TextChanged += txtAddress_TextChanged; |
| | | txtAddress.TextChanged += this.txtAddress_TextChanged; |
| | | // |
| | | // cmbType |
| | | // |
| | |
| | | cmbDataType.Name = "cmbDataType"; |
| | | cmbDataType.Size = new Size(100, 23); |
| | | cmbDataType.TabIndex = 11; |
| | | cmbDataType.SelectedIndexChanged += cmbDataType_SelectedIndexChanged; |
| | | cmbDataType.SelectedIndexChanged += this.cmbDataType_SelectedIndexChanged; |
| | | // |
| | | // lblDataType |
| | | // |
| | |
| | | btnRuleSend.TabIndex = 14; |
| | | btnRuleSend.Text = "校验发送"; |
| | | btnRuleSend.UseVisualStyleBackColor = true; |
| | | btnRuleSend.Click += btnRuleSend_Click; |
| | | btnRuleSend.Click += this.btnRuleSend_Click; |
| | | // |
| | | // btnSend |
| | | // |
| | |
| | | btnSend.TabIndex = 12; |
| | | btnSend.Text = "发送"; |
| | | btnSend.UseVisualStyleBackColor = true; |
| | | btnSend.Click += btnSend_Click; |
| | | btnSend.Click += this.btnSend_Click; |
| | | // |
| | | // themeForm_Communicator |
| | | // |
| | |
| | | Name = "CommunicatorForm"; |
| | | Text = "通讯设置"; |
| | | TransparencyKey = Color.Fuchsia; |
| | | FormClosing += CommunicatorForm_FormClosing; |
| | | FormClosing += this.CommunicatorForm_FormClosing; |
| | | tableLayoutPanel1.ResumeLayout(false); |
| | | tableLayoutPanel1.PerformLayout(); |
| | | grpReceive.ResumeLayout(false); |