SpeedMonitorForm.Designer.cs 67 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102
  1. namespace YangjieTester.主界面
  2. {
  3. partial class SpeedMonitorForm
  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.lbl1_1 = new System.Windows.Forms.Label();
  29. this.lbl1_2 = new PlcUiControl.PlcUiNumberDisplay();
  30. this.lblCaption1 = new System.Windows.Forms.Label();
  31. this.lblCaption2 = new System.Windows.Forms.Label();
  32. this.plcUiNumberDisplay1 = new PlcUiControl.PlcUiNumberDisplay();
  33. this.label1 = new System.Windows.Forms.Label();
  34. this.plcUiNumberDisplay2 = new PlcUiControl.PlcUiNumberDisplay();
  35. this.label2 = new System.Windows.Forms.Label();
  36. this.plcUiNumberDisplay3 = new PlcUiControl.PlcUiNumberDisplay();
  37. this.label3 = new System.Windows.Forms.Label();
  38. this.plcUiNumberDisplay4 = new PlcUiControl.PlcUiNumberDisplay();
  39. this.label4 = new System.Windows.Forms.Label();
  40. this.plcUiNumberDisplay5 = new PlcUiControl.PlcUiNumberDisplay();
  41. this.label5 = new System.Windows.Forms.Label();
  42. this.plcUiNumberDisplay6 = new PlcUiControl.PlcUiNumberDisplay();
  43. this.label6 = new System.Windows.Forms.Label();
  44. this.plcUiNumberDisplay7 = new PlcUiControl.PlcUiNumberDisplay();
  45. this.label7 = new System.Windows.Forms.Label();
  46. this.plcUiNumberDisplay8 = new PlcUiControl.PlcUiNumberDisplay();
  47. this.label8 = new System.Windows.Forms.Label();
  48. this.plcUiNumberDisplay9 = new PlcUiControl.PlcUiNumberDisplay();
  49. this.label9 = new System.Windows.Forms.Label();
  50. this.plcUiNumberDisplay10 = new PlcUiControl.PlcUiNumberDisplay();
  51. this.label10 = new System.Windows.Forms.Label();
  52. this.plcUiNumberDisplay11 = new PlcUiControl.PlcUiNumberDisplay();
  53. this.label11 = new System.Windows.Forms.Label();
  54. this.plcUiNumberDisplay12 = new PlcUiControl.PlcUiNumberDisplay();
  55. this.label12 = new System.Windows.Forms.Label();
  56. this.plcUiNumberDisplay13 = new PlcUiControl.PlcUiNumberDisplay();
  57. this.label13 = new System.Windows.Forms.Label();
  58. this.plcUiNumberDisplay14 = new PlcUiControl.PlcUiNumberDisplay();
  59. this.label14 = new System.Windows.Forms.Label();
  60. this.plcUiNumberDisplay15 = new PlcUiControl.PlcUiNumberDisplay();
  61. this.label15 = new System.Windows.Forms.Label();
  62. this.label17 = new System.Windows.Forms.Label();
  63. this.label18 = new System.Windows.Forms.Label();
  64. this.lbl1_4 = new PlcUiControl.PlcUiNumberDisplay();
  65. this.lbl1_3 = new System.Windows.Forms.Label();
  66. this.plcUiNumberDisplay18 = new PlcUiControl.PlcUiNumberDisplay();
  67. this.label20 = new System.Windows.Forms.Label();
  68. this.plcUiNumberDisplay20 = new PlcUiControl.PlcUiNumberDisplay();
  69. this.label22 = new System.Windows.Forms.Label();
  70. this.plcUiNumberDisplay23 = new PlcUiControl.PlcUiNumberDisplay();
  71. this.label25 = new System.Windows.Forms.Label();
  72. this.plcUiNumberDisplay24 = new PlcUiControl.PlcUiNumberDisplay();
  73. this.label26 = new System.Windows.Forms.Label();
  74. this.label27 = new System.Windows.Forms.Label();
  75. this.label28 = new System.Windows.Forms.Label();
  76. this.plcUiNumberDisplay25 = new PlcUiControl.PlcUiNumberDisplay();
  77. this.label29 = new System.Windows.Forms.Label();
  78. this.label37 = new System.Windows.Forms.Label();
  79. this.plcUiNumberDisplay26 = new PlcUiControl.PlcUiNumberDisplay();
  80. this.plcUiNumberDisplay27 = new PlcUiControl.PlcUiNumberDisplay();
  81. this.label30 = new System.Windows.Forms.Label();
  82. this.label24 = new System.Windows.Forms.Label();
  83. this.plcUiNumberDisplay22 = new PlcUiControl.PlcUiNumberDisplay();
  84. this.plcUiNumberDisplay16 = new PlcUiControl.PlcUiNumberDisplay();
  85. this.label16 = new System.Windows.Forms.Label();
  86. this.SuspendLayout();
  87. //
  88. // lbl1_1
  89. //
  90. this.lbl1_1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  91. this.lbl1_1.Location = new System.Drawing.Point(3, 75);
  92. this.lbl1_1.Name = "lbl1_1";
  93. this.lbl1_1.Size = new System.Drawing.Size(150, 40);
  94. this.lbl1_1.TabIndex = 5;
  95. this.lbl1_1.Text = "主转盘";
  96. this.lbl1_1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  97. //
  98. // lbl1_2
  99. //
  100. this.lbl1_2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  101. this.lbl1_2.DecimalPlaces = 0;
  102. this.lbl1_2.DisabilityTriggerNode = null;
  103. this.lbl1_2.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  104. this.lbl1_2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  105. this.lbl1_2.Gain = 1D;
  106. this.lbl1_2.IntegerDigits = 0;
  107. this.lbl1_2.InvisibilityTriggerNode = null;
  108. this.lbl1_2.Location = new System.Drawing.Point(159, 75);
  109. this.lbl1_2.Name = "lbl1_2";
  110. this.lbl1_2.Preffix = null;
  111. this.lbl1_2.ReadNode = new Node("Application.A00_Turntable_Auto.ui_CT", NodeType.UDINT, null);
  112. this.lbl1_2.Size = new System.Drawing.Size(150, 40);
  113. this.lbl1_2.Suffix = null;
  114. this.lbl1_2.TabIndex = 6;
  115. this.lbl1_2.Text = "1";
  116. this.lbl1_2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  117. this.lbl1_2.WriteNode = null;
  118. //
  119. // lblCaption1
  120. //
  121. this.lblCaption1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
  122. this.lblCaption1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  123. this.lblCaption1.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  124. this.lblCaption1.Location = new System.Drawing.Point(3, 35);
  125. this.lblCaption1.Name = "lblCaption1";
  126. this.lblCaption1.Size = new System.Drawing.Size(150, 40);
  127. this.lblCaption1.TabIndex = 7;
  128. this.lblCaption1.Text = "站名";
  129. this.lblCaption1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  130. //
  131. // lblCaption2
  132. //
  133. this.lblCaption2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
  134. this.lblCaption2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  135. this.lblCaption2.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  136. this.lblCaption2.Location = new System.Drawing.Point(159, 35);
  137. this.lblCaption2.Name = "lblCaption2";
  138. this.lblCaption2.Size = new System.Drawing.Size(150, 40);
  139. this.lblCaption2.TabIndex = 8;
  140. this.lblCaption2.Text = "时间(ms)";
  141. this.lblCaption2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  142. //
  143. // plcUiNumberDisplay1
  144. //
  145. this.plcUiNumberDisplay1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  146. this.plcUiNumberDisplay1.DecimalPlaces = 0;
  147. this.plcUiNumberDisplay1.DisabilityTriggerNode = null;
  148. this.plcUiNumberDisplay1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  149. this.plcUiNumberDisplay1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  150. this.plcUiNumberDisplay1.Gain = 1D;
  151. this.plcUiNumberDisplay1.IntegerDigits = 0;
  152. this.plcUiNumberDisplay1.InvisibilityTriggerNode = null;
  153. this.plcUiNumberDisplay1.Location = new System.Drawing.Point(159, 115);
  154. this.plcUiNumberDisplay1.Name = "plcUiNumberDisplay1";
  155. this.plcUiNumberDisplay1.Preffix = null;
  156. this.plcUiNumberDisplay1.ReadNode = new Node("Application.A01_FeedInStation_Auto.iA01_周期运行时间", NodeType.INT, "入料站运行周期耗时");
  157. this.plcUiNumberDisplay1.Size = new System.Drawing.Size(150, 40);
  158. this.plcUiNumberDisplay1.Suffix = null;
  159. this.plcUiNumberDisplay1.TabIndex = 10;
  160. this.plcUiNumberDisplay1.Text = "1";
  161. this.plcUiNumberDisplay1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  162. this.plcUiNumberDisplay1.WriteNode = null;
  163. //
  164. // label1
  165. //
  166. this.label1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  167. this.label1.Location = new System.Drawing.Point(3, 115);
  168. this.label1.Name = "label1";
  169. this.label1.Size = new System.Drawing.Size(150, 40);
  170. this.label1.TabIndex = 9;
  171. this.label1.Text = "A01 入料站";
  172. this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  173. //
  174. // plcUiNumberDisplay2
  175. //
  176. this.plcUiNumberDisplay2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  177. this.plcUiNumberDisplay2.DecimalPlaces = 0;
  178. this.plcUiNumberDisplay2.DisabilityTriggerNode = null;
  179. this.plcUiNumberDisplay2.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  180. this.plcUiNumberDisplay2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  181. this.plcUiNumberDisplay2.Gain = 1D;
  182. this.plcUiNumberDisplay2.IntegerDigits = 0;
  183. this.plcUiNumberDisplay2.InvisibilityTriggerNode = null;
  184. this.plcUiNumberDisplay2.Location = new System.Drawing.Point(159, 155);
  185. this.plcUiNumberDisplay2.Name = "plcUiNumberDisplay2";
  186. this.plcUiNumberDisplay2.Preffix = null;
  187. this.plcUiNumberDisplay2.ReadNode = new Node("Application.A02_TestStation_Auto.iA05_周期运行时间", NodeType.INT, "入料站运行周期耗时");
  188. this.plcUiNumberDisplay2.Size = new System.Drawing.Size(150, 40);
  189. this.plcUiNumberDisplay2.Suffix = null;
  190. this.plcUiNumberDisplay2.TabIndex = 12;
  191. this.plcUiNumberDisplay2.Text = "1";
  192. this.plcUiNumberDisplay2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  193. this.plcUiNumberDisplay2.WriteNode = null;
  194. //
  195. // label2
  196. //
  197. this.label2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  198. this.label2.Location = new System.Drawing.Point(3, 155);
  199. this.label2.Name = "label2";
  200. this.label2.Size = new System.Drawing.Size(150, 40);
  201. this.label2.TabIndex = 11;
  202. this.label2.Text = "A02 电极性测试";
  203. this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  204. //
  205. // plcUiNumberDisplay3
  206. //
  207. this.plcUiNumberDisplay3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  208. this.plcUiNumberDisplay3.DecimalPlaces = 0;
  209. this.plcUiNumberDisplay3.DisabilityTriggerNode = null;
  210. this.plcUiNumberDisplay3.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  211. this.plcUiNumberDisplay3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  212. this.plcUiNumberDisplay3.Gain = 1D;
  213. this.plcUiNumberDisplay3.IntegerDigits = 0;
  214. this.plcUiNumberDisplay3.InvisibilityTriggerNode = null;
  215. this.plcUiNumberDisplay3.Location = new System.Drawing.Point(159, 195);
  216. this.plcUiNumberDisplay3.Name = "plcUiNumberDisplay3";
  217. this.plcUiNumberDisplay3.Preffix = null;
  218. this.plcUiNumberDisplay3.ReadNode = new Node("Application.A03_DirectionTrun_Auto.iA04_周期运行时间", NodeType.INT, "入料站运行周期耗时");
  219. this.plcUiNumberDisplay3.Size = new System.Drawing.Size(150, 40);
  220. this.plcUiNumberDisplay3.Suffix = null;
  221. this.plcUiNumberDisplay3.TabIndex = 14;
  222. this.plcUiNumberDisplay3.Text = "1";
  223. this.plcUiNumberDisplay3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  224. this.plcUiNumberDisplay3.WriteNode = null;
  225. //
  226. // label3
  227. //
  228. this.label3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  229. this.label3.Location = new System.Drawing.Point(3, 195);
  230. this.label3.Name = "label3";
  231. this.label3.Size = new System.Drawing.Size(150, 40);
  232. this.label3.TabIndex = 13;
  233. this.label3.Text = "A03 转向站1";
  234. this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  235. //
  236. // plcUiNumberDisplay4
  237. //
  238. this.plcUiNumberDisplay4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  239. this.plcUiNumberDisplay4.DecimalPlaces = 0;
  240. this.plcUiNumberDisplay4.DisabilityTriggerNode = null;
  241. this.plcUiNumberDisplay4.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  242. this.plcUiNumberDisplay4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  243. this.plcUiNumberDisplay4.Gain = 1D;
  244. this.plcUiNumberDisplay4.IntegerDigits = 0;
  245. this.plcUiNumberDisplay4.InvisibilityTriggerNode = null;
  246. this.plcUiNumberDisplay4.Location = new System.Drawing.Point(159, 235);
  247. this.plcUiNumberDisplay4.Name = "plcUiNumberDisplay4";
  248. this.plcUiNumberDisplay4.Preffix = null;
  249. this.plcUiNumberDisplay4.ReadNode = new Node("Application.A04_TestStation_Auto.iA05_周期运行时间", NodeType.INT, "入料站运行周期耗时");
  250. this.plcUiNumberDisplay4.Size = new System.Drawing.Size(150, 40);
  251. this.plcUiNumberDisplay4.Suffix = null;
  252. this.plcUiNumberDisplay4.TabIndex = 16;
  253. this.plcUiNumberDisplay4.Text = "1";
  254. this.plcUiNumberDisplay4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  255. this.plcUiNumberDisplay4.WriteNode = null;
  256. //
  257. // label4
  258. //
  259. this.label4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  260. this.label4.Location = new System.Drawing.Point(3, 235);
  261. this.label4.Name = "label4";
  262. this.label4.Size = new System.Drawing.Size(150, 40);
  263. this.label4.TabIndex = 15;
  264. this.label4.Text = "A04 常温测试站1";
  265. this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  266. //
  267. // plcUiNumberDisplay5
  268. //
  269. this.plcUiNumberDisplay5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  270. this.plcUiNumberDisplay5.DecimalPlaces = 0;
  271. this.plcUiNumberDisplay5.DisabilityTriggerNode = null;
  272. this.plcUiNumberDisplay5.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  273. this.plcUiNumberDisplay5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  274. this.plcUiNumberDisplay5.Gain = 1D;
  275. this.plcUiNumberDisplay5.IntegerDigits = 0;
  276. this.plcUiNumberDisplay5.InvisibilityTriggerNode = null;
  277. this.plcUiNumberDisplay5.Location = new System.Drawing.Point(159, 275);
  278. this.plcUiNumberDisplay5.Name = "plcUiNumberDisplay5";
  279. this.plcUiNumberDisplay5.Preffix = null;
  280. this.plcUiNumberDisplay5.ReadNode = new Node("Application.A05_TestStation_Auto.iA06_周期运行时间", NodeType.INT, "入料站运行周期耗时");
  281. this.plcUiNumberDisplay5.Size = new System.Drawing.Size(150, 40);
  282. this.plcUiNumberDisplay5.Suffix = null;
  283. this.plcUiNumberDisplay5.TabIndex = 18;
  284. this.plcUiNumberDisplay5.Text = "1";
  285. this.plcUiNumberDisplay5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  286. this.plcUiNumberDisplay5.WriteNode = null;
  287. //
  288. // label5
  289. //
  290. this.label5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  291. this.label5.Location = new System.Drawing.Point(3, 275);
  292. this.label5.Name = "label5";
  293. this.label5.Size = new System.Drawing.Size(150, 40);
  294. this.label5.TabIndex = 17;
  295. this.label5.Text = "A05 常温测试站2";
  296. this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  297. //
  298. // plcUiNumberDisplay6
  299. //
  300. this.plcUiNumberDisplay6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  301. this.plcUiNumberDisplay6.DecimalPlaces = 0;
  302. this.plcUiNumberDisplay6.DisabilityTriggerNode = null;
  303. this.plcUiNumberDisplay6.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  304. this.plcUiNumberDisplay6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  305. this.plcUiNumberDisplay6.Gain = 1D;
  306. this.plcUiNumberDisplay6.IntegerDigits = 0;
  307. this.plcUiNumberDisplay6.InvisibilityTriggerNode = null;
  308. this.plcUiNumberDisplay6.Location = new System.Drawing.Point(159, 315);
  309. this.plcUiNumberDisplay6.Name = "plcUiNumberDisplay6";
  310. this.plcUiNumberDisplay6.Preffix = null;
  311. this.plcUiNumberDisplay6.ReadNode = new Node("Application.A06_TestStation_Auto.iA07_周期运行时间", NodeType.INT, "入料站运行周期耗时");
  312. this.plcUiNumberDisplay6.Size = new System.Drawing.Size(150, 40);
  313. this.plcUiNumberDisplay6.Suffix = null;
  314. this.plcUiNumberDisplay6.TabIndex = 20;
  315. this.plcUiNumberDisplay6.Text = "1";
  316. this.plcUiNumberDisplay6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  317. this.plcUiNumberDisplay6.WriteNode = null;
  318. //
  319. // label6
  320. //
  321. this.label6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  322. this.label6.Location = new System.Drawing.Point(3, 315);
  323. this.label6.Name = "label6";
  324. this.label6.Size = new System.Drawing.Size(150, 40);
  325. this.label6.TabIndex = 19;
  326. this.label6.Text = "A06 常温测试站3";
  327. this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  328. //
  329. // plcUiNumberDisplay7
  330. //
  331. this.plcUiNumberDisplay7.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  332. this.plcUiNumberDisplay7.DecimalPlaces = 0;
  333. this.plcUiNumberDisplay7.DisabilityTriggerNode = null;
  334. this.plcUiNumberDisplay7.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  335. this.plcUiNumberDisplay7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  336. this.plcUiNumberDisplay7.Gain = 1D;
  337. this.plcUiNumberDisplay7.IntegerDigits = 0;
  338. this.plcUiNumberDisplay7.InvisibilityTriggerNode = null;
  339. this.plcUiNumberDisplay7.Location = new System.Drawing.Point(159, 355);
  340. this.plcUiNumberDisplay7.Name = "plcUiNumberDisplay7";
  341. this.plcUiNumberDisplay7.Preffix = null;
  342. this.plcUiNumberDisplay7.ReadNode = new Node("Application.A07_TestStation_Auto.iA08_周期运行时间", NodeType.INT, "入料站运行周期耗时");
  343. this.plcUiNumberDisplay7.Size = new System.Drawing.Size(150, 40);
  344. this.plcUiNumberDisplay7.Suffix = null;
  345. this.plcUiNumberDisplay7.TabIndex = 22;
  346. this.plcUiNumberDisplay7.Text = "1";
  347. this.plcUiNumberDisplay7.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  348. this.plcUiNumberDisplay7.WriteNode = null;
  349. //
  350. // label7
  351. //
  352. this.label7.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  353. this.label7.Location = new System.Drawing.Point(3, 355);
  354. this.label7.Name = "label7";
  355. this.label7.Size = new System.Drawing.Size(150, 40);
  356. this.label7.TabIndex = 21;
  357. this.label7.Text = "A07 常温测试站4";
  358. this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  359. //
  360. // plcUiNumberDisplay8
  361. //
  362. this.plcUiNumberDisplay8.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  363. this.plcUiNumberDisplay8.DecimalPlaces = 0;
  364. this.plcUiNumberDisplay8.DisabilityTriggerNode = null;
  365. this.plcUiNumberDisplay8.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  366. this.plcUiNumberDisplay8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  367. this.plcUiNumberDisplay8.Gain = 1D;
  368. this.plcUiNumberDisplay8.IntegerDigits = 0;
  369. this.plcUiNumberDisplay8.InvisibilityTriggerNode = null;
  370. this.plcUiNumberDisplay8.Location = new System.Drawing.Point(159, 395);
  371. this.plcUiNumberDisplay8.Name = "plcUiNumberDisplay8";
  372. this.plcUiNumberDisplay8.Preffix = null;
  373. this.plcUiNumberDisplay8.ReadNode = new Node("Application.A08_TestNGContainer_Auto.iA09_周期运行时间", NodeType.INT, "入料站运行周期耗时");
  374. this.plcUiNumberDisplay8.Size = new System.Drawing.Size(150, 40);
  375. this.plcUiNumberDisplay8.Suffix = null;
  376. this.plcUiNumberDisplay8.TabIndex = 24;
  377. this.plcUiNumberDisplay8.Text = "1";
  378. this.plcUiNumberDisplay8.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  379. this.plcUiNumberDisplay8.WriteNode = null;
  380. //
  381. // label8
  382. //
  383. this.label8.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  384. this.label8.Location = new System.Drawing.Point(3, 395);
  385. this.label8.Name = "label8";
  386. this.label8.Size = new System.Drawing.Size(150, 40);
  387. this.label8.TabIndex = 23;
  388. this.label8.Text = "A08 四料盒1";
  389. this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  390. //
  391. // plcUiNumberDisplay9
  392. //
  393. this.plcUiNumberDisplay9.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  394. this.plcUiNumberDisplay9.DecimalPlaces = 0;
  395. this.plcUiNumberDisplay9.DisabilityTriggerNode = null;
  396. this.plcUiNumberDisplay9.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  397. this.plcUiNumberDisplay9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  398. this.plcUiNumberDisplay9.Gain = 1D;
  399. this.plcUiNumberDisplay9.IntegerDigits = 0;
  400. this.plcUiNumberDisplay9.InvisibilityTriggerNode = null;
  401. this.plcUiNumberDisplay9.Location = new System.Drawing.Point(471, 395);
  402. this.plcUiNumberDisplay9.Name = "plcUiNumberDisplay9";
  403. this.plcUiNumberDisplay9.Preffix = null;
  404. this.plcUiNumberDisplay9.ReadNode = new Node("Application.GVL_A26_Auto.iA26_周期运行时间", NodeType.INT, "入料站运行周期耗时");
  405. this.plcUiNumberDisplay9.Size = new System.Drawing.Size(150, 40);
  406. this.plcUiNumberDisplay9.Suffix = null;
  407. this.plcUiNumberDisplay9.TabIndex = 44;
  408. this.plcUiNumberDisplay9.Text = "1";
  409. this.plcUiNumberDisplay9.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  410. this.plcUiNumberDisplay9.WriteNode = null;
  411. //
  412. // label9
  413. //
  414. this.label9.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  415. this.label9.Location = new System.Drawing.Point(315, 395);
  416. this.label9.Name = "label9";
  417. this.label9.Size = new System.Drawing.Size(150, 40);
  418. this.label9.TabIndex = 43;
  419. this.label9.Text = "A26 转向站2";
  420. this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  421. //
  422. // plcUiNumberDisplay10
  423. //
  424. this.plcUiNumberDisplay10.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  425. this.plcUiNumberDisplay10.DecimalPlaces = 0;
  426. this.plcUiNumberDisplay10.DisabilityTriggerNode = null;
  427. this.plcUiNumberDisplay10.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  428. this.plcUiNumberDisplay10.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  429. this.plcUiNumberDisplay10.Gain = 1D;
  430. this.plcUiNumberDisplay10.IntegerDigits = 0;
  431. this.plcUiNumberDisplay10.InvisibilityTriggerNode = null;
  432. this.plcUiNumberDisplay10.Location = new System.Drawing.Point(471, 355);
  433. this.plcUiNumberDisplay10.Name = "plcUiNumberDisplay10";
  434. this.plcUiNumberDisplay10.Preffix = null;
  435. this.plcUiNumberDisplay10.ReadNode = new Node("Application.GVL_A24_Auto.iA24_周期运行时间", NodeType.INT, "镭射打标站运行周期耗时");
  436. this.plcUiNumberDisplay10.Size = new System.Drawing.Size(150, 40);
  437. this.plcUiNumberDisplay10.Suffix = null;
  438. this.plcUiNumberDisplay10.TabIndex = 42;
  439. this.plcUiNumberDisplay10.Text = "1";
  440. this.plcUiNumberDisplay10.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  441. this.plcUiNumberDisplay10.WriteNode = null;
  442. //
  443. // label10
  444. //
  445. this.label10.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  446. this.label10.Location = new System.Drawing.Point(315, 355);
  447. this.label10.Name = "label10";
  448. this.label10.Size = new System.Drawing.Size(150, 40);
  449. this.label10.TabIndex = 41;
  450. this.label10.Text = "A25 常温测试站5";
  451. this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  452. //
  453. // plcUiNumberDisplay11
  454. //
  455. this.plcUiNumberDisplay11.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  456. this.plcUiNumberDisplay11.DecimalPlaces = 0;
  457. this.plcUiNumberDisplay11.DisabilityTriggerNode = null;
  458. this.plcUiNumberDisplay11.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  459. this.plcUiNumberDisplay11.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  460. this.plcUiNumberDisplay11.Gain = 1D;
  461. this.plcUiNumberDisplay11.IntegerDigits = 0;
  462. this.plcUiNumberDisplay11.InvisibilityTriggerNode = null;
  463. this.plcUiNumberDisplay11.Location = new System.Drawing.Point(471, 315);
  464. this.plcUiNumberDisplay11.Name = "plcUiNumberDisplay11";
  465. this.plcUiNumberDisplay11.Preffix = null;
  466. this.plcUiNumberDisplay11.ReadNode = new Node("Application.GVL_A23_Auto.iA23_周期运行时间", NodeType.INT, "入料站运行周期耗时");
  467. this.plcUiNumberDisplay11.Size = new System.Drawing.Size(150, 40);
  468. this.plcUiNumberDisplay11.Suffix = null;
  469. this.plcUiNumberDisplay11.TabIndex = 40;
  470. this.plcUiNumberDisplay11.Text = "1";
  471. this.plcUiNumberDisplay11.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  472. this.plcUiNumberDisplay11.WriteNode = null;
  473. //
  474. // label11
  475. //
  476. this.label11.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  477. this.label11.Location = new System.Drawing.Point(315, 315);
  478. this.label11.Name = "label11";
  479. this.label11.Size = new System.Drawing.Size(150, 40);
  480. this.label11.TabIndex = 39;
  481. this.label11.Text = "A23 镭射站";
  482. this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  483. //
  484. // plcUiNumberDisplay12
  485. //
  486. this.plcUiNumberDisplay12.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  487. this.plcUiNumberDisplay12.DecimalPlaces = 0;
  488. this.plcUiNumberDisplay12.DisabilityTriggerNode = null;
  489. this.plcUiNumberDisplay12.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  490. this.plcUiNumberDisplay12.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  491. this.plcUiNumberDisplay12.Gain = 1D;
  492. this.plcUiNumberDisplay12.IntegerDigits = 0;
  493. this.plcUiNumberDisplay12.InvisibilityTriggerNode = null;
  494. this.plcUiNumberDisplay12.Location = new System.Drawing.Point(471, 275);
  495. this.plcUiNumberDisplay12.Name = "plcUiNumberDisplay12";
  496. this.plcUiNumberDisplay12.Preffix = null;
  497. this.plcUiNumberDisplay12.ReadNode = new Node("Application.GVL_A22_Auto.iA22_周期运行时间", NodeType.INT, "入料站运行周期耗时");
  498. this.plcUiNumberDisplay12.Size = new System.Drawing.Size(150, 40);
  499. this.plcUiNumberDisplay12.Suffix = null;
  500. this.plcUiNumberDisplay12.TabIndex = 38;
  501. this.plcUiNumberDisplay12.Text = "1";
  502. this.plcUiNumberDisplay12.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  503. this.plcUiNumberDisplay12.WriteNode = null;
  504. //
  505. // label12
  506. //
  507. this.label12.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  508. this.label12.Location = new System.Drawing.Point(315, 275);
  509. this.label12.Name = "label12";
  510. this.label12.Size = new System.Drawing.Size(150, 40);
  511. this.label12.TabIndex = 37;
  512. this.label12.Text = "A21 定位站2";
  513. this.label12.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  514. //
  515. // plcUiNumberDisplay13
  516. //
  517. this.plcUiNumberDisplay13.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  518. this.plcUiNumberDisplay13.DecimalPlaces = 0;
  519. this.plcUiNumberDisplay13.DisabilityTriggerNode = null;
  520. this.plcUiNumberDisplay13.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  521. this.plcUiNumberDisplay13.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  522. this.plcUiNumberDisplay13.Gain = 1D;
  523. this.plcUiNumberDisplay13.IntegerDigits = 0;
  524. this.plcUiNumberDisplay13.InvisibilityTriggerNode = null;
  525. this.plcUiNumberDisplay13.Location = new System.Drawing.Point(471, 235);
  526. this.plcUiNumberDisplay13.Name = "plcUiNumberDisplay13";
  527. this.plcUiNumberDisplay13.Preffix = null;
  528. this.plcUiNumberDisplay13.ReadNode = new Node("Application.GVL_A21_Auto.iA21_周期运行时间", NodeType.INT, "入料站运行周期耗时");
  529. this.plcUiNumberDisplay13.Size = new System.Drawing.Size(150, 40);
  530. this.plcUiNumberDisplay13.Suffix = null;
  531. this.plcUiNumberDisplay13.TabIndex = 36;
  532. this.plcUiNumberDisplay13.Text = "1";
  533. this.plcUiNumberDisplay13.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  534. this.plcUiNumberDisplay13.WriteNode = null;
  535. //
  536. // label13
  537. //
  538. this.label13.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  539. this.label13.Location = new System.Drawing.Point(315, 235);
  540. this.label13.Name = "label13";
  541. this.label13.Size = new System.Drawing.Size(150, 40);
  542. this.label13.TabIndex = 35;
  543. this.label13.Text = "A20 四料盒3";
  544. this.label13.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  545. //
  546. // plcUiNumberDisplay14
  547. //
  548. this.plcUiNumberDisplay14.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  549. this.plcUiNumberDisplay14.DecimalPlaces = 0;
  550. this.plcUiNumberDisplay14.DisabilityTriggerNode = null;
  551. this.plcUiNumberDisplay14.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  552. this.plcUiNumberDisplay14.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  553. this.plcUiNumberDisplay14.Gain = 1D;
  554. this.plcUiNumberDisplay14.IntegerDigits = 0;
  555. this.plcUiNumberDisplay14.InvisibilityTriggerNode = null;
  556. this.plcUiNumberDisplay14.Location = new System.Drawing.Point(471, 195);
  557. this.plcUiNumberDisplay14.Name = "plcUiNumberDisplay14";
  558. this.plcUiNumberDisplay14.Preffix = null;
  559. this.plcUiNumberDisplay14.ReadNode = new Node("Application.GVL_A20_Auto.iA20_周期运行时间", NodeType.INT, "入料站运行周期耗时");
  560. this.plcUiNumberDisplay14.Size = new System.Drawing.Size(150, 40);
  561. this.plcUiNumberDisplay14.Suffix = null;
  562. this.plcUiNumberDisplay14.TabIndex = 34;
  563. this.plcUiNumberDisplay14.Text = "1";
  564. this.plcUiNumberDisplay14.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  565. this.plcUiNumberDisplay14.WriteNode = null;
  566. //
  567. // label14
  568. //
  569. this.label14.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  570. this.label14.Location = new System.Drawing.Point(315, 195);
  571. this.label14.Name = "label14";
  572. this.label14.Size = new System.Drawing.Size(150, 40);
  573. this.label14.TabIndex = 33;
  574. this.label14.Text = "A19 降温站2";
  575. this.label14.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  576. //
  577. // plcUiNumberDisplay15
  578. //
  579. this.plcUiNumberDisplay15.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  580. this.plcUiNumberDisplay15.DecimalPlaces = 0;
  581. this.plcUiNumberDisplay15.DisabilityTriggerNode = null;
  582. this.plcUiNumberDisplay15.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  583. this.plcUiNumberDisplay15.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  584. this.plcUiNumberDisplay15.Gain = 1D;
  585. this.plcUiNumberDisplay15.IntegerDigits = 0;
  586. this.plcUiNumberDisplay15.InvisibilityTriggerNode = null;
  587. this.plcUiNumberDisplay15.Location = new System.Drawing.Point(471, 155);
  588. this.plcUiNumberDisplay15.Name = "plcUiNumberDisplay15";
  589. this.plcUiNumberDisplay15.Preffix = null;
  590. this.plcUiNumberDisplay15.ReadNode = new Node("Application.A18_CoolingStation_Auto.iA21_周期运行时间", NodeType.INT, "入料站运行周期耗时");
  591. this.plcUiNumberDisplay15.Size = new System.Drawing.Size(150, 40);
  592. this.plcUiNumberDisplay15.Suffix = null;
  593. this.plcUiNumberDisplay15.TabIndex = 32;
  594. this.plcUiNumberDisplay15.Text = "1";
  595. this.plcUiNumberDisplay15.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  596. this.plcUiNumberDisplay15.WriteNode = null;
  597. //
  598. // label15
  599. //
  600. this.label15.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  601. this.label15.Location = new System.Drawing.Point(315, 155);
  602. this.label15.Name = "label15";
  603. this.label15.Size = new System.Drawing.Size(150, 40);
  604. this.label15.TabIndex = 31;
  605. this.label15.Text = "A18 降温站1";
  606. this.label15.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  607. //
  608. // label17
  609. //
  610. this.label17.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
  611. this.label17.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  612. this.label17.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  613. this.label17.Location = new System.Drawing.Point(471, 35);
  614. this.label17.Name = "label17";
  615. this.label17.Size = new System.Drawing.Size(150, 40);
  616. this.label17.TabIndex = 28;
  617. this.label17.Text = "时间(ms)";
  618. this.label17.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  619. //
  620. // label18
  621. //
  622. this.label18.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
  623. this.label18.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  624. this.label18.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  625. this.label18.Location = new System.Drawing.Point(315, 35);
  626. this.label18.Name = "label18";
  627. this.label18.Size = new System.Drawing.Size(150, 40);
  628. this.label18.TabIndex = 27;
  629. this.label18.Text = "站名";
  630. this.label18.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  631. //
  632. // lbl1_4
  633. //
  634. this.lbl1_4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  635. this.lbl1_4.DecimalPlaces = 0;
  636. this.lbl1_4.DisabilityTriggerNode = null;
  637. this.lbl1_4.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  638. this.lbl1_4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  639. this.lbl1_4.Gain = 1D;
  640. this.lbl1_4.IntegerDigits = 0;
  641. this.lbl1_4.InvisibilityTriggerNode = null;
  642. this.lbl1_4.Location = new System.Drawing.Point(471, 75);
  643. this.lbl1_4.Name = "lbl1_4";
  644. this.lbl1_4.Preffix = null;
  645. this.lbl1_4.ReadNode = new Node("Application.A10_LocateStation_Auto.iA11_周期运行时间", NodeType.INT, "入料站运行周期耗时");
  646. this.lbl1_4.Size = new System.Drawing.Size(150, 40);
  647. this.lbl1_4.Suffix = null;
  648. this.lbl1_4.TabIndex = 26;
  649. this.lbl1_4.Text = "1";
  650. this.lbl1_4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  651. this.lbl1_4.WriteNode = null;
  652. //
  653. // lbl1_3
  654. //
  655. this.lbl1_3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  656. this.lbl1_3.Location = new System.Drawing.Point(315, 75);
  657. this.lbl1_3.Name = "lbl1_3";
  658. this.lbl1_3.Size = new System.Drawing.Size(150, 40);
  659. this.lbl1_3.TabIndex = 25;
  660. this.lbl1_3.Text = "A10 定位站1";
  661. this.lbl1_3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  662. //
  663. // plcUiNumberDisplay18
  664. //
  665. this.plcUiNumberDisplay18.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  666. this.plcUiNumberDisplay18.DecimalPlaces = 0;
  667. this.plcUiNumberDisplay18.DisabilityTriggerNode = null;
  668. this.plcUiNumberDisplay18.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  669. this.plcUiNumberDisplay18.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  670. this.plcUiNumberDisplay18.Gain = 1D;
  671. this.plcUiNumberDisplay18.IntegerDigits = 0;
  672. this.plcUiNumberDisplay18.InvisibilityTriggerNode = null;
  673. this.plcUiNumberDisplay18.Location = new System.Drawing.Point(783, 275);
  674. this.plcUiNumberDisplay18.Name = "plcUiNumberDisplay18";
  675. this.plcUiNumberDisplay18.Preffix = null;
  676. this.plcUiNumberDisplay18.ReadNode = new Node("Application.GVL_A35_Auto.iA35_周期运行时间", NodeType.INT, "入料站运行周期耗时");
  677. this.plcUiNumberDisplay18.Size = new System.Drawing.Size(150, 40);
  678. this.plcUiNumberDisplay18.Suffix = null;
  679. this.plcUiNumberDisplay18.TabIndex = 62;
  680. this.plcUiNumberDisplay18.Text = "1";
  681. this.plcUiNumberDisplay18.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  682. this.plcUiNumberDisplay18.WriteNode = null;
  683. //
  684. // label20
  685. //
  686. this.label20.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  687. this.label20.Location = new System.Drawing.Point(627, 275);
  688. this.label20.Name = "label20";
  689. this.label20.Size = new System.Drawing.Size(150, 40);
  690. this.label20.TabIndex = 61;
  691. this.label20.Text = "A35 溢料盒";
  692. this.label20.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  693. //
  694. // plcUiNumberDisplay20
  695. //
  696. this.plcUiNumberDisplay20.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  697. this.plcUiNumberDisplay20.DecimalPlaces = 0;
  698. this.plcUiNumberDisplay20.DisabilityTriggerNode = null;
  699. this.plcUiNumberDisplay20.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  700. this.plcUiNumberDisplay20.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  701. this.plcUiNumberDisplay20.Gain = 1D;
  702. this.plcUiNumberDisplay20.IntegerDigits = 0;
  703. this.plcUiNumberDisplay20.InvisibilityTriggerNode = null;
  704. this.plcUiNumberDisplay20.Location = new System.Drawing.Point(783, 235);
  705. this.plcUiNumberDisplay20.Name = "plcUiNumberDisplay20";
  706. this.plcUiNumberDisplay20.Preffix = null;
  707. this.plcUiNumberDisplay20.ReadNode = new Node("Application.Var_Auto_A33_Encapsulation1.ui_CT", NodeType.UINT, null);
  708. this.plcUiNumberDisplay20.Size = new System.Drawing.Size(150, 40);
  709. this.plcUiNumberDisplay20.Suffix = null;
  710. this.plcUiNumberDisplay20.TabIndex = 58;
  711. this.plcUiNumberDisplay20.Text = "1";
  712. this.plcUiNumberDisplay20.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  713. this.plcUiNumberDisplay20.WriteNode = null;
  714. //
  715. // label22
  716. //
  717. this.label22.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  718. this.label22.Location = new System.Drawing.Point(627, 235);
  719. this.label22.Name = "label22";
  720. this.label22.Size = new System.Drawing.Size(150, 40);
  721. this.label22.TabIndex = 57;
  722. this.label22.Text = "A33 封装站1";
  723. this.label22.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  724. //
  725. // plcUiNumberDisplay23
  726. //
  727. this.plcUiNumberDisplay23.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  728. this.plcUiNumberDisplay23.DecimalPlaces = 0;
  729. this.plcUiNumberDisplay23.DisabilityTriggerNode = null;
  730. this.plcUiNumberDisplay23.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  731. this.plcUiNumberDisplay23.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  732. this.plcUiNumberDisplay23.Gain = 1D;
  733. this.plcUiNumberDisplay23.IntegerDigits = 0;
  734. this.plcUiNumberDisplay23.InvisibilityTriggerNode = null;
  735. this.plcUiNumberDisplay23.Location = new System.Drawing.Point(783, 155);
  736. this.plcUiNumberDisplay23.Name = "plcUiNumberDisplay23";
  737. this.plcUiNumberDisplay23.Preffix = null;
  738. this.plcUiNumberDisplay23.ReadNode = new Node("Application.GVL_A30_Auto.iA30_周期运行时间", NodeType.INT, "入料站运行周期耗时");
  739. this.plcUiNumberDisplay23.Size = new System.Drawing.Size(150, 40);
  740. this.plcUiNumberDisplay23.Suffix = null;
  741. this.plcUiNumberDisplay23.TabIndex = 52;
  742. this.plcUiNumberDisplay23.Text = "1";
  743. this.plcUiNumberDisplay23.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  744. this.plcUiNumberDisplay23.WriteNode = null;
  745. //
  746. // label25
  747. //
  748. this.label25.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  749. this.label25.Location = new System.Drawing.Point(627, 155);
  750. this.label25.Name = "label25";
  751. this.label25.Size = new System.Drawing.Size(150, 40);
  752. this.label25.TabIndex = 51;
  753. this.label25.Text = "A30 封装前定位站";
  754. this.label25.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  755. //
  756. // plcUiNumberDisplay24
  757. //
  758. this.plcUiNumberDisplay24.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  759. this.plcUiNumberDisplay24.DecimalPlaces = 0;
  760. this.plcUiNumberDisplay24.DisabilityTriggerNode = null;
  761. this.plcUiNumberDisplay24.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  762. this.plcUiNumberDisplay24.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  763. this.plcUiNumberDisplay24.Gain = 1D;
  764. this.plcUiNumberDisplay24.IntegerDigits = 0;
  765. this.plcUiNumberDisplay24.InvisibilityTriggerNode = null;
  766. this.plcUiNumberDisplay24.Location = new System.Drawing.Point(783, 115);
  767. this.plcUiNumberDisplay24.Name = "plcUiNumberDisplay24";
  768. this.plcUiNumberDisplay24.Preffix = null;
  769. this.plcUiNumberDisplay24.ReadNode = new Node("Application.GVL_A29_Auto.iA29_周期运行时间", NodeType.INT, "入料站运行周期耗时");
  770. this.plcUiNumberDisplay24.Size = new System.Drawing.Size(150, 40);
  771. this.plcUiNumberDisplay24.Suffix = null;
  772. this.plcUiNumberDisplay24.TabIndex = 50;
  773. this.plcUiNumberDisplay24.Text = "1";
  774. this.plcUiNumberDisplay24.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  775. this.plcUiNumberDisplay24.WriteNode = null;
  776. //
  777. // label26
  778. //
  779. this.label26.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  780. this.label26.Location = new System.Drawing.Point(627, 115);
  781. this.label26.Name = "label26";
  782. this.label26.Size = new System.Drawing.Size(150, 40);
  783. this.label26.TabIndex = 49;
  784. this.label26.Text = "A29 四料盒5";
  785. this.label26.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  786. //
  787. // label27
  788. //
  789. this.label27.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
  790. this.label27.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  791. this.label27.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  792. this.label27.Location = new System.Drawing.Point(783, 35);
  793. this.label27.Name = "label27";
  794. this.label27.Size = new System.Drawing.Size(150, 40);
  795. this.label27.TabIndex = 48;
  796. this.label27.Text = "时间(ms)";
  797. this.label27.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  798. //
  799. // label28
  800. //
  801. this.label28.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
  802. this.label28.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  803. this.label28.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  804. this.label28.Location = new System.Drawing.Point(627, 35);
  805. this.label28.Name = "label28";
  806. this.label28.Size = new System.Drawing.Size(150, 40);
  807. this.label28.TabIndex = 47;
  808. this.label28.Text = "站名";
  809. this.label28.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  810. //
  811. // plcUiNumberDisplay25
  812. //
  813. this.plcUiNumberDisplay25.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  814. this.plcUiNumberDisplay25.DecimalPlaces = 0;
  815. this.plcUiNumberDisplay25.DisabilityTriggerNode = null;
  816. this.plcUiNumberDisplay25.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  817. this.plcUiNumberDisplay25.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  818. this.plcUiNumberDisplay25.Gain = 1D;
  819. this.plcUiNumberDisplay25.IntegerDigits = 0;
  820. this.plcUiNumberDisplay25.InvisibilityTriggerNode = null;
  821. this.plcUiNumberDisplay25.Location = new System.Drawing.Point(783, 75);
  822. this.plcUiNumberDisplay25.Name = "plcUiNumberDisplay25";
  823. this.plcUiNumberDisplay25.Preffix = null;
  824. this.plcUiNumberDisplay25.ReadNode = new Node("Application.GVL_A28_Auto.iA28_周期运行时间", NodeType.INT, "入料站运行周期耗时");
  825. this.plcUiNumberDisplay25.Size = new System.Drawing.Size(150, 40);
  826. this.plcUiNumberDisplay25.Suffix = null;
  827. this.plcUiNumberDisplay25.TabIndex = 46;
  828. this.plcUiNumberDisplay25.Text = "1";
  829. this.plcUiNumberDisplay25.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  830. this.plcUiNumberDisplay25.WriteNode = null;
  831. //
  832. // label29
  833. //
  834. this.label29.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  835. this.label29.Location = new System.Drawing.Point(627, 75);
  836. this.label29.Name = "label29";
  837. this.label29.Size = new System.Drawing.Size(150, 40);
  838. this.label29.TabIndex = 45;
  839. this.label29.Text = "A28 四料盒4";
  840. this.label29.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  841. //
  842. // label37
  843. //
  844. this.label37.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  845. this.label37.Location = new System.Drawing.Point(3, 435);
  846. this.label37.Name = "label37";
  847. this.label37.Size = new System.Drawing.Size(150, 40);
  848. this.label37.TabIndex = 65;
  849. this.label37.Text = "A09 四料盒2";
  850. this.label37.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  851. //
  852. // plcUiNumberDisplay26
  853. //
  854. this.plcUiNumberDisplay26.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  855. this.plcUiNumberDisplay26.DecimalPlaces = 0;
  856. this.plcUiNumberDisplay26.DisabilityTriggerNode = null;
  857. this.plcUiNumberDisplay26.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  858. this.plcUiNumberDisplay26.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  859. this.plcUiNumberDisplay26.Gain = 1D;
  860. this.plcUiNumberDisplay26.IntegerDigits = 0;
  861. this.plcUiNumberDisplay26.InvisibilityTriggerNode = null;
  862. this.plcUiNumberDisplay26.Location = new System.Drawing.Point(159, 435);
  863. this.plcUiNumberDisplay26.Name = "plcUiNumberDisplay26";
  864. this.plcUiNumberDisplay26.Preffix = null;
  865. this.plcUiNumberDisplay26.ReadNode = new Node("Application.A08_TestNGContainer_Auto.iA09_周期运行时间", NodeType.INT, "入料站运行周期耗时");
  866. this.plcUiNumberDisplay26.Size = new System.Drawing.Size(150, 40);
  867. this.plcUiNumberDisplay26.Suffix = null;
  868. this.plcUiNumberDisplay26.TabIndex = 66;
  869. this.plcUiNumberDisplay26.Text = "1";
  870. this.plcUiNumberDisplay26.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  871. this.plcUiNumberDisplay26.WriteNode = null;
  872. //
  873. // plcUiNumberDisplay27
  874. //
  875. this.plcUiNumberDisplay27.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  876. this.plcUiNumberDisplay27.DecimalPlaces = 0;
  877. this.plcUiNumberDisplay27.DisabilityTriggerNode = null;
  878. this.plcUiNumberDisplay27.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  879. this.plcUiNumberDisplay27.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  880. this.plcUiNumberDisplay27.Gain = 1D;
  881. this.plcUiNumberDisplay27.IntegerDigits = 0;
  882. this.plcUiNumberDisplay27.InvisibilityTriggerNode = null;
  883. this.plcUiNumberDisplay27.Location = new System.Drawing.Point(471, 435);
  884. this.plcUiNumberDisplay27.Name = "plcUiNumberDisplay27";
  885. this.plcUiNumberDisplay27.Preffix = null;
  886. this.plcUiNumberDisplay27.ReadNode = new Node("Application.GVL_A27_Auto.iA27_周期运行时间", NodeType.INT, "入料站运行周期耗时");
  887. this.plcUiNumberDisplay27.Size = new System.Drawing.Size(150, 40);
  888. this.plcUiNumberDisplay27.Suffix = null;
  889. this.plcUiNumberDisplay27.TabIndex = 68;
  890. this.plcUiNumberDisplay27.Text = "1";
  891. this.plcUiNumberDisplay27.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  892. this.plcUiNumberDisplay27.WriteNode = null;
  893. //
  894. // label30
  895. //
  896. this.label30.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  897. this.label30.Location = new System.Drawing.Point(315, 435);
  898. this.label30.Name = "label30";
  899. this.label30.Size = new System.Drawing.Size(150, 40);
  900. this.label30.TabIndex = 67;
  901. this.label30.Text = "A27 3D测试站";
  902. this.label30.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  903. //
  904. // label24
  905. //
  906. this.label24.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  907. this.label24.Location = new System.Drawing.Point(627, 195);
  908. this.label24.Name = "label24";
  909. this.label24.Size = new System.Drawing.Size(150, 40);
  910. this.label24.TabIndex = 53;
  911. this.label24.Text = "A33 封装站";
  912. this.label24.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  913. //
  914. // plcUiNumberDisplay22
  915. //
  916. this.plcUiNumberDisplay22.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  917. this.plcUiNumberDisplay22.DecimalPlaces = 0;
  918. this.plcUiNumberDisplay22.DisabilityTriggerNode = null;
  919. this.plcUiNumberDisplay22.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  920. this.plcUiNumberDisplay22.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  921. this.plcUiNumberDisplay22.Gain = 1D;
  922. this.plcUiNumberDisplay22.IntegerDigits = 0;
  923. this.plcUiNumberDisplay22.InvisibilityTriggerNode = null;
  924. this.plcUiNumberDisplay22.Location = new System.Drawing.Point(783, 195);
  925. this.plcUiNumberDisplay22.Name = "plcUiNumberDisplay22";
  926. this.plcUiNumberDisplay22.Preffix = null;
  927. this.plcUiNumberDisplay22.ReadNode = new Node("Application.GVL_A31_Auto.iA31_周期运行时间", NodeType.INT, "入料站运行周期耗时");
  928. this.plcUiNumberDisplay22.Size = new System.Drawing.Size(150, 40);
  929. this.plcUiNumberDisplay22.Suffix = null;
  930. this.plcUiNumberDisplay22.TabIndex = 54;
  931. this.plcUiNumberDisplay22.Text = "1";
  932. this.plcUiNumberDisplay22.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  933. this.plcUiNumberDisplay22.WriteNode = null;
  934. //
  935. // plcUiNumberDisplay16
  936. //
  937. this.plcUiNumberDisplay16.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  938. this.plcUiNumberDisplay16.DecimalPlaces = 0;
  939. this.plcUiNumberDisplay16.DisabilityTriggerNode = null;
  940. this.plcUiNumberDisplay16.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  941. this.plcUiNumberDisplay16.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  942. this.plcUiNumberDisplay16.Gain = 1D;
  943. this.plcUiNumberDisplay16.IntegerDigits = 0;
  944. this.plcUiNumberDisplay16.InvisibilityTriggerNode = null;
  945. this.plcUiNumberDisplay16.Location = new System.Drawing.Point(471, 115);
  946. this.plcUiNumberDisplay16.Name = "plcUiNumberDisplay16";
  947. this.plcUiNumberDisplay16.Preffix = null;
  948. this.plcUiNumberDisplay16.ReadNode = new Node("Application.A14_ThermalTest_Auto.iA15_周期运行时间", NodeType.INT, "热测站运行周期耗时");
  949. this.plcUiNumberDisplay16.Size = new System.Drawing.Size(150, 40);
  950. this.plcUiNumberDisplay16.Suffix = null;
  951. this.plcUiNumberDisplay16.TabIndex = 30;
  952. this.plcUiNumberDisplay16.Text = "1";
  953. this.plcUiNumberDisplay16.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  954. this.plcUiNumberDisplay16.WriteNode = null;
  955. //
  956. // label16
  957. //
  958. this.label16.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  959. this.label16.Location = new System.Drawing.Point(315, 115);
  960. this.label16.Name = "label16";
  961. this.label16.Size = new System.Drawing.Size(150, 40);
  962. this.label16.TabIndex = 29;
  963. this.label16.Text = "A14 热测盘";
  964. this.label16.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  965. //
  966. // SpeedMonitorForm
  967. //
  968. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
  969. this.ClientSize = new System.Drawing.Size(984, 513);
  970. this.Controls.Add(this.plcUiNumberDisplay27);
  971. this.Controls.Add(this.label30);
  972. this.Controls.Add(this.plcUiNumberDisplay26);
  973. this.Controls.Add(this.label37);
  974. this.Controls.Add(this.plcUiNumberDisplay18);
  975. this.Controls.Add(this.label20);
  976. this.Controls.Add(this.plcUiNumberDisplay20);
  977. this.Controls.Add(this.label22);
  978. this.Controls.Add(this.plcUiNumberDisplay22);
  979. this.Controls.Add(this.label24);
  980. this.Controls.Add(this.plcUiNumberDisplay23);
  981. this.Controls.Add(this.label25);
  982. this.Controls.Add(this.plcUiNumberDisplay24);
  983. this.Controls.Add(this.label26);
  984. this.Controls.Add(this.label27);
  985. this.Controls.Add(this.label28);
  986. this.Controls.Add(this.plcUiNumberDisplay25);
  987. this.Controls.Add(this.label29);
  988. this.Controls.Add(this.plcUiNumberDisplay9);
  989. this.Controls.Add(this.label9);
  990. this.Controls.Add(this.plcUiNumberDisplay10);
  991. this.Controls.Add(this.label10);
  992. this.Controls.Add(this.plcUiNumberDisplay11);
  993. this.Controls.Add(this.label11);
  994. this.Controls.Add(this.plcUiNumberDisplay12);
  995. this.Controls.Add(this.label12);
  996. this.Controls.Add(this.plcUiNumberDisplay13);
  997. this.Controls.Add(this.label13);
  998. this.Controls.Add(this.plcUiNumberDisplay14);
  999. this.Controls.Add(this.label14);
  1000. this.Controls.Add(this.plcUiNumberDisplay15);
  1001. this.Controls.Add(this.label15);
  1002. this.Controls.Add(this.plcUiNumberDisplay16);
  1003. this.Controls.Add(this.label16);
  1004. this.Controls.Add(this.label17);
  1005. this.Controls.Add(this.label18);
  1006. this.Controls.Add(this.lbl1_4);
  1007. this.Controls.Add(this.lbl1_3);
  1008. this.Controls.Add(this.plcUiNumberDisplay8);
  1009. this.Controls.Add(this.label8);
  1010. this.Controls.Add(this.plcUiNumberDisplay7);
  1011. this.Controls.Add(this.label7);
  1012. this.Controls.Add(this.plcUiNumberDisplay6);
  1013. this.Controls.Add(this.label6);
  1014. this.Controls.Add(this.plcUiNumberDisplay5);
  1015. this.Controls.Add(this.label5);
  1016. this.Controls.Add(this.plcUiNumberDisplay4);
  1017. this.Controls.Add(this.label4);
  1018. this.Controls.Add(this.plcUiNumberDisplay3);
  1019. this.Controls.Add(this.label3);
  1020. this.Controls.Add(this.plcUiNumberDisplay2);
  1021. this.Controls.Add(this.label2);
  1022. this.Controls.Add(this.plcUiNumberDisplay1);
  1023. this.Controls.Add(this.label1);
  1024. this.Controls.Add(this.lblCaption2);
  1025. this.Controls.Add(this.lblCaption1);
  1026. this.Controls.Add(this.lbl1_2);
  1027. this.Controls.Add(this.lbl1_1);
  1028. this.MaximizeBox = false;
  1029. this.MinimizeBox = false;
  1030. this.Name = "SpeedMonitorForm";
  1031. this.Text = "工站时间监控";
  1032. this.ZoomScaleRect = new System.Drawing.Rectangle(15, 15, 800, 450);
  1033. this.ResumeLayout(false);
  1034. }
  1035. #endregion
  1036. private System.Windows.Forms.Label lbl1_1;
  1037. private PlcUiControl.PlcUiNumberDisplay lbl1_2;
  1038. private System.Windows.Forms.Label lblCaption1;
  1039. private System.Windows.Forms.Label lblCaption2;
  1040. private PlcUiControl.PlcUiNumberDisplay plcUiNumberDisplay1;
  1041. private System.Windows.Forms.Label label1;
  1042. private PlcUiControl.PlcUiNumberDisplay plcUiNumberDisplay2;
  1043. private System.Windows.Forms.Label label2;
  1044. private PlcUiControl.PlcUiNumberDisplay plcUiNumberDisplay3;
  1045. private System.Windows.Forms.Label label3;
  1046. private PlcUiControl.PlcUiNumberDisplay plcUiNumberDisplay4;
  1047. private System.Windows.Forms.Label label4;
  1048. private PlcUiControl.PlcUiNumberDisplay plcUiNumberDisplay5;
  1049. private System.Windows.Forms.Label label5;
  1050. private PlcUiControl.PlcUiNumberDisplay plcUiNumberDisplay6;
  1051. private System.Windows.Forms.Label label6;
  1052. private PlcUiControl.PlcUiNumberDisplay plcUiNumberDisplay7;
  1053. private System.Windows.Forms.Label label7;
  1054. private PlcUiControl.PlcUiNumberDisplay plcUiNumberDisplay8;
  1055. private System.Windows.Forms.Label label8;
  1056. private PlcUiControl.PlcUiNumberDisplay plcUiNumberDisplay9;
  1057. private System.Windows.Forms.Label label9;
  1058. private PlcUiControl.PlcUiNumberDisplay plcUiNumberDisplay10;
  1059. private System.Windows.Forms.Label label10;
  1060. private PlcUiControl.PlcUiNumberDisplay plcUiNumberDisplay11;
  1061. private System.Windows.Forms.Label label11;
  1062. private PlcUiControl.PlcUiNumberDisplay plcUiNumberDisplay12;
  1063. private System.Windows.Forms.Label label12;
  1064. private PlcUiControl.PlcUiNumberDisplay plcUiNumberDisplay13;
  1065. private System.Windows.Forms.Label label13;
  1066. private PlcUiControl.PlcUiNumberDisplay plcUiNumberDisplay14;
  1067. private System.Windows.Forms.Label label14;
  1068. private PlcUiControl.PlcUiNumberDisplay plcUiNumberDisplay15;
  1069. private System.Windows.Forms.Label label15;
  1070. private System.Windows.Forms.Label label17;
  1071. private System.Windows.Forms.Label label18;
  1072. private PlcUiControl.PlcUiNumberDisplay lbl1_4;
  1073. private System.Windows.Forms.Label lbl1_3;
  1074. private PlcUiControl.PlcUiNumberDisplay plcUiNumberDisplay18;
  1075. private System.Windows.Forms.Label label20;
  1076. private PlcUiControl.PlcUiNumberDisplay plcUiNumberDisplay20;
  1077. private System.Windows.Forms.Label label22;
  1078. private PlcUiControl.PlcUiNumberDisplay plcUiNumberDisplay23;
  1079. private System.Windows.Forms.Label label25;
  1080. private PlcUiControl.PlcUiNumberDisplay plcUiNumberDisplay24;
  1081. private System.Windows.Forms.Label label26;
  1082. private System.Windows.Forms.Label label27;
  1083. private System.Windows.Forms.Label label28;
  1084. private PlcUiControl.PlcUiNumberDisplay plcUiNumberDisplay25;
  1085. private System.Windows.Forms.Label label29;
  1086. private System.Windows.Forms.Label label37;
  1087. private PlcUiControl.PlcUiNumberDisplay plcUiNumberDisplay26;
  1088. private PlcUiControl.PlcUiNumberDisplay plcUiNumberDisplay27;
  1089. private System.Windows.Forms.Label label30;
  1090. private System.Windows.Forms.Label label24;
  1091. private PlcUiControl.PlcUiNumberDisplay plcUiNumberDisplay22;
  1092. private PlcUiControl.PlcUiNumberDisplay plcUiNumberDisplay16;
  1093. private System.Windows.Forms.Label label16;
  1094. }
  1095. }