Form_SystemSet.Designer.cs 64 KB

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