Form_SystemSet.Designer.cs 75 KB

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