SpeedMonitorForm.Designer.cs 72 KB

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