Form_SystemSet.Designer.cs 58 KB

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