ParamSetting.Designer.cs 52 KB

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