Form_SystemSet.Designer.cs 55 KB

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