ConsumablesSettingForm.Designer.cs 66 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952
  1. namespace YangjieTester.主界面
  2. {
  3. partial class ConsumablesSettingForm
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.lblCaption2 = new System.Windows.Forms.Label();
  29. this.plcUiNumberDisplay1 = new PlcUiControl.PlcUiNumberDisplay();
  30. this.plcUiNumberDisplay2 = new PlcUiControl.PlcUiNumberDisplay();
  31. this.plcUiNumberDisplay3 = new PlcUiControl.PlcUiNumberDisplay();
  32. this.plcUiNumberDisplay4 = new PlcUiControl.PlcUiNumberDisplay();
  33. this.plcUiNumberDisplay5 = new PlcUiControl.PlcUiNumberDisplay();
  34. this.plcUiNumberDisplay6 = new PlcUiControl.PlcUiNumberDisplay();
  35. this.plcUiNumberDisplay7 = new PlcUiControl.PlcUiNumberDisplay();
  36. this.plcUiNumberDisplay8 = new PlcUiControl.PlcUiNumberDisplay();
  37. this.lbl1_4 = new PlcUiControl.PlcUiNumberDisplay();
  38. this.plcUiNumberDisplay26 = new PlcUiControl.PlcUiNumberDisplay();
  39. this.btn测试站1测试片计数清零 = new PlcUiControl.PlcUiButton();
  40. this.label37 = new System.Windows.Forms.Label();
  41. this.lbl1_3 = new System.Windows.Forms.Label();
  42. this.label8 = new System.Windows.Forms.Label();
  43. this.label7 = new System.Windows.Forms.Label();
  44. this.label6 = new System.Windows.Forms.Label();
  45. this.label5 = new System.Windows.Forms.Label();
  46. this.label4 = new System.Windows.Forms.Label();
  47. this.label3 = new System.Windows.Forms.Label();
  48. this.label2 = new System.Windows.Forms.Label();
  49. this.label1 = new System.Windows.Forms.Label();
  50. this.lblCaption1 = new System.Windows.Forms.Label();
  51. this.btn测试站2测试片计数清零 = new PlcUiControl.PlcUiButton();
  52. this.btn测试站3测试片计数清零 = new PlcUiControl.PlcUiButton();
  53. this.btn测试站4测试片计数清零 = new PlcUiControl.PlcUiButton();
  54. this.btn测试站5测试片计数清零 = new PlcUiControl.PlcUiButton();
  55. this.btn热测站测试片计数清零 = new PlcUiControl.PlcUiButton();
  56. this.label46 = new System.Windows.Forms.Label();
  57. this.txt测试站1测试片寿命 = new PlcUiControl.PlcUiNumberInput();
  58. this.txt测试站2测试片寿命 = new PlcUiControl.PlcUiNumberInput();
  59. this.txt测试站3测试片寿命 = new PlcUiControl.PlcUiNumberInput();
  60. this.txt测试站4测试片寿命 = new PlcUiControl.PlcUiNumberInput();
  61. this.txt测试站5测试片寿命 = new PlcUiControl.PlcUiNumberInput();
  62. this.txt热测站测试片寿命 = new PlcUiControl.PlcUiNumberInput();
  63. this.txt吸嘴寿命7 = new PlcUiControl.PlcUiNumberInput();
  64. this.txt吸嘴寿命8 = new PlcUiControl.PlcUiNumberInput();
  65. this.txt吸嘴寿命9 = new PlcUiControl.PlcUiNumberInput();
  66. this.txt吸嘴寿命10 = new PlcUiControl.PlcUiNumberInput();
  67. this.plcUiButton1 = new PlcUiControl.PlcUiButton();
  68. this.SuspendLayout();
  69. //
  70. // lblCaption2
  71. //
  72. this.lblCaption2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
  73. this.lblCaption2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  74. this.lblCaption2.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  75. this.lblCaption2.Location = new System.Drawing.Point(183, 35);
  76. this.lblCaption2.Name = "lblCaption2";
  77. this.lblCaption2.Size = new System.Drawing.Size(90, 40);
  78. this.lblCaption2.TabIndex = 8;
  79. this.lblCaption2.Text = "计数";
  80. this.lblCaption2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  81. //
  82. // plcUiNumberDisplay1
  83. //
  84. this.plcUiNumberDisplay1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  85. this.plcUiNumberDisplay1.DecimalPlaces = 0;
  86. this.plcUiNumberDisplay1.DisabilityTriggerNode = null;
  87. this.plcUiNumberDisplay1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  88. this.plcUiNumberDisplay1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  89. this.plcUiNumberDisplay1.Gain = 1D;
  90. this.plcUiNumberDisplay1.IntegerDigits = 0;
  91. this.plcUiNumberDisplay1.InvisibilityTriggerNode = null;
  92. this.plcUiNumberDisplay1.Location = new System.Drawing.Point(183, 75);
  93. this.plcUiNumberDisplay1.Name = "plcUiNumberDisplay1";
  94. this.plcUiNumberDisplay1.Preffix = null;
  95. this.plcUiNumberDisplay1.ReadNode = new Node("Application.A02_TestStation_Auto.udi测试1测试片使用计数", NodeType.UDINT, null);
  96. this.plcUiNumberDisplay1.Size = new System.Drawing.Size(90, 40);
  97. this.plcUiNumberDisplay1.Suffix = null;
  98. this.plcUiNumberDisplay1.TabIndex = 10;
  99. this.plcUiNumberDisplay1.Text = "1";
  100. this.plcUiNumberDisplay1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  101. this.plcUiNumberDisplay1.WriteNode = null;
  102. //
  103. // plcUiNumberDisplay2
  104. //
  105. this.plcUiNumberDisplay2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  106. this.plcUiNumberDisplay2.DecimalPlaces = 0;
  107. this.plcUiNumberDisplay2.DisabilityTriggerNode = null;
  108. this.plcUiNumberDisplay2.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  109. this.plcUiNumberDisplay2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  110. this.plcUiNumberDisplay2.Gain = 1D;
  111. this.plcUiNumberDisplay2.IntegerDigits = 0;
  112. this.plcUiNumberDisplay2.InvisibilityTriggerNode = null;
  113. this.plcUiNumberDisplay2.Location = new System.Drawing.Point(183, 115);
  114. this.plcUiNumberDisplay2.Name = "plcUiNumberDisplay2";
  115. this.plcUiNumberDisplay2.Preffix = null;
  116. this.plcUiNumberDisplay2.ReadNode = new Node("Application.A04_TestStation_Auto.udi测试1测试片使用计数", NodeType.UDINT, null);
  117. this.plcUiNumberDisplay2.Size = new System.Drawing.Size(90, 40);
  118. this.plcUiNumberDisplay2.Suffix = null;
  119. this.plcUiNumberDisplay2.TabIndex = 12;
  120. this.plcUiNumberDisplay2.Text = "1";
  121. this.plcUiNumberDisplay2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  122. this.plcUiNumberDisplay2.WriteNode = null;
  123. //
  124. // plcUiNumberDisplay3
  125. //
  126. this.plcUiNumberDisplay3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  127. this.plcUiNumberDisplay3.DecimalPlaces = 0;
  128. this.plcUiNumberDisplay3.DisabilityTriggerNode = null;
  129. this.plcUiNumberDisplay3.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  130. this.plcUiNumberDisplay3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  131. this.plcUiNumberDisplay3.Gain = 1D;
  132. this.plcUiNumberDisplay3.IntegerDigits = 0;
  133. this.plcUiNumberDisplay3.InvisibilityTriggerNode = null;
  134. this.plcUiNumberDisplay3.Location = new System.Drawing.Point(183, 155);
  135. this.plcUiNumberDisplay3.Name = "plcUiNumberDisplay3";
  136. this.plcUiNumberDisplay3.Preffix = null;
  137. this.plcUiNumberDisplay3.ReadNode = new Node("Application.A05_TestStation_Auto.udi测试2测试片使用计数", NodeType.UDINT, null);
  138. this.plcUiNumberDisplay3.Size = new System.Drawing.Size(90, 40);
  139. this.plcUiNumberDisplay3.Suffix = null;
  140. this.plcUiNumberDisplay3.TabIndex = 14;
  141. this.plcUiNumberDisplay3.Text = "1";
  142. this.plcUiNumberDisplay3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  143. this.plcUiNumberDisplay3.WriteNode = null;
  144. //
  145. // plcUiNumberDisplay4
  146. //
  147. this.plcUiNumberDisplay4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  148. this.plcUiNumberDisplay4.DecimalPlaces = 0;
  149. this.plcUiNumberDisplay4.DisabilityTriggerNode = null;
  150. this.plcUiNumberDisplay4.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  151. this.plcUiNumberDisplay4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  152. this.plcUiNumberDisplay4.Gain = 1D;
  153. this.plcUiNumberDisplay4.IntegerDigits = 0;
  154. this.plcUiNumberDisplay4.InvisibilityTriggerNode = null;
  155. this.plcUiNumberDisplay4.Location = new System.Drawing.Point(183, 195);
  156. this.plcUiNumberDisplay4.Name = "plcUiNumberDisplay4";
  157. this.plcUiNumberDisplay4.Preffix = null;
  158. this.plcUiNumberDisplay4.ReadNode = new Node("Application.A06_TestStation_Auto.udi测试3测试片使用计数", NodeType.UDINT, null);
  159. this.plcUiNumberDisplay4.Size = new System.Drawing.Size(90, 40);
  160. this.plcUiNumberDisplay4.Suffix = null;
  161. this.plcUiNumberDisplay4.TabIndex = 16;
  162. this.plcUiNumberDisplay4.Text = "1";
  163. this.plcUiNumberDisplay4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  164. this.plcUiNumberDisplay4.WriteNode = null;
  165. //
  166. // plcUiNumberDisplay5
  167. //
  168. this.plcUiNumberDisplay5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  169. this.plcUiNumberDisplay5.DecimalPlaces = 0;
  170. this.plcUiNumberDisplay5.DisabilityTriggerNode = null;
  171. this.plcUiNumberDisplay5.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  172. this.plcUiNumberDisplay5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  173. this.plcUiNumberDisplay5.Gain = 1D;
  174. this.plcUiNumberDisplay5.IntegerDigits = 0;
  175. this.plcUiNumberDisplay5.InvisibilityTriggerNode = null;
  176. this.plcUiNumberDisplay5.Location = new System.Drawing.Point(183, 235);
  177. this.plcUiNumberDisplay5.Name = "plcUiNumberDisplay5";
  178. this.plcUiNumberDisplay5.Preffix = null;
  179. this.plcUiNumberDisplay5.ReadNode = new Node("Application.A07_TestStation_Auto.udi测试4测试片使用计数", NodeType.UDINT, null);
  180. this.plcUiNumberDisplay5.Size = new System.Drawing.Size(90, 40);
  181. this.plcUiNumberDisplay5.Suffix = null;
  182. this.plcUiNumberDisplay5.TabIndex = 18;
  183. this.plcUiNumberDisplay5.Text = "1";
  184. this.plcUiNumberDisplay5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  185. this.plcUiNumberDisplay5.WriteNode = null;
  186. //
  187. // plcUiNumberDisplay6
  188. //
  189. this.plcUiNumberDisplay6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  190. this.plcUiNumberDisplay6.DecimalPlaces = 0;
  191. this.plcUiNumberDisplay6.DisabilityTriggerNode = null;
  192. this.plcUiNumberDisplay6.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  193. this.plcUiNumberDisplay6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  194. this.plcUiNumberDisplay6.Gain = 1D;
  195. this.plcUiNumberDisplay6.IntegerDigits = 0;
  196. this.plcUiNumberDisplay6.InvisibilityTriggerNode = null;
  197. this.plcUiNumberDisplay6.Location = new System.Drawing.Point(183, 275);
  198. this.plcUiNumberDisplay6.Name = "plcUiNumberDisplay6";
  199. this.plcUiNumberDisplay6.Preffix = null;
  200. this.plcUiNumberDisplay6.ReadNode = new Node("Application.A25_TestStation_Auto.udi测试5测试片使用计数", NodeType.UDINT, null);
  201. this.plcUiNumberDisplay6.Size = new System.Drawing.Size(90, 40);
  202. this.plcUiNumberDisplay6.Suffix = null;
  203. this.plcUiNumberDisplay6.TabIndex = 20;
  204. this.plcUiNumberDisplay6.Text = "1";
  205. this.plcUiNumberDisplay6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  206. this.plcUiNumberDisplay6.WriteNode = null;
  207. //
  208. // plcUiNumberDisplay7
  209. //
  210. this.plcUiNumberDisplay7.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  211. this.plcUiNumberDisplay7.DecimalPlaces = 0;
  212. this.plcUiNumberDisplay7.DisabilityTriggerNode = null;
  213. this.plcUiNumberDisplay7.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  214. this.plcUiNumberDisplay7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  215. this.plcUiNumberDisplay7.Gain = 1D;
  216. this.plcUiNumberDisplay7.IntegerDigits = 0;
  217. this.plcUiNumberDisplay7.InvisibilityTriggerNode = null;
  218. this.plcUiNumberDisplay7.Location = new System.Drawing.Point(183, 315);
  219. this.plcUiNumberDisplay7.Name = "plcUiNumberDisplay7";
  220. this.plcUiNumberDisplay7.Preffix = null;
  221. this.plcUiNumberDisplay7.ReadNode = new Node("Application.A14_ThermalTest_Auto.udi热测机测试片使用计数", NodeType.UDINT, null);
  222. this.plcUiNumberDisplay7.Size = new System.Drawing.Size(90, 40);
  223. this.plcUiNumberDisplay7.Suffix = null;
  224. this.plcUiNumberDisplay7.TabIndex = 22;
  225. this.plcUiNumberDisplay7.Text = "1";
  226. this.plcUiNumberDisplay7.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  227. this.plcUiNumberDisplay7.WriteNode = null;
  228. //
  229. // plcUiNumberDisplay8
  230. //
  231. this.plcUiNumberDisplay8.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  232. this.plcUiNumberDisplay8.DecimalPlaces = 0;
  233. this.plcUiNumberDisplay8.DisabilityTriggerNode = null;
  234. this.plcUiNumberDisplay8.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  235. this.plcUiNumberDisplay8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  236. this.plcUiNumberDisplay8.Gain = 1D;
  237. this.plcUiNumberDisplay8.IntegerDigits = 0;
  238. this.plcUiNumberDisplay8.InvisibilityTriggerNode = null;
  239. this.plcUiNumberDisplay8.Location = new System.Drawing.Point(183, 355);
  240. this.plcUiNumberDisplay8.Name = "plcUiNumberDisplay8";
  241. this.plcUiNumberDisplay8.Preffix = null;
  242. this.plcUiNumberDisplay8.ReadNode = null;
  243. this.plcUiNumberDisplay8.Size = new System.Drawing.Size(90, 40);
  244. this.plcUiNumberDisplay8.Suffix = null;
  245. this.plcUiNumberDisplay8.TabIndex = 24;
  246. this.plcUiNumberDisplay8.Text = "1";
  247. this.plcUiNumberDisplay8.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  248. this.plcUiNumberDisplay8.WriteNode = null;
  249. //
  250. // lbl1_4
  251. //
  252. this.lbl1_4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  253. this.lbl1_4.DecimalPlaces = 0;
  254. this.lbl1_4.DisabilityTriggerNode = null;
  255. this.lbl1_4.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  256. this.lbl1_4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  257. this.lbl1_4.Gain = 1D;
  258. this.lbl1_4.IntegerDigits = 0;
  259. this.lbl1_4.InvisibilityTriggerNode = null;
  260. this.lbl1_4.Location = new System.Drawing.Point(183, 435);
  261. this.lbl1_4.Name = "lbl1_4";
  262. this.lbl1_4.Preffix = null;
  263. this.lbl1_4.ReadNode = null;
  264. this.lbl1_4.Size = new System.Drawing.Size(90, 40);
  265. this.lbl1_4.Suffix = null;
  266. this.lbl1_4.TabIndex = 26;
  267. this.lbl1_4.Text = "1";
  268. this.lbl1_4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  269. this.lbl1_4.WriteNode = null;
  270. //
  271. // plcUiNumberDisplay26
  272. //
  273. this.plcUiNumberDisplay26.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  274. this.plcUiNumberDisplay26.DecimalPlaces = 0;
  275. this.plcUiNumberDisplay26.DisabilityTriggerNode = null;
  276. this.plcUiNumberDisplay26.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  277. this.plcUiNumberDisplay26.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  278. this.plcUiNumberDisplay26.Gain = 1D;
  279. this.plcUiNumberDisplay26.IntegerDigits = 0;
  280. this.plcUiNumberDisplay26.InvisibilityTriggerNode = null;
  281. this.plcUiNumberDisplay26.Location = new System.Drawing.Point(183, 395);
  282. this.plcUiNumberDisplay26.Name = "plcUiNumberDisplay26";
  283. this.plcUiNumberDisplay26.Preffix = null;
  284. this.plcUiNumberDisplay26.ReadNode = null;
  285. this.plcUiNumberDisplay26.Size = new System.Drawing.Size(90, 40);
  286. this.plcUiNumberDisplay26.Suffix = null;
  287. this.plcUiNumberDisplay26.TabIndex = 66;
  288. this.plcUiNumberDisplay26.Text = "1";
  289. this.plcUiNumberDisplay26.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  290. this.plcUiNumberDisplay26.WriteNode = null;
  291. //
  292. // btn测试站1测试片计数清零
  293. //
  294. this.btn测试站1测试片计数清零.ButtonType = PlcUiControl.ButtonType.保持型;
  295. this.btn测试站1测试片计数清零.Cursor = System.Windows.Forms.Cursors.Hand;
  296. this.btn测试站1测试片计数清零.DisabilityTriggerNode = null;
  297. this.btn测试站1测试片计数清零.FillColor = System.Drawing.Color.LightSeaGreen;
  298. this.btn测试站1测试片计数清零.FillHoverColor = System.Drawing.Color.LightSeaGreen;
  299. this.btn测试站1测试片计数清零.FillSelectedColor = System.Drawing.Color.LightSeaGreen;
  300. this.btn测试站1测试片计数清零.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  301. this.btn测试站1测试片计数清零.InvisibilityTriggerNode = null;
  302. this.btn测试站1测试片计数清零.Location = new System.Drawing.Point(275, 76);
  303. this.btn测试站1测试片计数清零.Maximum = 0D;
  304. this.btn测试站1测试片计数清零.Minimum = 0D;
  305. this.btn测试站1测试片计数清零.MinimumSize = new System.Drawing.Size(1, 1);
  306. this.btn测试站1测试片计数清零.Name = "btn测试站1测试片计数清零";
  307. this.btn测试站1测试片计数清零.NeedUserEnsure = true;
  308. this.btn测试站1测试片计数清零.OffColor = System.Drawing.Color.LightSeaGreen;
  309. this.btn测试站1测试片计数清零.OffSymbol = 0;
  310. this.btn测试站1测试片计数清零.OffText = "清零";
  311. this.btn测试站1测试片计数清零.OnColor = System.Drawing.Color.Olive;
  312. this.btn测试站1测试片计数清零.OnSymbol = 0;
  313. this.btn测试站1测试片计数清零.OnText = "清零";
  314. this.btn测试站1测试片计数清零.ReadNode = new Node("Application.A02_TestStation_Auto.b测试1测试片使用计数清除", NodeType.BOOL, null);
  315. this.btn测试站1测试片计数清零.Size = new System.Drawing.Size(50, 36);
  316. this.btn测试站1测试片计数清零.Symbol = 0;
  317. this.btn测试站1测试片计数清零.TabIndex = 217;
  318. this.btn测试站1测试片计数清零.Text = "清零";
  319. this.btn测试站1测试片计数清零.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  320. this.btn测试站1测试片计数清零.WriteNode = new Node("Application.A02_TestStation_Auto.b测试1测试片使用计数清除", NodeType.BOOL, null);
  321. //
  322. // label37
  323. //
  324. this.label37.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  325. this.label37.Location = new System.Drawing.Point(3, 395);
  326. this.label37.Name = "label37";
  327. this.label37.Size = new System.Drawing.Size(90, 40);
  328. this.label37.TabIndex = 245;
  329. this.label37.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  330. //
  331. // lbl1_3
  332. //
  333. this.lbl1_3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  334. this.lbl1_3.Location = new System.Drawing.Point(3, 435);
  335. this.lbl1_3.Name = "lbl1_3";
  336. this.lbl1_3.Size = new System.Drawing.Size(90, 40);
  337. this.lbl1_3.TabIndex = 227;
  338. this.lbl1_3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  339. //
  340. // label8
  341. //
  342. this.label8.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  343. this.label8.Location = new System.Drawing.Point(3, 355);
  344. this.label8.Name = "label8";
  345. this.label8.Size = new System.Drawing.Size(90, 40);
  346. this.label8.TabIndex = 226;
  347. this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  348. //
  349. // label7
  350. //
  351. this.label7.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  352. this.label7.Location = new System.Drawing.Point(3, 315);
  353. this.label7.Name = "label7";
  354. this.label7.Size = new System.Drawing.Size(90, 40);
  355. this.label7.TabIndex = 225;
  356. this.label7.Text = "热测站测试片";
  357. this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  358. //
  359. // label6
  360. //
  361. this.label6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  362. this.label6.Location = new System.Drawing.Point(3, 275);
  363. this.label6.Name = "label6";
  364. this.label6.Size = new System.Drawing.Size(90, 40);
  365. this.label6.TabIndex = 224;
  366. this.label6.Text = "测试站5测试片";
  367. this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  368. //
  369. // label5
  370. //
  371. this.label5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  372. this.label5.Location = new System.Drawing.Point(3, 235);
  373. this.label5.Name = "label5";
  374. this.label5.Size = new System.Drawing.Size(90, 40);
  375. this.label5.TabIndex = 223;
  376. this.label5.Text = "测试站4测试片";
  377. this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  378. //
  379. // label4
  380. //
  381. this.label4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  382. this.label4.Location = new System.Drawing.Point(3, 195);
  383. this.label4.Name = "label4";
  384. this.label4.Size = new System.Drawing.Size(90, 40);
  385. this.label4.TabIndex = 222;
  386. this.label4.Text = "测试站3测试片";
  387. this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  388. //
  389. // label3
  390. //
  391. this.label3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  392. this.label3.Location = new System.Drawing.Point(3, 155);
  393. this.label3.Name = "label3";
  394. this.label3.Size = new System.Drawing.Size(90, 40);
  395. this.label3.TabIndex = 221;
  396. this.label3.Text = "测试站2测试片";
  397. this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  398. //
  399. // label2
  400. //
  401. this.label2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  402. this.label2.Location = new System.Drawing.Point(3, 115);
  403. this.label2.Name = "label2";
  404. this.label2.Size = new System.Drawing.Size(90, 40);
  405. this.label2.TabIndex = 220;
  406. this.label2.Text = "测试站1测试片";
  407. this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  408. //
  409. // label1
  410. //
  411. this.label1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  412. this.label1.Location = new System.Drawing.Point(3, 75);
  413. this.label1.Name = "label1";
  414. this.label1.Size = new System.Drawing.Size(90, 40);
  415. this.label1.TabIndex = 219;
  416. this.label1.Text = "电极性测试站测试片";
  417. this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  418. //
  419. // lblCaption1
  420. //
  421. this.lblCaption1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
  422. this.lblCaption1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  423. this.lblCaption1.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  424. this.lblCaption1.Location = new System.Drawing.Point(3, 35);
  425. this.lblCaption1.Name = "lblCaption1";
  426. this.lblCaption1.Size = new System.Drawing.Size(90, 40);
  427. this.lblCaption1.TabIndex = 218;
  428. this.lblCaption1.Text = "名称";
  429. this.lblCaption1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  430. //
  431. // btn测试站2测试片计数清零
  432. //
  433. this.btn测试站2测试片计数清零.ButtonType = PlcUiControl.ButtonType.保持型;
  434. this.btn测试站2测试片计数清零.Cursor = System.Windows.Forms.Cursors.Hand;
  435. this.btn测试站2测试片计数清零.DisabilityTriggerNode = null;
  436. this.btn测试站2测试片计数清零.FillColor = System.Drawing.Color.LightSeaGreen;
  437. this.btn测试站2测试片计数清零.FillHoverColor = System.Drawing.Color.LightSeaGreen;
  438. this.btn测试站2测试片计数清零.FillSelectedColor = System.Drawing.Color.LightSeaGreen;
  439. this.btn测试站2测试片计数清零.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  440. this.btn测试站2测试片计数清零.InvisibilityTriggerNode = null;
  441. this.btn测试站2测试片计数清零.Location = new System.Drawing.Point(275, 116);
  442. this.btn测试站2测试片计数清零.Maximum = 0D;
  443. this.btn测试站2测试片计数清零.Minimum = 0D;
  444. this.btn测试站2测试片计数清零.MinimumSize = new System.Drawing.Size(1, 1);
  445. this.btn测试站2测试片计数清零.Name = "btn测试站2测试片计数清零";
  446. this.btn测试站2测试片计数清零.NeedUserEnsure = true;
  447. this.btn测试站2测试片计数清零.OffColor = System.Drawing.Color.LightSeaGreen;
  448. this.btn测试站2测试片计数清零.OffSymbol = 0;
  449. this.btn测试站2测试片计数清零.OffText = "清零";
  450. this.btn测试站2测试片计数清零.OnColor = System.Drawing.Color.Olive;
  451. this.btn测试站2测试片计数清零.OnSymbol = 0;
  452. this.btn测试站2测试片计数清零.OnText = "清零";
  453. this.btn测试站2测试片计数清零.ReadNode = new Node("Application.A04_TestStation_Auto.b测试1测试片使用计数清除", NodeType.BOOL, null);
  454. this.btn测试站2测试片计数清零.Size = new System.Drawing.Size(50, 36);
  455. this.btn测试站2测试片计数清零.Symbol = 0;
  456. this.btn测试站2测试片计数清零.TabIndex = 262;
  457. this.btn测试站2测试片计数清零.Text = "清零";
  458. this.btn测试站2测试片计数清零.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  459. this.btn测试站2测试片计数清零.WriteNode = new Node("Application.A04_TestStation_Auto.b测试1测试片使用计数清除", NodeType.BOOL, null);
  460. //
  461. // btn测试站3测试片计数清零
  462. //
  463. this.btn测试站3测试片计数清零.ButtonType = PlcUiControl.ButtonType.保持型;
  464. this.btn测试站3测试片计数清零.Cursor = System.Windows.Forms.Cursors.Hand;
  465. this.btn测试站3测试片计数清零.DisabilityTriggerNode = null;
  466. this.btn测试站3测试片计数清零.FillColor = System.Drawing.Color.LightSeaGreen;
  467. this.btn测试站3测试片计数清零.FillHoverColor = System.Drawing.Color.LightSeaGreen;
  468. this.btn测试站3测试片计数清零.FillSelectedColor = System.Drawing.Color.LightSeaGreen;
  469. this.btn测试站3测试片计数清零.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  470. this.btn测试站3测试片计数清零.InvisibilityTriggerNode = null;
  471. this.btn测试站3测试片计数清零.Location = new System.Drawing.Point(275, 156);
  472. this.btn测试站3测试片计数清零.Maximum = 0D;
  473. this.btn测试站3测试片计数清零.Minimum = 0D;
  474. this.btn测试站3测试片计数清零.MinimumSize = new System.Drawing.Size(1, 1);
  475. this.btn测试站3测试片计数清零.Name = "btn测试站3测试片计数清零";
  476. this.btn测试站3测试片计数清零.NeedUserEnsure = true;
  477. this.btn测试站3测试片计数清零.OffColor = System.Drawing.Color.LightSeaGreen;
  478. this.btn测试站3测试片计数清零.OffSymbol = 0;
  479. this.btn测试站3测试片计数清零.OffText = "清零";
  480. this.btn测试站3测试片计数清零.OnColor = System.Drawing.Color.Olive;
  481. this.btn测试站3测试片计数清零.OnSymbol = 0;
  482. this.btn测试站3测试片计数清零.OnText = "清零";
  483. this.btn测试站3测试片计数清零.ReadNode = new Node("Application.A05_TestStation_Auto.b测试2测试片使用计数清除", NodeType.BOOL, null);
  484. this.btn测试站3测试片计数清零.Size = new System.Drawing.Size(50, 36);
  485. this.btn测试站3测试片计数清零.Symbol = 0;
  486. this.btn测试站3测试片计数清零.TabIndex = 263;
  487. this.btn测试站3测试片计数清零.Text = "清零";
  488. this.btn测试站3测试片计数清零.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  489. this.btn测试站3测试片计数清零.WriteNode = new Node("Application.A05_TestStation_Auto.b测试2测试片使用计数清除", NodeType.BOOL, null);
  490. //
  491. // btn测试站4测试片计数清零
  492. //
  493. this.btn测试站4测试片计数清零.ButtonType = PlcUiControl.ButtonType.保持型;
  494. this.btn测试站4测试片计数清零.Cursor = System.Windows.Forms.Cursors.Hand;
  495. this.btn测试站4测试片计数清零.DisabilityTriggerNode = null;
  496. this.btn测试站4测试片计数清零.FillColor = System.Drawing.Color.LightSeaGreen;
  497. this.btn测试站4测试片计数清零.FillHoverColor = System.Drawing.Color.LightSeaGreen;
  498. this.btn测试站4测试片计数清零.FillSelectedColor = System.Drawing.Color.LightSeaGreen;
  499. this.btn测试站4测试片计数清零.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  500. this.btn测试站4测试片计数清零.InvisibilityTriggerNode = null;
  501. this.btn测试站4测试片计数清零.Location = new System.Drawing.Point(275, 196);
  502. this.btn测试站4测试片计数清零.Maximum = 0D;
  503. this.btn测试站4测试片计数清零.Minimum = 0D;
  504. this.btn测试站4测试片计数清零.MinimumSize = new System.Drawing.Size(1, 1);
  505. this.btn测试站4测试片计数清零.Name = "btn测试站4测试片计数清零";
  506. this.btn测试站4测试片计数清零.NeedUserEnsure = true;
  507. this.btn测试站4测试片计数清零.OffColor = System.Drawing.Color.LightSeaGreen;
  508. this.btn测试站4测试片计数清零.OffSymbol = 0;
  509. this.btn测试站4测试片计数清零.OffText = "清零";
  510. this.btn测试站4测试片计数清零.OnColor = System.Drawing.Color.Olive;
  511. this.btn测试站4测试片计数清零.OnSymbol = 0;
  512. this.btn测试站4测试片计数清零.OnText = "清零";
  513. this.btn测试站4测试片计数清零.ReadNode = new Node("Application.A06_TestStation_Auto.b测试3测试片使用计数清除", NodeType.BOOL, null);
  514. this.btn测试站4测试片计数清零.Size = new System.Drawing.Size(50, 36);
  515. this.btn测试站4测试片计数清零.Symbol = 0;
  516. this.btn测试站4测试片计数清零.TabIndex = 264;
  517. this.btn测试站4测试片计数清零.Text = "清零";
  518. this.btn测试站4测试片计数清零.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  519. this.btn测试站4测试片计数清零.WriteNode = new Node("Application.A06_TestStation_Auto.b测试3测试片使用计数清除", NodeType.BOOL, null);
  520. //
  521. // btn测试站5测试片计数清零
  522. //
  523. this.btn测试站5测试片计数清零.ButtonType = PlcUiControl.ButtonType.保持型;
  524. this.btn测试站5测试片计数清零.Cursor = System.Windows.Forms.Cursors.Hand;
  525. this.btn测试站5测试片计数清零.DisabilityTriggerNode = null;
  526. this.btn测试站5测试片计数清零.FillColor = System.Drawing.Color.LightSeaGreen;
  527. this.btn测试站5测试片计数清零.FillHoverColor = System.Drawing.Color.LightSeaGreen;
  528. this.btn测试站5测试片计数清零.FillSelectedColor = System.Drawing.Color.LightSeaGreen;
  529. this.btn测试站5测试片计数清零.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  530. this.btn测试站5测试片计数清零.InvisibilityTriggerNode = null;
  531. this.btn测试站5测试片计数清零.Location = new System.Drawing.Point(275, 236);
  532. this.btn测试站5测试片计数清零.Maximum = 0D;
  533. this.btn测试站5测试片计数清零.Minimum = 0D;
  534. this.btn测试站5测试片计数清零.MinimumSize = new System.Drawing.Size(1, 1);
  535. this.btn测试站5测试片计数清零.Name = "btn测试站5测试片计数清零";
  536. this.btn测试站5测试片计数清零.NeedUserEnsure = true;
  537. this.btn测试站5测试片计数清零.OffColor = System.Drawing.Color.LightSeaGreen;
  538. this.btn测试站5测试片计数清零.OffSymbol = 0;
  539. this.btn测试站5测试片计数清零.OffText = "清零";
  540. this.btn测试站5测试片计数清零.OnColor = System.Drawing.Color.Olive;
  541. this.btn测试站5测试片计数清零.OnSymbol = 0;
  542. this.btn测试站5测试片计数清零.OnText = "清零";
  543. this.btn测试站5测试片计数清零.ReadNode = new Node("Application.A07_TestStation_Auto.b测试4测试片使用计数清除", NodeType.BOOL, null);
  544. this.btn测试站5测试片计数清零.Size = new System.Drawing.Size(50, 36);
  545. this.btn测试站5测试片计数清零.Symbol = 0;
  546. this.btn测试站5测试片计数清零.TabIndex = 265;
  547. this.btn测试站5测试片计数清零.Text = "清零";
  548. this.btn测试站5测试片计数清零.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  549. this.btn测试站5测试片计数清零.WriteNode = new Node("Application.A07_TestStation_Auto.b测试4测试片使用计数清除", NodeType.BOOL, null);
  550. //
  551. // btn热测站测试片计数清零
  552. //
  553. this.btn热测站测试片计数清零.ButtonType = PlcUiControl.ButtonType.保持型;
  554. this.btn热测站测试片计数清零.Cursor = System.Windows.Forms.Cursors.Hand;
  555. this.btn热测站测试片计数清零.DisabilityTriggerNode = null;
  556. this.btn热测站测试片计数清零.FillColor = System.Drawing.Color.LightSeaGreen;
  557. this.btn热测站测试片计数清零.FillHoverColor = System.Drawing.Color.LightSeaGreen;
  558. this.btn热测站测试片计数清零.FillSelectedColor = System.Drawing.Color.LightSeaGreen;
  559. this.btn热测站测试片计数清零.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  560. this.btn热测站测试片计数清零.InvisibilityTriggerNode = null;
  561. this.btn热测站测试片计数清零.Location = new System.Drawing.Point(275, 276);
  562. this.btn热测站测试片计数清零.Maximum = 0D;
  563. this.btn热测站测试片计数清零.Minimum = 0D;
  564. this.btn热测站测试片计数清零.MinimumSize = new System.Drawing.Size(1, 1);
  565. this.btn热测站测试片计数清零.Name = "btn热测站测试片计数清零";
  566. this.btn热测站测试片计数清零.NeedUserEnsure = true;
  567. this.btn热测站测试片计数清零.OffColor = System.Drawing.Color.LightSeaGreen;
  568. this.btn热测站测试片计数清零.OffSymbol = 0;
  569. this.btn热测站测试片计数清零.OffText = "清零";
  570. this.btn热测站测试片计数清零.OnColor = System.Drawing.Color.Olive;
  571. this.btn热测站测试片计数清零.OnSymbol = 0;
  572. this.btn热测站测试片计数清零.OnText = "清零";
  573. this.btn热测站测试片计数清零.ReadNode = new Node("Application.A25_TestStation_Auto.b测试5测试片使用计数清除", NodeType.BOOL, null);
  574. this.btn热测站测试片计数清零.Size = new System.Drawing.Size(50, 36);
  575. this.btn热测站测试片计数清零.Symbol = 0;
  576. this.btn热测站测试片计数清零.TabIndex = 266;
  577. this.btn热测站测试片计数清零.Text = "清零";
  578. this.btn热测站测试片计数清零.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  579. this.btn热测站测试片计数清零.WriteNode = new Node("Application.A25_TestStation_Auto.b测试5测试片使用计数清除", NodeType.BOOL, null);
  580. //
  581. // label46
  582. //
  583. this.label46.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
  584. this.label46.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  585. this.label46.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  586. this.label46.Location = new System.Drawing.Point(93, 35);
  587. this.label46.Name = "label46";
  588. this.label46.Size = new System.Drawing.Size(90, 40);
  589. this.label46.TabIndex = 301;
  590. this.label46.Text = "寿命";
  591. this.label46.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  592. //
  593. // txt测试站1测试片寿命
  594. //
  595. this.txt测试站1测试片寿命.Cursor = System.Windows.Forms.Cursors.IBeam;
  596. this.txt测试站1测试片寿命.DecimalPlaces = 0;
  597. this.txt测试站1测试片寿命.DisabilityTriggerNode = null;
  598. this.txt测试站1测试片寿命.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  599. this.txt测试站1测试片寿命.Gain = 1D;
  600. this.txt测试站1测试片寿命.IntegerDigits = 0;
  601. this.txt测试站1测试片寿命.InvisibilityTriggerNode = null;
  602. this.txt测试站1测试片寿命.Location = new System.Drawing.Point(93, 75);
  603. this.txt测试站1测试片寿命.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  604. this.txt测试站1测试片寿命.MinimumSize = new System.Drawing.Size(1, 16);
  605. this.txt测试站1测试片寿命.Name = "txt测试站1测试片寿命";
  606. this.txt测试站1测试片寿命.Padding = new System.Windows.Forms.Padding(5);
  607. this.txt测试站1测试片寿命.ReadNode = new Node("Application.A02_TestStation_Auto.udi测试1测试片寿命设定", NodeType.UDINT, null);
  608. this.txt测试站1测试片寿命.ShowText = false;
  609. this.txt测试站1测试片寿命.Size = new System.Drawing.Size(90, 40);
  610. this.txt测试站1测试片寿命.TabIndex = 302;
  611. this.txt测试站1测试片寿命.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  612. this.txt测试站1测试片寿命.Type = Sunny.UI.UITextBox.UIEditType.Integer;
  613. this.txt测试站1测试片寿命.Watermark = "";
  614. this.txt测试站1测试片寿命.WriteNode = new Node("Application.A02_TestStation_Auto.udi测试1测试片寿命设定", NodeType.UDINT, null);
  615. //
  616. // txt测试站2测试片寿命
  617. //
  618. this.txt测试站2测试片寿命.Cursor = System.Windows.Forms.Cursors.IBeam;
  619. this.txt测试站2测试片寿命.DecimalPlaces = 0;
  620. this.txt测试站2测试片寿命.DisabilityTriggerNode = null;
  621. this.txt测试站2测试片寿命.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  622. this.txt测试站2测试片寿命.Gain = 1D;
  623. this.txt测试站2测试片寿命.IntegerDigits = 0;
  624. this.txt测试站2测试片寿命.InvisibilityTriggerNode = null;
  625. this.txt测试站2测试片寿命.Location = new System.Drawing.Point(93, 115);
  626. this.txt测试站2测试片寿命.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  627. this.txt测试站2测试片寿命.MinimumSize = new System.Drawing.Size(1, 16);
  628. this.txt测试站2测试片寿命.Name = "txt测试站2测试片寿命";
  629. this.txt测试站2测试片寿命.Padding = new System.Windows.Forms.Padding(5);
  630. this.txt测试站2测试片寿命.ReadNode = new Node("Application.A04_TestStation_Auto.udi测试1测试片寿命设定", NodeType.UDINT, null);
  631. this.txt测试站2测试片寿命.ShowText = false;
  632. this.txt测试站2测试片寿命.Size = new System.Drawing.Size(90, 40);
  633. this.txt测试站2测试片寿命.TabIndex = 303;
  634. this.txt测试站2测试片寿命.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  635. this.txt测试站2测试片寿命.Type = Sunny.UI.UITextBox.UIEditType.Integer;
  636. this.txt测试站2测试片寿命.Watermark = "";
  637. this.txt测试站2测试片寿命.WriteNode = new Node("Application.A04_TestStation_Auto.udi测试1测试片寿命设定", NodeType.UDINT, null);
  638. //
  639. // txt测试站3测试片寿命
  640. //
  641. this.txt测试站3测试片寿命.Cursor = System.Windows.Forms.Cursors.IBeam;
  642. this.txt测试站3测试片寿命.DecimalPlaces = 0;
  643. this.txt测试站3测试片寿命.DisabilityTriggerNode = null;
  644. this.txt测试站3测试片寿命.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  645. this.txt测试站3测试片寿命.Gain = 1D;
  646. this.txt测试站3测试片寿命.IntegerDigits = 0;
  647. this.txt测试站3测试片寿命.InvisibilityTriggerNode = null;
  648. this.txt测试站3测试片寿命.Location = new System.Drawing.Point(93, 155);
  649. this.txt测试站3测试片寿命.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  650. this.txt测试站3测试片寿命.MinimumSize = new System.Drawing.Size(1, 16);
  651. this.txt测试站3测试片寿命.Name = "txt测试站3测试片寿命";
  652. this.txt测试站3测试片寿命.Padding = new System.Windows.Forms.Padding(5);
  653. this.txt测试站3测试片寿命.ReadNode = new Node("Application.A05_TestStation_Auto.udi测试2测试片寿命设定", NodeType.UDINT, null);
  654. this.txt测试站3测试片寿命.ShowText = false;
  655. this.txt测试站3测试片寿命.Size = new System.Drawing.Size(90, 40);
  656. this.txt测试站3测试片寿命.TabIndex = 304;
  657. this.txt测试站3测试片寿命.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  658. this.txt测试站3测试片寿命.Type = Sunny.UI.UITextBox.UIEditType.Integer;
  659. this.txt测试站3测试片寿命.Watermark = "";
  660. this.txt测试站3测试片寿命.WriteNode = new Node("Application.A05_TestStation_Auto.udi测试2测试片寿命设定", NodeType.UDINT, null);
  661. //
  662. // txt测试站4测试片寿命
  663. //
  664. this.txt测试站4测试片寿命.Cursor = System.Windows.Forms.Cursors.IBeam;
  665. this.txt测试站4测试片寿命.DecimalPlaces = 0;
  666. this.txt测试站4测试片寿命.DisabilityTriggerNode = null;
  667. this.txt测试站4测试片寿命.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  668. this.txt测试站4测试片寿命.Gain = 1D;
  669. this.txt测试站4测试片寿命.IntegerDigits = 0;
  670. this.txt测试站4测试片寿命.InvisibilityTriggerNode = null;
  671. this.txt测试站4测试片寿命.Location = new System.Drawing.Point(93, 195);
  672. this.txt测试站4测试片寿命.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  673. this.txt测试站4测试片寿命.MinimumSize = new System.Drawing.Size(1, 16);
  674. this.txt测试站4测试片寿命.Name = "txt测试站4测试片寿命";
  675. this.txt测试站4测试片寿命.Padding = new System.Windows.Forms.Padding(5);
  676. this.txt测试站4测试片寿命.ReadNode = new Node("Application.A06_TestStation_Auto.udi测试3测试片寿命设定", NodeType.UDINT, null);
  677. this.txt测试站4测试片寿命.ShowText = false;
  678. this.txt测试站4测试片寿命.Size = new System.Drawing.Size(90, 40);
  679. this.txt测试站4测试片寿命.TabIndex = 305;
  680. this.txt测试站4测试片寿命.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  681. this.txt测试站4测试片寿命.Type = Sunny.UI.UITextBox.UIEditType.Integer;
  682. this.txt测试站4测试片寿命.Watermark = "";
  683. this.txt测试站4测试片寿命.WriteNode = new Node("Application.A06_TestStation_Auto.udi测试3测试片寿命设定", NodeType.UDINT, null);
  684. //
  685. // txt测试站5测试片寿命
  686. //
  687. this.txt测试站5测试片寿命.Cursor = System.Windows.Forms.Cursors.IBeam;
  688. this.txt测试站5测试片寿命.DecimalPlaces = 0;
  689. this.txt测试站5测试片寿命.DisabilityTriggerNode = null;
  690. this.txt测试站5测试片寿命.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  691. this.txt测试站5测试片寿命.Gain = 1D;
  692. this.txt测试站5测试片寿命.IntegerDigits = 0;
  693. this.txt测试站5测试片寿命.InvisibilityTriggerNode = null;
  694. this.txt测试站5测试片寿命.Location = new System.Drawing.Point(93, 235);
  695. this.txt测试站5测试片寿命.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  696. this.txt测试站5测试片寿命.MinimumSize = new System.Drawing.Size(1, 16);
  697. this.txt测试站5测试片寿命.Name = "txt测试站5测试片寿命";
  698. this.txt测试站5测试片寿命.Padding = new System.Windows.Forms.Padding(5);
  699. this.txt测试站5测试片寿命.ReadNode = new Node("Application.A07_TestStation_Auto.udi测试4测试片寿命设定", NodeType.UDINT, null);
  700. this.txt测试站5测试片寿命.ShowText = false;
  701. this.txt测试站5测试片寿命.Size = new System.Drawing.Size(90, 40);
  702. this.txt测试站5测试片寿命.TabIndex = 306;
  703. this.txt测试站5测试片寿命.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  704. this.txt测试站5测试片寿命.Type = Sunny.UI.UITextBox.UIEditType.Integer;
  705. this.txt测试站5测试片寿命.Watermark = "";
  706. this.txt测试站5测试片寿命.WriteNode = new Node("Application.A07_TestStation_Auto.udi测试4测试片寿命设定", NodeType.UDINT, null);
  707. //
  708. // txt热测站测试片寿命
  709. //
  710. this.txt热测站测试片寿命.Cursor = System.Windows.Forms.Cursors.IBeam;
  711. this.txt热测站测试片寿命.DecimalPlaces = 0;
  712. this.txt热测站测试片寿命.DisabilityTriggerNode = null;
  713. this.txt热测站测试片寿命.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  714. this.txt热测站测试片寿命.Gain = 1D;
  715. this.txt热测站测试片寿命.IntegerDigits = 0;
  716. this.txt热测站测试片寿命.InvisibilityTriggerNode = null;
  717. this.txt热测站测试片寿命.Location = new System.Drawing.Point(93, 275);
  718. this.txt热测站测试片寿命.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  719. this.txt热测站测试片寿命.MinimumSize = new System.Drawing.Size(1, 16);
  720. this.txt热测站测试片寿命.Name = "txt热测站测试片寿命";
  721. this.txt热测站测试片寿命.Padding = new System.Windows.Forms.Padding(5);
  722. this.txt热测站测试片寿命.ReadNode = new Node("Application.A25_TestStation_Auto.udi测试5测试片寿命设定", NodeType.UDINT, null);
  723. this.txt热测站测试片寿命.ShowText = false;
  724. this.txt热测站测试片寿命.Size = new System.Drawing.Size(90, 40);
  725. this.txt热测站测试片寿命.TabIndex = 307;
  726. this.txt热测站测试片寿命.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  727. this.txt热测站测试片寿命.Type = Sunny.UI.UITextBox.UIEditType.Integer;
  728. this.txt热测站测试片寿命.Watermark = "";
  729. this.txt热测站测试片寿命.WriteNode = new Node("Application.A25_TestStation_Auto.udi测试5测试片寿命设定", NodeType.UDINT, null);
  730. //
  731. // txt吸嘴寿命7
  732. //
  733. this.txt吸嘴寿命7.Cursor = System.Windows.Forms.Cursors.IBeam;
  734. this.txt吸嘴寿命7.DecimalPlaces = 0;
  735. this.txt吸嘴寿命7.DisabilityTriggerNode = null;
  736. this.txt吸嘴寿命7.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  737. this.txt吸嘴寿命7.Gain = 1D;
  738. this.txt吸嘴寿命7.IntegerDigits = 0;
  739. this.txt吸嘴寿命7.InvisibilityTriggerNode = null;
  740. this.txt吸嘴寿命7.Location = new System.Drawing.Point(93, 315);
  741. this.txt吸嘴寿命7.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  742. this.txt吸嘴寿命7.MinimumSize = new System.Drawing.Size(1, 16);
  743. this.txt吸嘴寿命7.Name = "txt吸嘴寿命7";
  744. this.txt吸嘴寿命7.Padding = new System.Windows.Forms.Padding(5);
  745. this.txt吸嘴寿命7.ReadNode = new Node("Application.A14_ThermalTest_Auto.udi热测机测试片寿命设定", NodeType.UDINT, null);
  746. this.txt吸嘴寿命7.ShowText = false;
  747. this.txt吸嘴寿命7.Size = new System.Drawing.Size(90, 40);
  748. this.txt吸嘴寿命7.TabIndex = 308;
  749. this.txt吸嘴寿命7.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  750. this.txt吸嘴寿命7.Type = Sunny.UI.UITextBox.UIEditType.Integer;
  751. this.txt吸嘴寿命7.Watermark = "";
  752. this.txt吸嘴寿命7.WriteNode = new Node("Application.A14_ThermalTest_Auto.udi热测机测试片寿命设定", NodeType.UDINT, null);
  753. //
  754. // txt吸嘴寿命8
  755. //
  756. this.txt吸嘴寿命8.Cursor = System.Windows.Forms.Cursors.IBeam;
  757. this.txt吸嘴寿命8.DecimalPlaces = 0;
  758. this.txt吸嘴寿命8.DisabilityTriggerNode = null;
  759. this.txt吸嘴寿命8.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  760. this.txt吸嘴寿命8.Gain = 1D;
  761. this.txt吸嘴寿命8.IntegerDigits = 0;
  762. this.txt吸嘴寿命8.InvisibilityTriggerNode = null;
  763. this.txt吸嘴寿命8.Location = new System.Drawing.Point(93, 355);
  764. this.txt吸嘴寿命8.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  765. this.txt吸嘴寿命8.MinimumSize = new System.Drawing.Size(1, 16);
  766. this.txt吸嘴寿命8.Name = "txt吸嘴寿命8";
  767. this.txt吸嘴寿命8.Padding = new System.Windows.Forms.Padding(5);
  768. this.txt吸嘴寿命8.ReadNode = null;
  769. this.txt吸嘴寿命8.ShowText = false;
  770. this.txt吸嘴寿命8.Size = new System.Drawing.Size(90, 40);
  771. this.txt吸嘴寿命8.TabIndex = 309;
  772. this.txt吸嘴寿命8.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  773. this.txt吸嘴寿命8.Type = Sunny.UI.UITextBox.UIEditType.Integer;
  774. this.txt吸嘴寿命8.Watermark = "";
  775. this.txt吸嘴寿命8.WriteNode = null;
  776. //
  777. // txt吸嘴寿命9
  778. //
  779. this.txt吸嘴寿命9.Cursor = System.Windows.Forms.Cursors.IBeam;
  780. this.txt吸嘴寿命9.DecimalPlaces = 0;
  781. this.txt吸嘴寿命9.DisabilityTriggerNode = null;
  782. this.txt吸嘴寿命9.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  783. this.txt吸嘴寿命9.Gain = 1D;
  784. this.txt吸嘴寿命9.IntegerDigits = 0;
  785. this.txt吸嘴寿命9.InvisibilityTriggerNode = null;
  786. this.txt吸嘴寿命9.Location = new System.Drawing.Point(93, 395);
  787. this.txt吸嘴寿命9.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  788. this.txt吸嘴寿命9.MinimumSize = new System.Drawing.Size(1, 16);
  789. this.txt吸嘴寿命9.Name = "txt吸嘴寿命9";
  790. this.txt吸嘴寿命9.Padding = new System.Windows.Forms.Padding(5);
  791. this.txt吸嘴寿命9.ReadNode = null;
  792. this.txt吸嘴寿命9.ShowText = false;
  793. this.txt吸嘴寿命9.Size = new System.Drawing.Size(90, 40);
  794. this.txt吸嘴寿命9.TabIndex = 310;
  795. this.txt吸嘴寿命9.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  796. this.txt吸嘴寿命9.Type = Sunny.UI.UITextBox.UIEditType.Integer;
  797. this.txt吸嘴寿命9.Watermark = "";
  798. this.txt吸嘴寿命9.WriteNode = null;
  799. //
  800. // txt吸嘴寿命10
  801. //
  802. this.txt吸嘴寿命10.Cursor = System.Windows.Forms.Cursors.IBeam;
  803. this.txt吸嘴寿命10.DecimalPlaces = 0;
  804. this.txt吸嘴寿命10.DisabilityTriggerNode = null;
  805. this.txt吸嘴寿命10.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  806. this.txt吸嘴寿命10.Gain = 1D;
  807. this.txt吸嘴寿命10.IntegerDigits = 0;
  808. this.txt吸嘴寿命10.InvisibilityTriggerNode = null;
  809. this.txt吸嘴寿命10.Location = new System.Drawing.Point(93, 435);
  810. this.txt吸嘴寿命10.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  811. this.txt吸嘴寿命10.MinimumSize = new System.Drawing.Size(1, 16);
  812. this.txt吸嘴寿命10.Name = "txt吸嘴寿命10";
  813. this.txt吸嘴寿命10.Padding = new System.Windows.Forms.Padding(5);
  814. this.txt吸嘴寿命10.ReadNode = null;
  815. this.txt吸嘴寿命10.ShowText = false;
  816. this.txt吸嘴寿命10.Size = new System.Drawing.Size(90, 40);
  817. this.txt吸嘴寿命10.TabIndex = 311;
  818. this.txt吸嘴寿命10.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  819. this.txt吸嘴寿命10.Type = Sunny.UI.UITextBox.UIEditType.Integer;
  820. this.txt吸嘴寿命10.Watermark = "";
  821. this.txt吸嘴寿命10.WriteNode = null;
  822. //
  823. // plcUiButton1
  824. //
  825. this.plcUiButton1.ButtonType = PlcUiControl.ButtonType.保持型;
  826. this.plcUiButton1.Cursor = System.Windows.Forms.Cursors.Hand;
  827. this.plcUiButton1.DisabilityTriggerNode = null;
  828. this.plcUiButton1.FillColor = System.Drawing.Color.LightSeaGreen;
  829. this.plcUiButton1.FillHoverColor = System.Drawing.Color.LightSeaGreen;
  830. this.plcUiButton1.FillSelectedColor = System.Drawing.Color.LightSeaGreen;
  831. this.plcUiButton1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  832. this.plcUiButton1.InvisibilityTriggerNode = null;
  833. this.plcUiButton1.Location = new System.Drawing.Point(275, 317);
  834. this.plcUiButton1.Maximum = 0D;
  835. this.plcUiButton1.Minimum = 0D;
  836. this.plcUiButton1.MinimumSize = new System.Drawing.Size(1, 1);
  837. this.plcUiButton1.Name = "plcUiButton1";
  838. this.plcUiButton1.NeedUserEnsure = true;
  839. this.plcUiButton1.OffColor = System.Drawing.Color.LightSeaGreen;
  840. this.plcUiButton1.OffSymbol = 0;
  841. this.plcUiButton1.OffText = "清零";
  842. this.plcUiButton1.OnColor = System.Drawing.Color.Olive;
  843. this.plcUiButton1.OnSymbol = 0;
  844. this.plcUiButton1.OnText = "清零";
  845. this.plcUiButton1.ReadNode = new Node("Application.A14_ThermalTest_Auto.b热测机测试片使用计数清除", NodeType.BOOL, null);
  846. this.plcUiButton1.Size = new System.Drawing.Size(50, 36);
  847. this.plcUiButton1.Symbol = 0;
  848. this.plcUiButton1.TabIndex = 312;
  849. this.plcUiButton1.Text = "清零";
  850. this.plcUiButton1.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  851. this.plcUiButton1.WriteNode = new Node("Application.A14_ThermalTest_Auto.b热测机测试片使用计数清除", NodeType.BOOL, null);
  852. //
  853. // ConsumablesSettingForm
  854. //
  855. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
  856. this.ClientSize = new System.Drawing.Size(353, 486);
  857. this.Controls.Add(this.plcUiButton1);
  858. this.Controls.Add(this.txt吸嘴寿命10);
  859. this.Controls.Add(this.txt吸嘴寿命9);
  860. this.Controls.Add(this.txt吸嘴寿命8);
  861. this.Controls.Add(this.txt吸嘴寿命7);
  862. this.Controls.Add(this.txt热测站测试片寿命);
  863. this.Controls.Add(this.txt测试站5测试片寿命);
  864. this.Controls.Add(this.txt测试站4测试片寿命);
  865. this.Controls.Add(this.txt测试站3测试片寿命);
  866. this.Controls.Add(this.txt测试站2测试片寿命);
  867. this.Controls.Add(this.txt测试站1测试片寿命);
  868. this.Controls.Add(this.label46);
  869. this.Controls.Add(this.btn热测站测试片计数清零);
  870. this.Controls.Add(this.btn测试站5测试片计数清零);
  871. this.Controls.Add(this.btn测试站4测试片计数清零);
  872. this.Controls.Add(this.btn测试站3测试片计数清零);
  873. this.Controls.Add(this.btn测试站2测试片计数清零);
  874. this.Controls.Add(this.label37);
  875. this.Controls.Add(this.lbl1_3);
  876. this.Controls.Add(this.label8);
  877. this.Controls.Add(this.label7);
  878. this.Controls.Add(this.label6);
  879. this.Controls.Add(this.label5);
  880. this.Controls.Add(this.label4);
  881. this.Controls.Add(this.label3);
  882. this.Controls.Add(this.label2);
  883. this.Controls.Add(this.label1);
  884. this.Controls.Add(this.lblCaption1);
  885. this.Controls.Add(this.btn测试站1测试片计数清零);
  886. this.Controls.Add(this.plcUiNumberDisplay26);
  887. this.Controls.Add(this.lbl1_4);
  888. this.Controls.Add(this.plcUiNumberDisplay8);
  889. this.Controls.Add(this.plcUiNumberDisplay7);
  890. this.Controls.Add(this.plcUiNumberDisplay6);
  891. this.Controls.Add(this.plcUiNumberDisplay5);
  892. this.Controls.Add(this.plcUiNumberDisplay4);
  893. this.Controls.Add(this.plcUiNumberDisplay3);
  894. this.Controls.Add(this.plcUiNumberDisplay2);
  895. this.Controls.Add(this.plcUiNumberDisplay1);
  896. this.Controls.Add(this.lblCaption2);
  897. this.MaximizeBox = false;
  898. this.MinimizeBox = false;
  899. this.Name = "ConsumablesSettingForm";
  900. this.Text = "消耗品寿命设定";
  901. this.ZoomScaleRect = new System.Drawing.Rectangle(15, 15, 800, 450);
  902. this.ResumeLayout(false);
  903. }
  904. #endregion
  905. private System.Windows.Forms.Label lblCaption2;
  906. private PlcUiControl.PlcUiNumberDisplay plcUiNumberDisplay1;
  907. private PlcUiControl.PlcUiNumberDisplay plcUiNumberDisplay2;
  908. private PlcUiControl.PlcUiNumberDisplay plcUiNumberDisplay3;
  909. private PlcUiControl.PlcUiNumberDisplay plcUiNumberDisplay4;
  910. private PlcUiControl.PlcUiNumberDisplay plcUiNumberDisplay5;
  911. private PlcUiControl.PlcUiNumberDisplay plcUiNumberDisplay6;
  912. private PlcUiControl.PlcUiNumberDisplay plcUiNumberDisplay7;
  913. private PlcUiControl.PlcUiNumberDisplay plcUiNumberDisplay8;
  914. private PlcUiControl.PlcUiNumberDisplay lbl1_4;
  915. private PlcUiControl.PlcUiNumberDisplay plcUiNumberDisplay26;
  916. private PlcUiControl.PlcUiButton btn测试站1测试片计数清零;
  917. private System.Windows.Forms.Label label37;
  918. private System.Windows.Forms.Label lbl1_3;
  919. private System.Windows.Forms.Label label8;
  920. private System.Windows.Forms.Label label7;
  921. private System.Windows.Forms.Label label6;
  922. private System.Windows.Forms.Label label5;
  923. private System.Windows.Forms.Label label4;
  924. private System.Windows.Forms.Label label3;
  925. private System.Windows.Forms.Label label2;
  926. private System.Windows.Forms.Label label1;
  927. private System.Windows.Forms.Label lblCaption1;
  928. private PlcUiControl.PlcUiButton btn测试站2测试片计数清零;
  929. private PlcUiControl.PlcUiButton btn测试站3测试片计数清零;
  930. private PlcUiControl.PlcUiButton btn测试站4测试片计数清零;
  931. private PlcUiControl.PlcUiButton btn测试站5测试片计数清零;
  932. private PlcUiControl.PlcUiButton btn热测站测试片计数清零;
  933. private System.Windows.Forms.Label label46;
  934. private PlcUiControl.PlcUiNumberInput txt测试站1测试片寿命;
  935. private PlcUiControl.PlcUiNumberInput txt测试站2测试片寿命;
  936. private PlcUiControl.PlcUiNumberInput txt测试站3测试片寿命;
  937. private PlcUiControl.PlcUiNumberInput txt测试站4测试片寿命;
  938. private PlcUiControl.PlcUiNumberInput txt测试站5测试片寿命;
  939. private PlcUiControl.PlcUiNumberInput txt热测站测试片寿命;
  940. private PlcUiControl.PlcUiNumberInput txt吸嘴寿命7;
  941. private PlcUiControl.PlcUiNumberInput txt吸嘴寿命8;
  942. private PlcUiControl.PlcUiNumberInput txt吸嘴寿命9;
  943. private PlcUiControl.PlcUiNumberInput txt吸嘴寿命10;
  944. private PlcUiControl.PlcUiButton plcUiButton1;
  945. }
  946. }