Form_SystemSet.Designer.cs 64 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233
  1. namespace MainForm
  2. {
  3. partial class Form_SystemSet
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.groupBox1 = new System.Windows.Forms.GroupBox();
  29. this.label14 = new System.Windows.Forms.Label();
  30. this.txtStation = new System.Windows.Forms.TextBox();
  31. this.label10 = new System.Windows.Forms.Label();
  32. this.txtDeviceCode = new System.Windows.Forms.TextBox();
  33. this.label9 = new System.Windows.Forms.Label();
  34. this.txtWorkStation = new System.Windows.Forms.TextBox();
  35. this.label5 = new System.Windows.Forms.Label();
  36. this.txtProcess_Section_Code = new System.Windows.Forms.TextBox();
  37. this.label3 = new System.Windows.Forms.Label();
  38. this.txtFactory_Code = new System.Windows.Forms.TextBox();
  39. this.label2 = new System.Windows.Forms.Label();
  40. this.txtProject_code = new System.Windows.Forms.TextBox();
  41. this.buttonConfirm = new System.Windows.Forms.Button();
  42. this.btnGetOrderInfo = new System.Windows.Forms.Button();
  43. this.label18 = new System.Windows.Forms.Label();
  44. this.txtProgramName = new System.Windows.Forms.TextBox();
  45. this.txtSono = new System.Windows.Forms.TextBox();
  46. this.label19 = new System.Windows.Forms.Label();
  47. this.label1 = new System.Windows.Forms.Label();
  48. this.label7 = new System.Windows.Forms.Label();
  49. this.textBoxLineName = new System.Windows.Forms.TextBox();
  50. this.textBoxLineCode = new System.Windows.Forms.TextBox();
  51. this.roundButton10 = new FaFrameUI.RoundButton();
  52. this.groupBox2 = new System.Windows.Forms.GroupBox();
  53. this.chkIsUseMESRoute = new System.Windows.Forms.CheckBox();
  54. this.cbSendStationIn = new System.Windows.Forms.CheckBox();
  55. this.cbSendAlarmData = new System.Windows.Forms.CheckBox();
  56. this.cbSendWorkingData = new System.Windows.Forms.CheckBox();
  57. this.cbSendCheckOneData = new System.Windows.Forms.CheckBox();
  58. this.btnMES = new System.Windows.Forms.Button();
  59. this.button1 = new System.Windows.Forms.Button();
  60. this.cbSendProcessData = new System.Windows.Forms.CheckBox();
  61. this.textBoxServerHost = new System.Windows.Forms.TextBox();
  62. this.label8 = new System.Windows.Forms.Label();
  63. this.groupBox4 = new System.Windows.Forms.GroupBox();
  64. this.numMqttPort = new System.Windows.Forms.NumericUpDown();
  65. this.label4 = new System.Windows.Forms.Label();
  66. this.chkMqttStationInputBegin = new System.Windows.Forms.CheckBox();
  67. this.chkMqttSensorData = new System.Windows.Forms.CheckBox();
  68. this.chkMqttOperateLog = new System.Windows.Forms.CheckBox();
  69. this.chkMqttProcConfig = new System.Windows.Forms.CheckBox();
  70. this.chkMqttFaultLog = new System.Windows.Forms.CheckBox();
  71. this.chkMqttEquiConfig = new System.Windows.Forms.CheckBox();
  72. this.chkMqttDeviceState = new System.Windows.Forms.CheckBox();
  73. this.btnIOTData = new System.Windows.Forms.Button();
  74. this.button5 = new System.Windows.Forms.Button();
  75. this.chkMqttPassStation = new System.Windows.Forms.CheckBox();
  76. this.txtMqttIP = new System.Windows.Forms.TextBox();
  77. this.label20 = new System.Windows.Forms.Label();
  78. this.groupBox5 = new System.Windows.Forms.GroupBox();
  79. this.numAGVMQTTPort = new System.Windows.Forms.NumericUpDown();
  80. this.label6 = new System.Windows.Forms.Label();
  81. this.txtAGVMQTTIP = new System.Windows.Forms.TextBox();
  82. this.label15 = new System.Windows.Forms.Label();
  83. this.chkIsUseAGV = new System.Windows.Forms.CheckBox();
  84. this.btnAGV = new System.Windows.Forms.Button();
  85. this.button6 = new System.Windows.Forms.Button();
  86. this.txtAGVHttpIP = new System.Windows.Forms.TextBox();
  87. this.label12 = new System.Windows.Forms.Label();
  88. this.groupBox3 = new System.Windows.Forms.GroupBox();
  89. this.numPLCPort = new System.Windows.Forms.NumericUpDown();
  90. this.label11 = new System.Windows.Forms.Label();
  91. this.rdbS5 = new System.Windows.Forms.RadioButton();
  92. this.rdbS3 = new System.Windows.Forms.RadioButton();
  93. this.rdbS4 = new System.Windows.Forms.RadioButton();
  94. this.rdbS2 = new System.Windows.Forms.RadioButton();
  95. this.rdbS1 = new System.Windows.Forms.RadioButton();
  96. this.btnPLC = new System.Windows.Forms.Button();
  97. this.txtPLCAddress4 = new System.Windows.Forms.TextBox();
  98. this.txtPLCAddress5 = new System.Windows.Forms.TextBox();
  99. this.txtPLCAddress3 = new System.Windows.Forms.TextBox();
  100. this.txtPLCAddress2 = new System.Windows.Forms.TextBox();
  101. this.txtPLCAddress1 = new System.Windows.Forms.TextBox();
  102. this.rdbS6 = new System.Windows.Forms.RadioButton();
  103. this.txtPLCAddress6 = new System.Windows.Forms.TextBox();
  104. this.rdbS7 = new System.Windows.Forms.RadioButton();
  105. this.txtPLCAddress7 = new System.Windows.Forms.TextBox();
  106. this.rdbS8 = new System.Windows.Forms.RadioButton();
  107. this.txtPLCAddress8 = new System.Windows.Forms.TextBox();
  108. this.rdbS9 = new System.Windows.Forms.RadioButton();
  109. this.txtPLCAddress9 = new System.Windows.Forms.TextBox();
  110. this.label13 = new System.Windows.Forms.Label();
  111. this.txtPCAddress = new System.Windows.Forms.TextBox();
  112. this.groupBox1.SuspendLayout();
  113. this.groupBox2.SuspendLayout();
  114. this.groupBox4.SuspendLayout();
  115. ((System.ComponentModel.ISupportInitialize)(this.numMqttPort)).BeginInit();
  116. this.groupBox5.SuspendLayout();
  117. ((System.ComponentModel.ISupportInitialize)(this.numAGVMQTTPort)).BeginInit();
  118. this.groupBox3.SuspendLayout();
  119. ((System.ComponentModel.ISupportInitialize)(this.numPLCPort)).BeginInit();
  120. this.SuspendLayout();
  121. //
  122. // groupBox1
  123. //
  124. this.groupBox1.BackColor = System.Drawing.Color.White;
  125. this.groupBox1.Controls.Add(this.label14);
  126. this.groupBox1.Controls.Add(this.txtStation);
  127. this.groupBox1.Controls.Add(this.label10);
  128. this.groupBox1.Controls.Add(this.txtDeviceCode);
  129. this.groupBox1.Controls.Add(this.label9);
  130. this.groupBox1.Controls.Add(this.txtWorkStation);
  131. this.groupBox1.Controls.Add(this.label5);
  132. this.groupBox1.Controls.Add(this.txtProcess_Section_Code);
  133. this.groupBox1.Controls.Add(this.label3);
  134. this.groupBox1.Controls.Add(this.txtFactory_Code);
  135. this.groupBox1.Controls.Add(this.label2);
  136. this.groupBox1.Controls.Add(this.txtProject_code);
  137. this.groupBox1.Controls.Add(this.buttonConfirm);
  138. this.groupBox1.Controls.Add(this.btnGetOrderInfo);
  139. this.groupBox1.Controls.Add(this.label18);
  140. this.groupBox1.Controls.Add(this.txtProgramName);
  141. this.groupBox1.Controls.Add(this.txtSono);
  142. this.groupBox1.Controls.Add(this.label19);
  143. this.groupBox1.Controls.Add(this.label1);
  144. this.groupBox1.Controls.Add(this.label7);
  145. this.groupBox1.Controls.Add(this.textBoxLineName);
  146. this.groupBox1.Controls.Add(this.textBoxLineCode);
  147. this.groupBox1.Controls.Add(this.roundButton10);
  148. this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top;
  149. this.groupBox1.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  150. this.groupBox1.Location = new System.Drawing.Point(0, 0);
  151. this.groupBox1.Margin = new System.Windows.Forms.Padding(4, 27, 4, 4);
  152. this.groupBox1.Name = "groupBox1";
  153. this.groupBox1.Padding = new System.Windows.Forms.Padding(4, 12, 4, 4);
  154. this.groupBox1.Size = new System.Drawing.Size(1566, 280);
  155. this.groupBox1.TabIndex = 0;
  156. this.groupBox1.TabStop = false;
  157. this.groupBox1.Text = "产线信息维护";
  158. //
  159. // label14
  160. //
  161. this.label14.AutoSize = true;
  162. this.label14.Location = new System.Drawing.Point(882, 132);
  163. this.label14.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  164. this.label14.Name = "label14";
  165. this.label14.Size = new System.Drawing.Size(106, 30);
  166. this.label14.TabIndex = 96;
  167. this.label14.Text = "⼯位编码:";
  168. //
  169. // txtStation
  170. //
  171. this.txtStation.Location = new System.Drawing.Point(1011, 126);
  172. this.txtStation.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  173. this.txtStation.Name = "txtStation";
  174. this.txtStation.Size = new System.Drawing.Size(250, 36);
  175. this.txtStation.TabIndex = 95;
  176. //
  177. // label10
  178. //
  179. this.label10.AutoSize = true;
  180. this.label10.Location = new System.Drawing.Point(456, 132);
  181. this.label10.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  182. this.label10.Name = "label10";
  183. this.label10.Size = new System.Drawing.Size(106, 30);
  184. this.label10.TabIndex = 94;
  185. this.label10.Text = "装备编码:";
  186. //
  187. // txtDeviceCode
  188. //
  189. this.txtDeviceCode.Location = new System.Drawing.Point(585, 126);
  190. this.txtDeviceCode.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  191. this.txtDeviceCode.Name = "txtDeviceCode";
  192. this.txtDeviceCode.Size = new System.Drawing.Size(250, 36);
  193. this.txtDeviceCode.TabIndex = 93;
  194. //
  195. // label9
  196. //
  197. this.label9.AutoSize = true;
  198. this.label9.Location = new System.Drawing.Point(34, 132);
  199. this.label9.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  200. this.label9.Name = "label9";
  201. this.label9.Size = new System.Drawing.Size(62, 30);
  202. this.label9.TabIndex = 92;
  203. this.label9.Text = "⼯站:";
  204. //
  205. // txtWorkStation
  206. //
  207. this.txtWorkStation.Location = new System.Drawing.Point(164, 128);
  208. this.txtWorkStation.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  209. this.txtWorkStation.Name = "txtWorkStation";
  210. this.txtWorkStation.Size = new System.Drawing.Size(250, 36);
  211. this.txtWorkStation.TabIndex = 91;
  212. //
  213. // label5
  214. //
  215. this.label5.AutoSize = true;
  216. this.label5.Location = new System.Drawing.Point(882, 34);
  217. this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  218. this.label5.Name = "label5";
  219. this.label5.Size = new System.Drawing.Size(106, 30);
  220. this.label5.TabIndex = 90;
  221. this.label5.Text = "⼯段编码:";
  222. //
  223. // txtProcess_Section_Code
  224. //
  225. this.txtProcess_Section_Code.Location = new System.Drawing.Point(1011, 30);
  226. this.txtProcess_Section_Code.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  227. this.txtProcess_Section_Code.Name = "txtProcess_Section_Code";
  228. this.txtProcess_Section_Code.Size = new System.Drawing.Size(250, 36);
  229. this.txtProcess_Section_Code.TabIndex = 89;
  230. //
  231. // label3
  232. //
  233. this.label3.AutoSize = true;
  234. this.label3.Location = new System.Drawing.Point(456, 34);
  235. this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  236. this.label3.Name = "label3";
  237. this.label3.Size = new System.Drawing.Size(106, 30);
  238. this.label3.TabIndex = 88;
  239. this.label3.Text = "⼯⼚编码:";
  240. //
  241. // txtFactory_Code
  242. //
  243. this.txtFactory_Code.Location = new System.Drawing.Point(585, 30);
  244. this.txtFactory_Code.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  245. this.txtFactory_Code.Name = "txtFactory_Code";
  246. this.txtFactory_Code.Size = new System.Drawing.Size(250, 36);
  247. this.txtFactory_Code.TabIndex = 87;
  248. //
  249. // label2
  250. //
  251. this.label2.AutoSize = true;
  252. this.label2.Location = new System.Drawing.Point(34, 34);
  253. this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  254. this.label2.Name = "label2";
  255. this.label2.Size = new System.Drawing.Size(106, 30);
  256. this.label2.TabIndex = 86;
  257. this.label2.Text = "项⽬编码:";
  258. //
  259. // txtProject_code
  260. //
  261. this.txtProject_code.Location = new System.Drawing.Point(164, 30);
  262. this.txtProject_code.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  263. this.txtProject_code.Name = "txtProject_code";
  264. this.txtProject_code.Size = new System.Drawing.Size(250, 36);
  265. this.txtProject_code.TabIndex = 85;
  266. //
  267. // buttonConfirm
  268. //
  269. this.buttonConfirm.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  270. this.buttonConfirm.BackColor = System.Drawing.Color.WhiteSmoke;
  271. this.buttonConfirm.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  272. this.buttonConfirm.Location = new System.Drawing.Point(1460, 214);
  273. this.buttonConfirm.Name = "buttonConfirm";
  274. this.buttonConfirm.Size = new System.Drawing.Size(84, 45);
  275. this.buttonConfirm.TabIndex = 66;
  276. this.buttonConfirm.Text = "确认";
  277. this.buttonConfirm.UseVisualStyleBackColor = false;
  278. this.buttonConfirm.Click += new System.EventHandler(this.buttonConfirm_Click);
  279. //
  280. // btnGetOrderInfo
  281. //
  282. this.btnGetOrderInfo.BackColor = System.Drawing.Color.WhiteSmoke;
  283. this.btnGetOrderInfo.Enabled = false;
  284. this.btnGetOrderInfo.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  285. this.btnGetOrderInfo.Location = new System.Drawing.Point(532, 221);
  286. this.btnGetOrderInfo.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  287. this.btnGetOrderInfo.Name = "btnGetOrderInfo";
  288. this.btnGetOrderInfo.Size = new System.Drawing.Size(288, 42);
  289. this.btnGetOrderInfo.TabIndex = 84;
  290. this.btnGetOrderInfo.Text = "通过订单号获取订单信息";
  291. this.btnGetOrderInfo.UseVisualStyleBackColor = false;
  292. this.btnGetOrderInfo.Visible = false;
  293. this.btnGetOrderInfo.Click += new System.EventHandler(this.btnGetOrderInfo_Click);
  294. //
  295. // label18
  296. //
  297. this.label18.AutoSize = true;
  298. this.label18.Location = new System.Drawing.Point(34, 180);
  299. this.label18.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  300. this.label18.Name = "label18";
  301. this.label18.Size = new System.Drawing.Size(106, 30);
  302. this.label18.TabIndex = 83;
  303. this.label18.Text = "程序名称:";
  304. //
  305. // txtProgramName
  306. //
  307. this.txtProgramName.Location = new System.Drawing.Point(164, 176);
  308. this.txtProgramName.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  309. this.txtProgramName.Name = "txtProgramName";
  310. this.txtProgramName.Size = new System.Drawing.Size(822, 36);
  311. this.txtProgramName.TabIndex = 82;
  312. //
  313. // txtSono
  314. //
  315. this.txtSono.Location = new System.Drawing.Point(164, 224);
  316. this.txtSono.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  317. this.txtSono.Name = "txtSono";
  318. this.txtSono.Size = new System.Drawing.Size(358, 36);
  319. this.txtSono.TabIndex = 81;
  320. this.txtSono.Visible = false;
  321. //
  322. // label19
  323. //
  324. this.label19.AutoSize = true;
  325. this.label19.Location = new System.Drawing.Point(34, 230);
  326. this.label19.Name = "label19";
  327. this.label19.Size = new System.Drawing.Size(84, 30);
  328. this.label19.TabIndex = 80;
  329. this.label19.Text = "订单号:";
  330. this.label19.Visible = false;
  331. //
  332. // label1
  333. //
  334. this.label1.AutoSize = true;
  335. this.label1.Location = new System.Drawing.Point(456, 84);
  336. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  337. this.label1.Name = "label1";
  338. this.label1.Size = new System.Drawing.Size(106, 30);
  339. this.label1.TabIndex = 77;
  340. this.label1.Text = "线体名称:";
  341. //
  342. // label7
  343. //
  344. this.label7.AutoSize = true;
  345. this.label7.Location = new System.Drawing.Point(34, 82);
  346. this.label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  347. this.label7.Name = "label7";
  348. this.label7.Size = new System.Drawing.Size(106, 30);
  349. this.label7.TabIndex = 78;
  350. this.label7.Text = "线体编码:";
  351. //
  352. // textBoxLineName
  353. //
  354. this.textBoxLineName.Location = new System.Drawing.Point(585, 78);
  355. this.textBoxLineName.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  356. this.textBoxLineName.Name = "textBoxLineName";
  357. this.textBoxLineName.Size = new System.Drawing.Size(400, 36);
  358. this.textBoxLineName.TabIndex = 74;
  359. //
  360. // textBoxLineCode
  361. //
  362. this.textBoxLineCode.Location = new System.Drawing.Point(164, 78);
  363. this.textBoxLineCode.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  364. this.textBoxLineCode.Name = "textBoxLineCode";
  365. this.textBoxLineCode.Size = new System.Drawing.Size(250, 36);
  366. this.textBoxLineCode.TabIndex = 75;
  367. //
  368. // roundButton10
  369. //
  370. this.roundButton10.BackColor = System.Drawing.Color.Transparent;
  371. this.roundButton10.BaseColor = System.Drawing.Color.Silver;
  372. this.roundButton10.BaseColorEnd = System.Drawing.Color.Lime;
  373. this.roundButton10.FlatAppearance.BorderSize = 0;
  374. this.roundButton10.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  375. this.roundButton10.ImageHeight = 80;
  376. this.roundButton10.ImageWidth = 80;
  377. this.roundButton10.Location = new System.Drawing.Point(586, 603);
  378. this.roundButton10.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  379. this.roundButton10.Name = "roundButton10";
  380. this.roundButton10.Radius = 24;
  381. this.roundButton10.Size = new System.Drawing.Size(188, 56);
  382. this.roundButton10.SpliteButtonWidth = 18;
  383. this.roundButton10.TabIndex = 60;
  384. this.roundButton10.Text = "保存参数";
  385. this.roundButton10.UseVisualStyleBackColor = false;
  386. //
  387. // groupBox2
  388. //
  389. this.groupBox2.BackColor = System.Drawing.Color.White;
  390. this.groupBox2.Controls.Add(this.chkIsUseMESRoute);
  391. this.groupBox2.Controls.Add(this.cbSendStationIn);
  392. this.groupBox2.Controls.Add(this.cbSendAlarmData);
  393. this.groupBox2.Controls.Add(this.cbSendWorkingData);
  394. this.groupBox2.Controls.Add(this.cbSendCheckOneData);
  395. this.groupBox2.Controls.Add(this.btnMES);
  396. this.groupBox2.Controls.Add(this.button1);
  397. this.groupBox2.Controls.Add(this.cbSendProcessData);
  398. this.groupBox2.Controls.Add(this.textBoxServerHost);
  399. this.groupBox2.Controls.Add(this.label8);
  400. this.groupBox2.Dock = System.Windows.Forms.DockStyle.Top;
  401. this.groupBox2.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  402. this.groupBox2.Location = new System.Drawing.Point(0, 280);
  403. this.groupBox2.Margin = new System.Windows.Forms.Padding(4, 27, 4, 4);
  404. this.groupBox2.Name = "groupBox2";
  405. this.groupBox2.Padding = new System.Windows.Forms.Padding(4, 12, 4, 4);
  406. this.groupBox2.Size = new System.Drawing.Size(1566, 122);
  407. this.groupBox2.TabIndex = 19;
  408. this.groupBox2.TabStop = false;
  409. this.groupBox2.Text = "MES配置";
  410. //
  411. // chkIsUseMESRoute
  412. //
  413. this.chkIsUseMESRoute.AutoSize = true;
  414. this.chkIsUseMESRoute.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  415. this.chkIsUseMESRoute.ForeColor = System.Drawing.Color.DarkGreen;
  416. this.chkIsUseMESRoute.Location = new System.Drawing.Point(784, 33);
  417. this.chkIsUseMESRoute.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  418. this.chkIsUseMESRoute.Name = "chkIsUseMESRoute";
  419. this.chkIsUseMESRoute.Size = new System.Drawing.Size(477, 32);
  420. this.chkIsUseMESRoute.TabIndex = 81;
  421. this.chkIsUseMESRoute.Text = "启用MES边线(RouteCommunication.dll)";
  422. this.chkIsUseMESRoute.UseVisualStyleBackColor = true;
  423. //
  424. // cbSendStationIn
  425. //
  426. this.cbSendStationIn.AutoSize = true;
  427. this.cbSendStationIn.Location = new System.Drawing.Point(40, 78);
  428. this.cbSendStationIn.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  429. this.cbSendStationIn.Name = "cbSendStationIn";
  430. this.cbSendStationIn.Size = new System.Drawing.Size(171, 34);
  431. this.cbSendStationIn.TabIndex = 80;
  432. this.cbSendStationIn.Text = "上传进站数据";
  433. this.cbSendStationIn.UseVisualStyleBackColor = true;
  434. //
  435. // cbSendAlarmData
  436. //
  437. this.cbSendAlarmData.AutoSize = true;
  438. this.cbSendAlarmData.Location = new System.Drawing.Point(784, 78);
  439. this.cbSendAlarmData.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  440. this.cbSendAlarmData.Name = "cbSendAlarmData";
  441. this.cbSendAlarmData.Size = new System.Drawing.Size(215, 34);
  442. this.cbSendAlarmData.TabIndex = 75;
  443. this.cbSendAlarmData.Text = "是否上传报警数据";
  444. this.cbSendAlarmData.UseVisualStyleBackColor = true;
  445. //
  446. // cbSendWorkingData
  447. //
  448. this.cbSendWorkingData.AutoSize = true;
  449. this.cbSendWorkingData.Location = new System.Drawing.Point(598, 78);
  450. this.cbSendWorkingData.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  451. this.cbSendWorkingData.Name = "cbSendWorkingData";
  452. this.cbSendWorkingData.Size = new System.Drawing.Size(171, 34);
  453. this.cbSendWorkingData.TabIndex = 74;
  454. this.cbSendWorkingData.Text = "是否上传运行";
  455. this.cbSendWorkingData.UseVisualStyleBackColor = true;
  456. //
  457. // cbSendCheckOneData
  458. //
  459. this.cbSendCheckOneData.AutoSize = true;
  460. this.cbSendCheckOneData.Location = new System.Drawing.Point(412, 78);
  461. this.cbSendCheckOneData.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  462. this.cbSendCheckOneData.Name = "cbSendCheckOneData";
  463. this.cbSendCheckOneData.Size = new System.Drawing.Size(171, 34);
  464. this.cbSendCheckOneData.TabIndex = 73;
  465. this.cbSendCheckOneData.Text = "上传点检数据";
  466. this.cbSendCheckOneData.UseVisualStyleBackColor = true;
  467. //
  468. // btnMES
  469. //
  470. this.btnMES.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  471. this.btnMES.BackColor = System.Drawing.Color.WhiteSmoke;
  472. this.btnMES.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  473. this.btnMES.Location = new System.Drawing.Point(1460, 60);
  474. this.btnMES.Name = "btnMES";
  475. this.btnMES.Size = new System.Drawing.Size(84, 40);
  476. this.btnMES.TabIndex = 70;
  477. this.btnMES.Text = "确认";
  478. this.btnMES.UseVisualStyleBackColor = false;
  479. this.btnMES.Click += new System.EventHandler(this.button2_Click);
  480. //
  481. // button1
  482. //
  483. this.button1.Location = new System.Drawing.Point(1059, 284);
  484. this.button1.Name = "button1";
  485. this.button1.Size = new System.Drawing.Size(84, 38);
  486. this.button1.TabIndex = 69;
  487. this.button1.Text = "确认";
  488. this.button1.UseVisualStyleBackColor = true;
  489. //
  490. // cbSendProcessData
  491. //
  492. this.cbSendProcessData.AutoSize = true;
  493. this.cbSendProcessData.Location = new System.Drawing.Point(226, 78);
  494. this.cbSendProcessData.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  495. this.cbSendProcessData.Name = "cbSendProcessData";
  496. this.cbSendProcessData.Size = new System.Drawing.Size(171, 34);
  497. this.cbSendProcessData.TabIndex = 68;
  498. this.cbSendProcessData.Text = "上传出站数据";
  499. this.cbSendProcessData.UseVisualStyleBackColor = true;
  500. //
  501. // textBoxServerHost
  502. //
  503. this.textBoxServerHost.Location = new System.Drawing.Point(224, 30);
  504. this.textBoxServerHost.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  505. this.textBoxServerHost.Name = "textBoxServerHost";
  506. this.textBoxServerHost.Size = new System.Drawing.Size(476, 36);
  507. this.textBoxServerHost.TabIndex = 0;
  508. //
  509. // label8
  510. //
  511. this.label8.AutoSize = true;
  512. this.label8.Location = new System.Drawing.Point(34, 34);
  513. this.label8.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  514. this.label8.Name = "label8";
  515. this.label8.Size = new System.Drawing.Size(175, 30);
  516. this.label8.TabIndex = 62;
  517. this.label8.Text = "MES服务器地址:";
  518. //
  519. // groupBox4
  520. //
  521. this.groupBox4.BackColor = System.Drawing.Color.White;
  522. this.groupBox4.Controls.Add(this.numMqttPort);
  523. this.groupBox4.Controls.Add(this.label4);
  524. this.groupBox4.Controls.Add(this.chkMqttStationInputBegin);
  525. this.groupBox4.Controls.Add(this.chkMqttSensorData);
  526. this.groupBox4.Controls.Add(this.chkMqttOperateLog);
  527. this.groupBox4.Controls.Add(this.chkMqttProcConfig);
  528. this.groupBox4.Controls.Add(this.chkMqttFaultLog);
  529. this.groupBox4.Controls.Add(this.chkMqttEquiConfig);
  530. this.groupBox4.Controls.Add(this.chkMqttDeviceState);
  531. this.groupBox4.Controls.Add(this.btnIOTData);
  532. this.groupBox4.Controls.Add(this.button5);
  533. this.groupBox4.Controls.Add(this.chkMqttPassStation);
  534. this.groupBox4.Controls.Add(this.txtMqttIP);
  535. this.groupBox4.Controls.Add(this.label20);
  536. this.groupBox4.Dock = System.Windows.Forms.DockStyle.Top;
  537. this.groupBox4.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  538. this.groupBox4.Location = new System.Drawing.Point(0, 402);
  539. this.groupBox4.Margin = new System.Windows.Forms.Padding(4, 27, 4, 4);
  540. this.groupBox4.Name = "groupBox4";
  541. this.groupBox4.Padding = new System.Windows.Forms.Padding(4, 12, 4, 4);
  542. this.groupBox4.Size = new System.Drawing.Size(1566, 130);
  543. this.groupBox4.TabIndex = 21;
  544. this.groupBox4.TabStop = false;
  545. this.groupBox4.Text = "IOT配置";
  546. //
  547. // numMqttPort
  548. //
  549. this.numMqttPort.Location = new System.Drawing.Point(549, 30);
  550. this.numMqttPort.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  551. this.numMqttPort.Name = "numMqttPort";
  552. this.numMqttPort.Size = new System.Drawing.Size(150, 36);
  553. this.numMqttPort.TabIndex = 84;
  554. //
  555. // label4
  556. //
  557. this.label4.AutoSize = true;
  558. this.label4.Location = new System.Drawing.Point(484, 34);
  559. this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  560. this.label4.Name = "label4";
  561. this.label4.Size = new System.Drawing.Size(57, 30);
  562. this.label4.TabIndex = 83;
  563. this.label4.Text = "端口";
  564. //
  565. // chkMqttStationInputBegin
  566. //
  567. this.chkMqttStationInputBegin.AutoSize = true;
  568. this.chkMqttStationInputBegin.Location = new System.Drawing.Point(807, 82);
  569. this.chkMqttStationInputBegin.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  570. this.chkMqttStationInputBegin.Name = "chkMqttStationInputBegin";
  571. this.chkMqttStationInputBegin.Size = new System.Drawing.Size(171, 34);
  572. this.chkMqttStationInputBegin.TabIndex = 79;
  573. this.chkMqttStationInputBegin.Text = "上传节拍⽇志";
  574. this.chkMqttStationInputBegin.UseVisualStyleBackColor = true;
  575. //
  576. // chkMqttSensorData
  577. //
  578. this.chkMqttSensorData.AutoSize = true;
  579. this.chkMqttSensorData.Location = new System.Drawing.Point(598, 82);
  580. this.chkMqttSensorData.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  581. this.chkMqttSensorData.Name = "chkMqttSensorData";
  582. this.chkMqttSensorData.Size = new System.Drawing.Size(193, 34);
  583. this.chkMqttSensorData.TabIndex = 78;
  584. this.chkMqttSensorData.Text = "上传传感器数据";
  585. this.chkMqttSensorData.UseVisualStyleBackColor = true;
  586. //
  587. // chkMqttOperateLog
  588. //
  589. this.chkMqttOperateLog.AutoSize = true;
  590. this.chkMqttOperateLog.Location = new System.Drawing.Point(993, 82);
  591. this.chkMqttOperateLog.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  592. this.chkMqttOperateLog.Name = "chkMqttOperateLog";
  593. this.chkMqttOperateLog.Size = new System.Drawing.Size(171, 34);
  594. this.chkMqttOperateLog.TabIndex = 77;
  595. this.chkMqttOperateLog.Text = "上传操作记录";
  596. this.chkMqttOperateLog.UseVisualStyleBackColor = true;
  597. //
  598. // chkMqttProcConfig
  599. //
  600. this.chkMqttProcConfig.AutoSize = true;
  601. this.chkMqttProcConfig.Location = new System.Drawing.Point(993, 33);
  602. this.chkMqttProcConfig.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  603. this.chkMqttProcConfig.Name = "chkMqttProcConfig";
  604. this.chkMqttProcConfig.Size = new System.Drawing.Size(171, 34);
  605. this.chkMqttProcConfig.TabIndex = 76;
  606. this.chkMqttProcConfig.Text = "上传⼯艺配置";
  607. this.chkMqttProcConfig.UseVisualStyleBackColor = true;
  608. //
  609. // chkMqttFaultLog
  610. //
  611. this.chkMqttFaultLog.AutoSize = true;
  612. this.chkMqttFaultLog.Location = new System.Drawing.Point(412, 82);
  613. this.chkMqttFaultLog.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  614. this.chkMqttFaultLog.Name = "chkMqttFaultLog";
  615. this.chkMqttFaultLog.Size = new System.Drawing.Size(171, 34);
  616. this.chkMqttFaultLog.TabIndex = 75;
  617. this.chkMqttFaultLog.Text = "上传故障⽇志";
  618. this.chkMqttFaultLog.UseVisualStyleBackColor = true;
  619. //
  620. // chkMqttEquiConfig
  621. //
  622. this.chkMqttEquiConfig.AutoSize = true;
  623. this.chkMqttEquiConfig.Location = new System.Drawing.Point(807, 33);
  624. this.chkMqttEquiConfig.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  625. this.chkMqttEquiConfig.Name = "chkMqttEquiConfig";
  626. this.chkMqttEquiConfig.Size = new System.Drawing.Size(171, 34);
  627. this.chkMqttEquiConfig.TabIndex = 74;
  628. this.chkMqttEquiConfig.Text = "上传装备配置";
  629. this.chkMqttEquiConfig.UseVisualStyleBackColor = true;
  630. //
  631. // chkMqttDeviceState
  632. //
  633. this.chkMqttDeviceState.AutoSize = true;
  634. this.chkMqttDeviceState.Location = new System.Drawing.Point(226, 82);
  635. this.chkMqttDeviceState.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  636. this.chkMqttDeviceState.Name = "chkMqttDeviceState";
  637. this.chkMqttDeviceState.Size = new System.Drawing.Size(171, 34);
  638. this.chkMqttDeviceState.TabIndex = 73;
  639. this.chkMqttDeviceState.Text = "上传设备状态";
  640. this.chkMqttDeviceState.UseVisualStyleBackColor = true;
  641. //
  642. // btnIOTData
  643. //
  644. this.btnIOTData.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  645. this.btnIOTData.BackColor = System.Drawing.Color.WhiteSmoke;
  646. this.btnIOTData.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  647. this.btnIOTData.Location = new System.Drawing.Point(1460, 69);
  648. this.btnIOTData.Name = "btnIOTData";
  649. this.btnIOTData.Size = new System.Drawing.Size(84, 40);
  650. this.btnIOTData.TabIndex = 70;
  651. this.btnIOTData.Text = "确认";
  652. this.btnIOTData.UseVisualStyleBackColor = false;
  653. this.btnIOTData.Click += new System.EventHandler(this.btnIOTData_Click);
  654. //
  655. // button5
  656. //
  657. this.button5.Location = new System.Drawing.Point(1059, 284);
  658. this.button5.Name = "button5";
  659. this.button5.Size = new System.Drawing.Size(84, 38);
  660. this.button5.TabIndex = 69;
  661. this.button5.Text = "确认";
  662. this.button5.UseVisualStyleBackColor = true;
  663. //
  664. // chkMqttPassStation
  665. //
  666. this.chkMqttPassStation.AutoSize = true;
  667. this.chkMqttPassStation.Location = new System.Drawing.Point(40, 82);
  668. this.chkMqttPassStation.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  669. this.chkMqttPassStation.Name = "chkMqttPassStation";
  670. this.chkMqttPassStation.Size = new System.Drawing.Size(171, 34);
  671. this.chkMqttPassStation.TabIndex = 68;
  672. this.chkMqttPassStation.Text = "上传过站数据";
  673. this.chkMqttPassStation.UseVisualStyleBackColor = true;
  674. //
  675. // txtMqttIP
  676. //
  677. this.txtMqttIP.Location = new System.Drawing.Point(164, 30);
  678. this.txtMqttIP.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  679. this.txtMqttIP.Name = "txtMqttIP";
  680. this.txtMqttIP.Size = new System.Drawing.Size(310, 36);
  681. this.txtMqttIP.TabIndex = 0;
  682. //
  683. // label20
  684. //
  685. this.label20.AutoSize = true;
  686. this.label20.Location = new System.Drawing.Point(34, 34);
  687. this.label20.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  688. this.label20.Name = "label20";
  689. this.label20.Size = new System.Drawing.Size(114, 30);
  690. this.label20.TabIndex = 62;
  691. this.label20.Text = "Mqtt地址:";
  692. //
  693. // groupBox5
  694. //
  695. this.groupBox5.BackColor = System.Drawing.Color.White;
  696. this.groupBox5.Controls.Add(this.numAGVMQTTPort);
  697. this.groupBox5.Controls.Add(this.label6);
  698. this.groupBox5.Controls.Add(this.txtAGVMQTTIP);
  699. this.groupBox5.Controls.Add(this.label15);
  700. this.groupBox5.Controls.Add(this.chkIsUseAGV);
  701. this.groupBox5.Controls.Add(this.btnAGV);
  702. this.groupBox5.Controls.Add(this.button6);
  703. this.groupBox5.Controls.Add(this.txtAGVHttpIP);
  704. this.groupBox5.Controls.Add(this.label12);
  705. this.groupBox5.Dock = System.Windows.Forms.DockStyle.Top;
  706. this.groupBox5.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  707. this.groupBox5.Location = new System.Drawing.Point(0, 532);
  708. this.groupBox5.Margin = new System.Windows.Forms.Padding(4, 27, 4, 4);
  709. this.groupBox5.Name = "groupBox5";
  710. this.groupBox5.Padding = new System.Windows.Forms.Padding(4, 12, 4, 4);
  711. this.groupBox5.Size = new System.Drawing.Size(1566, 87);
  712. this.groupBox5.TabIndex = 23;
  713. this.groupBox5.TabStop = false;
  714. this.groupBox5.Text = "AGV配置";
  715. //
  716. // numAGVMQTTPort
  717. //
  718. this.numAGVMQTTPort.Location = new System.Drawing.Point(1216, 30);
  719. this.numAGVMQTTPort.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  720. this.numAGVMQTTPort.Name = "numAGVMQTTPort";
  721. this.numAGVMQTTPort.Size = new System.Drawing.Size(150, 36);
  722. this.numAGVMQTTPort.TabIndex = 86;
  723. //
  724. // label6
  725. //
  726. this.label6.AutoSize = true;
  727. this.label6.Location = new System.Drawing.Point(1152, 34);
  728. this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  729. this.label6.Name = "label6";
  730. this.label6.Size = new System.Drawing.Size(57, 30);
  731. this.label6.TabIndex = 85;
  732. this.label6.Text = "端口";
  733. //
  734. // txtAGVMQTTIP
  735. //
  736. this.txtAGVMQTTIP.Location = new System.Drawing.Point(888, 30);
  737. this.txtAGVMQTTIP.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  738. this.txtAGVMQTTIP.Name = "txtAGVMQTTIP";
  739. this.txtAGVMQTTIP.Size = new System.Drawing.Size(253, 36);
  740. this.txtAGVMQTTIP.TabIndex = 81;
  741. //
  742. // label15
  743. //
  744. this.label15.AutoSize = true;
  745. this.label15.Location = new System.Drawing.Point(750, 34);
  746. this.label15.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  747. this.label15.Name = "label15";
  748. this.label15.Size = new System.Drawing.Size(128, 30);
  749. this.label15.TabIndex = 82;
  750. this.label15.Text = "MQTT地址:";
  751. //
  752. // chkIsUseAGV
  753. //
  754. this.chkIsUseAGV.AutoSize = true;
  755. this.chkIsUseAGV.Location = new System.Drawing.Point(32, 33);
  756. this.chkIsUseAGV.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  757. this.chkIsUseAGV.Name = "chkIsUseAGV";
  758. this.chkIsUseAGV.Size = new System.Drawing.Size(83, 34);
  759. this.chkIsUseAGV.TabIndex = 74;
  760. this.chkIsUseAGV.Text = "启用";
  761. this.chkIsUseAGV.UseVisualStyleBackColor = true;
  762. //
  763. // btnAGV
  764. //
  765. this.btnAGV.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  766. this.btnAGV.BackColor = System.Drawing.Color.WhiteSmoke;
  767. this.btnAGV.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  768. this.btnAGV.Location = new System.Drawing.Point(1460, 33);
  769. this.btnAGV.Name = "btnAGV";
  770. this.btnAGV.Size = new System.Drawing.Size(84, 40);
  771. this.btnAGV.TabIndex = 70;
  772. this.btnAGV.Text = "确认";
  773. this.btnAGV.UseVisualStyleBackColor = false;
  774. this.btnAGV.Click += new System.EventHandler(this.btnAGV_Click);
  775. //
  776. // button6
  777. //
  778. this.button6.Location = new System.Drawing.Point(1059, 284);
  779. this.button6.Name = "button6";
  780. this.button6.Size = new System.Drawing.Size(84, 38);
  781. this.button6.TabIndex = 69;
  782. this.button6.Text = "确认";
  783. this.button6.UseVisualStyleBackColor = true;
  784. //
  785. // txtAGVHttpIP
  786. //
  787. this.txtAGVHttpIP.Location = new System.Drawing.Point(252, 30);
  788. this.txtAGVHttpIP.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  789. this.txtAGVHttpIP.Name = "txtAGVHttpIP";
  790. this.txtAGVHttpIP.Size = new System.Drawing.Size(448, 36);
  791. this.txtAGVHttpIP.TabIndex = 0;
  792. //
  793. // label12
  794. //
  795. this.label12.AutoSize = true;
  796. this.label12.Location = new System.Drawing.Point(130, 34);
  797. this.label12.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  798. this.label12.Name = "label12";
  799. this.label12.Size = new System.Drawing.Size(109, 30);
  800. this.label12.TabIndex = 62;
  801. this.label12.Text = "Http地址:";
  802. //
  803. // groupBox3
  804. //
  805. this.groupBox3.Controls.Add(this.txtPCAddress);
  806. this.groupBox3.Controls.Add(this.label13);
  807. this.groupBox3.Controls.Add(this.rdbS9);
  808. this.groupBox3.Controls.Add(this.txtPLCAddress9);
  809. this.groupBox3.Controls.Add(this.rdbS8);
  810. this.groupBox3.Controls.Add(this.txtPLCAddress8);
  811. this.groupBox3.Controls.Add(this.rdbS7);
  812. this.groupBox3.Controls.Add(this.numPLCPort);
  813. this.groupBox3.Controls.Add(this.label11);
  814. this.groupBox3.Controls.Add(this.txtPLCAddress7);
  815. this.groupBox3.Controls.Add(this.rdbS6);
  816. this.groupBox3.Controls.Add(this.txtPLCAddress6);
  817. this.groupBox3.Controls.Add(this.rdbS5);
  818. this.groupBox3.Controls.Add(this.rdbS3);
  819. this.groupBox3.Controls.Add(this.rdbS4);
  820. this.groupBox3.Controls.Add(this.rdbS2);
  821. this.groupBox3.Controls.Add(this.rdbS1);
  822. this.groupBox3.Controls.Add(this.btnPLC);
  823. this.groupBox3.Controls.Add(this.txtPLCAddress4);
  824. this.groupBox3.Controls.Add(this.txtPLCAddress5);
  825. this.groupBox3.Controls.Add(this.txtPLCAddress3);
  826. this.groupBox3.Controls.Add(this.txtPLCAddress2);
  827. this.groupBox3.Controls.Add(this.txtPLCAddress1);
  828. this.groupBox3.Dock = System.Windows.Forms.DockStyle.Top;
  829. this.groupBox3.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  830. this.groupBox3.Location = new System.Drawing.Point(0, 619);
  831. this.groupBox3.Margin = new System.Windows.Forms.Padding(3, 27, 3, 3);
  832. this.groupBox3.Name = "groupBox3";
  833. this.groupBox3.Padding = new System.Windows.Forms.Padding(3, 12, 3, 3);
  834. this.groupBox3.Size = new System.Drawing.Size(1566, 186);
  835. this.groupBox3.TabIndex = 24;
  836. this.groupBox3.TabStop = false;
  837. this.groupBox3.Text = "设备配置";
  838. //
  839. // numPLCPort
  840. //
  841. this.numPLCPort.Location = new System.Drawing.Point(1353, 86);
  842. this.numPLCPort.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  843. this.numPLCPort.Maximum = new decimal(new int[] {
  844. 100000,
  845. 0,
  846. 0,
  847. 0});
  848. this.numPLCPort.Name = "numPLCPort";
  849. this.numPLCPort.Size = new System.Drawing.Size(91, 36);
  850. this.numPLCPort.TabIndex = 95;
  851. //
  852. // label11
  853. //
  854. this.label11.AutoSize = true;
  855. this.label11.Location = new System.Drawing.Point(1252, 90);
  856. this.label11.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  857. this.label11.Name = "label11";
  858. this.label11.Size = new System.Drawing.Size(101, 30);
  859. this.label11.TabIndex = 94;
  860. this.label11.Text = "PLC端口:";
  861. //
  862. // rdbS5
  863. //
  864. this.rdbS5.AutoSize = true;
  865. this.rdbS5.BackColor = System.Drawing.Color.Transparent;
  866. this.rdbS5.FlatStyle = System.Windows.Forms.FlatStyle.System;
  867. this.rdbS5.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  868. this.rdbS5.ForeColor = System.Drawing.Color.Black;
  869. this.rdbS5.Location = new System.Drawing.Point(439, 88);
  870. this.rdbS5.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  871. this.rdbS5.Name = "rdbS5";
  872. this.rdbS5.Size = new System.Drawing.Size(187, 35);
  873. this.rdbS5.TabIndex = 92;
  874. this.rdbS5.TabStop = true;
  875. this.rdbS5.Text = "[S5]ADD上料:";
  876. this.rdbS5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  877. this.rdbS5.UseVisualStyleBackColor = false;
  878. //
  879. // rdbS3
  880. //
  881. this.rdbS3.AutoSize = true;
  882. this.rdbS3.BackColor = System.Drawing.Color.Transparent;
  883. this.rdbS3.FlatStyle = System.Windows.Forms.FlatStyle.System;
  884. this.rdbS3.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  885. this.rdbS3.ForeColor = System.Drawing.Color.Black;
  886. this.rdbS3.Location = new System.Drawing.Point(845, 32);
  887. this.rdbS3.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  888. this.rdbS3.Name = "rdbS3";
  889. this.rdbS3.Size = new System.Drawing.Size(182, 35);
  890. this.rdbS3.TabIndex = 91;
  891. this.rdbS3.TabStop = true;
  892. this.rdbS3.Text = "[S3]点胶装备:";
  893. this.rdbS3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  894. this.rdbS3.UseVisualStyleBackColor = false;
  895. //
  896. // rdbS4
  897. //
  898. this.rdbS4.AutoSize = true;
  899. this.rdbS4.BackColor = System.Drawing.Color.Transparent;
  900. this.rdbS4.FlatStyle = System.Windows.Forms.FlatStyle.System;
  901. this.rdbS4.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  902. this.rdbS4.ForeColor = System.Drawing.Color.Black;
  903. this.rdbS4.Location = new System.Drawing.Point(31, 88);
  904. this.rdbS4.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  905. this.rdbS4.Name = "rdbS4";
  906. this.rdbS4.Size = new System.Drawing.Size(182, 35);
  907. this.rdbS4.TabIndex = 90;
  908. this.rdbS4.TabStop = true;
  909. this.rdbS4.Text = "[S4]胶线检测:";
  910. this.rdbS4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  911. this.rdbS4.UseVisualStyleBackColor = false;
  912. //
  913. // rdbS2
  914. //
  915. this.rdbS2.AutoSize = true;
  916. this.rdbS2.BackColor = System.Drawing.Color.Transparent;
  917. this.rdbS2.FlatStyle = System.Windows.Forms.FlatStyle.System;
  918. this.rdbS2.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  919. this.rdbS2.ForeColor = System.Drawing.Color.Black;
  920. this.rdbS2.Location = new System.Drawing.Point(439, 32);
  921. this.rdbS2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  922. this.rdbS2.Name = "rdbS2";
  923. this.rdbS2.Size = new System.Drawing.Size(182, 35);
  924. this.rdbS2.TabIndex = 89;
  925. this.rdbS2.TabStop = true;
  926. this.rdbS2.Text = "[S2]上盖上料:";
  927. this.rdbS2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  928. this.rdbS2.UseVisualStyleBackColor = false;
  929. //
  930. // rdbS1
  931. //
  932. this.rdbS1.AutoSize = true;
  933. this.rdbS1.BackColor = System.Drawing.Color.Transparent;
  934. this.rdbS1.FlatStyle = System.Windows.Forms.FlatStyle.System;
  935. this.rdbS1.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  936. this.rdbS1.ForeColor = System.Drawing.Color.Black;
  937. this.rdbS1.Location = new System.Drawing.Point(31, 32);
  938. this.rdbS1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  939. this.rdbS1.Name = "rdbS1";
  940. this.rdbS1.Size = new System.Drawing.Size(182, 35);
  941. this.rdbS1.TabIndex = 88;
  942. this.rdbS1.TabStop = true;
  943. this.rdbS1.Text = "[S1]壳体上料:";
  944. this.rdbS1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  945. this.rdbS1.UseVisualStyleBackColor = false;
  946. //
  947. // btnPLC
  948. //
  949. this.btnPLC.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  950. this.btnPLC.BackColor = System.Drawing.Color.WhiteSmoke;
  951. this.btnPLC.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  952. this.btnPLC.Location = new System.Drawing.Point(1467, 134);
  953. this.btnPLC.Name = "btnPLC";
  954. this.btnPLC.Size = new System.Drawing.Size(84, 42);
  955. this.btnPLC.TabIndex = 87;
  956. this.btnPLC.Text = "确认";
  957. this.btnPLC.UseVisualStyleBackColor = false;
  958. this.btnPLC.Click += new System.EventHandler(this.button3_Click);
  959. //
  960. // txtPLCAddress4
  961. //
  962. this.txtPLCAddress4.Location = new System.Drawing.Point(212, 86);
  963. this.txtPLCAddress4.Name = "txtPLCAddress4";
  964. this.txtPLCAddress4.Size = new System.Drawing.Size(202, 36);
  965. this.txtPLCAddress4.TabIndex = 82;
  966. //
  967. // txtPLCAddress5
  968. //
  969. this.txtPLCAddress5.Location = new System.Drawing.Point(625, 86);
  970. this.txtPLCAddress5.Name = "txtPLCAddress5";
  971. this.txtPLCAddress5.Size = new System.Drawing.Size(202, 36);
  972. this.txtPLCAddress5.TabIndex = 81;
  973. //
  974. // txtPLCAddress3
  975. //
  976. this.txtPLCAddress3.Location = new System.Drawing.Point(1035, 30);
  977. this.txtPLCAddress3.Name = "txtPLCAddress3";
  978. this.txtPLCAddress3.Size = new System.Drawing.Size(202, 36);
  979. this.txtPLCAddress3.TabIndex = 79;
  980. //
  981. // txtPLCAddress2
  982. //
  983. this.txtPLCAddress2.Location = new System.Drawing.Point(625, 30);
  984. this.txtPLCAddress2.Name = "txtPLCAddress2";
  985. this.txtPLCAddress2.Size = new System.Drawing.Size(202, 36);
  986. this.txtPLCAddress2.TabIndex = 78;
  987. //
  988. // txtPLCAddress1
  989. //
  990. this.txtPLCAddress1.Location = new System.Drawing.Point(212, 30);
  991. this.txtPLCAddress1.Name = "txtPLCAddress1";
  992. this.txtPLCAddress1.Size = new System.Drawing.Size(202, 36);
  993. this.txtPLCAddress1.TabIndex = 77;
  994. this.txtPLCAddress1.Text = "192.168.10.206";
  995. //
  996. // rdbS6
  997. //
  998. this.rdbS6.AutoSize = true;
  999. this.rdbS6.BackColor = System.Drawing.Color.Transparent;
  1000. this.rdbS6.FlatStyle = System.Windows.Forms.FlatStyle.System;
  1001. this.rdbS6.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1002. this.rdbS6.ForeColor = System.Drawing.Color.Black;
  1003. this.rdbS6.Location = new System.Drawing.Point(845, 88);
  1004. this.rdbS6.Margin = new System.Windows.Forms.Padding(4);
  1005. this.rdbS6.Name = "rdbS6";
  1006. this.rdbS6.Size = new System.Drawing.Size(182, 35);
  1007. this.rdbS6.TabIndex = 97;
  1008. this.rdbS6.TabStop = true;
  1009. this.rdbS6.Text = "[S6]组装上盖:";
  1010. this.rdbS6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  1011. this.rdbS6.UseVisualStyleBackColor = false;
  1012. //
  1013. // txtPLCAddress6
  1014. //
  1015. this.txtPLCAddress6.Location = new System.Drawing.Point(1035, 86);
  1016. this.txtPLCAddress6.Name = "txtPLCAddress6";
  1017. this.txtPLCAddress6.Size = new System.Drawing.Size(202, 36);
  1018. this.txtPLCAddress6.TabIndex = 96;
  1019. //
  1020. // rdbS7
  1021. //
  1022. this.rdbS7.AutoSize = true;
  1023. this.rdbS7.BackColor = System.Drawing.Color.Transparent;
  1024. this.rdbS7.FlatStyle = System.Windows.Forms.FlatStyle.System;
  1025. this.rdbS7.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1026. this.rdbS7.ForeColor = System.Drawing.Color.Black;
  1027. this.rdbS7.Location = new System.Drawing.Point(31, 144);
  1028. this.rdbS7.Margin = new System.Windows.Forms.Padding(4);
  1029. this.rdbS7.Name = "rdbS7";
  1030. this.rdbS7.Size = new System.Drawing.Size(160, 35);
  1031. this.rdbS7.TabIndex = 99;
  1032. this.rdbS7.TabStop = true;
  1033. this.rdbS7.Text = "[S7]锁螺丝:";
  1034. this.rdbS7.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  1035. this.rdbS7.UseVisualStyleBackColor = false;
  1036. //
  1037. // txtPLCAddress7
  1038. //
  1039. this.txtPLCAddress7.Location = new System.Drawing.Point(212, 142);
  1040. this.txtPLCAddress7.Name = "txtPLCAddress7";
  1041. this.txtPLCAddress7.Size = new System.Drawing.Size(202, 36);
  1042. this.txtPLCAddress7.TabIndex = 98;
  1043. //
  1044. // rdbS8
  1045. //
  1046. this.rdbS8.AutoSize = true;
  1047. this.rdbS8.BackColor = System.Drawing.Color.Transparent;
  1048. this.rdbS8.FlatStyle = System.Windows.Forms.FlatStyle.System;
  1049. this.rdbS8.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1050. this.rdbS8.ForeColor = System.Drawing.Color.Black;
  1051. this.rdbS8.Location = new System.Drawing.Point(439, 144);
  1052. this.rdbS8.Margin = new System.Windows.Forms.Padding(4);
  1053. this.rdbS8.Name = "rdbS8";
  1054. this.rdbS8.Size = new System.Drawing.Size(172, 35);
  1055. this.rdbS8.TabIndex = 101;
  1056. this.rdbS8.TabStop = true;
  1057. this.rdbS8.Text = "[S8]NG下料:";
  1058. this.rdbS8.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  1059. this.rdbS8.UseVisualStyleBackColor = false;
  1060. //
  1061. // txtPLCAddress8
  1062. //
  1063. this.txtPLCAddress8.Location = new System.Drawing.Point(625, 142);
  1064. this.txtPLCAddress8.Name = "txtPLCAddress8";
  1065. this.txtPLCAddress8.Size = new System.Drawing.Size(202, 36);
  1066. this.txtPLCAddress8.TabIndex = 100;
  1067. //
  1068. // rdbS9
  1069. //
  1070. this.rdbS9.AutoSize = true;
  1071. this.rdbS9.BackColor = System.Drawing.Color.Transparent;
  1072. this.rdbS9.FlatStyle = System.Windows.Forms.FlatStyle.System;
  1073. this.rdbS9.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1074. this.rdbS9.ForeColor = System.Drawing.Color.Black;
  1075. this.rdbS9.Location = new System.Drawing.Point(845, 144);
  1076. this.rdbS9.Margin = new System.Windows.Forms.Padding(4);
  1077. this.rdbS9.Name = "rdbS9";
  1078. this.rdbS9.Size = new System.Drawing.Size(182, 35);
  1079. this.rdbS9.TabIndex = 103;
  1080. this.rdbS9.TabStop = true;
  1081. this.rdbS9.Text = "[S9]下料设备:";
  1082. this.rdbS9.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  1083. this.rdbS9.UseVisualStyleBackColor = false;
  1084. //
  1085. // txtPLCAddress9
  1086. //
  1087. this.txtPLCAddress9.Location = new System.Drawing.Point(1035, 142);
  1088. this.txtPLCAddress9.Name = "txtPLCAddress9";
  1089. this.txtPLCAddress9.Size = new System.Drawing.Size(202, 36);
  1090. this.txtPLCAddress9.TabIndex = 102;
  1091. //
  1092. // label13
  1093. //
  1094. this.label13.AutoSize = true;
  1095. this.label13.Location = new System.Drawing.Point(1270, 34);
  1096. this.label13.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  1097. this.label13.Name = "label13";
  1098. this.label13.Size = new System.Drawing.Size(72, 30);
  1099. this.label13.TabIndex = 104;
  1100. this.label13.Text = "PC IP:";
  1101. //
  1102. // txtPCAddress
  1103. //
  1104. this.txtPCAddress.Location = new System.Drawing.Point(1352, 30);
  1105. this.txtPCAddress.Name = "txtPCAddress";
  1106. this.txtPCAddress.Size = new System.Drawing.Size(202, 36);
  1107. this.txtPCAddress.TabIndex = 105;
  1108. //
  1109. // Form_SystemSet
  1110. //
  1111. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
  1112. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1113. this.AutoSize = true;
  1114. this.BackColor = System.Drawing.Color.White;
  1115. this.ClientSize = new System.Drawing.Size(1566, 842);
  1116. this.Controls.Add(this.groupBox3);
  1117. this.Controls.Add(this.groupBox5);
  1118. this.Controls.Add(this.groupBox4);
  1119. this.Controls.Add(this.groupBox2);
  1120. this.Controls.Add(this.groupBox1);
  1121. this.DoubleBuffered = true;
  1122. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  1123. this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  1124. this.Name = "Form_SystemSet";
  1125. this.Load += new System.EventHandler(this.Form_SystemSet_Load);
  1126. this.groupBox1.ResumeLayout(false);
  1127. this.groupBox1.PerformLayout();
  1128. this.groupBox2.ResumeLayout(false);
  1129. this.groupBox2.PerformLayout();
  1130. this.groupBox4.ResumeLayout(false);
  1131. this.groupBox4.PerformLayout();
  1132. ((System.ComponentModel.ISupportInitialize)(this.numMqttPort)).EndInit();
  1133. this.groupBox5.ResumeLayout(false);
  1134. this.groupBox5.PerformLayout();
  1135. ((System.ComponentModel.ISupportInitialize)(this.numAGVMQTTPort)).EndInit();
  1136. this.groupBox3.ResumeLayout(false);
  1137. this.groupBox3.PerformLayout();
  1138. ((System.ComponentModel.ISupportInitialize)(this.numPLCPort)).EndInit();
  1139. this.ResumeLayout(false);
  1140. }
  1141. #endregion
  1142. private System.Windows.Forms.GroupBox groupBox1;
  1143. private FaFrameUI.RoundButton roundButton10;
  1144. private System.Windows.Forms.GroupBox groupBox2;
  1145. private System.Windows.Forms.TextBox textBoxServerHost;
  1146. private System.Windows.Forms.Label label8;
  1147. private System.Windows.Forms.CheckBox cbSendProcessData;
  1148. private System.Windows.Forms.Button button1;
  1149. private System.Windows.Forms.Label label1;
  1150. private System.Windows.Forms.Label label7;
  1151. private System.Windows.Forms.TextBox textBoxLineName;
  1152. private System.Windows.Forms.TextBox textBoxLineCode;
  1153. private System.Windows.Forms.Button buttonConfirm;
  1154. private System.Windows.Forms.Button btnMES;
  1155. private System.Windows.Forms.CheckBox cbSendWorkingData;
  1156. private System.Windows.Forms.CheckBox cbSendCheckOneData;
  1157. private System.Windows.Forms.CheckBox cbSendAlarmData;
  1158. private System.Windows.Forms.Label label19;
  1159. private System.Windows.Forms.TextBox txtSono;
  1160. private System.Windows.Forms.Label label18;
  1161. private System.Windows.Forms.TextBox txtProgramName;
  1162. private System.Windows.Forms.Button btnGetOrderInfo;
  1163. private System.Windows.Forms.GroupBox groupBox4;
  1164. private System.Windows.Forms.CheckBox chkMqttFaultLog;
  1165. private System.Windows.Forms.CheckBox chkMqttEquiConfig;
  1166. private System.Windows.Forms.CheckBox chkMqttDeviceState;
  1167. private System.Windows.Forms.Button btnIOTData;
  1168. private System.Windows.Forms.Button button5;
  1169. private System.Windows.Forms.CheckBox chkMqttPassStation;
  1170. private System.Windows.Forms.TextBox txtMqttIP;
  1171. private System.Windows.Forms.Label label20;
  1172. private System.Windows.Forms.CheckBox chkMqttOperateLog;
  1173. private System.Windows.Forms.CheckBox chkMqttProcConfig;
  1174. private System.Windows.Forms.CheckBox chkMqttStationInputBegin;
  1175. private System.Windows.Forms.CheckBox chkMqttSensorData;
  1176. private System.Windows.Forms.TextBox txtProject_code;
  1177. private System.Windows.Forms.Label label2;
  1178. private System.Windows.Forms.Label label3;
  1179. private System.Windows.Forms.TextBox txtFactory_Code;
  1180. private System.Windows.Forms.Label label5;
  1181. private System.Windows.Forms.TextBox txtProcess_Section_Code;
  1182. private System.Windows.Forms.Label label9;
  1183. private System.Windows.Forms.TextBox txtWorkStation;
  1184. private System.Windows.Forms.Label label10;
  1185. private System.Windows.Forms.TextBox txtDeviceCode;
  1186. private System.Windows.Forms.Label label14;
  1187. private System.Windows.Forms.TextBox txtStation;
  1188. private System.Windows.Forms.CheckBox cbSendStationIn;
  1189. private System.Windows.Forms.GroupBox groupBox5;
  1190. private System.Windows.Forms.CheckBox chkIsUseAGV;
  1191. private System.Windows.Forms.Button btnAGV;
  1192. private System.Windows.Forms.Button button6;
  1193. private System.Windows.Forms.TextBox txtAGVHttpIP;
  1194. private System.Windows.Forms.Label label12;
  1195. private System.Windows.Forms.TextBox txtAGVMQTTIP;
  1196. private System.Windows.Forms.Label label15;
  1197. private System.Windows.Forms.GroupBox groupBox3;
  1198. private System.Windows.Forms.NumericUpDown numPLCPort;
  1199. private System.Windows.Forms.Label label11;
  1200. private System.Windows.Forms.RadioButton rdbS5;
  1201. private System.Windows.Forms.RadioButton rdbS3;
  1202. private System.Windows.Forms.RadioButton rdbS4;
  1203. private System.Windows.Forms.RadioButton rdbS2;
  1204. private System.Windows.Forms.RadioButton rdbS1;
  1205. private System.Windows.Forms.Button btnPLC;
  1206. private System.Windows.Forms.TextBox txtPLCAddress4;
  1207. private System.Windows.Forms.TextBox txtPLCAddress5;
  1208. private System.Windows.Forms.TextBox txtPLCAddress3;
  1209. private System.Windows.Forms.TextBox txtPLCAddress2;
  1210. private System.Windows.Forms.TextBox txtPLCAddress1;
  1211. private System.Windows.Forms.Label label4;
  1212. private System.Windows.Forms.NumericUpDown numMqttPort;
  1213. private System.Windows.Forms.NumericUpDown numAGVMQTTPort;
  1214. private System.Windows.Forms.Label label6;
  1215. private System.Windows.Forms.CheckBox chkIsUseMESRoute;
  1216. private System.Windows.Forms.RadioButton rdbS8;
  1217. private System.Windows.Forms.TextBox txtPLCAddress8;
  1218. private System.Windows.Forms.RadioButton rdbS7;
  1219. private System.Windows.Forms.TextBox txtPLCAddress7;
  1220. private System.Windows.Forms.RadioButton rdbS6;
  1221. private System.Windows.Forms.TextBox txtPLCAddress6;
  1222. private System.Windows.Forms.RadioButton rdbS9;
  1223. private System.Windows.Forms.TextBox txtPLCAddress9;
  1224. private System.Windows.Forms.TextBox txtPCAddress;
  1225. private System.Windows.Forms.Label label13;
  1226. }
  1227. }