| | |
| | | label3.ForeColor = Color.CornflowerBlue; |
| | | label3.Location = new Point(3, 100); |
| | | label3.Name = "label3"; |
| | | label3.Size = new Size(655, 20); |
| | | label3.Size = new Size(780, 20); |
| | | label3.TabIndex = 18; |
| | | label3.Text = "发送信息"; |
| | | label3.TextAlign = ContentAlignment.BottomLeft; |
| | |
| | | tableLayoutPanel1.RowStyles.Add(new RowStyle(SizeType.Absolute, 30F)); |
| | | tableLayoutPanel1.RowStyles.Add(new RowStyle(SizeType.Absolute, 40F)); |
| | | tableLayoutPanel1.RowStyles.Add(new RowStyle(SizeType.Percent, 100F)); |
| | | tableLayoutPanel1.Size = new Size(661, 322); |
| | | tableLayoutPanel1.Size = new Size(786, 424); |
| | | tableLayoutPanel1.TabIndex = 26; |
| | | // |
| | | // grpReceive |
| | |
| | | grpReceive.ForeColor = Color.CornflowerBlue; |
| | | grpReceive.Location = new Point(3, 193); |
| | | grpReceive.Name = "grpReceive"; |
| | | grpReceive.Size = new Size(655, 126); |
| | | grpReceive.Size = new Size(780, 228); |
| | | grpReceive.TabIndex = 30; |
| | | grpReceive.TabStop = false; |
| | | grpReceive.Text = "通讯记录"; |
| | |
| | | txtReceiveMsg.Name = "txtReceiveMsg"; |
| | | txtReceiveMsg.ReadOnly = true; |
| | | txtReceiveMsg.ScrollBars = ScrollBars.Both; |
| | | txtReceiveMsg.Size = new Size(649, 106); |
| | | txtReceiveMsg.Size = new Size(774, 208); |
| | | txtReceiveMsg.TabIndex = 0; |
| | | // |
| | | // txtSendMsg |
| | |
| | | txtSendMsg.Dock = DockStyle.Fill; |
| | | txtSendMsg.Location = new Point(3, 123); |
| | | txtSendMsg.Name = "txtSendMsg"; |
| | | txtSendMsg.Size = new Size(655, 21); |
| | | txtSendMsg.Size = new Size(780, 21); |
| | | txtSendMsg.TabIndex = 29; |
| | | // |
| | | // grpSetting |
| | |
| | | grpSetting.Location = new Point(3, 3); |
| | | grpSetting.MinimumSize = new Size(261, 61); |
| | | grpSetting.Name = "grpSetting"; |
| | | grpSetting.Size = new Size(655, 94); |
| | | grpSetting.Size = new Size(780, 94); |
| | | grpSetting.TabIndex = 28; |
| | | grpSetting.TabStop = false; |
| | | grpSetting.Text = "通讯配置"; |
| | |
| | | tableLayoutPanel2.Name = "tableLayoutPanel2"; |
| | | tableLayoutPanel2.RowCount = 1; |
| | | tableLayoutPanel2.RowStyles.Add(new RowStyle(SizeType.Percent, 100F)); |
| | | tableLayoutPanel2.Size = new Size(655, 34); |
| | | tableLayoutPanel2.Size = new Size(780, 34); |
| | | tableLayoutPanel2.TabIndex = 27; |
| | | // |
| | | // btnRuleSend |
| | |
| | | themeForm_Communicator.Padding = new Padding(10, 70, 10, 9); |
| | | themeForm_Communicator.RoundCorners = true; |
| | | themeForm_Communicator.Sizable = true; |
| | | themeForm_Communicator.Size = new Size(681, 401); |
| | | themeForm_Communicator.Size = new Size(806, 503); |
| | | themeForm_Communicator.SmartBounds = true; |
| | | themeForm_Communicator.StartPosition = FormStartPosition.WindowsDefaultLocation; |
| | | themeForm_Communicator.TabIndex = 27; |
| | | themeForm_Communicator.Text = "通讯设置"; |
| | | themeForm_Communicator.Text = "S7通讯设置"; |
| | | // |
| | | // controlBox1 |
| | | // |
| | |
| | | controlBox1.EnableMaximizeButton = true; |
| | | controlBox1.EnableMinimizeButton = true; |
| | | controlBox1.ForeColor = Color.FromArgb(155, 155, 155); |
| | | controlBox1.Location = new Point(581, 18); |
| | | controlBox1.Location = new Point(706, 18); |
| | | controlBox1.MaximizeHoverColor = Color.FromArgb(74, 74, 74); |
| | | controlBox1.MinimizeHoverColor = Color.FromArgb(63, 63, 65); |
| | | controlBox1.Name = "controlBox1"; |
| | |
| | | panel_CommunicatorForm.Dock = DockStyle.Fill; |
| | | panel_CommunicatorForm.Location = new Point(10, 70); |
| | | panel_CommunicatorForm.Name = "panel_CommunicatorForm"; |
| | | panel_CommunicatorForm.Size = new Size(661, 322); |
| | | panel_CommunicatorForm.Size = new Size(786, 424); |
| | | panel_CommunicatorForm.TabIndex = 27; |
| | | // |
| | | // CommunicatorS7Form |
| | | // |
| | | AutoScaleDimensions = new SizeF(96F, 96F); |
| | | AutoScaleMode = AutoScaleMode.Dpi; |
| | | ClientSize = new Size(681, 401); |
| | | ClientSize = new Size(806, 503); |
| | | Controls.Add(themeForm_Communicator); |
| | | FormBorderStyle = FormBorderStyle.None; |
| | | MinimumSize = new Size(261, 61); |
| | | Name = "CommunicatorS7Form"; |
| | | Text = "通讯设置"; |
| | | Text = "S7通讯设置"; |
| | | TransparencyKey = Color.Fuchsia; |
| | | FormClosing += CommunicatorForm_FormClosing; |
| | | tableLayoutPanel1.ResumeLayout(false); |