namespace MainForm
{
partial class Form_SystemSet
{
///
/// 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()
{
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.label14 = new System.Windows.Forms.Label();
this.txtStation = new System.Windows.Forms.TextBox();
this.label10 = new System.Windows.Forms.Label();
this.txtDeviceCode = new System.Windows.Forms.TextBox();
this.label9 = new System.Windows.Forms.Label();
this.txtWorkStation = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.txtProcess_Section_Code = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.txtFactory_Code = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.txtProject_code = new System.Windows.Forms.TextBox();
this.buttonConfirm = new System.Windows.Forms.Button();
this.btnGetOrderInfo = new System.Windows.Forms.Button();
this.label18 = new System.Windows.Forms.Label();
this.txtProgramName = new System.Windows.Forms.TextBox();
this.txtSono = new System.Windows.Forms.TextBox();
this.label19 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.textBoxLineName = new System.Windows.Forms.TextBox();
this.textBoxLineCode = new System.Windows.Forms.TextBox();
this.roundButton10 = new FaFrameUI.RoundButton();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.chkIsUseMes = new System.Windows.Forms.CheckBox();
this.chkIsUseMESRoute = new System.Windows.Forms.CheckBox();
this.cbSendStationIn = new System.Windows.Forms.CheckBox();
this.cbSendAlarmData = new System.Windows.Forms.CheckBox();
this.cbSendWorkingData = new System.Windows.Forms.CheckBox();
this.cbSendCheckOneData = new System.Windows.Forms.CheckBox();
this.btnMES = new System.Windows.Forms.Button();
this.button1 = new System.Windows.Forms.Button();
this.cbSendProcessData = new System.Windows.Forms.CheckBox();
this.textBoxServerHost = new System.Windows.Forms.TextBox();
this.label8 = new System.Windows.Forms.Label();
this.groupBox4 = new System.Windows.Forms.GroupBox();
this.chkIsUseIot = new System.Windows.Forms.CheckBox();
this.numMqttPort = new System.Windows.Forms.NumericUpDown();
this.label4 = new System.Windows.Forms.Label();
this.chkMqttStationInputBegin = new System.Windows.Forms.CheckBox();
this.chkMqttSensorData = new System.Windows.Forms.CheckBox();
this.chkMqttOperateLog = new System.Windows.Forms.CheckBox();
this.chkMqttProcConfig = new System.Windows.Forms.CheckBox();
this.chkMqttFaultLog = new System.Windows.Forms.CheckBox();
this.chkMqttEquiConfig = new System.Windows.Forms.CheckBox();
this.chkMqttDeviceState = new System.Windows.Forms.CheckBox();
this.btnIOTData = new System.Windows.Forms.Button();
this.button5 = new System.Windows.Forms.Button();
this.chkMqttPassStation = new System.Windows.Forms.CheckBox();
this.txtMqttIP = new System.Windows.Forms.TextBox();
this.label20 = new System.Windows.Forms.Label();
this.groupBox5 = new System.Windows.Forms.GroupBox();
this.txtTPortCode = new System.Windows.Forms.TextBox();
this.label13 = new System.Windows.Forms.Label();
this.numAGVMQTTPort = new System.Windows.Forms.NumericUpDown();
this.label6 = new System.Windows.Forms.Label();
this.txtAGVMQTTIP = new System.Windows.Forms.TextBox();
this.label15 = new System.Windows.Forms.Label();
this.chkIsUseAGV = new System.Windows.Forms.CheckBox();
this.btnAGV = new System.Windows.Forms.Button();
this.button6 = new System.Windows.Forms.Button();
this.txtAGVHttpIP = new System.Windows.Forms.TextBox();
this.label12 = new System.Windows.Forms.Label();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.numPLCPort = new System.Windows.Forms.NumericUpDown();
this.label11 = new System.Windows.Forms.Label();
this.rdbS5 = new System.Windows.Forms.RadioButton();
this.rdbS3 = new System.Windows.Forms.RadioButton();
this.rdbS4 = new System.Windows.Forms.RadioButton();
this.rdbS2 = new System.Windows.Forms.RadioButton();
this.rdbS1 = new System.Windows.Forms.RadioButton();
this.btnPLC = new System.Windows.Forms.Button();
this.txtPLCAddress4 = new System.Windows.Forms.TextBox();
this.txtPLCAddress5 = new System.Windows.Forms.TextBox();
this.txtPLCAddress3 = new System.Windows.Forms.TextBox();
this.txtPLCAddress2 = new System.Windows.Forms.TextBox();
this.txtPLCAddress1 = new System.Windows.Forms.TextBox();
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
this.groupBox4.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.numMqttPort)).BeginInit();
this.groupBox5.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.numAGVMQTTPort)).BeginInit();
this.groupBox3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.numPLCPort)).BeginInit();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.BackColor = System.Drawing.Color.White;
this.groupBox1.Controls.Add(this.label14);
this.groupBox1.Controls.Add(this.txtStation);
this.groupBox1.Controls.Add(this.label10);
this.groupBox1.Controls.Add(this.txtDeviceCode);
this.groupBox1.Controls.Add(this.label9);
this.groupBox1.Controls.Add(this.txtWorkStation);
this.groupBox1.Controls.Add(this.label5);
this.groupBox1.Controls.Add(this.txtProcess_Section_Code);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.txtFactory_Code);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.txtProject_code);
this.groupBox1.Controls.Add(this.buttonConfirm);
this.groupBox1.Controls.Add(this.btnGetOrderInfo);
this.groupBox1.Controls.Add(this.label18);
this.groupBox1.Controls.Add(this.txtProgramName);
this.groupBox1.Controls.Add(this.txtSono);
this.groupBox1.Controls.Add(this.label19);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Controls.Add(this.label7);
this.groupBox1.Controls.Add(this.textBoxLineName);
this.groupBox1.Controls.Add(this.textBoxLineCode);
this.groupBox1.Controls.Add(this.roundButton10);
this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top;
this.groupBox1.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.groupBox1.Location = new System.Drawing.Point(0, 0);
this.groupBox1.Margin = new System.Windows.Forms.Padding(3, 18, 3, 3);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Padding = new System.Windows.Forms.Padding(3, 8, 3, 3);
this.groupBox1.Size = new System.Drawing.Size(1044, 187);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "产线信息维护";
//
// label14
//
this.label14.AutoSize = true;
this.label14.Location = new System.Drawing.Point(588, 88);
this.label14.Name = "label14";
this.label14.Size = new System.Drawing.Size(73, 20);
this.label14.TabIndex = 96;
this.label14.Text = "⼯位Id:";
//
// txtStation
//
this.txtStation.Location = new System.Drawing.Point(674, 84);
this.txtStation.Name = "txtStation";
this.txtStation.Size = new System.Drawing.Size(168, 27);
this.txtStation.TabIndex = 95;
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(304, 88);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(73, 20);
this.label10.TabIndex = 94;
this.label10.Text = "装备编码:";
//
// txtDeviceCode
//
this.txtDeviceCode.Location = new System.Drawing.Point(390, 84);
this.txtDeviceCode.Name = "txtDeviceCode";
this.txtDeviceCode.Size = new System.Drawing.Size(168, 27);
this.txtDeviceCode.TabIndex = 93;
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(23, 88);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(43, 20);
this.label9.TabIndex = 92;
this.label9.Text = "⼯站:";
//
// txtWorkStation
//
this.txtWorkStation.Location = new System.Drawing.Point(109, 85);
this.txtWorkStation.Name = "txtWorkStation";
this.txtWorkStation.Size = new System.Drawing.Size(168, 27);
this.txtWorkStation.TabIndex = 91;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(588, 23);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(73, 20);
this.label5.TabIndex = 90;
this.label5.Text = "⼯段编码:";
//
// txtProcess_Section_Code
//
this.txtProcess_Section_Code.Location = new System.Drawing.Point(674, 20);
this.txtProcess_Section_Code.Name = "txtProcess_Section_Code";
this.txtProcess_Section_Code.Size = new System.Drawing.Size(168, 27);
this.txtProcess_Section_Code.TabIndex = 89;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(304, 23);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(57, 20);
this.label3.TabIndex = 88;
this.label3.Text = "⼯⼚Id:";
//
// txtFactory_Code
//
this.txtFactory_Code.Location = new System.Drawing.Point(390, 20);
this.txtFactory_Code.Name = "txtFactory_Code";
this.txtFactory_Code.Size = new System.Drawing.Size(168, 27);
this.txtFactory_Code.TabIndex = 87;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(23, 23);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(73, 20);
this.label2.TabIndex = 86;
this.label2.Text = "项⽬编码:";
//
// txtProject_code
//
this.txtProject_code.Location = new System.Drawing.Point(109, 20);
this.txtProject_code.Name = "txtProject_code";
this.txtProject_code.Size = new System.Drawing.Size(168, 27);
this.txtProject_code.TabIndex = 85;
//
// buttonConfirm
//
this.buttonConfirm.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.buttonConfirm.BackColor = System.Drawing.Color.WhiteSmoke;
this.buttonConfirm.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.buttonConfirm.Location = new System.Drawing.Point(973, 143);
this.buttonConfirm.Margin = new System.Windows.Forms.Padding(2);
this.buttonConfirm.Name = "buttonConfirm";
this.buttonConfirm.Size = new System.Drawing.Size(56, 30);
this.buttonConfirm.TabIndex = 66;
this.buttonConfirm.Text = "确认";
this.buttonConfirm.UseVisualStyleBackColor = false;
this.buttonConfirm.Click += new System.EventHandler(this.buttonConfirm_Click);
//
// btnGetOrderInfo
//
this.btnGetOrderInfo.BackColor = System.Drawing.Color.WhiteSmoke;
this.btnGetOrderInfo.Enabled = false;
this.btnGetOrderInfo.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnGetOrderInfo.Location = new System.Drawing.Point(355, 149);
this.btnGetOrderInfo.Name = "btnGetOrderInfo";
this.btnGetOrderInfo.Size = new System.Drawing.Size(192, 28);
this.btnGetOrderInfo.TabIndex = 84;
this.btnGetOrderInfo.Text = "通过订单号获取订单信息";
this.btnGetOrderInfo.UseVisualStyleBackColor = false;
this.btnGetOrderInfo.Visible = false;
this.btnGetOrderInfo.Click += new System.EventHandler(this.btnGetOrderInfo_Click);
//
// label18
//
this.label18.AutoSize = true;
this.label18.Location = new System.Drawing.Point(23, 120);
this.label18.Name = "label18";
this.label18.Size = new System.Drawing.Size(73, 20);
this.label18.TabIndex = 83;
this.label18.Text = "程序名称:";
//
// txtProgramName
//
this.txtProgramName.Location = new System.Drawing.Point(109, 117);
this.txtProgramName.Name = "txtProgramName";
this.txtProgramName.Size = new System.Drawing.Size(549, 27);
this.txtProgramName.TabIndex = 82;
//
// txtSono
//
this.txtSono.Location = new System.Drawing.Point(109, 149);
this.txtSono.Name = "txtSono";
this.txtSono.Size = new System.Drawing.Size(240, 27);
this.txtSono.TabIndex = 81;
this.txtSono.Visible = false;
//
// label19
//
this.label19.AutoSize = true;
this.label19.Location = new System.Drawing.Point(23, 153);
this.label19.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label19.Name = "label19";
this.label19.Size = new System.Drawing.Size(58, 20);
this.label19.TabIndex = 80;
this.label19.Text = "订单号:";
this.label19.Visible = false;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(304, 56);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(73, 20);
this.label1.TabIndex = 77;
this.label1.Text = "线体名称:";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(23, 55);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(73, 20);
this.label7.TabIndex = 78;
this.label7.Text = "线体编码:";
//
// textBoxLineName
//
this.textBoxLineName.Location = new System.Drawing.Point(390, 52);
this.textBoxLineName.Name = "textBoxLineName";
this.textBoxLineName.Size = new System.Drawing.Size(452, 27);
this.textBoxLineName.TabIndex = 74;
//
// textBoxLineCode
//
this.textBoxLineCode.Location = new System.Drawing.Point(109, 52);
this.textBoxLineCode.Name = "textBoxLineCode";
this.textBoxLineCode.Size = new System.Drawing.Size(168, 27);
this.textBoxLineCode.TabIndex = 75;
//
// roundButton10
//
this.roundButton10.BackColor = System.Drawing.Color.Transparent;
this.roundButton10.BaseColor = System.Drawing.Color.Silver;
this.roundButton10.BaseColorEnd = System.Drawing.Color.Lime;
this.roundButton10.FlatAppearance.BorderSize = 0;
this.roundButton10.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.roundButton10.ImageHeight = 80;
this.roundButton10.ImageWidth = 80;
this.roundButton10.Location = new System.Drawing.Point(391, 402);
this.roundButton10.Name = "roundButton10";
this.roundButton10.Radius = 24;
this.roundButton10.Size = new System.Drawing.Size(125, 37);
this.roundButton10.SpliteButtonWidth = 18;
this.roundButton10.TabIndex = 60;
this.roundButton10.Text = "保存参数";
this.roundButton10.UseVisualStyleBackColor = false;
//
// groupBox2
//
this.groupBox2.BackColor = System.Drawing.Color.White;
this.groupBox2.Controls.Add(this.chkIsUseMes);
this.groupBox2.Controls.Add(this.chkIsUseMESRoute);
this.groupBox2.Controls.Add(this.cbSendStationIn);
this.groupBox2.Controls.Add(this.cbSendAlarmData);
this.groupBox2.Controls.Add(this.cbSendWorkingData);
this.groupBox2.Controls.Add(this.cbSendCheckOneData);
this.groupBox2.Controls.Add(this.btnMES);
this.groupBox2.Controls.Add(this.button1);
this.groupBox2.Controls.Add(this.cbSendProcessData);
this.groupBox2.Controls.Add(this.textBoxServerHost);
this.groupBox2.Controls.Add(this.label8);
this.groupBox2.Dock = System.Windows.Forms.DockStyle.Top;
this.groupBox2.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.groupBox2.Location = new System.Drawing.Point(0, 187);
this.groupBox2.Margin = new System.Windows.Forms.Padding(3, 18, 3, 3);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Padding = new System.Windows.Forms.Padding(3, 8, 3, 3);
this.groupBox2.Size = new System.Drawing.Size(1044, 81);
this.groupBox2.TabIndex = 19;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "MES配置";
//
// chkIsUseMes
//
this.chkIsUseMes.AutoSize = true;
this.chkIsUseMes.Location = new System.Drawing.Point(21, 23);
this.chkIsUseMes.Name = "chkIsUseMes";
this.chkIsUseMes.Size = new System.Drawing.Size(58, 24);
this.chkIsUseMes.TabIndex = 82;
this.chkIsUseMes.Text = "启用";
this.chkIsUseMes.UseVisualStyleBackColor = true;
//
// chkIsUseMESRoute
//
this.chkIsUseMESRoute.AutoSize = true;
this.chkIsUseMESRoute.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.chkIsUseMESRoute.ForeColor = System.Drawing.Color.DarkGreen;
this.chkIsUseMESRoute.Location = new System.Drawing.Point(566, 24);
this.chkIsUseMESRoute.Name = "chkIsUseMESRoute";
this.chkIsUseMESRoute.Size = new System.Drawing.Size(316, 23);
this.chkIsUseMESRoute.TabIndex = 81;
this.chkIsUseMESRoute.Text = "启用MES边线(RouteCommunication.dll)";
this.chkIsUseMESRoute.UseVisualStyleBackColor = true;
//
// cbSendStationIn
//
this.cbSendStationIn.AutoSize = true;
this.cbSendStationIn.Location = new System.Drawing.Point(21, 52);
this.cbSendStationIn.Name = "cbSendStationIn";
this.cbSendStationIn.Size = new System.Drawing.Size(118, 24);
this.cbSendStationIn.TabIndex = 80;
this.cbSendStationIn.Text = "上传进站数据";
this.cbSendStationIn.UseVisualStyleBackColor = true;
//
// cbSendAlarmData
//
this.cbSendAlarmData.AutoSize = true;
this.cbSendAlarmData.Location = new System.Drawing.Point(516, 52);
this.cbSendAlarmData.Name = "cbSendAlarmData";
this.cbSendAlarmData.Size = new System.Drawing.Size(148, 24);
this.cbSendAlarmData.TabIndex = 75;
this.cbSendAlarmData.Text = "是否上传报警数据";
this.cbSendAlarmData.UseVisualStyleBackColor = true;
this.cbSendAlarmData.Visible = false;
//
// cbSendWorkingData
//
this.cbSendWorkingData.AutoSize = true;
this.cbSendWorkingData.Location = new System.Drawing.Point(393, 52);
this.cbSendWorkingData.Name = "cbSendWorkingData";
this.cbSendWorkingData.Size = new System.Drawing.Size(118, 24);
this.cbSendWorkingData.TabIndex = 74;
this.cbSendWorkingData.Text = "是否上传运行";
this.cbSendWorkingData.UseVisualStyleBackColor = true;
this.cbSendWorkingData.Visible = false;
//
// cbSendCheckOneData
//
this.cbSendCheckOneData.AutoSize = true;
this.cbSendCheckOneData.Location = new System.Drawing.Point(269, 52);
this.cbSendCheckOneData.Name = "cbSendCheckOneData";
this.cbSendCheckOneData.Size = new System.Drawing.Size(118, 24);
this.cbSendCheckOneData.TabIndex = 73;
this.cbSendCheckOneData.Text = "上传点检数据";
this.cbSendCheckOneData.UseVisualStyleBackColor = true;
this.cbSendCheckOneData.Visible = false;
//
// btnMES
//
this.btnMES.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnMES.BackColor = System.Drawing.Color.WhiteSmoke;
this.btnMES.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnMES.Location = new System.Drawing.Point(973, 40);
this.btnMES.Margin = new System.Windows.Forms.Padding(2);
this.btnMES.Name = "btnMES";
this.btnMES.Size = new System.Drawing.Size(56, 27);
this.btnMES.TabIndex = 70;
this.btnMES.Text = "确认";
this.btnMES.UseVisualStyleBackColor = false;
this.btnMES.Click += new System.EventHandler(this.button2_Click);
//
// button1
//
this.button1.Location = new System.Drawing.Point(706, 189);
this.button1.Margin = new System.Windows.Forms.Padding(2);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(56, 25);
this.button1.TabIndex = 69;
this.button1.Text = "确认";
this.button1.UseVisualStyleBackColor = true;
//
// cbSendProcessData
//
this.cbSendProcessData.AutoSize = true;
this.cbSendProcessData.Location = new System.Drawing.Point(145, 52);
this.cbSendProcessData.Name = "cbSendProcessData";
this.cbSendProcessData.Size = new System.Drawing.Size(118, 24);
this.cbSendProcessData.TabIndex = 68;
this.cbSendProcessData.Text = "上传出站数据";
this.cbSendProcessData.UseVisualStyleBackColor = true;
//
// textBoxServerHost
//
this.textBoxServerHost.Location = new System.Drawing.Point(168, 20);
this.textBoxServerHost.Name = "textBoxServerHost";
this.textBoxServerHost.Size = new System.Drawing.Size(379, 27);
this.textBoxServerHost.TabIndex = 0;
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(87, 23);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(77, 20);
this.label8.TabIndex = 62;
this.label8.Text = "Http地址:";
//
// groupBox4
//
this.groupBox4.BackColor = System.Drawing.Color.White;
this.groupBox4.Controls.Add(this.chkIsUseIot);
this.groupBox4.Controls.Add(this.numMqttPort);
this.groupBox4.Controls.Add(this.label4);
this.groupBox4.Controls.Add(this.chkMqttStationInputBegin);
this.groupBox4.Controls.Add(this.chkMqttSensorData);
this.groupBox4.Controls.Add(this.chkMqttOperateLog);
this.groupBox4.Controls.Add(this.chkMqttProcConfig);
this.groupBox4.Controls.Add(this.chkMqttFaultLog);
this.groupBox4.Controls.Add(this.chkMqttEquiConfig);
this.groupBox4.Controls.Add(this.chkMqttDeviceState);
this.groupBox4.Controls.Add(this.btnIOTData);
this.groupBox4.Controls.Add(this.button5);
this.groupBox4.Controls.Add(this.chkMqttPassStation);
this.groupBox4.Controls.Add(this.txtMqttIP);
this.groupBox4.Controls.Add(this.label20);
this.groupBox4.Dock = System.Windows.Forms.DockStyle.Top;
this.groupBox4.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.groupBox4.Location = new System.Drawing.Point(0, 268);
this.groupBox4.Margin = new System.Windows.Forms.Padding(3, 18, 3, 3);
this.groupBox4.Name = "groupBox4";
this.groupBox4.Padding = new System.Windows.Forms.Padding(3, 8, 3, 3);
this.groupBox4.Size = new System.Drawing.Size(1044, 87);
this.groupBox4.TabIndex = 21;
this.groupBox4.TabStop = false;
this.groupBox4.Text = "IOT配置";
//
// chkIsUseIot
//
this.chkIsUseIot.AutoSize = true;
this.chkIsUseIot.Location = new System.Drawing.Point(21, 23);
this.chkIsUseIot.Name = "chkIsUseIot";
this.chkIsUseIot.Size = new System.Drawing.Size(58, 24);
this.chkIsUseIot.TabIndex = 85;
this.chkIsUseIot.Text = "启用";
this.chkIsUseIot.UseVisualStyleBackColor = true;
//
// numMqttPort
//
this.numMqttPort.Location = new System.Drawing.Point(428, 20);
this.numMqttPort.Name = "numMqttPort";
this.numMqttPort.Size = new System.Drawing.Size(85, 27);
this.numMqttPort.TabIndex = 84;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(385, 23);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(39, 20);
this.label4.TabIndex = 83;
this.label4.Text = "端口";
//
// chkMqttStationInputBegin
//
this.chkMqttStationInputBegin.AutoSize = true;
this.chkMqttStationInputBegin.Location = new System.Drawing.Point(538, 55);
this.chkMqttStationInputBegin.Name = "chkMqttStationInputBegin";
this.chkMqttStationInputBegin.Size = new System.Drawing.Size(118, 24);
this.chkMqttStationInputBegin.TabIndex = 79;
this.chkMqttStationInputBegin.Text = "上传节拍⽇志";
this.chkMqttStationInputBegin.UseVisualStyleBackColor = true;
//
// chkMqttSensorData
//
this.chkMqttSensorData.AutoSize = true;
this.chkMqttSensorData.Location = new System.Drawing.Point(398, 55);
this.chkMqttSensorData.Name = "chkMqttSensorData";
this.chkMqttSensorData.Size = new System.Drawing.Size(133, 24);
this.chkMqttSensorData.TabIndex = 78;
this.chkMqttSensorData.Text = "上传传感器数据";
this.chkMqttSensorData.UseVisualStyleBackColor = true;
//
// chkMqttOperateLog
//
this.chkMqttOperateLog.AutoSize = true;
this.chkMqttOperateLog.Location = new System.Drawing.Point(663, 55);
this.chkMqttOperateLog.Name = "chkMqttOperateLog";
this.chkMqttOperateLog.Size = new System.Drawing.Size(118, 24);
this.chkMqttOperateLog.TabIndex = 77;
this.chkMqttOperateLog.Text = "上传操作记录";
this.chkMqttOperateLog.UseVisualStyleBackColor = true;
//
// chkMqttProcConfig
//
this.chkMqttProcConfig.AutoSize = true;
this.chkMqttProcConfig.Location = new System.Drawing.Point(663, 22);
this.chkMqttProcConfig.Name = "chkMqttProcConfig";
this.chkMqttProcConfig.Size = new System.Drawing.Size(118, 24);
this.chkMqttProcConfig.TabIndex = 76;
this.chkMqttProcConfig.Text = "上传⼯艺配置";
this.chkMqttProcConfig.UseVisualStyleBackColor = true;
//
// chkMqttFaultLog
//
this.chkMqttFaultLog.AutoSize = true;
this.chkMqttFaultLog.Location = new System.Drawing.Point(273, 55);
this.chkMqttFaultLog.Name = "chkMqttFaultLog";
this.chkMqttFaultLog.Size = new System.Drawing.Size(118, 24);
this.chkMqttFaultLog.TabIndex = 75;
this.chkMqttFaultLog.Text = "上传故障⽇志";
this.chkMqttFaultLog.UseVisualStyleBackColor = true;
//
// chkMqttEquiConfig
//
this.chkMqttEquiConfig.AutoSize = true;
this.chkMqttEquiConfig.Location = new System.Drawing.Point(538, 22);
this.chkMqttEquiConfig.Name = "chkMqttEquiConfig";
this.chkMqttEquiConfig.Size = new System.Drawing.Size(118, 24);
this.chkMqttEquiConfig.TabIndex = 74;
this.chkMqttEquiConfig.Text = "上传装备配置";
this.chkMqttEquiConfig.UseVisualStyleBackColor = true;
//
// chkMqttDeviceState
//
this.chkMqttDeviceState.AutoSize = true;
this.chkMqttDeviceState.Location = new System.Drawing.Point(147, 55);
this.chkMqttDeviceState.Name = "chkMqttDeviceState";
this.chkMqttDeviceState.Size = new System.Drawing.Size(118, 24);
this.chkMqttDeviceState.TabIndex = 73;
this.chkMqttDeviceState.Text = "上传设备状态";
this.chkMqttDeviceState.UseVisualStyleBackColor = true;
//
// btnIOTData
//
this.btnIOTData.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnIOTData.BackColor = System.Drawing.Color.WhiteSmoke;
this.btnIOTData.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnIOTData.Location = new System.Drawing.Point(973, 46);
this.btnIOTData.Margin = new System.Windows.Forms.Padding(2);
this.btnIOTData.Name = "btnIOTData";
this.btnIOTData.Size = new System.Drawing.Size(56, 27);
this.btnIOTData.TabIndex = 70;
this.btnIOTData.Text = "确认";
this.btnIOTData.UseVisualStyleBackColor = false;
this.btnIOTData.Click += new System.EventHandler(this.btnIOTData_Click);
//
// button5
//
this.button5.Location = new System.Drawing.Point(706, 189);
this.button5.Margin = new System.Windows.Forms.Padding(2);
this.button5.Name = "button5";
this.button5.Size = new System.Drawing.Size(56, 25);
this.button5.TabIndex = 69;
this.button5.Text = "确认";
this.button5.UseVisualStyleBackColor = true;
//
// chkMqttPassStation
//
this.chkMqttPassStation.AutoSize = true;
this.chkMqttPassStation.Location = new System.Drawing.Point(21, 54);
this.chkMqttPassStation.Name = "chkMqttPassStation";
this.chkMqttPassStation.Size = new System.Drawing.Size(118, 24);
this.chkMqttPassStation.TabIndex = 68;
this.chkMqttPassStation.Text = "上传过站数据";
this.chkMqttPassStation.UseVisualStyleBackColor = true;
//
// txtMqttIP
//
this.txtMqttIP.Location = new System.Drawing.Point(164, 20);
this.txtMqttIP.Name = "txtMqttIP";
this.txtMqttIP.Size = new System.Drawing.Size(214, 27);
this.txtMqttIP.TabIndex = 0;
//
// label20
//
this.label20.AutoSize = true;
this.label20.Location = new System.Drawing.Point(81, 23);
this.label20.Name = "label20";
this.label20.Size = new System.Drawing.Size(80, 20);
this.label20.TabIndex = 62;
this.label20.Text = "Mqtt地址:";
//
// groupBox5
//
this.groupBox5.BackColor = System.Drawing.Color.White;
this.groupBox5.Controls.Add(this.txtTPortCode);
this.groupBox5.Controls.Add(this.label13);
this.groupBox5.Controls.Add(this.numAGVMQTTPort);
this.groupBox5.Controls.Add(this.label6);
this.groupBox5.Controls.Add(this.txtAGVMQTTIP);
this.groupBox5.Controls.Add(this.label15);
this.groupBox5.Controls.Add(this.chkIsUseAGV);
this.groupBox5.Controls.Add(this.btnAGV);
this.groupBox5.Controls.Add(this.button6);
this.groupBox5.Controls.Add(this.txtAGVHttpIP);
this.groupBox5.Controls.Add(this.label12);
this.groupBox5.Dock = System.Windows.Forms.DockStyle.Top;
this.groupBox5.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.groupBox5.Location = new System.Drawing.Point(0, 355);
this.groupBox5.Margin = new System.Windows.Forms.Padding(3, 18, 3, 3);
this.groupBox5.Name = "groupBox5";
this.groupBox5.Padding = new System.Windows.Forms.Padding(3, 8, 3, 3);
this.groupBox5.Size = new System.Drawing.Size(1044, 58);
this.groupBox5.TabIndex = 23;
this.groupBox5.TabStop = false;
this.groupBox5.Text = "AGV配置";
//
// txtTPortCode
//
this.txtTPortCode.Location = new System.Drawing.Point(854, 20);
this.txtTPortCode.Name = "txtTPortCode";
this.txtTPortCode.Size = new System.Drawing.Size(85, 27);
this.txtTPortCode.TabIndex = 87;
//
// label13
//
this.label13.AutoSize = true;
this.label13.Location = new System.Drawing.Point(766, 23);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(84, 20);
this.label13.TabIndex = 88;
this.label13.Text = "portCode:";
//
// numAGVMQTTPort
//
this.numAGVMQTTPort.Location = new System.Drawing.Point(688, 20);
this.numAGVMQTTPort.Name = "numAGVMQTTPort";
this.numAGVMQTTPort.Size = new System.Drawing.Size(74, 27);
this.numAGVMQTTPort.TabIndex = 86;
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(647, 23);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(39, 20);
this.label6.TabIndex = 85;
this.label6.Text = "端口";
//
// txtAGVMQTTIP
//
this.txtAGVMQTTIP.Location = new System.Drawing.Point(477, 19);
this.txtAGVMQTTIP.Name = "txtAGVMQTTIP";
this.txtAGVMQTTIP.Size = new System.Drawing.Size(168, 27);
this.txtAGVMQTTIP.TabIndex = 81;
//
// label15
//
this.label15.AutoSize = true;
this.label15.Location = new System.Drawing.Point(384, 23);
this.label15.Name = "label15";
this.label15.Size = new System.Drawing.Size(88, 20);
this.label15.TabIndex = 82;
this.label15.Text = "MQTT地址:";
//
// chkIsUseAGV
//
this.chkIsUseAGV.AutoSize = true;
this.chkIsUseAGV.Location = new System.Drawing.Point(21, 22);
this.chkIsUseAGV.Name = "chkIsUseAGV";
this.chkIsUseAGV.Size = new System.Drawing.Size(58, 24);
this.chkIsUseAGV.TabIndex = 74;
this.chkIsUseAGV.Text = "启用";
this.chkIsUseAGV.UseVisualStyleBackColor = true;
//
// btnAGV
//
this.btnAGV.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnAGV.BackColor = System.Drawing.Color.WhiteSmoke;
this.btnAGV.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnAGV.Location = new System.Drawing.Point(973, 22);
this.btnAGV.Margin = new System.Windows.Forms.Padding(2);
this.btnAGV.Name = "btnAGV";
this.btnAGV.Size = new System.Drawing.Size(56, 27);
this.btnAGV.TabIndex = 70;
this.btnAGV.Text = "确认";
this.btnAGV.UseVisualStyleBackColor = false;
this.btnAGV.Click += new System.EventHandler(this.btnAGV_Click);
//
// button6
//
this.button6.Location = new System.Drawing.Point(706, 189);
this.button6.Margin = new System.Windows.Forms.Padding(2);
this.button6.Name = "button6";
this.button6.Size = new System.Drawing.Size(56, 25);
this.button6.TabIndex = 69;
this.button6.Text = "确认";
this.button6.UseVisualStyleBackColor = true;
//
// txtAGVHttpIP
//
this.txtAGVHttpIP.Location = new System.Drawing.Point(163, 19);
this.txtAGVHttpIP.Name = "txtAGVHttpIP";
this.txtAGVHttpIP.Size = new System.Drawing.Size(215, 27);
this.txtAGVHttpIP.TabIndex = 0;
//
// label12
//
this.label12.AutoSize = true;
this.label12.Location = new System.Drawing.Point(82, 22);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(77, 20);
this.label12.TabIndex = 62;
this.label12.Text = "Http地址:";
//
// groupBox3
//
this.groupBox3.Controls.Add(this.numPLCPort);
this.groupBox3.Controls.Add(this.label11);
this.groupBox3.Controls.Add(this.rdbS5);
this.groupBox3.Controls.Add(this.rdbS3);
this.groupBox3.Controls.Add(this.rdbS4);
this.groupBox3.Controls.Add(this.rdbS2);
this.groupBox3.Controls.Add(this.rdbS1);
this.groupBox3.Controls.Add(this.btnPLC);
this.groupBox3.Controls.Add(this.txtPLCAddress4);
this.groupBox3.Controls.Add(this.txtPLCAddress5);
this.groupBox3.Controls.Add(this.txtPLCAddress3);
this.groupBox3.Controls.Add(this.txtPLCAddress2);
this.groupBox3.Controls.Add(this.txtPLCAddress1);
this.groupBox3.Dock = System.Windows.Forms.DockStyle.Top;
this.groupBox3.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.groupBox3.Location = new System.Drawing.Point(0, 413);
this.groupBox3.Margin = new System.Windows.Forms.Padding(2, 18, 2, 2);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Padding = new System.Windows.Forms.Padding(2, 8, 2, 2);
this.groupBox3.Size = new System.Drawing.Size(1044, 124);
this.groupBox3.TabIndex = 24;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "设备配置";
//
// numPLCPort
//
this.numPLCPort.Location = new System.Drawing.Point(490, 86);
this.numPLCPort.Maximum = new decimal(new int[] {
100000,
0,
0,
0});
this.numPLCPort.Name = "numPLCPort";
this.numPLCPort.Size = new System.Drawing.Size(104, 27);
this.numPLCPort.TabIndex = 95;
//
// label11
//
this.label11.AutoSize = true;
this.label11.Location = new System.Drawing.Point(380, 90);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(100, 20);
this.label11.TabIndex = 94;
this.label11.Text = "PLC通讯端口:";
//
// rdbS5
//
this.rdbS5.AutoSize = true;
this.rdbS5.BackColor = System.Drawing.Color.Transparent;
this.rdbS5.FlatStyle = System.Windows.Forms.FlatStyle.System;
this.rdbS5.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.rdbS5.ForeColor = System.Drawing.Color.Black;
this.rdbS5.Location = new System.Drawing.Point(20, 88);
this.rdbS5.Name = "rdbS5";
this.rdbS5.Size = new System.Drawing.Size(125, 25);
this.rdbS5.TabIndex = 92;
this.rdbS5.TabStop = true;
this.rdbS5.Text = "[S5]下料装备:";
this.rdbS5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.rdbS5.UseVisualStyleBackColor = false;
//
// rdbS3
//
this.rdbS3.AutoSize = true;
this.rdbS3.BackColor = System.Drawing.Color.Transparent;
this.rdbS3.FlatStyle = System.Windows.Forms.FlatStyle.System;
this.rdbS3.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.rdbS3.ForeColor = System.Drawing.Color.Black;
this.rdbS3.Location = new System.Drawing.Point(20, 54);
this.rdbS3.Name = "rdbS3";
this.rdbS3.Size = new System.Drawing.Size(110, 25);
this.rdbS3.TabIndex = 91;
this.rdbS3.TabStop = true;
this.rdbS3.Text = "[S3]值板机:";
this.rdbS3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.rdbS3.UseVisualStyleBackColor = false;
//
// rdbS4
//
this.rdbS4.AutoSize = true;
this.rdbS4.BackColor = System.Drawing.Color.Transparent;
this.rdbS4.FlatStyle = System.Windows.Forms.FlatStyle.System;
this.rdbS4.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.rdbS4.ForeColor = System.Drawing.Color.Black;
this.rdbS4.Location = new System.Drawing.Point(361, 54);
this.rdbS4.Name = "rdbS4";
this.rdbS4.Size = new System.Drawing.Size(125, 25);
this.rdbS4.TabIndex = 90;
this.rdbS4.TabStop = true;
this.rdbS4.Text = "[S4]载具桁架:";
this.rdbS4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.rdbS4.UseVisualStyleBackColor = false;
//
// rdbS2
//
this.rdbS2.AutoSize = true;
this.rdbS2.BackColor = System.Drawing.Color.Transparent;
this.rdbS2.FlatStyle = System.Windows.Forms.FlatStyle.System;
this.rdbS2.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.rdbS2.ForeColor = System.Drawing.Color.Black;
this.rdbS2.Location = new System.Drawing.Point(361, 21);
this.rdbS2.Name = "rdbS2";
this.rdbS2.Size = new System.Drawing.Size(92, 25);
this.rdbS2.TabIndex = 89;
this.rdbS2.TabStop = true;
this.rdbS2.Text = "[S2]FCT:";
this.rdbS2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.rdbS2.UseVisualStyleBackColor = false;
//
// rdbS1
//
this.rdbS1.AutoSize = true;
this.rdbS1.BackColor = System.Drawing.Color.Transparent;
this.rdbS1.FlatStyle = System.Windows.Forms.FlatStyle.System;
this.rdbS1.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.rdbS1.ForeColor = System.Drawing.Color.Black;
this.rdbS1.Location = new System.Drawing.Point(20, 21);
this.rdbS1.Name = "rdbS1";
this.rdbS1.Size = new System.Drawing.Size(125, 25);
this.rdbS1.TabIndex = 88;
this.rdbS1.TabStop = true;
this.rdbS1.Text = "[S1]上料装备:";
this.rdbS1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.rdbS1.UseVisualStyleBackColor = false;
//
// btnPLC
//
this.btnPLC.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnPLC.BackColor = System.Drawing.Color.WhiteSmoke;
this.btnPLC.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnPLC.Location = new System.Drawing.Point(973, 80);
this.btnPLC.Margin = new System.Windows.Forms.Padding(2);
this.btnPLC.Name = "btnPLC";
this.btnPLC.Size = new System.Drawing.Size(56, 28);
this.btnPLC.TabIndex = 87;
this.btnPLC.Text = "确认";
this.btnPLC.UseVisualStyleBackColor = false;
this.btnPLC.Click += new System.EventHandler(this.button3_Click);
//
// txtPLCAddress4
//
this.txtPLCAddress4.Location = new System.Drawing.Point(490, 53);
this.txtPLCAddress4.Margin = new System.Windows.Forms.Padding(2);
this.txtPLCAddress4.Name = "txtPLCAddress4";
this.txtPLCAddress4.Size = new System.Drawing.Size(168, 27);
this.txtPLCAddress4.TabIndex = 82;
//
// txtPLCAddress5
//
this.txtPLCAddress5.Location = new System.Drawing.Point(149, 86);
this.txtPLCAddress5.Margin = new System.Windows.Forms.Padding(2);
this.txtPLCAddress5.Name = "txtPLCAddress5";
this.txtPLCAddress5.Size = new System.Drawing.Size(168, 27);
this.txtPLCAddress5.TabIndex = 81;
//
// txtPLCAddress3
//
this.txtPLCAddress3.Location = new System.Drawing.Point(149, 53);
this.txtPLCAddress3.Margin = new System.Windows.Forms.Padding(2);
this.txtPLCAddress3.Name = "txtPLCAddress3";
this.txtPLCAddress3.Size = new System.Drawing.Size(168, 27);
this.txtPLCAddress3.TabIndex = 79;
//
// txtPLCAddress2
//
this.txtPLCAddress2.Location = new System.Drawing.Point(490, 20);
this.txtPLCAddress2.Margin = new System.Windows.Forms.Padding(2);
this.txtPLCAddress2.Name = "txtPLCAddress2";
this.txtPLCAddress2.Size = new System.Drawing.Size(168, 27);
this.txtPLCAddress2.TabIndex = 78;
//
// txtPLCAddress1
//
this.txtPLCAddress1.Location = new System.Drawing.Point(149, 20);
this.txtPLCAddress1.Margin = new System.Windows.Forms.Padding(2);
this.txtPLCAddress1.Name = "txtPLCAddress1";
this.txtPLCAddress1.Size = new System.Drawing.Size(168, 27);
this.txtPLCAddress1.TabIndex = 77;
//
// Form_SystemSet
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.AutoSize = true;
this.BackColor = System.Drawing.Color.White;
this.ClientSize = new System.Drawing.Size(1044, 561);
this.Controls.Add(this.groupBox3);
this.Controls.Add(this.groupBox5);
this.Controls.Add(this.groupBox4);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.groupBox1);
this.DoubleBuffered = true;
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Name = "Form_SystemSet";
this.Load += new System.EventHandler(this.Form_SystemSet_Load);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.groupBox4.ResumeLayout(false);
this.groupBox4.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.numMqttPort)).EndInit();
this.groupBox5.ResumeLayout(false);
this.groupBox5.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.numAGVMQTTPort)).EndInit();
this.groupBox3.ResumeLayout(false);
this.groupBox3.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.numPLCPort)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox groupBox1;
private FaFrameUI.RoundButton roundButton10;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.TextBox textBoxServerHost;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.CheckBox cbSendProcessData;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.TextBox textBoxLineName;
private System.Windows.Forms.TextBox textBoxLineCode;
private System.Windows.Forms.Button buttonConfirm;
private System.Windows.Forms.Button btnMES;
private System.Windows.Forms.CheckBox cbSendWorkingData;
private System.Windows.Forms.CheckBox cbSendCheckOneData;
private System.Windows.Forms.CheckBox cbSendAlarmData;
private System.Windows.Forms.Label label19;
private System.Windows.Forms.TextBox txtSono;
private System.Windows.Forms.Label label18;
private System.Windows.Forms.TextBox txtProgramName;
private System.Windows.Forms.Button btnGetOrderInfo;
private System.Windows.Forms.GroupBox groupBox4;
private System.Windows.Forms.CheckBox chkMqttFaultLog;
private System.Windows.Forms.CheckBox chkMqttEquiConfig;
private System.Windows.Forms.CheckBox chkMqttDeviceState;
private System.Windows.Forms.Button btnIOTData;
private System.Windows.Forms.Button button5;
private System.Windows.Forms.CheckBox chkMqttPassStation;
private System.Windows.Forms.TextBox txtMqttIP;
private System.Windows.Forms.Label label20;
private System.Windows.Forms.CheckBox chkMqttOperateLog;
private System.Windows.Forms.CheckBox chkMqttProcConfig;
private System.Windows.Forms.CheckBox chkMqttStationInputBegin;
private System.Windows.Forms.CheckBox chkMqttSensorData;
private System.Windows.Forms.TextBox txtProject_code;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox txtFactory_Code;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.TextBox txtProcess_Section_Code;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.TextBox txtWorkStation;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.TextBox txtDeviceCode;
private System.Windows.Forms.Label label14;
private System.Windows.Forms.TextBox txtStation;
private System.Windows.Forms.CheckBox cbSendStationIn;
private System.Windows.Forms.GroupBox groupBox5;
private System.Windows.Forms.CheckBox chkIsUseAGV;
private System.Windows.Forms.Button btnAGV;
private System.Windows.Forms.Button button6;
private System.Windows.Forms.TextBox txtAGVHttpIP;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.TextBox txtAGVMQTTIP;
private System.Windows.Forms.Label label15;
private System.Windows.Forms.GroupBox groupBox3;
private System.Windows.Forms.NumericUpDown numPLCPort;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.RadioButton rdbS5;
private System.Windows.Forms.RadioButton rdbS3;
private System.Windows.Forms.RadioButton rdbS4;
private System.Windows.Forms.RadioButton rdbS2;
private System.Windows.Forms.RadioButton rdbS1;
private System.Windows.Forms.Button btnPLC;
private System.Windows.Forms.TextBox txtPLCAddress4;
private System.Windows.Forms.TextBox txtPLCAddress5;
private System.Windows.Forms.TextBox txtPLCAddress3;
private System.Windows.Forms.TextBox txtPLCAddress2;
private System.Windows.Forms.TextBox txtPLCAddress1;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.NumericUpDown numMqttPort;
private System.Windows.Forms.NumericUpDown numAGVMQTTPort;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.CheckBox chkIsUseMESRoute;
private System.Windows.Forms.CheckBox chkIsUseMes;
private System.Windows.Forms.CheckBox chkIsUseIot;
private System.Windows.Forms.TextBox txtTPortCode;
private System.Windows.Forms.Label label13;
}
}