namespace LB_SmartVision.Forms.Pages.CommunicatorPage { partial class CommunicatorForm { /// /// 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() { label3 = new Label(); tableLayoutPanel1 = new TableLayoutPanel(); grpReceive = new GroupBox(); txtReceiveMsg = new TextBox(); txtSendMsg = new TextBox(); grpSetting = new GroupBox(); txtIP = new TextBox(); txtPort = new TextBox(); lblPort = new Label(); cmbIP = new ComboBox(); lblIP = new Label(); tableLayoutPanel2 = new TableLayoutPanel(); btnRuleSend = new Button(); btnSend = new Button(); tableLayoutPanel1.SuspendLayout(); grpReceive.SuspendLayout(); grpSetting.SuspendLayout(); tableLayoutPanel2.SuspendLayout(); SuspendLayout(); // // label3 // label3.AutoSize = true; label3.Dock = DockStyle.Fill; label3.Location = new Point(3, 100); label3.Name = "label3"; label3.Size = new Size(669, 20); label3.TabIndex = 18; label3.Text = "发送信息"; label3.TextAlign = ContentAlignment.BottomLeft; // // tableLayoutPanel1 // tableLayoutPanel1.ColumnCount = 1; tableLayoutPanel1.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100F)); tableLayoutPanel1.Controls.Add(grpReceive, 0, 4); tableLayoutPanel1.Controls.Add(txtSendMsg, 0, 2); tableLayoutPanel1.Controls.Add(grpSetting, 0, 0); tableLayoutPanel1.Controls.Add(tableLayoutPanel2, 0, 3); tableLayoutPanel1.Controls.Add(label3, 0, 1); tableLayoutPanel1.Dock = DockStyle.Fill; tableLayoutPanel1.Location = new Point(3, 64); tableLayoutPanel1.Name = "tableLayoutPanel1"; tableLayoutPanel1.RowCount = 5; tableLayoutPanel1.RowStyles.Add(new RowStyle(SizeType.Absolute, 100F)); tableLayoutPanel1.RowStyles.Add(new RowStyle(SizeType.Absolute, 20F)); 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(675, 334); tableLayoutPanel1.TabIndex = 26; // // grpReceive // grpReceive.Controls.Add(txtReceiveMsg); grpReceive.Dock = DockStyle.Fill; grpReceive.Location = new Point(3, 193); grpReceive.Name = "grpReceive"; grpReceive.Size = new Size(669, 138); grpReceive.TabIndex = 30; grpReceive.TabStop = false; grpReceive.Text = "通讯记录"; // // txtReceiveMsg // txtReceiveMsg.Dock = DockStyle.Fill; txtReceiveMsg.Location = new Point(3, 19); txtReceiveMsg.Multiline = true; txtReceiveMsg.Name = "txtReceiveMsg"; txtReceiveMsg.ReadOnly = true; txtReceiveMsg.ScrollBars = ScrollBars.Both; txtReceiveMsg.Size = new Size(663, 116); txtReceiveMsg.TabIndex = 0; // // txtSendMsg // txtSendMsg.Dock = DockStyle.Fill; txtSendMsg.Location = new Point(3, 123); txtSendMsg.Name = "txtSendMsg"; txtSendMsg.Size = new Size(669, 23); txtSendMsg.TabIndex = 29; // // grpSetting // grpSetting.Controls.Add(txtIP); grpSetting.Controls.Add(txtPort); grpSetting.Controls.Add(lblPort); grpSetting.Controls.Add(cmbIP); grpSetting.Controls.Add(lblIP); grpSetting.Dock = DockStyle.Fill; grpSetting.Location = new Point(3, 3); grpSetting.Name = "grpSetting"; grpSetting.Size = new Size(669, 94); grpSetting.TabIndex = 28; grpSetting.TabStop = false; grpSetting.Text = "通讯配置"; // // txtIP // txtIP.Location = new Point(79, 22); txtIP.Name = "txtIP"; txtIP.Size = new Size(100, 23); txtIP.TabIndex = 7; // // txtPort // txtPort.Location = new Point(79, 60); txtPort.Name = "txtPort"; txtPort.Size = new Size(100, 23); txtPort.TabIndex = 6; // // lblPort // lblPort.AutoSize = true; lblPort.Location = new Point(13, 63); lblPort.Name = "lblPort"; lblPort.Size = new Size(32, 17); lblPort.TabIndex = 4; lblPort.Text = "端口"; // // cmbIP // cmbIP.FormattingEnabled = true; cmbIP.Location = new Point(79, 21); cmbIP.Name = "cmbIP"; cmbIP.Size = new Size(100, 25); cmbIP.TabIndex = 1; // // lblIP // lblIP.AutoSize = true; lblIP.Location = new Point(13, 26); lblIP.Name = "lblIP"; lblIP.Size = new Size(32, 17); lblIP.TabIndex = 0; lblIP.Text = "地址"; // // tableLayoutPanel2 // tableLayoutPanel2.ColumnCount = 3; tableLayoutPanel2.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 80F)); tableLayoutPanel2.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 80F)); tableLayoutPanel2.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100F)); tableLayoutPanel2.Controls.Add(btnRuleSend, 1, 0); tableLayoutPanel2.Controls.Add(btnSend, 0, 0); tableLayoutPanel2.Dock = DockStyle.Fill; tableLayoutPanel2.Location = new Point(3, 153); tableLayoutPanel2.Name = "tableLayoutPanel2"; tableLayoutPanel2.RowCount = 1; tableLayoutPanel2.RowStyles.Add(new RowStyle(SizeType.Percent, 100F)); tableLayoutPanel2.Size = new Size(669, 34); tableLayoutPanel2.TabIndex = 27; // // btnRuleSend // btnRuleSend.Dock = DockStyle.Fill; btnRuleSend.Location = new Point(83, 3); btnRuleSend.Name = "btnRuleSend"; btnRuleSend.Size = new Size(74, 28); btnRuleSend.TabIndex = 14; btnRuleSend.Text = "校验发送"; btnRuleSend.UseVisualStyleBackColor = true; btnRuleSend.Click += btnRuleSend_Click; // // btnSend // btnSend.Dock = DockStyle.Fill; btnSend.Location = new Point(3, 3); btnSend.Name = "btnSend"; btnSend.Size = new Size(74, 28); btnSend.TabIndex = 12; btnSend.Text = "发送"; btnSend.UseVisualStyleBackColor = true; btnSend.Click += btnSend_Click; // // CommunicatorForm // AutoScaleMode = AutoScaleMode.None; ClientSize = new Size(681, 401); Controls.Add(tableLayoutPanel1); Name = "CommunicatorForm"; FormClosing += CommunicatorForm_FormClosing; tableLayoutPanel1.ResumeLayout(false); tableLayoutPanel1.PerformLayout(); grpReceive.ResumeLayout(false); grpReceive.PerformLayout(); grpSetting.ResumeLayout(false); grpSetting.PerformLayout(); tableLayoutPanel2.ResumeLayout(false); ResumeLayout(false); } #endregion private Label label3; private TableLayoutPanel tableLayoutPanel1; private TableLayoutPanel tableLayoutPanel2; private GroupBox grpSetting; private TextBox txtIP; private TextBox txtPort; private Label lblPort; private ComboBox cmbIP; private Label lblIP; private TextBox txtSendMsg; private GroupBox grpReceive; private TextBox txtReceiveMsg; private Button btnSend; private Button btnRuleSend; } }