namespace LB_SmartVision.Forms.Pages.CommunicatorPage
{
partial class CreateCommunicatorForm
{
///
/// 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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CreateCommunicatorForm));
uiLabelIP = new Label();
uiLabelPort = new Label();
uiButtonCancel = new Button();
uiTextBoxPort = new TextBox();
rButtonUART = new RadioButton();
rButtonTCPServer = new RadioButton();
rButtonTCPClient = new RadioButton();
uiButtonCreate = new Button();
uiButtonTest = new Button();
uiComboBoxPort = new ComboBox();
uiIPTextBox = new TextBox();
uiTextBoxPath = new TextBox();
rButtonS7 = new RadioButton();
rButtonModbusRTU = new RadioButton();
rButtonModbusTCP = new RadioButton();
themeForm1 = new ReaLTaiizor.Forms.ThemeForm();
uiLabelS7Type = new Label();
uiComboBoxS7Type = new ComboBox();
themeForm1.SuspendLayout();
SuspendLayout();
//
// uiLabelIP
//
uiLabelIP.Font = new Font("宋体", 12F);
uiLabelIP.ForeColor = Color.White;
uiLabelIP.Location = new Point(69, 174);
uiLabelIP.Name = "uiLabelIP";
uiLabelIP.Size = new Size(100, 23);
uiLabelIP.TabIndex = 1;
uiLabelIP.Text = "地址";
//
// uiLabelPort
//
uiLabelPort.Font = new Font("宋体", 12F);
uiLabelPort.ForeColor = Color.White;
uiLabelPort.Location = new Point(69, 213);
uiLabelPort.Name = "uiLabelPort";
uiLabelPort.Size = new Size(100, 23);
uiLabelPort.TabIndex = 2;
uiLabelPort.Text = "端口";
//
// uiButtonCancel
//
uiButtonCancel.Font = new Font("宋体", 12F);
uiButtonCancel.ForeColor = Color.White;
uiButtonCancel.Location = new Point(328, 297);
uiButtonCancel.MinimumSize = new Size(1, 1);
uiButtonCancel.Name = "uiButtonCancel";
uiButtonCancel.Size = new Size(100, 35);
uiButtonCancel.TabIndex = 4;
uiButtonCancel.Text = "取消";
uiButtonCancel.Click += uiButtonCancel_Click;
//
// uiTextBoxPort
//
uiTextBoxPort.Font = new Font("宋体", 12F);
uiTextBoxPort.Location = new Point(176, 211);
uiTextBoxPort.Margin = new Padding(4, 5, 4, 5);
uiTextBoxPort.MinimumSize = new Size(1, 16);
uiTextBoxPort.Name = "uiTextBoxPort";
uiTextBoxPort.Size = new Size(205, 26);
uiTextBoxPort.TabIndex = 5;
uiTextBoxPort.TextChanged += uiTextBoxPort_TextChanged;
//
// rButtonUART
//
rButtonUART.Font = new Font("宋体", 12F);
rButtonUART.ForeColor = Color.White;
rButtonUART.Location = new Point(19, 75);
rButtonUART.MinimumSize = new Size(1, 1);
rButtonUART.Name = "rButtonUART";
rButtonUART.Size = new Size(150, 29);
rButtonUART.TabIndex = 6;
rButtonUART.Text = "串口通讯";
//
// rButtonTCPServer
//
rButtonTCPServer.Font = new Font("宋体", 12F);
rButtonTCPServer.ForeColor = Color.White;
rButtonTCPServer.Location = new Point(19, 110);
rButtonTCPServer.MinimumSize = new Size(1, 1);
rButtonTCPServer.Name = "rButtonTCPServer";
rButtonTCPServer.Size = new Size(150, 29);
rButtonTCPServer.TabIndex = 7;
rButtonTCPServer.Text = "TCP服务器";
rButtonTCPServer.CheckedChanged += rButtonTCPServer_CheckedChanged;
//
// rButtonTCPClient
//
rButtonTCPClient.Font = new Font("宋体", 12F);
rButtonTCPClient.ForeColor = Color.White;
rButtonTCPClient.Location = new Point(176, 110);
rButtonTCPClient.MinimumSize = new Size(1, 1);
rButtonTCPClient.Name = "rButtonTCPClient";
rButtonTCPClient.Size = new Size(150, 29);
rButtonTCPClient.TabIndex = 8;
rButtonTCPClient.Text = "TCP客户端";
rButtonTCPClient.CheckedChanged += rButtonTCPClient_CheckedChanged;
//
// uiButtonCreate
//
uiButtonCreate.Enabled = false;
uiButtonCreate.Font = new Font("宋体", 12F);
uiButtonCreate.ForeColor = Color.White;
uiButtonCreate.Location = new Point(176, 297);
uiButtonCreate.MinimumSize = new Size(1, 1);
uiButtonCreate.Name = "uiButtonCreate";
uiButtonCreate.Size = new Size(100, 35);
uiButtonCreate.TabIndex = 9;
uiButtonCreate.Text = "创建";
uiButtonCreate.Click += uiButtonCreate_Click;
//
// uiButtonTest
//
uiButtonTest.Font = new Font("宋体", 12F);
uiButtonTest.ForeColor = Color.White;
uiButtonTest.Location = new Point(16, 297);
uiButtonTest.MinimumSize = new Size(1, 1);
uiButtonTest.Name = "uiButtonTest";
uiButtonTest.Size = new Size(100, 35);
uiButtonTest.TabIndex = 10;
uiButtonTest.Text = "测试";
uiButtonTest.Click += uiButtonTest_Click;
//
// uiComboBoxPort
//
uiComboBoxPort.Font = new Font("宋体", 12F);
uiComboBoxPort.Location = new Point(176, 171);
uiComboBoxPort.Margin = new Padding(4, 5, 4, 5);
uiComboBoxPort.MinimumSize = new Size(63, 0);
uiComboBoxPort.Name = "uiComboBoxPort";
uiComboBoxPort.Size = new Size(205, 24);
uiComboBoxPort.TabIndex = 11;
uiComboBoxPort.MouseClick += uiComboBoxPort_MouseClick;
//
// uiIPTextBox
//
uiIPTextBox.Font = new Font("宋体", 12F);
uiIPTextBox.Location = new Point(176, 171);
uiIPTextBox.Margin = new Padding(4, 5, 4, 5);
uiIPTextBox.MinimumSize = new Size(1, 1);
uiIPTextBox.Name = "uiIPTextBox";
uiIPTextBox.Size = new Size(205, 26);
uiIPTextBox.TabIndex = 12;
uiIPTextBox.MouseClick += uiIPTextBox_MouseClick;
//
// uiTextBoxPath
//
uiTextBoxPath.Font = new Font("宋体", 12F);
uiTextBoxPath.Location = new Point(176, 171);
uiTextBoxPath.Margin = new Padding(4, 5, 4, 5);
uiTextBoxPath.MinimumSize = new Size(1, 16);
uiTextBoxPath.Name = "uiTextBoxPath";
uiTextBoxPath.Size = new Size(205, 26);
uiTextBoxPath.TabIndex = 13;
//
// rButtonS7
//
rButtonS7.Font = new Font("宋体", 12F);
rButtonS7.ForeColor = Color.White;
rButtonS7.Location = new Point(176, 75);
rButtonS7.MinimumSize = new Size(1, 1);
rButtonS7.Name = "rButtonS7";
rButtonS7.Size = new Size(150, 29);
rButtonS7.TabIndex = 14;
rButtonS7.Text = "西门子S7";
rButtonS7.CheckedChanged += rButtonS7_CheckedChanged;
//
// rButtonModbusRTU
//
rButtonModbusRTU.Font = new Font("宋体", 12F);
rButtonModbusRTU.ForeColor = Color.White;
rButtonModbusRTU.Location = new Point(307, 75);
rButtonModbusRTU.MinimumSize = new Size(1, 1);
rButtonModbusRTU.Name = "rButtonModbusRTU";
rButtonModbusRTU.Size = new Size(150, 29);
rButtonModbusRTU.TabIndex = 15;
rButtonModbusRTU.Text = "Modbus RTU";
rButtonModbusRTU.CheckedChanged += rButtonModbusRTU_CheckedChanged;
//
// rButtonModbusTCP
//
rButtonModbusTCP.Font = new Font("宋体", 12F);
rButtonModbusTCP.ForeColor = Color.White;
rButtonModbusTCP.Location = new Point(307, 110);
rButtonModbusTCP.MinimumSize = new Size(1, 1);
rButtonModbusTCP.Name = "rButtonModbusTCP";
rButtonModbusTCP.Size = new Size(150, 29);
rButtonModbusTCP.TabIndex = 16;
rButtonModbusTCP.Text = "Modbus TCP";
rButtonModbusTCP.CheckedChanged += rButtonModbusTCP_CheckedChanged;
//
// themeForm1
//
themeForm1.BackColor = Color.FromArgb(32, 41, 50);
themeForm1.Controls.Add(uiLabelS7Type);
themeForm1.Controls.Add(uiComboBoxS7Type);
themeForm1.Controls.Add(rButtonModbusTCP);
themeForm1.Controls.Add(uiIPTextBox);
themeForm1.Controls.Add(rButtonModbusRTU);
themeForm1.Controls.Add(uiComboBoxPort);
themeForm1.Controls.Add(rButtonS7);
themeForm1.Controls.Add(uiTextBoxPath);
themeForm1.Controls.Add(uiLabelIP);
themeForm1.Controls.Add(uiTextBoxPort);
themeForm1.Controls.Add(uiLabelPort);
themeForm1.Controls.Add(uiButtonTest);
themeForm1.Controls.Add(uiButtonCancel);
themeForm1.Controls.Add(uiButtonCreate);
themeForm1.Controls.Add(rButtonUART);
themeForm1.Controls.Add(rButtonTCPClient);
themeForm1.Controls.Add(rButtonTCPServer);
themeForm1.Dock = DockStyle.Fill;
themeForm1.Font = new Font("Microsoft Sans Serif", 9F);
themeForm1.Image = (Image)resources.GetObject("themeForm1.Image");
themeForm1.Location = new Point(0, 0);
themeForm1.Name = "themeForm1";
themeForm1.Padding = new Padding(10, 70, 10, 9);
themeForm1.RoundCorners = true;
themeForm1.Sizable = true;
themeForm1.Size = new Size(456, 360);
themeForm1.SmartBounds = true;
themeForm1.StartPosition = FormStartPosition.WindowsDefaultLocation;
themeForm1.TabIndex = 17;
themeForm1.Text = "创建通讯";
//
// uiLabelS7Type
//
uiLabelS7Type.Font = new Font("宋体", 12F);
uiLabelS7Type.ForeColor = SystemColors.Control;
uiLabelS7Type.Location = new Point(69, 254);
uiLabelS7Type.Name = "uiLabelS7Type";
uiLabelS7Type.Size = new Size(100, 23);
uiLabelS7Type.TabIndex = 17;
uiLabelS7Type.Text = "型号";
//
// uiComboBoxS7Type
//
uiComboBoxS7Type.DropDownStyle = ComboBoxStyle.DropDownList;
uiComboBoxS7Type.Font = new Font("宋体", 12F);
uiComboBoxS7Type.Location = new Point(176, 251);
uiComboBoxS7Type.Margin = new Padding(4, 5, 4, 5);
uiComboBoxS7Type.MinimumSize = new Size(63, 0);
uiComboBoxS7Type.Name = "uiComboBoxS7Type";
uiComboBoxS7Type.Size = new Size(205, 24);
uiComboBoxS7Type.TabIndex = 18;
uiComboBoxS7Type.SelectedIndexChanged += uiComboBoxS7Type_SelectedIndexChanged;
//
// CreateCommunicatorForm
//
AutoScaleMode = AutoScaleMode.None;
ClientSize = new Size(456, 360);
ControlBox = false;
Controls.Add(themeForm1);
FormBorderStyle = FormBorderStyle.None;
MaximizeBox = false;
MinimizeBox = false;
MinimumSize = new Size(261, 61);
Name = "CreateCommunicatorForm";
Text = "创建通讯";
TransparencyKey = Color.Fuchsia;
themeForm1.ResumeLayout(false);
themeForm1.PerformLayout();
ResumeLayout(false);
}
#endregion
private Label uiLabelIP;
private Label uiLabelPort;
private Button uiButtonCancel;
private TextBox uiTextBoxPort;
private RadioButton rButtonUART;
private RadioButton rButtonTCPServer;
private RadioButton rButtonTCPClient;
private Button uiButtonCreate;
private Button uiButtonTest;
private ComboBox uiComboBoxPort;
private TextBox uiIPTextBox;
private TextBox uiTextBoxPath;
private RadioButton rButtonS7;
private RadioButton rButtonModbusRTU;
private RadioButton rButtonModbusTCP;
private ReaLTaiizor.Forms.ThemeForm themeForm1;
private Label uiLabelS7Type;
private ComboBox uiComboBoxS7Type;
}
}