Form_SystemSet.Designer.cs 65 KB

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