SpeedMonitorForm.Designer.cs 65 KB

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