ParamSetting.Designer.cs 54 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210
  1. namespace UAS_LabelMachine
  2. {
  3. partial class ParamSetting
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ParamSetting));
  29. this.groupBoxWithBorder1 = new UAS_LabelMachine.CustomControl.GroupBoxWithBorder.GroupBoxWithBorder();
  30. this.groupBox5 = new System.Windows.Forms.GroupBox();
  31. this.Datawait5 = new UAS_LabelMachine.CustomControl.EnterTextBox();
  32. this.BaudRate5 = new UAS_LabelMachine.CustomControl.EnterTextBox();
  33. this.COM5 = new UAS_LabelMachine.CustomControl.EnterTextBox();
  34. this.label13 = new System.Windows.Forms.Label();
  35. this.label14 = new System.Windows.Forms.Label();
  36. this.label15 = new System.Windows.Forms.Label();
  37. this.groupBox4 = new System.Windows.Forms.GroupBox();
  38. this.OutTime4 = new UAS_LabelMachine.CustomControl.EnterTextBox();
  39. this.Datawait4 = new UAS_LabelMachine.CustomControl.EnterTextBox();
  40. this.BaudRate4 = new UAS_LabelMachine.CustomControl.EnterTextBox();
  41. this.COM4 = new UAS_LabelMachine.CustomControl.EnterTextBox();
  42. this.label17 = new System.Windows.Forms.Label();
  43. this.label10 = new System.Windows.Forms.Label();
  44. this.label11 = new System.Windows.Forms.Label();
  45. this.label12 = new System.Windows.Forms.Label();
  46. this.groupBox3 = new System.Windows.Forms.GroupBox();
  47. this.OutTime3 = new UAS_LabelMachine.CustomControl.EnterTextBox();
  48. this.Datawait3 = new UAS_LabelMachine.CustomControl.EnterTextBox();
  49. this.Baud3 = new UAS_LabelMachine.CustomControl.EnterTextBox();
  50. this.COM3 = new UAS_LabelMachine.CustomControl.EnterTextBox();
  51. this.label16 = new System.Windows.Forms.Label();
  52. this.label7 = new System.Windows.Forms.Label();
  53. this.label8 = new System.Windows.Forms.Label();
  54. this.label9 = new System.Windows.Forms.Label();
  55. this.groupBox2 = new System.Windows.Forms.GroupBox();
  56. this.Datawait2 = new UAS_LabelMachine.CustomControl.EnterTextBox();
  57. this.BaudRate2 = new UAS_LabelMachine.CustomControl.EnterTextBox();
  58. this.COM2 = new UAS_LabelMachine.CustomControl.EnterTextBox();
  59. this.label4 = new System.Windows.Forms.Label();
  60. this.label5 = new System.Windows.Forms.Label();
  61. this.label6 = new System.Windows.Forms.Label();
  62. this.groupBox1 = new System.Windows.Forms.GroupBox();
  63. this.Datawait1 = new UAS_LabelMachine.CustomControl.EnterTextBox();
  64. this.BaudRate1 = new UAS_LabelMachine.CustomControl.EnterTextBox();
  65. this.COM1 = new UAS_LabelMachine.CustomControl.EnterTextBox();
  66. this.label3 = new System.Windows.Forms.Label();
  67. this.label2 = new System.Windows.Forms.Label();
  68. this.label1 = new System.Windows.Forms.Label();
  69. this.Save = new UAS_LabelMachine.CustomControl.NormalButton();
  70. this.groupBoxWithBorder2 = new UAS_LabelMachine.CustomControl.GroupBoxWithBorder.GroupBoxWithBorder();
  71. this.CheckMaterial = new UAS_LabelMachine.CustomControl.EnterTextBox();
  72. this.StackMaterial = new UAS_LabelMachine.CustomControl.EnterTextBox();
  73. this.DevError = new UAS_LabelMachine.CustomControl.EnterTextBox();
  74. this.DataRecive = new UAS_LabelMachine.CustomControl.EnterTextBox();
  75. this.Devstop = new UAS_LabelMachine.CustomControl.EnterTextBox();
  76. this.Devstart = new UAS_LabelMachine.CustomControl.EnterTextBox();
  77. this.label23 = new System.Windows.Forms.Label();
  78. this.label22 = new System.Windows.Forms.Label();
  79. this.label21 = new System.Windows.Forms.Label();
  80. this.label20 = new System.Windows.Forms.Label();
  81. this.label19 = new System.Windows.Forms.Label();
  82. this.label18 = new System.Windows.Forms.Label();
  83. this.groupBoxWithBorder3 = new UAS_LabelMachine.CustomControl.GroupBoxWithBorder.GroupBoxWithBorder();
  84. this.MaterialTray = new UAS_LabelMachine.CustomControl.EnterTextBox();
  85. this.DeviceStop = new UAS_LabelMachine.CustomControl.EnterTextBox();
  86. this.DeviceStart = new UAS_LabelMachine.CustomControl.EnterTextBox();
  87. this.BackDataPass = new UAS_LabelMachine.CustomControl.EnterTextBox();
  88. this.BackDataDelete = new UAS_LabelMachine.CustomControl.EnterTextBox();
  89. this.FrontDataPass = new UAS_LabelMachine.CustomControl.EnterTextBox();
  90. this.FrontDataDelete = new UAS_LabelMachine.CustomControl.EnterTextBox();
  91. this.label30 = new System.Windows.Forms.Label();
  92. this.label29 = new System.Windows.Forms.Label();
  93. this.label28 = new System.Windows.Forms.Label();
  94. this.label27 = new System.Windows.Forms.Label();
  95. this.label26 = new System.Windows.Forms.Label();
  96. this.label25 = new System.Windows.Forms.Label();
  97. this.label24 = new System.Windows.Forms.Label();
  98. this.groupBoxWithBorder4 = new UAS_LabelMachine.CustomControl.GroupBoxWithBorder.GroupBoxWithBorder();
  99. this.SplitBack = new UAS_LabelMachine.CustomControl.EnterTextBox();
  100. this.GuestLabelPre = new UAS_LabelMachine.CustomControl.EnterTextBox();
  101. this.PrimaryData = new UAS_LabelMachine.CustomControl.EnterTextBox();
  102. this.GuestLabelData = new UAS_LabelMachine.CustomControl.EnterTextBox();
  103. this.SplitFront = new UAS_LabelMachine.CustomControl.EnterTextBox();
  104. this.Uploadnum = new UAS_LabelMachine.CustomControl.EnterTextBox();
  105. this.ProdcodeBack = new UAS_LabelMachine.CustomControl.EnterTextBox();
  106. this.ProdcodeFront = new UAS_LabelMachine.CustomControl.EnterTextBox();
  107. this.label39 = new System.Windows.Forms.Label();
  108. this.SplitFro = new System.Windows.Forms.Label();
  109. this.label37 = new System.Windows.Forms.Label();
  110. this.label36 = new System.Windows.Forms.Label();
  111. this.label35 = new System.Windows.Forms.Label();
  112. this.label1212 = new System.Windows.Forms.Label();
  113. this.label33 = new System.Windows.Forms.Label();
  114. this.label32 = new System.Windows.Forms.Label();
  115. this.label31 = new System.Windows.Forms.Label();
  116. this.normalButton1 = new UAS_LabelMachine.CustomControl.NormalButton();
  117. this.groupBoxWithBorder1.SuspendLayout();
  118. this.groupBox5.SuspendLayout();
  119. this.groupBox4.SuspendLayout();
  120. this.groupBox3.SuspendLayout();
  121. this.groupBox2.SuspendLayout();
  122. this.groupBox1.SuspendLayout();
  123. this.groupBoxWithBorder2.SuspendLayout();
  124. this.groupBoxWithBorder3.SuspendLayout();
  125. this.groupBoxWithBorder4.SuspendLayout();
  126. this.SuspendLayout();
  127. //
  128. // groupBoxWithBorder1
  129. //
  130. this.groupBoxWithBorder1.Controls.Add(this.groupBox5);
  131. this.groupBoxWithBorder1.Controls.Add(this.groupBox4);
  132. this.groupBoxWithBorder1.Controls.Add(this.groupBox3);
  133. this.groupBoxWithBorder1.Controls.Add(this.groupBox2);
  134. this.groupBoxWithBorder1.Controls.Add(this.groupBox1);
  135. this.groupBoxWithBorder1.Location = new System.Drawing.Point(12, 28);
  136. this.groupBoxWithBorder1.Name = "groupBoxWithBorder1";
  137. this.groupBoxWithBorder1.Size = new System.Drawing.Size(823, 155);
  138. this.groupBoxWithBorder1.TabIndex = 0;
  139. this.groupBoxWithBorder1.TabStop = false;
  140. this.groupBoxWithBorder1.Text = "COM口配置";
  141. //
  142. // groupBox5
  143. //
  144. this.groupBox5.Controls.Add(this.Datawait5);
  145. this.groupBox5.Controls.Add(this.BaudRate5);
  146. this.groupBox5.Controls.Add(this.COM5);
  147. this.groupBox5.Controls.Add(this.label13);
  148. this.groupBox5.Controls.Add(this.label14);
  149. this.groupBox5.Controls.Add(this.label15);
  150. this.groupBox5.Location = new System.Drawing.Point(679, 20);
  151. this.groupBox5.Name = "groupBox5";
  152. this.groupBox5.Size = new System.Drawing.Size(144, 94);
  153. this.groupBox5.TabIndex = 4;
  154. this.groupBox5.TabStop = false;
  155. this.groupBox5.Text = "后端复核(手持)";
  156. //
  157. // Datawait5
  158. //
  159. this.Datawait5.ID = null;
  160. this.Datawait5.Location = new System.Drawing.Point(95, 63);
  161. this.Datawait5.Name = "Datawait5";
  162. this.Datawait5.Size = new System.Drawing.Size(43, 21);
  163. this.Datawait5.Str = null;
  164. this.Datawait5.Str1 = null;
  165. this.Datawait5.Str2 = null;
  166. this.Datawait5.TabIndex = 10;
  167. //
  168. // BaudRate5
  169. //
  170. this.BaudRate5.ID = null;
  171. this.BaudRate5.Location = new System.Drawing.Point(77, 37);
  172. this.BaudRate5.Name = "BaudRate5";
  173. this.BaudRate5.Size = new System.Drawing.Size(61, 21);
  174. this.BaudRate5.Str = null;
  175. this.BaudRate5.Str1 = null;
  176. this.BaudRate5.Str2 = null;
  177. this.BaudRate5.TabIndex = 7;
  178. //
  179. // COM5
  180. //
  181. this.COM5.ID = null;
  182. this.COM5.Location = new System.Drawing.Point(77, 14);
  183. this.COM5.Name = "COM5";
  184. this.COM5.Size = new System.Drawing.Size(61, 21);
  185. this.COM5.Str = null;
  186. this.COM5.Str1 = null;
  187. this.COM5.Str2 = null;
  188. this.COM5.TabIndex = 6;
  189. //
  190. // label13
  191. //
  192. this.label13.AutoSize = true;
  193. this.label13.Location = new System.Drawing.Point(3, 68);
  194. this.label13.Name = "label13";
  195. this.label13.Size = new System.Drawing.Size(95, 12);
  196. this.label13.TabIndex = 2;
  197. this.label13.Text = "数据缓冲(毫秒):";
  198. //
  199. // label14
  200. //
  201. this.label14.AutoSize = true;
  202. this.label14.Location = new System.Drawing.Point(4, 43);
  203. this.label14.Name = "label14";
  204. this.label14.Size = new System.Drawing.Size(47, 12);
  205. this.label14.TabIndex = 1;
  206. this.label14.Text = "波特率:";
  207. //
  208. // label15
  209. //
  210. this.label15.AutoSize = true;
  211. this.label15.Location = new System.Drawing.Point(6, 17);
  212. this.label15.Name = "label15";
  213. this.label15.Size = new System.Drawing.Size(47, 12);
  214. this.label15.TabIndex = 0;
  215. this.label15.Text = "串口号:";
  216. //
  217. // groupBox4
  218. //
  219. this.groupBox4.Controls.Add(this.OutTime4);
  220. this.groupBox4.Controls.Add(this.Datawait4);
  221. this.groupBox4.Controls.Add(this.BaudRate4);
  222. this.groupBox4.Controls.Add(this.COM4);
  223. this.groupBox4.Controls.Add(this.label17);
  224. this.groupBox4.Controls.Add(this.label10);
  225. this.groupBox4.Controls.Add(this.label11);
  226. this.groupBox4.Controls.Add(this.label12);
  227. this.groupBox4.Location = new System.Drawing.Point(507, 20);
  228. this.groupBox4.Name = "groupBox4";
  229. this.groupBox4.Size = new System.Drawing.Size(166, 119);
  230. this.groupBox4.TabIndex = 3;
  231. this.groupBox4.TabStop = false;
  232. this.groupBox4.Text = "后端复核";
  233. //
  234. // OutTime4
  235. //
  236. this.OutTime4.ID = null;
  237. this.OutTime4.Location = new System.Drawing.Point(117, 90);
  238. this.OutTime4.Name = "OutTime4";
  239. this.OutTime4.Size = new System.Drawing.Size(43, 21);
  240. this.OutTime4.Str = null;
  241. this.OutTime4.Str1 = null;
  242. this.OutTime4.Str2 = null;
  243. this.OutTime4.TabIndex = 9;
  244. //
  245. // Datawait4
  246. //
  247. this.Datawait4.ID = null;
  248. this.Datawait4.Location = new System.Drawing.Point(117, 63);
  249. this.Datawait4.Name = "Datawait4";
  250. this.Datawait4.Size = new System.Drawing.Size(43, 21);
  251. this.Datawait4.Str = null;
  252. this.Datawait4.Str1 = null;
  253. this.Datawait4.Str2 = null;
  254. this.Datawait4.TabIndex = 8;
  255. //
  256. // BaudRate4
  257. //
  258. this.BaudRate4.ID = null;
  259. this.BaudRate4.Location = new System.Drawing.Point(99, 37);
  260. this.BaudRate4.Name = "BaudRate4";
  261. this.BaudRate4.Size = new System.Drawing.Size(61, 21);
  262. this.BaudRate4.Str = null;
  263. this.BaudRate4.Str1 = null;
  264. this.BaudRate4.Str2 = null;
  265. this.BaudRate4.TabIndex = 7;
  266. //
  267. // COM4
  268. //
  269. this.COM4.ID = null;
  270. this.COM4.Location = new System.Drawing.Point(99, 12);
  271. this.COM4.Name = "COM4";
  272. this.COM4.Size = new System.Drawing.Size(61, 21);
  273. this.COM4.Str = null;
  274. this.COM4.Str1 = null;
  275. this.COM4.Str2 = null;
  276. this.COM4.TabIndex = 6;
  277. //
  278. // label17
  279. //
  280. this.label17.AutoSize = true;
  281. this.label17.Location = new System.Drawing.Point(15, 96);
  282. this.label17.Name = "label17";
  283. this.label17.Size = new System.Drawing.Size(95, 12);
  284. this.label17.TabIndex = 4;
  285. this.label17.Text = "超时时间(毫秒):";
  286. //
  287. // label10
  288. //
  289. this.label10.AutoSize = true;
  290. this.label10.Location = new System.Drawing.Point(15, 68);
  291. this.label10.Name = "label10";
  292. this.label10.Size = new System.Drawing.Size(95, 12);
  293. this.label10.TabIndex = 2;
  294. this.label10.Text = "数据缓冲(毫秒):";
  295. //
  296. // label11
  297. //
  298. this.label11.AutoSize = true;
  299. this.label11.Location = new System.Drawing.Point(15, 43);
  300. this.label11.Name = "label11";
  301. this.label11.Size = new System.Drawing.Size(47, 12);
  302. this.label11.TabIndex = 1;
  303. this.label11.Text = "波特率:";
  304. //
  305. // label12
  306. //
  307. this.label12.AutoSize = true;
  308. this.label12.Location = new System.Drawing.Point(15, 17);
  309. this.label12.Name = "label12";
  310. this.label12.Size = new System.Drawing.Size(47, 12);
  311. this.label12.TabIndex = 0;
  312. this.label12.Text = "串口号:";
  313. //
  314. // groupBox3
  315. //
  316. this.groupBox3.Controls.Add(this.OutTime3);
  317. this.groupBox3.Controls.Add(this.Datawait3);
  318. this.groupBox3.Controls.Add(this.Baud3);
  319. this.groupBox3.Controls.Add(this.COM3);
  320. this.groupBox3.Controls.Add(this.label16);
  321. this.groupBox3.Controls.Add(this.label7);
  322. this.groupBox3.Controls.Add(this.label8);
  323. this.groupBox3.Controls.Add(this.label9);
  324. this.groupBox3.Location = new System.Drawing.Point(335, 20);
  325. this.groupBox3.Name = "groupBox3";
  326. this.groupBox3.Size = new System.Drawing.Size(166, 119);
  327. this.groupBox3.TabIndex = 2;
  328. this.groupBox3.TabStop = false;
  329. this.groupBox3.Text = "前段采集";
  330. //
  331. // OutTime3
  332. //
  333. this.OutTime3.ID = null;
  334. this.OutTime3.Location = new System.Drawing.Point(117, 87);
  335. this.OutTime3.Name = "OutTime3";
  336. this.OutTime3.Size = new System.Drawing.Size(43, 21);
  337. this.OutTime3.Str = null;
  338. this.OutTime3.Str1 = null;
  339. this.OutTime3.Str2 = null;
  340. this.OutTime3.TabIndex = 8;
  341. //
  342. // Datawait3
  343. //
  344. this.Datawait3.ID = null;
  345. this.Datawait3.Location = new System.Drawing.Point(117, 63);
  346. this.Datawait3.Name = "Datawait3";
  347. this.Datawait3.Size = new System.Drawing.Size(43, 21);
  348. this.Datawait3.Str = null;
  349. this.Datawait3.Str1 = null;
  350. this.Datawait3.Str2 = null;
  351. this.Datawait3.TabIndex = 7;
  352. //
  353. // Baud3
  354. //
  355. this.Baud3.ID = null;
  356. this.Baud3.Location = new System.Drawing.Point(99, 40);
  357. this.Baud3.Name = "Baud3";
  358. this.Baud3.Size = new System.Drawing.Size(61, 21);
  359. this.Baud3.Str = null;
  360. this.Baud3.Str1 = null;
  361. this.Baud3.Str2 = null;
  362. this.Baud3.TabIndex = 6;
  363. //
  364. // COM3
  365. //
  366. this.COM3.ID = null;
  367. this.COM3.Location = new System.Drawing.Point(99, 14);
  368. this.COM3.Name = "COM3";
  369. this.COM3.Size = new System.Drawing.Size(61, 21);
  370. this.COM3.Str = null;
  371. this.COM3.Str1 = null;
  372. this.COM3.Str2 = null;
  373. this.COM3.TabIndex = 5;
  374. //
  375. // label16
  376. //
  377. this.label16.AutoSize = true;
  378. this.label16.Location = new System.Drawing.Point(15, 96);
  379. this.label16.Name = "label16";
  380. this.label16.Size = new System.Drawing.Size(95, 12);
  381. this.label16.TabIndex = 3;
  382. this.label16.Text = "超时时间(毫秒):";
  383. //
  384. // label7
  385. //
  386. this.label7.AutoSize = true;
  387. this.label7.Location = new System.Drawing.Point(15, 68);
  388. this.label7.Name = "label7";
  389. this.label7.Size = new System.Drawing.Size(95, 12);
  390. this.label7.TabIndex = 2;
  391. this.label7.Text = "数据缓冲(毫秒):";
  392. //
  393. // label8
  394. //
  395. this.label8.AutoSize = true;
  396. this.label8.Location = new System.Drawing.Point(15, 43);
  397. this.label8.Name = "label8";
  398. this.label8.Size = new System.Drawing.Size(47, 12);
  399. this.label8.TabIndex = 1;
  400. this.label8.Text = "波特率:";
  401. //
  402. // label9
  403. //
  404. this.label9.AutoSize = true;
  405. this.label9.Location = new System.Drawing.Point(15, 17);
  406. this.label9.Name = "label9";
  407. this.label9.Size = new System.Drawing.Size(47, 12);
  408. this.label9.TabIndex = 0;
  409. this.label9.Text = "串口号:";
  410. //
  411. // groupBox2
  412. //
  413. this.groupBox2.Controls.Add(this.Datawait2);
  414. this.groupBox2.Controls.Add(this.BaudRate2);
  415. this.groupBox2.Controls.Add(this.COM2);
  416. this.groupBox2.Controls.Add(this.label4);
  417. this.groupBox2.Controls.Add(this.label5);
  418. this.groupBox2.Controls.Add(this.label6);
  419. this.groupBox2.Location = new System.Drawing.Point(170, 20);
  420. this.groupBox2.Name = "groupBox2";
  421. this.groupBox2.Size = new System.Drawing.Size(159, 94);
  422. this.groupBox2.TabIndex = 1;
  423. this.groupBox2.TabStop = false;
  424. this.groupBox2.Text = "PLC2(备用)";
  425. //
  426. // Datawait2
  427. //
  428. this.Datawait2.ID = null;
  429. this.Datawait2.Location = new System.Drawing.Point(110, 63);
  430. this.Datawait2.Name = "Datawait2";
  431. this.Datawait2.Size = new System.Drawing.Size(43, 21);
  432. this.Datawait2.Str = null;
  433. this.Datawait2.Str1 = null;
  434. this.Datawait2.Str2 = null;
  435. this.Datawait2.TabIndex = 6;
  436. //
  437. // BaudRate2
  438. //
  439. this.BaudRate2.ID = null;
  440. this.BaudRate2.Location = new System.Drawing.Point(92, 37);
  441. this.BaudRate2.Name = "BaudRate2";
  442. this.BaudRate2.Size = new System.Drawing.Size(61, 21);
  443. this.BaudRate2.Str = null;
  444. this.BaudRate2.Str1 = null;
  445. this.BaudRate2.Str2 = null;
  446. this.BaudRate2.TabIndex = 5;
  447. //
  448. // COM2
  449. //
  450. this.COM2.ID = null;
  451. this.COM2.Location = new System.Drawing.Point(92, 12);
  452. this.COM2.Name = "COM2";
  453. this.COM2.Size = new System.Drawing.Size(61, 21);
  454. this.COM2.Str = null;
  455. this.COM2.Str1 = null;
  456. this.COM2.Str2 = null;
  457. this.COM2.TabIndex = 4;
  458. //
  459. // label4
  460. //
  461. this.label4.AutoSize = true;
  462. this.label4.Location = new System.Drawing.Point(15, 68);
  463. this.label4.Name = "label4";
  464. this.label4.Size = new System.Drawing.Size(95, 12);
  465. this.label4.TabIndex = 2;
  466. this.label4.Text = "数据缓冲(毫秒):";
  467. //
  468. // label5
  469. //
  470. this.label5.AutoSize = true;
  471. this.label5.Location = new System.Drawing.Point(15, 43);
  472. this.label5.Name = "label5";
  473. this.label5.Size = new System.Drawing.Size(47, 12);
  474. this.label5.TabIndex = 1;
  475. this.label5.Text = "波特率:";
  476. //
  477. // label6
  478. //
  479. this.label6.AutoSize = true;
  480. this.label6.Location = new System.Drawing.Point(15, 17);
  481. this.label6.Name = "label6";
  482. this.label6.Size = new System.Drawing.Size(47, 12);
  483. this.label6.TabIndex = 0;
  484. this.label6.Text = "串口号:";
  485. //
  486. // groupBox1
  487. //
  488. this.groupBox1.Controls.Add(this.Datawait1);
  489. this.groupBox1.Controls.Add(this.BaudRate1);
  490. this.groupBox1.Controls.Add(this.COM1);
  491. this.groupBox1.Controls.Add(this.label3);
  492. this.groupBox1.Controls.Add(this.label2);
  493. this.groupBox1.Controls.Add(this.label1);
  494. this.groupBox1.Location = new System.Drawing.Point(6, 20);
  495. this.groupBox1.Name = "groupBox1";
  496. this.groupBox1.Size = new System.Drawing.Size(158, 94);
  497. this.groupBox1.TabIndex = 0;
  498. this.groupBox1.TabStop = false;
  499. this.groupBox1.Text = "PLC1(优先)";
  500. //
  501. // Datawait1
  502. //
  503. this.Datawait1.ID = null;
  504. this.Datawait1.Location = new System.Drawing.Point(108, 63);
  505. this.Datawait1.Name = "Datawait1";
  506. this.Datawait1.Size = new System.Drawing.Size(43, 21);
  507. this.Datawait1.Str = null;
  508. this.Datawait1.Str1 = null;
  509. this.Datawait1.Str2 = null;
  510. this.Datawait1.TabIndex = 5;
  511. //
  512. // BaudRate1
  513. //
  514. this.BaudRate1.ID = null;
  515. this.BaudRate1.Location = new System.Drawing.Point(91, 37);
  516. this.BaudRate1.Name = "BaudRate1";
  517. this.BaudRate1.Size = new System.Drawing.Size(61, 21);
  518. this.BaudRate1.Str = null;
  519. this.BaudRate1.Str1 = null;
  520. this.BaudRate1.Str2 = null;
  521. this.BaudRate1.TabIndex = 4;
  522. //
  523. // COM1
  524. //
  525. this.COM1.ID = null;
  526. this.COM1.Location = new System.Drawing.Point(91, 12);
  527. this.COM1.Name = "COM1";
  528. this.COM1.Size = new System.Drawing.Size(61, 21);
  529. this.COM1.Str = null;
  530. this.COM1.Str1 = null;
  531. this.COM1.Str2 = null;
  532. this.COM1.TabIndex = 3;
  533. //
  534. // label3
  535. //
  536. this.label3.AutoSize = true;
  537. this.label3.Location = new System.Drawing.Point(13, 68);
  538. this.label3.Name = "label3";
  539. this.label3.Size = new System.Drawing.Size(95, 12);
  540. this.label3.TabIndex = 2;
  541. this.label3.Text = "数据缓冲(毫秒):";
  542. //
  543. // label2
  544. //
  545. this.label2.AutoSize = true;
  546. this.label2.Location = new System.Drawing.Point(13, 43);
  547. this.label2.Name = "label2";
  548. this.label2.Size = new System.Drawing.Size(47, 12);
  549. this.label2.TabIndex = 1;
  550. this.label2.Text = "波特率:";
  551. //
  552. // label1
  553. //
  554. this.label1.AutoSize = true;
  555. this.label1.Location = new System.Drawing.Point(13, 17);
  556. this.label1.Name = "label1";
  557. this.label1.Size = new System.Drawing.Size(47, 12);
  558. this.label1.TabIndex = 0;
  559. this.label1.Text = "串口号:";
  560. //
  561. // Save
  562. //
  563. this.Save.Image = ((System.Drawing.Image)(resources.GetObject("Save.Image")));
  564. this.Save.Location = new System.Drawing.Point(15, 2);
  565. this.Save.Name = "Save";
  566. this.Save.Size = new System.Drawing.Size(75, 23);
  567. this.Save.TabIndex = 1;
  568. this.Save.Text = "保存";
  569. this.Save.UseVisualStyleBackColor = true;
  570. //
  571. // groupBoxWithBorder2
  572. //
  573. this.groupBoxWithBorder2.Controls.Add(this.CheckMaterial);
  574. this.groupBoxWithBorder2.Controls.Add(this.StackMaterial);
  575. this.groupBoxWithBorder2.Controls.Add(this.DevError);
  576. this.groupBoxWithBorder2.Controls.Add(this.DataRecive);
  577. this.groupBoxWithBorder2.Controls.Add(this.Devstop);
  578. this.groupBoxWithBorder2.Controls.Add(this.Devstart);
  579. this.groupBoxWithBorder2.Controls.Add(this.label23);
  580. this.groupBoxWithBorder2.Controls.Add(this.label22);
  581. this.groupBoxWithBorder2.Controls.Add(this.label21);
  582. this.groupBoxWithBorder2.Controls.Add(this.label20);
  583. this.groupBoxWithBorder2.Controls.Add(this.label19);
  584. this.groupBoxWithBorder2.Controls.Add(this.label18);
  585. this.groupBoxWithBorder2.Location = new System.Drawing.Point(18, 202);
  586. this.groupBoxWithBorder2.Name = "groupBoxWithBorder2";
  587. this.groupBoxWithBorder2.Size = new System.Drawing.Size(285, 161);
  588. this.groupBoxWithBorder2.TabIndex = 2;
  589. this.groupBoxWithBorder2.TabStop = false;
  590. this.groupBoxWithBorder2.Text = "PLC->PC指令集(16进制)";
  591. //
  592. // CheckMaterial
  593. //
  594. this.CheckMaterial.ID = null;
  595. this.CheckMaterial.Location = new System.Drawing.Point(131, 138);
  596. this.CheckMaterial.Name = "CheckMaterial";
  597. this.CheckMaterial.Size = new System.Drawing.Size(95, 21);
  598. this.CheckMaterial.Str = null;
  599. this.CheckMaterial.Str1 = null;
  600. this.CheckMaterial.Str2 = null;
  601. this.CheckMaterial.TabIndex = 8;
  602. //
  603. // StackMaterial
  604. //
  605. this.StackMaterial.ID = null;
  606. this.StackMaterial.Location = new System.Drawing.Point(131, 115);
  607. this.StackMaterial.Name = "StackMaterial";
  608. this.StackMaterial.Size = new System.Drawing.Size(95, 21);
  609. this.StackMaterial.Str = null;
  610. this.StackMaterial.Str1 = null;
  611. this.StackMaterial.Str2 = null;
  612. this.StackMaterial.TabIndex = 11;
  613. //
  614. // DevError
  615. //
  616. this.DevError.ID = null;
  617. this.DevError.Location = new System.Drawing.Point(131, 91);
  618. this.DevError.Name = "DevError";
  619. this.DevError.Size = new System.Drawing.Size(95, 21);
  620. this.DevError.Str = null;
  621. this.DevError.Str1 = null;
  622. this.DevError.Str2 = null;
  623. this.DevError.TabIndex = 10;
  624. //
  625. // DataRecive
  626. //
  627. this.DataRecive.ID = null;
  628. this.DataRecive.Location = new System.Drawing.Point(131, 66);
  629. this.DataRecive.Name = "DataRecive";
  630. this.DataRecive.Size = new System.Drawing.Size(95, 21);
  631. this.DataRecive.Str = null;
  632. this.DataRecive.Str1 = null;
  633. this.DataRecive.Str2 = null;
  634. this.DataRecive.TabIndex = 9;
  635. //
  636. // Devstop
  637. //
  638. this.Devstop.ID = null;
  639. this.Devstop.Location = new System.Drawing.Point(131, 42);
  640. this.Devstop.Name = "Devstop";
  641. this.Devstop.Size = new System.Drawing.Size(95, 21);
  642. this.Devstop.Str = null;
  643. this.Devstop.Str1 = null;
  644. this.Devstop.Str2 = null;
  645. this.Devstop.TabIndex = 8;
  646. //
  647. // Devstart
  648. //
  649. this.Devstart.ID = null;
  650. this.Devstart.Location = new System.Drawing.Point(131, 16);
  651. this.Devstart.Name = "Devstart";
  652. this.Devstart.Size = new System.Drawing.Size(95, 21);
  653. this.Devstart.Str = null;
  654. this.Devstart.Str1 = null;
  655. this.Devstart.Str2 = null;
  656. this.Devstart.TabIndex = 7;
  657. //
  658. // label23
  659. //
  660. this.label23.AutoSize = true;
  661. this.label23.Location = new System.Drawing.Point(13, 142);
  662. this.label23.Name = "label23";
  663. this.label23.Size = new System.Drawing.Size(83, 12);
  664. this.label23.TabIndex = 6;
  665. this.label23.Text = "复核物料到达:";
  666. //
  667. // label22
  668. //
  669. this.label22.AutoSize = true;
  670. this.label22.Location = new System.Drawing.Point(13, 118);
  671. this.label22.Name = "label22";
  672. this.label22.Size = new System.Drawing.Size(83, 12);
  673. this.label22.TabIndex = 5;
  674. this.label22.Text = "堆叠物料到达:";
  675. //
  676. // label21
  677. //
  678. this.label21.AutoSize = true;
  679. this.label21.Location = new System.Drawing.Point(13, 94);
  680. this.label21.Name = "label21";
  681. this.label21.Size = new System.Drawing.Size(59, 12);
  682. this.label21.TabIndex = 4;
  683. this.label21.Text = "设备故障:";
  684. //
  685. // label20
  686. //
  687. this.label20.AutoSize = true;
  688. this.label20.Location = new System.Drawing.Point(13, 72);
  689. this.label20.Name = "label20";
  690. this.label20.Size = new System.Drawing.Size(83, 12);
  691. this.label20.TabIndex = 3;
  692. this.label20.Text = "数据接收成功:";
  693. //
  694. // label19
  695. //
  696. this.label19.AutoSize = true;
  697. this.label19.Location = new System.Drawing.Point(13, 47);
  698. this.label19.Name = "label19";
  699. this.label19.Size = new System.Drawing.Size(59, 12);
  700. this.label19.TabIndex = 2;
  701. this.label19.Text = "设备停止:";
  702. //
  703. // label18
  704. //
  705. this.label18.AutoSize = true;
  706. this.label18.Location = new System.Drawing.Point(13, 24);
  707. this.label18.Name = "label18";
  708. this.label18.Size = new System.Drawing.Size(59, 12);
  709. this.label18.TabIndex = 1;
  710. this.label18.Text = "设备启动:";
  711. //
  712. // groupBoxWithBorder3
  713. //
  714. this.groupBoxWithBorder3.Controls.Add(this.MaterialTray);
  715. this.groupBoxWithBorder3.Controls.Add(this.DeviceStop);
  716. this.groupBoxWithBorder3.Controls.Add(this.DeviceStart);
  717. this.groupBoxWithBorder3.Controls.Add(this.BackDataPass);
  718. this.groupBoxWithBorder3.Controls.Add(this.BackDataDelete);
  719. this.groupBoxWithBorder3.Controls.Add(this.FrontDataPass);
  720. this.groupBoxWithBorder3.Controls.Add(this.FrontDataDelete);
  721. this.groupBoxWithBorder3.Controls.Add(this.label30);
  722. this.groupBoxWithBorder3.Controls.Add(this.label29);
  723. this.groupBoxWithBorder3.Controls.Add(this.label28);
  724. this.groupBoxWithBorder3.Controls.Add(this.label27);
  725. this.groupBoxWithBorder3.Controls.Add(this.label26);
  726. this.groupBoxWithBorder3.Controls.Add(this.label25);
  727. this.groupBoxWithBorder3.Controls.Add(this.label24);
  728. this.groupBoxWithBorder3.Location = new System.Drawing.Point(329, 203);
  729. this.groupBoxWithBorder3.Name = "groupBoxWithBorder3";
  730. this.groupBoxWithBorder3.Size = new System.Drawing.Size(506, 161);
  731. this.groupBoxWithBorder3.TabIndex = 3;
  732. this.groupBoxWithBorder3.TabStop = false;
  733. this.groupBoxWithBorder3.Text = "PC->PLC指令集(16进制)";
  734. //
  735. // MaterialTray
  736. //
  737. this.MaterialTray.ID = null;
  738. this.MaterialTray.Location = new System.Drawing.Point(392, 88);
  739. this.MaterialTray.Name = "MaterialTray";
  740. this.MaterialTray.Size = new System.Drawing.Size(95, 21);
  741. this.MaterialTray.Str = null;
  742. this.MaterialTray.Str1 = null;
  743. this.MaterialTray.Str2 = null;
  744. this.MaterialTray.TabIndex = 15;
  745. //
  746. // DeviceStop
  747. //
  748. this.DeviceStop.ID = null;
  749. this.DeviceStop.Location = new System.Drawing.Point(392, 55);
  750. this.DeviceStop.Name = "DeviceStop";
  751. this.DeviceStop.Size = new System.Drawing.Size(95, 21);
  752. this.DeviceStop.Str = null;
  753. this.DeviceStop.Str1 = null;
  754. this.DeviceStop.Str2 = null;
  755. this.DeviceStop.TabIndex = 14;
  756. //
  757. // DeviceStart
  758. //
  759. this.DeviceStart.ID = null;
  760. this.DeviceStart.Location = new System.Drawing.Point(392, 20);
  761. this.DeviceStart.Name = "DeviceStart";
  762. this.DeviceStart.Size = new System.Drawing.Size(95, 21);
  763. this.DeviceStart.Str = null;
  764. this.DeviceStart.Str1 = null;
  765. this.DeviceStart.Str2 = null;
  766. this.DeviceStart.TabIndex = 13;
  767. //
  768. // BackDataPass
  769. //
  770. this.BackDataPass.ID = null;
  771. this.BackDataPass.Location = new System.Drawing.Point(182, 117);
  772. this.BackDataPass.Name = "BackDataPass";
  773. this.BackDataPass.Size = new System.Drawing.Size(95, 21);
  774. this.BackDataPass.Str = null;
  775. this.BackDataPass.Str1 = null;
  776. this.BackDataPass.Str2 = null;
  777. this.BackDataPass.TabIndex = 12;
  778. //
  779. // BackDataDelete
  780. //
  781. this.BackDataDelete.ID = null;
  782. this.BackDataDelete.Location = new System.Drawing.Point(182, 90);
  783. this.BackDataDelete.Name = "BackDataDelete";
  784. this.BackDataDelete.Size = new System.Drawing.Size(95, 21);
  785. this.BackDataDelete.Str = null;
  786. this.BackDataDelete.Str1 = null;
  787. this.BackDataDelete.Str2 = null;
  788. this.BackDataDelete.TabIndex = 11;
  789. //
  790. // FrontDataPass
  791. //
  792. this.FrontDataPass.ID = null;
  793. this.FrontDataPass.Location = new System.Drawing.Point(182, 55);
  794. this.FrontDataPass.Name = "FrontDataPass";
  795. this.FrontDataPass.Size = new System.Drawing.Size(95, 21);
  796. this.FrontDataPass.Str = null;
  797. this.FrontDataPass.Str1 = null;
  798. this.FrontDataPass.Str2 = null;
  799. this.FrontDataPass.TabIndex = 10;
  800. //
  801. // FrontDataDelete
  802. //
  803. this.FrontDataDelete.ID = null;
  804. this.FrontDataDelete.Location = new System.Drawing.Point(182, 20);
  805. this.FrontDataDelete.Name = "FrontDataDelete";
  806. this.FrontDataDelete.Size = new System.Drawing.Size(95, 21);
  807. this.FrontDataDelete.Str = null;
  808. this.FrontDataDelete.Str1 = null;
  809. this.FrontDataDelete.Str2 = null;
  810. this.FrontDataDelete.TabIndex = 9;
  811. //
  812. // label30
  813. //
  814. this.label30.AutoSize = true;
  815. this.label30.Location = new System.Drawing.Point(303, 91);
  816. this.label30.Name = "label30";
  817. this.label30.Size = new System.Drawing.Size(59, 12);
  818. this.label30.TabIndex = 8;
  819. this.label30.Text = "料盘叠料:";
  820. //
  821. // label29
  822. //
  823. this.label29.AutoSize = true;
  824. this.label29.Location = new System.Drawing.Point(303, 60);
  825. this.label29.Name = "label29";
  826. this.label29.Size = new System.Drawing.Size(59, 12);
  827. this.label29.TabIndex = 7;
  828. this.label29.Text = "设备停止:";
  829. //
  830. // label28
  831. //
  832. this.label28.AutoSize = true;
  833. this.label28.Location = new System.Drawing.Point(303, 23);
  834. this.label28.Name = "label28";
  835. this.label28.Size = new System.Drawing.Size(83, 12);
  836. this.label28.TabIndex = 6;
  837. this.label28.Text = "设备开始动作:";
  838. //
  839. // label27
  840. //
  841. this.label27.AutoSize = true;
  842. this.label27.Location = new System.Drawing.Point(33, 124);
  843. this.label27.Name = "label27";
  844. this.label27.Size = new System.Drawing.Size(143, 12);
  845. this.label27.TabIndex = 5;
  846. this.label27.Text = "后端复核数据异常(放行):";
  847. //
  848. // label26
  849. //
  850. this.label26.AutoSize = true;
  851. this.label26.Location = new System.Drawing.Point(33, 91);
  852. this.label26.Name = "label26";
  853. this.label26.Size = new System.Drawing.Size(143, 12);
  854. this.label26.TabIndex = 4;
  855. this.label26.Text = "后端复核数据异常(剔除):";
  856. //
  857. // label25
  858. //
  859. this.label25.AutoSize = true;
  860. this.label25.Location = new System.Drawing.Point(33, 60);
  861. this.label25.Name = "label25";
  862. this.label25.Size = new System.Drawing.Size(143, 12);
  863. this.label25.TabIndex = 3;
  864. this.label25.Text = "前端扫描数据异常(放行):";
  865. //
  866. // label24
  867. //
  868. this.label24.AutoSize = true;
  869. this.label24.Location = new System.Drawing.Point(33, 23);
  870. this.label24.Name = "label24";
  871. this.label24.Size = new System.Drawing.Size(143, 12);
  872. this.label24.TabIndex = 2;
  873. this.label24.Text = "前端扫描数据异常(剔除):";
  874. //
  875. // groupBoxWithBorder4
  876. //
  877. this.groupBoxWithBorder4.Controls.Add(this.SplitBack);
  878. this.groupBoxWithBorder4.Controls.Add(this.GuestLabelPre);
  879. this.groupBoxWithBorder4.Controls.Add(this.PrimaryData);
  880. this.groupBoxWithBorder4.Controls.Add(this.GuestLabelData);
  881. this.groupBoxWithBorder4.Controls.Add(this.SplitFront);
  882. this.groupBoxWithBorder4.Controls.Add(this.Uploadnum);
  883. this.groupBoxWithBorder4.Controls.Add(this.ProdcodeBack);
  884. this.groupBoxWithBorder4.Controls.Add(this.ProdcodeFront);
  885. this.groupBoxWithBorder4.Controls.Add(this.label39);
  886. this.groupBoxWithBorder4.Controls.Add(this.SplitFro);
  887. this.groupBoxWithBorder4.Controls.Add(this.label37);
  888. this.groupBoxWithBorder4.Controls.Add(this.label36);
  889. this.groupBoxWithBorder4.Controls.Add(this.label35);
  890. this.groupBoxWithBorder4.Controls.Add(this.label1212);
  891. this.groupBoxWithBorder4.Controls.Add(this.label33);
  892. this.groupBoxWithBorder4.Controls.Add(this.label32);
  893. this.groupBoxWithBorder4.Controls.Add(this.label31);
  894. this.groupBoxWithBorder4.Location = new System.Drawing.Point(16, 374);
  895. this.groupBoxWithBorder4.Name = "groupBoxWithBorder4";
  896. this.groupBoxWithBorder4.Size = new System.Drawing.Size(814, 151);
  897. this.groupBoxWithBorder4.TabIndex = 4;
  898. this.groupBoxWithBorder4.TabStop = false;
  899. //
  900. // SplitBack
  901. //
  902. this.SplitBack.ID = null;
  903. this.SplitBack.Location = new System.Drawing.Point(755, 105);
  904. this.SplitBack.Name = "SplitBack";
  905. this.SplitBack.Size = new System.Drawing.Size(53, 21);
  906. this.SplitBack.Str = null;
  907. this.SplitBack.Str1 = null;
  908. this.SplitBack.Str2 = null;
  909. this.SplitBack.TabIndex = 18;
  910. //
  911. // GuestLabelPre
  912. //
  913. this.GuestLabelPre.ID = null;
  914. this.GuestLabelPre.Location = new System.Drawing.Point(755, 65);
  915. this.GuestLabelPre.Name = "GuestLabelPre";
  916. this.GuestLabelPre.Size = new System.Drawing.Size(53, 21);
  917. this.GuestLabelPre.Str = null;
  918. this.GuestLabelPre.Str1 = null;
  919. this.GuestLabelPre.Str2 = null;
  920. this.GuestLabelPre.TabIndex = 17;
  921. //
  922. // PrimaryData
  923. //
  924. this.PrimaryData.ID = null;
  925. this.PrimaryData.Location = new System.Drawing.Point(467, 106);
  926. this.PrimaryData.Name = "PrimaryData";
  927. this.PrimaryData.Size = new System.Drawing.Size(142, 21);
  928. this.PrimaryData.Str = null;
  929. this.PrimaryData.Str1 = null;
  930. this.PrimaryData.Str2 = null;
  931. this.PrimaryData.TabIndex = 16;
  932. //
  933. // GuestLabelData
  934. //
  935. this.GuestLabelData.ID = null;
  936. this.GuestLabelData.Location = new System.Drawing.Point(467, 65);
  937. this.GuestLabelData.Name = "GuestLabelData";
  938. this.GuestLabelData.Size = new System.Drawing.Size(142, 21);
  939. this.GuestLabelData.Str = null;
  940. this.GuestLabelData.Str1 = null;
  941. this.GuestLabelData.Str2 = null;
  942. this.GuestLabelData.TabIndex = 15;
  943. //
  944. // SplitFront
  945. //
  946. this.SplitFront.ID = null;
  947. this.SplitFront.Location = new System.Drawing.Point(467, 14);
  948. this.SplitFront.Name = "SplitFront";
  949. this.SplitFront.Size = new System.Drawing.Size(104, 21);
  950. this.SplitFront.Str = null;
  951. this.SplitFront.Str1 = null;
  952. this.SplitFront.Str2 = null;
  953. this.SplitFront.TabIndex = 14;
  954. //
  955. // Uploadnum
  956. //
  957. this.Uploadnum.ID = null;
  958. this.Uploadnum.Location = new System.Drawing.Point(57, 110);
  959. this.Uploadnum.Name = "Uploadnum";
  960. this.Uploadnum.Size = new System.Drawing.Size(73, 21);
  961. this.Uploadnum.Str = null;
  962. this.Uploadnum.Str1 = null;
  963. this.Uploadnum.Str2 = null;
  964. this.Uploadnum.TabIndex = 13;
  965. //
  966. // ProdcodeBack
  967. //
  968. this.ProdcodeBack.ID = null;
  969. this.ProdcodeBack.Location = new System.Drawing.Point(166, 65);
  970. this.ProdcodeBack.Name = "ProdcodeBack";
  971. this.ProdcodeBack.Size = new System.Drawing.Size(142, 21);
  972. this.ProdcodeBack.Str = null;
  973. this.ProdcodeBack.Str1 = null;
  974. this.ProdcodeBack.Str2 = null;
  975. this.ProdcodeBack.TabIndex = 12;
  976. //
  977. // ProdcodeFront
  978. //
  979. this.ProdcodeFront.ID = null;
  980. this.ProdcodeFront.Location = new System.Drawing.Point(166, 14);
  981. this.ProdcodeFront.Name = "ProdcodeFront";
  982. this.ProdcodeFront.Size = new System.Drawing.Size(142, 21);
  983. this.ProdcodeFront.Str = null;
  984. this.ProdcodeFront.Str1 = null;
  985. this.ProdcodeFront.Str2 = null;
  986. this.ProdcodeFront.TabIndex = 11;
  987. //
  988. // label39
  989. //
  990. this.label39.AutoSize = true;
  991. this.label39.Location = new System.Drawing.Point(139, 115);
  992. this.label39.Name = "label39";
  993. this.label39.Size = new System.Drawing.Size(59, 12);
  994. this.label39.TabIndex = 10;
  995. this.label39.Text = "条数据/次";
  996. //
  997. // SplitFro
  998. //
  999. this.SplitFro.AutoSize = true;
  1000. this.SplitFro.Location = new System.Drawing.Point(618, 110);
  1001. this.SplitFro.Name = "SplitFro";
  1002. this.SplitFro.Size = new System.Drawing.Size(131, 12);
  1003. this.SplitFro.TabIndex = 9;
  1004. this.SplitFro.Text = "内部分割符(后端复核):";
  1005. //
  1006. // label37
  1007. //
  1008. this.label37.AutoSize = true;
  1009. this.label37.Location = new System.Drawing.Point(615, 68);
  1010. this.label37.Name = "label37";
  1011. this.label37.Size = new System.Drawing.Size(143, 12);
  1012. this.label37.TabIndex = 8;
  1013. this.label37.Text = "客标前缀字符(后端复核):";
  1014. //
  1015. // label36
  1016. //
  1017. this.label36.AutoSize = true;
  1018. this.label36.Location = new System.Drawing.Point(318, 115);
  1019. this.label36.Name = "label36";
  1020. this.label36.Size = new System.Drawing.Size(143, 12);
  1021. this.label36.TabIndex = 7;
  1022. this.label36.Text = "唯一码数据列(后端复核):";
  1023. //
  1024. // label35
  1025. //
  1026. this.label35.AutoSize = true;
  1027. this.label35.Location = new System.Drawing.Point(320, 68);
  1028. this.label35.Name = "label35";
  1029. this.label35.Size = new System.Drawing.Size(131, 12);
  1030. this.label35.TabIndex = 6;
  1031. this.label35.Text = "客标数据列(后端复核):";
  1032. //
  1033. // label1212
  1034. //
  1035. this.label1212.AutoSize = true;
  1036. this.label1212.Location = new System.Drawing.Point(320, 17);
  1037. this.label1212.Name = "label1212";
  1038. this.label1212.Size = new System.Drawing.Size(131, 12);
  1039. this.label1212.TabIndex = 5;
  1040. this.label1212.Text = "内部分割符(前端采集):";
  1041. //
  1042. // label33
  1043. //
  1044. this.label33.AutoSize = true;
  1045. this.label33.Location = new System.Drawing.Point(5, 115);
  1046. this.label33.Name = "label33";
  1047. this.label33.Size = new System.Drawing.Size(35, 12);
  1048. this.label33.TabIndex = 4;
  1049. this.label33.Text = "上传:";
  1050. //
  1051. // label32
  1052. //
  1053. this.label32.AutoSize = true;
  1054. this.label32.Location = new System.Drawing.Point(5, 68);
  1055. this.label32.Name = "label32";
  1056. this.label32.Size = new System.Drawing.Size(155, 12);
  1057. this.label32.TabIndex = 3;
  1058. this.label32.Text = "货品型号数据列(后端复核):";
  1059. //
  1060. // label31
  1061. //
  1062. this.label31.AutoSize = true;
  1063. this.label31.Location = new System.Drawing.Point(5, 17);
  1064. this.label31.Name = "label31";
  1065. this.label31.Size = new System.Drawing.Size(155, 12);
  1066. this.label31.TabIndex = 2;
  1067. this.label31.Text = "货品型号数据列(前端采集):";
  1068. //
  1069. // normalButton1
  1070. //
  1071. this.normalButton1.Image = ((System.Drawing.Image)(resources.GetObject("normalButton1.Image")));
  1072. this.normalButton1.Location = new System.Drawing.Point(18, 531);
  1073. this.normalButton1.Name = "normalButton1";
  1074. this.normalButton1.Size = new System.Drawing.Size(93, 23);
  1075. this.normalButton1.TabIndex = 5;
  1076. this.normalButton1.Text = "刷新条码规则";
  1077. this.normalButton1.UseVisualStyleBackColor = true;
  1078. //
  1079. // ParamSetting
  1080. //
  1081. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  1082. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1083. this.ClientSize = new System.Drawing.Size(847, 561);
  1084. this.Controls.Add(this.normalButton1);
  1085. this.Controls.Add(this.groupBoxWithBorder4);
  1086. this.Controls.Add(this.groupBoxWithBorder3);
  1087. this.Controls.Add(this.groupBoxWithBorder2);
  1088. this.Controls.Add(this.Save);
  1089. this.Controls.Add(this.groupBoxWithBorder1);
  1090. this.MaximizeBox = false;
  1091. this.Name = "ParamSetting";
  1092. this.Text = "参数设置";
  1093. this.Load += new System.EventHandler(this.ParamSetting_Load);
  1094. this.SizeChanged += new System.EventHandler(this.ParamSetting_SizeChanged);
  1095. this.groupBoxWithBorder1.ResumeLayout(false);
  1096. this.groupBox5.ResumeLayout(false);
  1097. this.groupBox5.PerformLayout();
  1098. this.groupBox4.ResumeLayout(false);
  1099. this.groupBox4.PerformLayout();
  1100. this.groupBox3.ResumeLayout(false);
  1101. this.groupBox3.PerformLayout();
  1102. this.groupBox2.ResumeLayout(false);
  1103. this.groupBox2.PerformLayout();
  1104. this.groupBox1.ResumeLayout(false);
  1105. this.groupBox1.PerformLayout();
  1106. this.groupBoxWithBorder2.ResumeLayout(false);
  1107. this.groupBoxWithBorder2.PerformLayout();
  1108. this.groupBoxWithBorder3.ResumeLayout(false);
  1109. this.groupBoxWithBorder3.PerformLayout();
  1110. this.groupBoxWithBorder4.ResumeLayout(false);
  1111. this.groupBoxWithBorder4.PerformLayout();
  1112. this.ResumeLayout(false);
  1113. }
  1114. #endregion
  1115. private CustomControl.GroupBoxWithBorder.GroupBoxWithBorder groupBoxWithBorder1;
  1116. private CustomControl.NormalButton Save;
  1117. private System.Windows.Forms.GroupBox groupBox5;
  1118. private System.Windows.Forms.Label label13;
  1119. private System.Windows.Forms.Label label14;
  1120. private System.Windows.Forms.Label label15;
  1121. private System.Windows.Forms.GroupBox groupBox4;
  1122. private System.Windows.Forms.Label label17;
  1123. private System.Windows.Forms.Label label10;
  1124. private System.Windows.Forms.Label label11;
  1125. private System.Windows.Forms.Label label12;
  1126. private System.Windows.Forms.GroupBox groupBox3;
  1127. private System.Windows.Forms.Label label16;
  1128. private System.Windows.Forms.Label label7;
  1129. private System.Windows.Forms.Label label8;
  1130. private System.Windows.Forms.Label label9;
  1131. private System.Windows.Forms.GroupBox groupBox2;
  1132. private System.Windows.Forms.Label label4;
  1133. private System.Windows.Forms.Label label5;
  1134. private System.Windows.Forms.Label label6;
  1135. private System.Windows.Forms.GroupBox groupBox1;
  1136. private CustomControl.EnterTextBox Datawait1;
  1137. private CustomControl.EnterTextBox BaudRate1;
  1138. private CustomControl.EnterTextBox COM1;
  1139. private System.Windows.Forms.Label label3;
  1140. private System.Windows.Forms.Label label2;
  1141. private System.Windows.Forms.Label label1;
  1142. private CustomControl.EnterTextBox Datawait5;
  1143. private CustomControl.EnterTextBox BaudRate5;
  1144. private CustomControl.EnterTextBox COM5;
  1145. private CustomControl.EnterTextBox OutTime4;
  1146. private CustomControl.EnterTextBox Datawait4;
  1147. private CustomControl.EnterTextBox BaudRate4;
  1148. private CustomControl.EnterTextBox COM4;
  1149. private CustomControl.EnterTextBox OutTime3;
  1150. private CustomControl.EnterTextBox Datawait3;
  1151. private CustomControl.EnterTextBox Baud3;
  1152. private CustomControl.EnterTextBox COM3;
  1153. private CustomControl.EnterTextBox Datawait2;
  1154. private CustomControl.EnterTextBox BaudRate2;
  1155. private CustomControl.EnterTextBox COM2;
  1156. private CustomControl.GroupBoxWithBorder.GroupBoxWithBorder groupBoxWithBorder2;
  1157. private System.Windows.Forms.Label label23;
  1158. private System.Windows.Forms.Label label22;
  1159. private System.Windows.Forms.Label label21;
  1160. private System.Windows.Forms.Label label20;
  1161. private System.Windows.Forms.Label label19;
  1162. private System.Windows.Forms.Label label18;
  1163. private CustomControl.GroupBoxWithBorder.GroupBoxWithBorder groupBoxWithBorder3;
  1164. private System.Windows.Forms.Label label30;
  1165. private System.Windows.Forms.Label label29;
  1166. private System.Windows.Forms.Label label28;
  1167. private System.Windows.Forms.Label label27;
  1168. private System.Windows.Forms.Label label26;
  1169. private System.Windows.Forms.Label label25;
  1170. private System.Windows.Forms.Label label24;
  1171. private CustomControl.GroupBoxWithBorder.GroupBoxWithBorder groupBoxWithBorder4;
  1172. private CustomControl.NormalButton normalButton1;
  1173. private System.Windows.Forms.Label SplitFro;
  1174. private System.Windows.Forms.Label label37;
  1175. private System.Windows.Forms.Label label36;
  1176. private System.Windows.Forms.Label label35;
  1177. private System.Windows.Forms.Label label1212;
  1178. private System.Windows.Forms.Label label33;
  1179. private System.Windows.Forms.Label label32;
  1180. private System.Windows.Forms.Label label31;
  1181. private System.Windows.Forms.Label label39;
  1182. private CustomControl.EnterTextBox CheckMaterial;
  1183. private CustomControl.EnterTextBox StackMaterial;
  1184. private CustomControl.EnterTextBox DevError;
  1185. private CustomControl.EnterTextBox DataRecive;
  1186. private CustomControl.EnterTextBox Devstop;
  1187. private CustomControl.EnterTextBox Devstart;
  1188. private CustomControl.EnterTextBox MaterialTray;
  1189. private CustomControl.EnterTextBox DeviceStop;
  1190. private CustomControl.EnterTextBox DeviceStart;
  1191. private CustomControl.EnterTextBox BackDataPass;
  1192. private CustomControl.EnterTextBox BackDataDelete;
  1193. private CustomControl.EnterTextBox FrontDataPass;
  1194. private CustomControl.EnterTextBox FrontDataDelete;
  1195. private CustomControl.EnterTextBox GuestLabelData;
  1196. private CustomControl.EnterTextBox SplitFront;
  1197. private CustomControl.EnterTextBox Uploadnum;
  1198. private CustomControl.EnterTextBox ProdcodeBack;
  1199. private CustomControl.EnterTextBox ProdcodeFront;
  1200. private CustomControl.EnterTextBox PrimaryData;
  1201. private CustomControl.EnterTextBox SplitBack;
  1202. private CustomControl.EnterTextBox GuestLabelPre;
  1203. }
  1204. }