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.roundButton10 = new FaFrameUI.RoundButton(); this.textBoxLineCode = new System.Windows.Forms.TextBox(); this.textBoxLineName = new System.Windows.Forms.TextBox(); this.label7 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.txtProgramName = new System.Windows.Forms.TextBox(); this.label18 = new System.Windows.Forms.Label(); this.buttonConfirm = new System.Windows.Forms.Button(); this.txtProject_code = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.txtFactory_Code = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.txtProcess_Section_Code = new System.Windows.Forms.TextBox(); this.label5 = new System.Windows.Forms.Label(); this.txtWorkStation = new System.Windows.Forms.TextBox(); this.label9 = new System.Windows.Forms.Label(); this.txtDeviceCode = new System.Windows.Forms.TextBox(); this.label10 = new System.Windows.Forms.Label(); this.txtStation = new System.Windows.Forms.TextBox(); this.label14 = new System.Windows.Forms.Label(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.label8 = new System.Windows.Forms.Label(); this.textBoxServerHost = new System.Windows.Forms.TextBox(); this.cbSendProcessData = new System.Windows.Forms.CheckBox(); this.button1 = new System.Windows.Forms.Button(); this.cbSendStationIn = new System.Windows.Forms.CheckBox(); this.chkIsUseMes = new System.Windows.Forms.CheckBox(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.label20 = new System.Windows.Forms.Label(); this.txtMqttIP = new System.Windows.Forms.TextBox(); this.chkMqttPassStation = new System.Windows.Forms.CheckBox(); this.button5 = new System.Windows.Forms.Button(); this.chkMqttDeviceState = new System.Windows.Forms.CheckBox(); this.chkMqttEquiConfig = new System.Windows.Forms.CheckBox(); this.chkMqttFaultLog = new System.Windows.Forms.CheckBox(); this.chkMqttProcConfig = new System.Windows.Forms.CheckBox(); this.chkMqttOperateLog = new System.Windows.Forms.CheckBox(); this.chkMqttSensorData = new System.Windows.Forms.CheckBox(); this.chkMqttStationInputBegin = new System.Windows.Forms.CheckBox(); this.label4 = new System.Windows.Forms.Label(); this.numMqttPort = new System.Windows.Forms.NumericUpDown(); this.chkIsUseIot = new System.Windows.Forms.CheckBox(); this.groupBox4 = new System.Windows.Forms.GroupBox(); this.chkMqttPassResult = new System.Windows.Forms.CheckBox(); this.chkMqttUpFile = new System.Windows.Forms.CheckBox(); this.label12 = new System.Windows.Forms.Label(); this.txtAGVHttpIP = new System.Windows.Forms.TextBox(); this.button6 = new System.Windows.Forms.Button(); this.btnAGV = new System.Windows.Forms.Button(); this.chkIsUseAGV = new System.Windows.Forms.CheckBox(); this.label15 = new System.Windows.Forms.Label(); this.txtAGVMQTTIP = new System.Windows.Forms.TextBox(); this.label6 = new System.Windows.Forms.Label(); this.numAGVMQTTPort = new System.Windows.Forms.NumericUpDown(); this.label13 = new System.Windows.Forms.Label(); this.txtTPortCode = new System.Windows.Forms.TextBox(); this.groupBox5 = new System.Windows.Forms.GroupBox(); this.txtPLCAddress1 = new System.Windows.Forms.TextBox(); this.txtPLCAddress2 = new System.Windows.Forms.TextBox(); this.txtPLCAddress3 = new System.Windows.Forms.TextBox(); this.txtPLCAddress5 = new System.Windows.Forms.TextBox(); this.txtPLCAddress4 = new System.Windows.Forms.TextBox(); this.rdbS1 = new System.Windows.Forms.RadioButton(); this.rdbS2 = new System.Windows.Forms.RadioButton(); this.rdbS4 = new System.Windows.Forms.RadioButton(); this.rdbS3 = new System.Windows.Forms.RadioButton(); this.rdbS5 = new System.Windows.Forms.RadioButton(); this.label11 = new System.Windows.Forms.Label(); this.numPLCPort = new System.Windows.Forms.NumericUpDown(); this.groupBox3 = new System.Windows.Forms.GroupBox(); this.rdbS9 = new System.Windows.Forms.RadioButton(); this.txtPLCAddress9 = new System.Windows.Forms.TextBox(); this.rdbS8 = new System.Windows.Forms.RadioButton(); this.txtPLCAddress8 = new System.Windows.Forms.TextBox(); this.rdbS7 = new System.Windows.Forms.RadioButton(); this.txtPLCAddress7 = new System.Windows.Forms.TextBox(); this.rdbS6 = new System.Windows.Forms.RadioButton(); this.txtPLCAddress6 = new System.Windows.Forms.TextBox(); this.groupBox1.SuspendLayout(); this.groupBox2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.numMqttPort)).BeginInit(); this.groupBox4.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.numAGVMQTTPort)).BeginInit(); this.groupBox5.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.numPLCPort)).BeginInit(); this.groupBox3.SuspendLayout(); this.SuspendLayout(); // // 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(586, 603); this.roundButton10.Margin = new System.Windows.Forms.Padding(4); this.roundButton10.Name = "roundButton10"; this.roundButton10.Radius = 24; this.roundButton10.Size = new System.Drawing.Size(188, 56); this.roundButton10.SpliteButtonWidth = 18; this.roundButton10.TabIndex = 60; this.roundButton10.Text = "保存参数"; this.roundButton10.UseVisualStyleBackColor = false; // // textBoxLineCode // this.textBoxLineCode.Location = new System.Drawing.Point(164, 78); this.textBoxLineCode.Margin = new System.Windows.Forms.Padding(4); this.textBoxLineCode.Name = "textBoxLineCode"; this.textBoxLineCode.Size = new System.Drawing.Size(250, 36); this.textBoxLineCode.TabIndex = 75; // // textBoxLineName // this.textBoxLineName.Location = new System.Drawing.Point(664, 81); this.textBoxLineName.Margin = new System.Windows.Forms.Padding(4); this.textBoxLineName.Name = "textBoxLineName"; this.textBoxLineName.Size = new System.Drawing.Size(740, 36); this.textBoxLineName.TabIndex = 74; // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(34, 82); this.label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(106, 30); this.label7.TabIndex = 78; this.label7.Text = "线体编码:"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(535, 84); this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(106, 30); this.label1.TabIndex = 77; this.label1.Text = "线体名称:"; // // txtProgramName // this.txtProgramName.Location = new System.Drawing.Point(164, 179); this.txtProgramName.Margin = new System.Windows.Forms.Padding(4); this.txtProgramName.Name = "txtProgramName"; this.txtProgramName.Size = new System.Drawing.Size(750, 36); this.txtProgramName.TabIndex = 82; // // label18 // this.label18.AutoSize = true; this.label18.Location = new System.Drawing.Point(34, 183); this.label18.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label18.Name = "label18"; this.label18.Size = new System.Drawing.Size(106, 30); this.label18.TabIndex = 83; this.label18.Text = "程序名称:"; // // 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(1446, 24); this.buttonConfirm.Name = "buttonConfirm"; this.buttonConfirm.Size = new System.Drawing.Size(108, 45); this.buttonConfirm.TabIndex = 66; this.buttonConfirm.Text = "保存"; this.buttonConfirm.UseVisualStyleBackColor = false; this.buttonConfirm.Click += new System.EventHandler(this.buttonConfirm_Click); // // txtProject_code // this.txtProject_code.Location = new System.Drawing.Point(164, 30); this.txtProject_code.Margin = new System.Windows.Forms.Padding(4); this.txtProject_code.Name = "txtProject_code"; this.txtProject_code.Size = new System.Drawing.Size(250, 36); this.txtProject_code.TabIndex = 85; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(34, 34); this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(106, 30); this.label2.TabIndex = 86; this.label2.Text = "项⽬编码:"; // // txtFactory_Code // this.txtFactory_Code.Location = new System.Drawing.Point(664, 28); this.txtFactory_Code.Margin = new System.Windows.Forms.Padding(4); this.txtFactory_Code.Name = "txtFactory_Code"; this.txtFactory_Code.Size = new System.Drawing.Size(250, 36); this.txtFactory_Code.TabIndex = 87; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(535, 32); this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(82, 30); this.label3.TabIndex = 88; this.label3.Text = "⼯⼚Id:"; // // txtProcess_Section_Code // this.txtProcess_Section_Code.Location = new System.Drawing.Point(1154, 26); this.txtProcess_Section_Code.Margin = new System.Windows.Forms.Padding(4); this.txtProcess_Section_Code.Name = "txtProcess_Section_Code"; this.txtProcess_Section_Code.Size = new System.Drawing.Size(250, 36); this.txtProcess_Section_Code.TabIndex = 89; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(1025, 30); this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(106, 30); this.label5.TabIndex = 90; this.label5.Text = "⼯段编码:"; // // txtWorkStation // this.txtWorkStation.Location = new System.Drawing.Point(1157, 132); this.txtWorkStation.Margin = new System.Windows.Forms.Padding(4); this.txtWorkStation.Name = "txtWorkStation"; this.txtWorkStation.Size = new System.Drawing.Size(250, 36); this.txtWorkStation.TabIndex = 91; // // label9 // this.label9.AutoSize = true; this.label9.Location = new System.Drawing.Point(1027, 136); this.label9.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(62, 30); this.label9.TabIndex = 92; this.label9.Text = "⼯站:"; // // txtDeviceCode // this.txtDeviceCode.Location = new System.Drawing.Point(164, 126); this.txtDeviceCode.Margin = new System.Windows.Forms.Padding(4); this.txtDeviceCode.Name = "txtDeviceCode"; this.txtDeviceCode.Size = new System.Drawing.Size(250, 36); this.txtDeviceCode.TabIndex = 93; // // label10 // this.label10.AutoSize = true; this.label10.Location = new System.Drawing.Point(35, 132); this.label10.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(106, 30); this.label10.TabIndex = 94; this.label10.Text = "装备编码:"; // // txtStation // this.txtStation.Location = new System.Drawing.Point(664, 129); this.txtStation.Margin = new System.Windows.Forms.Padding(4); this.txtStation.Name = "txtStation"; this.txtStation.Size = new System.Drawing.Size(250, 36); this.txtStation.TabIndex = 95; // // label14 // this.label14.AutoSize = true; this.label14.Location = new System.Drawing.Point(535, 135); this.label14.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label14.Name = "label14"; this.label14.Size = new System.Drawing.Size(82, 30); this.label14.TabIndex = 96; this.label14.Text = "⼯位Id:"; // // 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.label18); this.groupBox1.Controls.Add(this.txtProgramName); 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(4, 27, 4, 4); this.groupBox1.Name = "groupBox1"; this.groupBox1.Padding = new System.Windows.Forms.Padding(4, 12, 4, 4); this.groupBox1.Size = new System.Drawing.Size(1566, 232); this.groupBox1.TabIndex = 0; this.groupBox1.TabStop = false; this.groupBox1.Text = "产线信息维护"; // // label8 // this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(130, 34); this.label8.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(109, 30); this.label8.TabIndex = 62; this.label8.Text = "Http地址:"; // // textBoxServerHost // this.textBoxServerHost.Location = new System.Drawing.Point(252, 30); this.textBoxServerHost.Margin = new System.Windows.Forms.Padding(4); this.textBoxServerHost.Name = "textBoxServerHost"; this.textBoxServerHost.Size = new System.Drawing.Size(566, 36); this.textBoxServerHost.TabIndex = 0; // // cbSendProcessData // this.cbSendProcessData.AutoSize = true; this.cbSendProcessData.Location = new System.Drawing.Point(218, 78); this.cbSendProcessData.Margin = new System.Windows.Forms.Padding(4); this.cbSendProcessData.Name = "cbSendProcessData"; this.cbSendProcessData.Size = new System.Drawing.Size(171, 34); this.cbSendProcessData.TabIndex = 68; this.cbSendProcessData.Text = "上传过站数据"; this.cbSendProcessData.UseVisualStyleBackColor = true; // // button1 // this.button1.Location = new System.Drawing.Point(1059, 284); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(84, 38); this.button1.TabIndex = 69; this.button1.Text = "确认"; this.button1.UseVisualStyleBackColor = true; // // cbSendStationIn // this.cbSendStationIn.AutoSize = true; this.cbSendStationIn.Location = new System.Drawing.Point(32, 78); this.cbSendStationIn.Margin = new System.Windows.Forms.Padding(4); this.cbSendStationIn.Name = "cbSendStationIn"; this.cbSendStationIn.Size = new System.Drawing.Size(171, 34); this.cbSendStationIn.TabIndex = 80; this.cbSendStationIn.Text = "上传进站数据"; this.cbSendStationIn.UseVisualStyleBackColor = true; // // chkIsUseMes // this.chkIsUseMes.AutoSize = true; this.chkIsUseMes.Location = new System.Drawing.Point(32, 34); this.chkIsUseMes.Margin = new System.Windows.Forms.Padding(4); this.chkIsUseMes.Name = "chkIsUseMes"; this.chkIsUseMes.Size = new System.Drawing.Size(83, 34); this.chkIsUseMes.TabIndex = 82; this.chkIsUseMes.Text = "启用"; this.chkIsUseMes.UseVisualStyleBackColor = true; // // groupBox2 // this.groupBox2.BackColor = System.Drawing.Color.White; this.groupBox2.Controls.Add(this.chkIsUseMes); this.groupBox2.Controls.Add(this.cbSendStationIn); 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, 232); this.groupBox2.Margin = new System.Windows.Forms.Padding(4, 27, 4, 4); this.groupBox2.Name = "groupBox2"; this.groupBox2.Padding = new System.Windows.Forms.Padding(4, 12, 4, 4); this.groupBox2.Size = new System.Drawing.Size(1566, 122); this.groupBox2.TabIndex = 19; this.groupBox2.TabStop = false; this.groupBox2.Text = "MES配置"; // // label20 // this.label20.AutoSize = true; this.label20.Location = new System.Drawing.Point(122, 34); this.label20.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label20.Name = "label20"; this.label20.Size = new System.Drawing.Size(114, 30); this.label20.TabIndex = 62; this.label20.Text = "Mqtt地址:"; // // txtMqttIP // this.txtMqttIP.Location = new System.Drawing.Point(246, 30); this.txtMqttIP.Margin = new System.Windows.Forms.Padding(4); this.txtMqttIP.Name = "txtMqttIP"; this.txtMqttIP.Size = new System.Drawing.Size(319, 36); this.txtMqttIP.TabIndex = 0; // // chkMqttPassStation // this.chkMqttPassStation.AutoSize = true; this.chkMqttPassStation.Location = new System.Drawing.Point(32, 88); this.chkMqttPassStation.Margin = new System.Windows.Forms.Padding(4); this.chkMqttPassStation.Name = "chkMqttPassStation"; this.chkMqttPassStation.Size = new System.Drawing.Size(171, 34); this.chkMqttPassStation.TabIndex = 68; this.chkMqttPassStation.Text = "上传过站数据"; this.chkMqttPassStation.UseVisualStyleBackColor = true; // // button5 // this.button5.Location = new System.Drawing.Point(1059, 284); this.button5.Name = "button5"; this.button5.Size = new System.Drawing.Size(84, 38); this.button5.TabIndex = 69; this.button5.Text = "确认"; this.button5.UseVisualStyleBackColor = true; // // chkMqttDeviceState // this.chkMqttDeviceState.AutoSize = true; this.chkMqttDeviceState.Location = new System.Drawing.Point(394, 88); this.chkMqttDeviceState.Margin = new System.Windows.Forms.Padding(4); this.chkMqttDeviceState.Name = "chkMqttDeviceState"; this.chkMqttDeviceState.Size = new System.Drawing.Size(171, 34); this.chkMqttDeviceState.TabIndex = 73; this.chkMqttDeviceState.Text = "上传设备状态"; this.chkMqttDeviceState.UseVisualStyleBackColor = true; // // chkMqttEquiConfig // this.chkMqttEquiConfig.AutoSize = true; this.chkMqttEquiConfig.Location = new System.Drawing.Point(807, 33); this.chkMqttEquiConfig.Margin = new System.Windows.Forms.Padding(4); this.chkMqttEquiConfig.Name = "chkMqttEquiConfig"; this.chkMqttEquiConfig.Size = new System.Drawing.Size(171, 34); this.chkMqttEquiConfig.TabIndex = 74; this.chkMqttEquiConfig.Text = "上传装备配置"; this.chkMqttEquiConfig.UseVisualStyleBackColor = true; // // chkMqttFaultLog // this.chkMqttFaultLog.AutoSize = true; this.chkMqttFaultLog.Location = new System.Drawing.Point(599, 88); this.chkMqttFaultLog.Margin = new System.Windows.Forms.Padding(4); this.chkMqttFaultLog.Name = "chkMqttFaultLog"; this.chkMqttFaultLog.Size = new System.Drawing.Size(171, 34); this.chkMqttFaultLog.TabIndex = 75; this.chkMqttFaultLog.Text = "上传故障⽇志"; this.chkMqttFaultLog.UseVisualStyleBackColor = true; // // chkMqttProcConfig // this.chkMqttProcConfig.AutoSize = true; this.chkMqttProcConfig.Location = new System.Drawing.Point(994, 33); this.chkMqttProcConfig.Margin = new System.Windows.Forms.Padding(4); this.chkMqttProcConfig.Name = "chkMqttProcConfig"; this.chkMqttProcConfig.Size = new System.Drawing.Size(171, 34); this.chkMqttProcConfig.TabIndex = 76; this.chkMqttProcConfig.Text = "上传⼯艺配置"; this.chkMqttProcConfig.UseVisualStyleBackColor = true; // // chkMqttOperateLog // this.chkMqttOperateLog.AutoSize = true; this.chkMqttOperateLog.Location = new System.Drawing.Point(994, 88); this.chkMqttOperateLog.Margin = new System.Windows.Forms.Padding(4); this.chkMqttOperateLog.Name = "chkMqttOperateLog"; this.chkMqttOperateLog.Size = new System.Drawing.Size(171, 34); this.chkMqttOperateLog.TabIndex = 77; this.chkMqttOperateLog.Text = "上传操作记录"; this.chkMqttOperateLog.UseVisualStyleBackColor = true; // // chkMqttSensorData // this.chkMqttSensorData.AutoSize = true; this.chkMqttSensorData.Location = new System.Drawing.Point(1173, 34); this.chkMqttSensorData.Margin = new System.Windows.Forms.Padding(4); this.chkMqttSensorData.Name = "chkMqttSensorData"; this.chkMqttSensorData.Size = new System.Drawing.Size(193, 34); this.chkMqttSensorData.TabIndex = 78; this.chkMqttSensorData.Text = "上传传感器数据"; this.chkMqttSensorData.UseVisualStyleBackColor = true; // // chkMqttStationInputBegin // this.chkMqttStationInputBegin.AutoSize = true; this.chkMqttStationInputBegin.Location = new System.Drawing.Point(807, 88); this.chkMqttStationInputBegin.Margin = new System.Windows.Forms.Padding(4); this.chkMqttStationInputBegin.Name = "chkMqttStationInputBegin"; this.chkMqttStationInputBegin.Size = new System.Drawing.Size(171, 34); this.chkMqttStationInputBegin.TabIndex = 79; this.chkMqttStationInputBegin.Text = "上传节拍⽇志"; this.chkMqttStationInputBegin.UseVisualStyleBackColor = true; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(578, 34); this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(57, 30); this.label4.TabIndex = 83; this.label4.Text = "端口"; // // numMqttPort // this.numMqttPort.Location = new System.Drawing.Point(642, 30); this.numMqttPort.Margin = new System.Windows.Forms.Padding(4); this.numMqttPort.Name = "numMqttPort"; this.numMqttPort.Size = new System.Drawing.Size(128, 36); this.numMqttPort.TabIndex = 84; // // chkIsUseIot // this.chkIsUseIot.AutoSize = true; this.chkIsUseIot.Location = new System.Drawing.Point(32, 34); this.chkIsUseIot.Margin = new System.Windows.Forms.Padding(4); this.chkIsUseIot.Name = "chkIsUseIot"; this.chkIsUseIot.Size = new System.Drawing.Size(83, 34); this.chkIsUseIot.TabIndex = 85; this.chkIsUseIot.Text = "启用"; this.chkIsUseIot.UseVisualStyleBackColor = true; // // groupBox4 // this.groupBox4.BackColor = System.Drawing.Color.White; this.groupBox4.Controls.Add(this.chkMqttPassResult); this.groupBox4.Controls.Add(this.chkMqttUpFile); 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.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, 354); this.groupBox4.Margin = new System.Windows.Forms.Padding(4, 27, 4, 4); this.groupBox4.Name = "groupBox4"; this.groupBox4.Padding = new System.Windows.Forms.Padding(4, 12, 4, 4); this.groupBox4.Size = new System.Drawing.Size(1566, 130); this.groupBox4.TabIndex = 21; this.groupBox4.TabStop = false; this.groupBox4.Text = "IOT配置"; // // chkMqttPassResult // this.chkMqttPassResult.AutoSize = true; this.chkMqttPassResult.Location = new System.Drawing.Point(211, 88); this.chkMqttPassResult.Margin = new System.Windows.Forms.Padding(4); this.chkMqttPassResult.Name = "chkMqttPassResult"; this.chkMqttPassResult.Size = new System.Drawing.Size(171, 34); this.chkMqttPassResult.TabIndex = 87; this.chkMqttPassResult.Text = "上传过站结果"; this.chkMqttPassResult.UseVisualStyleBackColor = true; // // chkMqttUpFile // this.chkMqttUpFile.AutoSize = true; this.chkMqttUpFile.Location = new System.Drawing.Point(1173, 88); this.chkMqttUpFile.Margin = new System.Windows.Forms.Padding(4); this.chkMqttUpFile.Name = "chkMqttUpFile"; this.chkMqttUpFile.Size = new System.Drawing.Size(171, 34); this.chkMqttUpFile.TabIndex = 86; this.chkMqttUpFile.Text = "上传非结构化"; this.chkMqttUpFile.UseVisualStyleBackColor = true; // // label12 // this.label12.AutoSize = true; this.label12.Location = new System.Drawing.Point(123, 33); this.label12.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(109, 30); this.label12.TabIndex = 62; this.label12.Text = "Http地址:"; // // txtAGVHttpIP // this.txtAGVHttpIP.Location = new System.Drawing.Point(244, 28); this.txtAGVHttpIP.Margin = new System.Windows.Forms.Padding(4); this.txtAGVHttpIP.Name = "txtAGVHttpIP"; this.txtAGVHttpIP.Size = new System.Drawing.Size(320, 36); this.txtAGVHttpIP.TabIndex = 0; // // button6 // this.button6.Location = new System.Drawing.Point(1059, 284); this.button6.Name = "button6"; this.button6.Size = new System.Drawing.Size(84, 38); this.button6.TabIndex = 69; this.button6.Text = "确认"; this.button6.UseVisualStyleBackColor = true; // // btnAGV // this.btnAGV.Location = new System.Drawing.Point(0, 0); this.btnAGV.Name = "btnAGV"; this.btnAGV.Size = new System.Drawing.Size(75, 23); this.btnAGV.TabIndex = 89; // // chkIsUseAGV // this.chkIsUseAGV.AutoSize = true; this.chkIsUseAGV.Location = new System.Drawing.Point(32, 33); this.chkIsUseAGV.Margin = new System.Windows.Forms.Padding(4); this.chkIsUseAGV.Name = "chkIsUseAGV"; this.chkIsUseAGV.Size = new System.Drawing.Size(83, 34); this.chkIsUseAGV.TabIndex = 74; this.chkIsUseAGV.Text = "启用"; this.chkIsUseAGV.UseVisualStyleBackColor = true; // // label15 // this.label15.AutoSize = true; this.label15.Location = new System.Drawing.Point(576, 34); this.label15.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label15.Name = "label15"; this.label15.Size = new System.Drawing.Size(128, 30); this.label15.TabIndex = 82; this.label15.Text = "MQTT地址:"; // // txtAGVMQTTIP // this.txtAGVMQTTIP.Location = new System.Drawing.Point(716, 28); this.txtAGVMQTTIP.Margin = new System.Windows.Forms.Padding(4); this.txtAGVMQTTIP.Name = "txtAGVMQTTIP"; this.txtAGVMQTTIP.Size = new System.Drawing.Size(250, 36); this.txtAGVMQTTIP.TabIndex = 81; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(970, 34); this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(57, 30); this.label6.TabIndex = 85; this.label6.Text = "端口"; // // numAGVMQTTPort // this.numAGVMQTTPort.Location = new System.Drawing.Point(1032, 30); this.numAGVMQTTPort.Margin = new System.Windows.Forms.Padding(4); this.numAGVMQTTPort.Name = "numAGVMQTTPort"; this.numAGVMQTTPort.Size = new System.Drawing.Size(111, 36); this.numAGVMQTTPort.TabIndex = 86; // // label13 // this.label13.AutoSize = true; this.label13.Location = new System.Drawing.Point(1149, 34); this.label13.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(117, 30); this.label13.TabIndex = 88; this.label13.Text = "portCode:"; // // txtTPortCode // this.txtTPortCode.Location = new System.Drawing.Point(1281, 30); this.txtTPortCode.Margin = new System.Windows.Forms.Padding(4); this.txtTPortCode.Name = "txtTPortCode"; this.txtTPortCode.Size = new System.Drawing.Size(126, 36); this.txtTPortCode.TabIndex = 87; // // 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, 484); this.groupBox5.Margin = new System.Windows.Forms.Padding(4, 27, 4, 4); this.groupBox5.Name = "groupBox5"; this.groupBox5.Padding = new System.Windows.Forms.Padding(4, 12, 4, 4); this.groupBox5.Size = new System.Drawing.Size(1566, 87); this.groupBox5.TabIndex = 23; this.groupBox5.TabStop = false; this.groupBox5.Text = "AGV配置"; // // txtPLCAddress1 // this.txtPLCAddress1.Location = new System.Drawing.Point(246, 32); this.txtPLCAddress1.Name = "txtPLCAddress1"; this.txtPLCAddress1.Size = new System.Drawing.Size(250, 36); this.txtPLCAddress1.TabIndex = 77; // // txtPLCAddress2 // this.txtPLCAddress2.Location = new System.Drawing.Point(781, 31); this.txtPLCAddress2.Name = "txtPLCAddress2"; this.txtPLCAddress2.Size = new System.Drawing.Size(250, 36); this.txtPLCAddress2.TabIndex = 78; // // txtPLCAddress3 // this.txtPLCAddress3.Location = new System.Drawing.Point(1292, 29); this.txtPLCAddress3.Name = "txtPLCAddress3"; this.txtPLCAddress3.Size = new System.Drawing.Size(250, 36); this.txtPLCAddress3.TabIndex = 79; // // txtPLCAddress5 // this.txtPLCAddress5.Location = new System.Drawing.Point(781, 76); this.txtPLCAddress5.Name = "txtPLCAddress5"; this.txtPLCAddress5.Size = new System.Drawing.Size(250, 36); this.txtPLCAddress5.TabIndex = 81; // // txtPLCAddress4 // this.txtPLCAddress4.Location = new System.Drawing.Point(245, 74); this.txtPLCAddress4.Name = "txtPLCAddress4"; this.txtPLCAddress4.Size = new System.Drawing.Size(250, 36); this.txtPLCAddress4.TabIndex = 82; // // 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(13, 32); this.rdbS1.Margin = new System.Windows.Forms.Padding(4); this.rdbS1.Name = "rdbS1"; this.rdbS1.Size = new System.Drawing.Size(226, 35); this.rdbS1.TabIndex = 88; this.rdbS1.TabStop = true; this.rdbS1.Text = "[S1]壳体清洁上料:"; this.rdbS1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.rdbS1.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(526, 32); this.rdbS2.Margin = new System.Windows.Forms.Padding(4); this.rdbS2.Name = "rdbS2"; this.rdbS2.Size = new System.Drawing.Size(248, 35); this.rdbS2.TabIndex = 89; this.rdbS2.TabStop = true; this.rdbS2.Text = "[S2]上盖板上料装备:"; this.rdbS2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.rdbS2.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(13, 76); this.rdbS4.Margin = new System.Windows.Forms.Padding(4); this.rdbS4.Name = "rdbS4"; this.rdbS4.Size = new System.Drawing.Size(182, 35); this.rdbS4.TabIndex = 90; this.rdbS4.TabStop = true; this.rdbS4.Text = "[S4]胶线检测:"; this.rdbS4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.rdbS4.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(1059, 31); this.rdbS3.Margin = new System.Windows.Forms.Padding(4); this.rdbS3.Name = "rdbS3"; this.rdbS3.Size = new System.Drawing.Size(226, 35); this.rdbS3.TabIndex = 91; this.rdbS3.TabStop = true; this.rdbS3.Text = "[S3]点散热胶装备:"; this.rdbS3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.rdbS3.UseVisualStyleBackColor = false; // // 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(526, 78); this.rdbS5.Margin = new System.Windows.Forms.Padding(4); this.rdbS5.Name = "rdbS5"; this.rdbS5.Size = new System.Drawing.Size(253, 35); this.rdbS5.TabIndex = 92; this.rdbS5.TabStop = true; this.rdbS5.Text = "[S5]ADD板上料组装:"; this.rdbS5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.rdbS5.UseVisualStyleBackColor = false; // // label11 // this.label11.AutoSize = true; this.label11.Location = new System.Drawing.Point(50, 164); this.label11.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(145, 30); this.label11.TabIndex = 94; this.label11.Text = "PLC通讯端口:"; // // numPLCPort // this.numPLCPort.Location = new System.Drawing.Point(244, 162); this.numPLCPort.Margin = new System.Windows.Forms.Padding(4); this.numPLCPort.Maximum = new decimal(new int[] { 100000, 0, 0, 0}); this.numPLCPort.Name = "numPLCPort"; this.numPLCPort.Size = new System.Drawing.Size(156, 36); this.numPLCPort.TabIndex = 95; // // groupBox3 // this.groupBox3.Controls.Add(this.rdbS9); this.groupBox3.Controls.Add(this.txtPLCAddress9); this.groupBox3.Controls.Add(this.rdbS8); this.groupBox3.Controls.Add(this.txtPLCAddress8); this.groupBox3.Controls.Add(this.rdbS7); this.groupBox3.Controls.Add(this.txtPLCAddress7); this.groupBox3.Controls.Add(this.rdbS6); this.groupBox3.Controls.Add(this.txtPLCAddress6); 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.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, 571); this.groupBox3.Margin = new System.Windows.Forms.Padding(3, 27, 3, 3); this.groupBox3.Name = "groupBox3"; this.groupBox3.Padding = new System.Windows.Forms.Padding(3, 12, 3, 3); this.groupBox3.Size = new System.Drawing.Size(1566, 221); this.groupBox3.TabIndex = 24; this.groupBox3.TabStop = false; this.groupBox3.Text = "设备配置"; // // rdbS9 // this.rdbS9.AutoSize = true; this.rdbS9.BackColor = System.Drawing.Color.Transparent; this.rdbS9.FlatStyle = System.Windows.Forms.FlatStyle.System; this.rdbS9.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.rdbS9.ForeColor = System.Drawing.Color.Black; this.rdbS9.Location = new System.Drawing.Point(1062, 113); this.rdbS9.Margin = new System.Windows.Forms.Padding(4); this.rdbS9.Name = "rdbS9"; this.rdbS9.Size = new System.Drawing.Size(204, 35); this.rdbS9.TabIndex = 103; this.rdbS9.TabStop = true; this.rdbS9.Text = "[S9]半成品下料:"; this.rdbS9.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.rdbS9.UseVisualStyleBackColor = false; // // txtPLCAddress9 // this.txtPLCAddress9.Location = new System.Drawing.Point(1294, 113); this.txtPLCAddress9.Name = "txtPLCAddress9"; this.txtPLCAddress9.Size = new System.Drawing.Size(250, 36); this.txtPLCAddress9.TabIndex = 102; // // rdbS8 // this.rdbS8.AutoSize = true; this.rdbS8.BackColor = System.Drawing.Color.Transparent; this.rdbS8.FlatStyle = System.Windows.Forms.FlatStyle.System; this.rdbS8.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.rdbS8.ForeColor = System.Drawing.Color.Black; this.rdbS8.Location = new System.Drawing.Point(527, 120); this.rdbS8.Margin = new System.Windows.Forms.Padding(4); this.rdbS8.Name = "rdbS8"; this.rdbS8.Size = new System.Drawing.Size(172, 35); this.rdbS8.TabIndex = 101; this.rdbS8.TabStop = true; this.rdbS8.Text = "[S8]NG下料:"; this.rdbS8.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.rdbS8.UseVisualStyleBackColor = false; // // txtPLCAddress8 // this.txtPLCAddress8.Location = new System.Drawing.Point(781, 120); this.txtPLCAddress8.Name = "txtPLCAddress8"; this.txtPLCAddress8.Size = new System.Drawing.Size(250, 36); this.txtPLCAddress8.TabIndex = 100; // // rdbS7 // this.rdbS7.AutoSize = true; this.rdbS7.BackColor = System.Drawing.Color.Transparent; this.rdbS7.FlatStyle = System.Windows.Forms.FlatStyle.System; this.rdbS7.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.rdbS7.ForeColor = System.Drawing.Color.Black; this.rdbS7.Location = new System.Drawing.Point(13, 119); this.rdbS7.Margin = new System.Windows.Forms.Padding(4); this.rdbS7.Name = "rdbS7"; this.rdbS7.Size = new System.Drawing.Size(226, 35); this.rdbS7.TabIndex = 99; this.rdbS7.TabStop = true; this.rdbS7.Text = "[S7]上盖板锁螺丝:"; this.rdbS7.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.rdbS7.UseVisualStyleBackColor = false; // // txtPLCAddress7 // this.txtPLCAddress7.Location = new System.Drawing.Point(245, 119); this.txtPLCAddress7.Name = "txtPLCAddress7"; this.txtPLCAddress7.Size = new System.Drawing.Size(250, 36); this.txtPLCAddress7.TabIndex = 98; // // rdbS6 // this.rdbS6.AutoSize = true; this.rdbS6.BackColor = System.Drawing.Color.Transparent; this.rdbS6.FlatStyle = System.Windows.Forms.FlatStyle.System; this.rdbS6.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.rdbS6.ForeColor = System.Drawing.Color.Black; this.rdbS6.Location = new System.Drawing.Point(1062, 73); this.rdbS6.Margin = new System.Windows.Forms.Padding(4); this.rdbS6.Name = "rdbS6"; this.rdbS6.Size = new System.Drawing.Size(182, 35); this.rdbS6.TabIndex = 97; this.rdbS6.TabStop = true; this.rdbS6.Text = "[S6]组上盖板:"; this.rdbS6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.rdbS6.UseVisualStyleBackColor = false; // // txtPLCAddress6 // this.txtPLCAddress6.Location = new System.Drawing.Point(1294, 71); this.txtPLCAddress6.Name = "txtPLCAddress6"; this.txtPLCAddress6.Size = new System.Drawing.Size(250, 36); this.txtPLCAddress6.TabIndex = 96; // // Form_SystemSet // this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoSize = true; this.BackColor = System.Drawing.Color.White; this.ClientSize = new System.Drawing.Size(1566, 797); 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.Margin = new System.Windows.Forms.Padding(4); 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(); ((System.ComponentModel.ISupportInitialize)(this.numMqttPort)).EndInit(); this.groupBox4.ResumeLayout(false); this.groupBox4.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.numAGVMQTTPort)).EndInit(); this.groupBox5.ResumeLayout(false); this.groupBox5.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.numPLCPort)).EndInit(); this.groupBox3.ResumeLayout(false); this.groupBox3.PerformLayout(); this.ResumeLayout(false); } #endregion private FaFrameUI.RoundButton roundButton10; private System.Windows.Forms.TextBox textBoxLineCode; private System.Windows.Forms.TextBox textBoxLineName; private System.Windows.Forms.Label label7; private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox txtProgramName; private System.Windows.Forms.Label label18; private System.Windows.Forms.Button buttonConfirm; private System.Windows.Forms.TextBox txtProject_code; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox txtFactory_Code; private System.Windows.Forms.Label label3; private System.Windows.Forms.TextBox txtProcess_Section_Code; private System.Windows.Forms.Label label5; private System.Windows.Forms.TextBox txtWorkStation; private System.Windows.Forms.Label label9; private System.Windows.Forms.TextBox txtDeviceCode; private System.Windows.Forms.Label label10; private System.Windows.Forms.TextBox txtStation; private System.Windows.Forms.Label label14; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.Label label8; private System.Windows.Forms.TextBox textBoxServerHost; private System.Windows.Forms.CheckBox cbSendProcessData; private System.Windows.Forms.Button button1; private System.Windows.Forms.CheckBox cbSendStationIn; private System.Windows.Forms.CheckBox chkIsUseMes; private System.Windows.Forms.GroupBox groupBox2; private System.Windows.Forms.Label label20; private System.Windows.Forms.TextBox txtMqttIP; private System.Windows.Forms.CheckBox chkMqttPassStation; private System.Windows.Forms.Button button5; private System.Windows.Forms.CheckBox chkMqttDeviceState; private System.Windows.Forms.CheckBox chkMqttEquiConfig; private System.Windows.Forms.CheckBox chkMqttFaultLog; private System.Windows.Forms.CheckBox chkMqttProcConfig; private System.Windows.Forms.CheckBox chkMqttOperateLog; private System.Windows.Forms.CheckBox chkMqttSensorData; private System.Windows.Forms.CheckBox chkMqttStationInputBegin; private System.Windows.Forms.Label label4; private System.Windows.Forms.NumericUpDown numMqttPort; private System.Windows.Forms.CheckBox chkIsUseIot; private System.Windows.Forms.GroupBox groupBox4; private System.Windows.Forms.Label label12; private System.Windows.Forms.TextBox txtAGVHttpIP; private System.Windows.Forms.Button button6; private System.Windows.Forms.Button btnAGV; private System.Windows.Forms.CheckBox chkIsUseAGV; private System.Windows.Forms.Label label15; private System.Windows.Forms.TextBox txtAGVMQTTIP; private System.Windows.Forms.Label label6; private System.Windows.Forms.NumericUpDown numAGVMQTTPort; private System.Windows.Forms.Label label13; private System.Windows.Forms.TextBox txtTPortCode; private System.Windows.Forms.GroupBox groupBox5; private System.Windows.Forms.TextBox txtPLCAddress1; private System.Windows.Forms.TextBox txtPLCAddress2; private System.Windows.Forms.TextBox txtPLCAddress3; private System.Windows.Forms.TextBox txtPLCAddress5; private System.Windows.Forms.TextBox txtPLCAddress4; private System.Windows.Forms.RadioButton rdbS1; private System.Windows.Forms.RadioButton rdbS2; private System.Windows.Forms.RadioButton rdbS4; private System.Windows.Forms.RadioButton rdbS3; private System.Windows.Forms.RadioButton rdbS5; private System.Windows.Forms.Label label11; private System.Windows.Forms.NumericUpDown numPLCPort; private System.Windows.Forms.GroupBox groupBox3; private System.Windows.Forms.CheckBox chkIsUseMESRoute; private System.Windows.Forms.RadioButton rdbS9; private System.Windows.Forms.TextBox txtPLCAddress9; private System.Windows.Forms.RadioButton rdbS8; private System.Windows.Forms.TextBox txtPLCAddress8; private System.Windows.Forms.RadioButton rdbS7; private System.Windows.Forms.TextBox txtPLCAddress7; private System.Windows.Forms.RadioButton rdbS6; private System.Windows.Forms.TextBox txtPLCAddress6; private System.Windows.Forms.CheckBox chkMqttPassResult; private System.Windows.Forms.CheckBox chkMqttUpFile; } }