Form_SystemSet.Designer.cs 61 KB

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