MatrixStation.Designer.cs 41 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715
  1. namespace IntelligentControlForsx.MyControls
  2. {
  3. partial class MatrixStation
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 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 组件设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要修改
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. this.pnlTop = new System.Windows.Forms.Panel();
  30. this.pnlTopRight = new System.Windows.Forms.Panel();
  31. this.lblFHL = new System.Windows.Forms.Label();
  32. this.lblWindSpeed = new System.Windows.Forms.Label();
  33. this.lblPower = new System.Windows.Forms.Label();
  34. this.lblRFDL = new System.Windows.Forms.Label();
  35. this.lblYFDL = new System.Windows.Forms.Label();
  36. this.lblNFDL = new System.Windows.Forms.Label();
  37. this.label13 = new System.Windows.Forms.Label();
  38. this.label14 = new System.Windows.Forms.Label();
  39. this.label11 = new System.Windows.Forms.Label();
  40. this.label12 = new System.Windows.Forms.Label();
  41. this.label9 = new System.Windows.Forms.Label();
  42. this.label10 = new System.Windows.Forms.Label();
  43. this.label7 = new System.Windows.Forms.Label();
  44. this.label8 = new System.Windows.Forms.Label();
  45. this.label4 = new System.Windows.Forms.Label();
  46. this.label6 = new System.Windows.Forms.Label();
  47. this.label5 = new System.Windows.Forms.Label();
  48. this.label3 = new System.Windows.Forms.Label();
  49. this.pnlTopLeft = new System.Windows.Forms.Panel();
  50. this.pnlCntSD = new System.Windows.Forms.Panel();
  51. this.lblCntSD = new System.Windows.Forms.Label();
  52. this.pnlCntTJ = new System.Windows.Forms.Panel();
  53. this.lblCntTJ = new System.Windows.Forms.Label();
  54. this.pnlCntQD = new System.Windows.Forms.Panel();
  55. this.lblCntQD = new System.Windows.Forms.Label();
  56. this.pnlCntLX = new System.Windows.Forms.Panel();
  57. this.lblCntLX = new System.Windows.Forms.Label();
  58. this.pnlWH = new System.Windows.Forms.Panel();
  59. this.lblCntWH = new System.Windows.Forms.Label();
  60. this.pnlCntGZ = new System.Windows.Forms.Panel();
  61. this.lblCntGZ = new System.Windows.Forms.Label();
  62. this.pnlCntDJ = new System.Windows.Forms.Panel();
  63. this.lblCntDJ = new System.Windows.Forms.Label();
  64. this.pnlCntBW = new System.Windows.Forms.Panel();
  65. this.lblCntBW = new System.Windows.Forms.Label();
  66. this.pnlCntAll = new System.Windows.Forms.Panel();
  67. this.lblCntAll = new System.Windows.Forms.Label();
  68. this.pnlStationName = new System.Windows.Forms.Panel();
  69. this.lblStationName = new System.Windows.Forms.Label();
  70. this.pnlTable = new System.Windows.Forms.TableLayoutPanel();
  71. this.timer1 = new System.Windows.Forms.Timer(this.components);
  72. this.pnlTop.SuspendLayout();
  73. this.pnlTopRight.SuspendLayout();
  74. this.pnlTopLeft.SuspendLayout();
  75. this.pnlCntSD.SuspendLayout();
  76. this.pnlCntTJ.SuspendLayout();
  77. this.pnlCntQD.SuspendLayout();
  78. this.pnlCntLX.SuspendLayout();
  79. this.pnlWH.SuspendLayout();
  80. this.pnlCntGZ.SuspendLayout();
  81. this.pnlCntDJ.SuspendLayout();
  82. this.pnlCntBW.SuspendLayout();
  83. this.pnlCntAll.SuspendLayout();
  84. this.pnlStationName.SuspendLayout();
  85. this.SuspendLayout();
  86. //
  87. // pnlTop
  88. //
  89. this.pnlTop.BackColor = System.Drawing.Color.Transparent;
  90. this.pnlTop.Controls.Add(this.pnlTopRight);
  91. this.pnlTop.Controls.Add(this.pnlTopLeft);
  92. this.pnlTop.Dock = System.Windows.Forms.DockStyle.Top;
  93. this.pnlTop.Location = new System.Drawing.Point(0, 0);
  94. this.pnlTop.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  95. this.pnlTop.Name = "pnlTop";
  96. this.pnlTop.Size = new System.Drawing.Size(1920, 24);
  97. this.pnlTop.TabIndex = 0;
  98. //
  99. // pnlTopRight
  100. //
  101. this.pnlTopRight.Controls.Add(this.lblFHL);
  102. this.pnlTopRight.Controls.Add(this.lblWindSpeed);
  103. this.pnlTopRight.Controls.Add(this.lblPower);
  104. this.pnlTopRight.Controls.Add(this.lblRFDL);
  105. this.pnlTopRight.Controls.Add(this.lblYFDL);
  106. this.pnlTopRight.Controls.Add(this.lblNFDL);
  107. this.pnlTopRight.Controls.Add(this.label13);
  108. this.pnlTopRight.Controls.Add(this.label14);
  109. this.pnlTopRight.Controls.Add(this.label11);
  110. this.pnlTopRight.Controls.Add(this.label12);
  111. this.pnlTopRight.Controls.Add(this.label9);
  112. this.pnlTopRight.Controls.Add(this.label10);
  113. this.pnlTopRight.Controls.Add(this.label7);
  114. this.pnlTopRight.Controls.Add(this.label8);
  115. this.pnlTopRight.Controls.Add(this.label4);
  116. this.pnlTopRight.Controls.Add(this.label6);
  117. this.pnlTopRight.Controls.Add(this.label5);
  118. this.pnlTopRight.Controls.Add(this.label3);
  119. this.pnlTopRight.Dock = System.Windows.Forms.DockStyle.Right;
  120. this.pnlTopRight.Location = new System.Drawing.Point(471, 0);
  121. this.pnlTopRight.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  122. this.pnlTopRight.Name = "pnlTopRight";
  123. this.pnlTopRight.Size = new System.Drawing.Size(1449, 24);
  124. this.pnlTopRight.TabIndex = 1;
  125. //
  126. // lblFHL
  127. //
  128. this.lblFHL.AutoSize = true;
  129. this.lblFHL.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  130. this.lblFHL.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(219)))), ((int)(((byte)(105)))));
  131. this.lblFHL.Location = new System.Drawing.Point(1360, 6);
  132. this.lblFHL.Name = "lblFHL";
  133. this.lblFHL.Size = new System.Drawing.Size(32, 17);
  134. this.lblFHL.TabIndex = 48;
  135. this.lblFHL.Text = "0.00";
  136. //
  137. // lblWindSpeed
  138. //
  139. this.lblWindSpeed.AutoSize = true;
  140. this.lblWindSpeed.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  141. this.lblWindSpeed.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(219)))), ((int)(((byte)(105)))));
  142. this.lblWindSpeed.Location = new System.Drawing.Point(1203, 7);
  143. this.lblWindSpeed.Name = "lblWindSpeed";
  144. this.lblWindSpeed.Size = new System.Drawing.Size(32, 17);
  145. this.lblWindSpeed.TabIndex = 47;
  146. this.lblWindSpeed.Text = "0.00";
  147. //
  148. // lblPower
  149. //
  150. this.lblPower.AutoSize = true;
  151. this.lblPower.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  152. this.lblPower.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(219)))), ((int)(((byte)(105)))));
  153. this.lblPower.Location = new System.Drawing.Point(1088, 6);
  154. this.lblPower.Name = "lblPower";
  155. this.lblPower.Size = new System.Drawing.Size(32, 17);
  156. this.lblPower.TabIndex = 46;
  157. this.lblPower.Text = "0.00";
  158. //
  159. // lblRFDL
  160. //
  161. this.lblRFDL.AutoSize = true;
  162. this.lblRFDL.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  163. this.lblRFDL.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(219)))), ((int)(((byte)(105)))));
  164. this.lblRFDL.Location = new System.Drawing.Point(917, 7);
  165. this.lblRFDL.Name = "lblRFDL";
  166. this.lblRFDL.Size = new System.Drawing.Size(32, 17);
  167. this.lblRFDL.TabIndex = 45;
  168. this.lblRFDL.Text = "0.00";
  169. //
  170. // lblYFDL
  171. //
  172. this.lblYFDL.AutoSize = true;
  173. this.lblYFDL.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  174. this.lblYFDL.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(219)))), ((int)(((byte)(105)))));
  175. this.lblYFDL.Location = new System.Drawing.Point(748, 6);
  176. this.lblYFDL.Name = "lblYFDL";
  177. this.lblYFDL.Size = new System.Drawing.Size(32, 17);
  178. this.lblYFDL.TabIndex = 44;
  179. this.lblYFDL.Text = "0.00";
  180. //
  181. // lblNFDL
  182. //
  183. this.lblNFDL.AutoSize = true;
  184. this.lblNFDL.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  185. this.lblNFDL.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(219)))), ((int)(((byte)(105)))));
  186. this.lblNFDL.Location = new System.Drawing.Point(562, 7);
  187. this.lblNFDL.Name = "lblNFDL";
  188. this.lblNFDL.Size = new System.Drawing.Size(32, 17);
  189. this.lblNFDL.TabIndex = 43;
  190. this.lblNFDL.Text = "0.00";
  191. //
  192. // label13
  193. //
  194. this.label13.AutoSize = true;
  195. this.label13.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  196. this.label13.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(207)))), ((int)(((byte)(250)))));
  197. this.label13.Location = new System.Drawing.Point(1406, 6);
  198. this.label13.Name = "label13";
  199. this.label13.Size = new System.Drawing.Size(19, 17);
  200. this.label13.TabIndex = 41;
  201. this.label13.Text = "%";
  202. //
  203. // label14
  204. //
  205. this.label14.AutoSize = true;
  206. this.label14.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  207. this.label14.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(207)))), ((int)(((byte)(250)))));
  208. this.label14.Location = new System.Drawing.Point(1299, 7);
  209. this.label14.Name = "label14";
  210. this.label14.Size = new System.Drawing.Size(44, 17);
  211. this.label14.TabIndex = 40;
  212. this.label14.Text = "负荷率";
  213. //
  214. // label11
  215. //
  216. this.label11.AutoSize = true;
  217. this.label11.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  218. this.label11.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(207)))), ((int)(((byte)(250)))));
  219. this.label11.Location = new System.Drawing.Point(1260, 7);
  220. this.label11.Name = "label11";
  221. this.label11.Size = new System.Drawing.Size(30, 17);
  222. this.label11.TabIndex = 38;
  223. this.label11.Text = "m/s";
  224. //
  225. // label12
  226. //
  227. this.label12.AutoSize = true;
  228. this.label12.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  229. this.label12.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(207)))), ((int)(((byte)(250)))));
  230. this.label12.Location = new System.Drawing.Point(1159, 7);
  231. this.label12.Name = "label12";
  232. this.label12.Size = new System.Drawing.Size(32, 17);
  233. this.label12.TabIndex = 37;
  234. this.label12.Text = "风速";
  235. //
  236. // label9
  237. //
  238. this.label9.AutoSize = true;
  239. this.label9.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  240. this.label9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(207)))), ((int)(((byte)(250)))));
  241. this.label9.Location = new System.Drawing.Point(1126, 7);
  242. this.label9.Name = "label9";
  243. this.label9.Size = new System.Drawing.Size(24, 17);
  244. this.label9.TabIndex = 36;
  245. this.label9.Text = "kw";
  246. //
  247. // label10
  248. //
  249. this.label10.AutoSize = true;
  250. this.label10.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  251. this.label10.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(207)))), ((int)(((byte)(250)))));
  252. this.label10.Location = new System.Drawing.Point(1032, 7);
  253. this.label10.Name = "label10";
  254. this.label10.Size = new System.Drawing.Size(32, 17);
  255. this.label10.TabIndex = 35;
  256. this.label10.Text = "功率";
  257. //
  258. // label7
  259. //
  260. this.label7.AutoSize = true;
  261. this.label7.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  262. this.label7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(207)))), ((int)(((byte)(250)))));
  263. this.label7.Location = new System.Drawing.Point(982, 7);
  264. this.label7.Name = "label7";
  265. this.label7.Size = new System.Drawing.Size(43, 17);
  266. this.label7.TabIndex = 34;
  267. this.label7.Text = "万kwh";
  268. //
  269. // label8
  270. //
  271. this.label8.AutoSize = true;
  272. this.label8.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  273. this.label8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(207)))), ((int)(((byte)(250)))));
  274. this.label8.Location = new System.Drawing.Point(855, 7);
  275. this.label8.Name = "label8";
  276. this.label8.Size = new System.Drawing.Size(56, 17);
  277. this.label8.TabIndex = 33;
  278. this.label8.Text = "日发电量";
  279. //
  280. // label4
  281. //
  282. this.label4.AutoSize = true;
  283. this.label4.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  284. this.label4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(207)))), ((int)(((byte)(250)))));
  285. this.label4.Location = new System.Drawing.Point(797, 7);
  286. this.label4.Name = "label4";
  287. this.label4.Size = new System.Drawing.Size(43, 17);
  288. this.label4.TabIndex = 32;
  289. this.label4.Text = "万kwh";
  290. //
  291. // label6
  292. //
  293. this.label6.AutoSize = true;
  294. this.label6.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  295. this.label6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(207)))), ((int)(((byte)(250)))));
  296. this.label6.Location = new System.Drawing.Point(676, 7);
  297. this.label6.Name = "label6";
  298. this.label6.Size = new System.Drawing.Size(56, 17);
  299. this.label6.TabIndex = 31;
  300. this.label6.Text = "月发电量";
  301. //
  302. // label5
  303. //
  304. this.label5.AutoSize = true;
  305. this.label5.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  306. this.label5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(207)))), ((int)(((byte)(250)))));
  307. this.label5.Location = new System.Drawing.Point(618, 7);
  308. this.label5.Name = "label5";
  309. this.label5.Size = new System.Drawing.Size(43, 17);
  310. this.label5.TabIndex = 30;
  311. this.label5.Text = "万kwh";
  312. //
  313. // label3
  314. //
  315. this.label3.AutoSize = true;
  316. this.label3.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  317. this.label3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(207)))), ((int)(((byte)(250)))));
  318. this.label3.Location = new System.Drawing.Point(491, 7);
  319. this.label3.Name = "label3";
  320. this.label3.Size = new System.Drawing.Size(56, 17);
  321. this.label3.TabIndex = 29;
  322. this.label3.Text = "年发电量";
  323. //
  324. // pnlTopLeft
  325. //
  326. this.pnlTopLeft.Controls.Add(this.pnlCntSD);
  327. this.pnlTopLeft.Controls.Add(this.pnlCntTJ);
  328. this.pnlTopLeft.Controls.Add(this.pnlCntQD);
  329. this.pnlTopLeft.Controls.Add(this.pnlCntLX);
  330. this.pnlTopLeft.Controls.Add(this.pnlWH);
  331. this.pnlTopLeft.Controls.Add(this.pnlCntGZ);
  332. this.pnlTopLeft.Controls.Add(this.pnlCntDJ);
  333. this.pnlTopLeft.Controls.Add(this.pnlCntBW);
  334. this.pnlTopLeft.Controls.Add(this.pnlCntAll);
  335. this.pnlTopLeft.Controls.Add(this.pnlStationName);
  336. this.pnlTopLeft.Dock = System.Windows.Forms.DockStyle.Left;
  337. this.pnlTopLeft.Location = new System.Drawing.Point(0, 0);
  338. this.pnlTopLeft.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  339. this.pnlTopLeft.Name = "pnlTopLeft";
  340. this.pnlTopLeft.Size = new System.Drawing.Size(465, 24);
  341. this.pnlTopLeft.TabIndex = 0;
  342. //
  343. // pnlCntSD
  344. //
  345. this.pnlCntSD.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(177)))), ((int)(((byte)(14)))), ((int)(((byte)(126)))));
  346. this.pnlCntSD.Controls.Add(this.lblCntSD);
  347. this.pnlCntSD.Dock = System.Windows.Forms.DockStyle.Left;
  348. this.pnlCntSD.Location = new System.Drawing.Point(404, 0);
  349. this.pnlCntSD.Margin = new System.Windows.Forms.Padding(1, 0, 0, 0);
  350. this.pnlCntSD.Name = "pnlCntSD";
  351. this.pnlCntSD.Padding = new System.Windows.Forms.Padding(0, 5, 0, 0);
  352. this.pnlCntSD.Size = new System.Drawing.Size(33, 24);
  353. this.pnlCntSD.TabIndex = 25;
  354. //
  355. // lblCntSD
  356. //
  357. this.lblCntSD.AutoSize = true;
  358. this.lblCntSD.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(177)))), ((int)(((byte)(14)))), ((int)(((byte)(126)))));
  359. this.lblCntSD.Dock = System.Windows.Forms.DockStyle.Fill;
  360. this.lblCntSD.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  361. this.lblCntSD.ForeColor = System.Drawing.Color.White;
  362. this.lblCntSD.Location = new System.Drawing.Point(0, 5);
  363. this.lblCntSD.Name = "lblCntSD";
  364. this.lblCntSD.Size = new System.Drawing.Size(17, 20);
  365. this.lblCntSD.TabIndex = 13;
  366. this.lblCntSD.Text = "0";
  367. //
  368. // pnlCntTJ
  369. //
  370. this.pnlCntTJ.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(176)))), ((int)(((byte)(151)))), ((int)(((byte)(63)))));
  371. this.pnlCntTJ.Controls.Add(this.lblCntTJ);
  372. this.pnlCntTJ.Dock = System.Windows.Forms.DockStyle.Left;
  373. this.pnlCntTJ.Location = new System.Drawing.Point(371, 0);
  374. this.pnlCntTJ.Margin = new System.Windows.Forms.Padding(1, 0, 0, 0);
  375. this.pnlCntTJ.Name = "pnlCntTJ";
  376. this.pnlCntTJ.Padding = new System.Windows.Forms.Padding(0, 5, 0, 0);
  377. this.pnlCntTJ.Size = new System.Drawing.Size(33, 24);
  378. this.pnlCntTJ.TabIndex = 24;
  379. //
  380. // lblCntTJ
  381. //
  382. this.lblCntTJ.AutoSize = true;
  383. this.lblCntTJ.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(153)))), ((int)(((byte)(153)))), ((int)(((byte)(51)))));
  384. this.lblCntTJ.Dock = System.Windows.Forms.DockStyle.Fill;
  385. this.lblCntTJ.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  386. this.lblCntTJ.ForeColor = System.Drawing.Color.White;
  387. this.lblCntTJ.Location = new System.Drawing.Point(0, 5);
  388. this.lblCntTJ.Name = "lblCntTJ";
  389. this.lblCntTJ.Size = new System.Drawing.Size(17, 20);
  390. this.lblCntTJ.TabIndex = 13;
  391. this.lblCntTJ.Text = "0";
  392. //
  393. // pnlCntQD
  394. //
  395. this.pnlCntQD.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(72)))), ((int)(((byte)(91)))));
  396. this.pnlCntQD.Controls.Add(this.lblCntQD);
  397. this.pnlCntQD.Dock = System.Windows.Forms.DockStyle.Left;
  398. this.pnlCntQD.Location = new System.Drawing.Point(338, 0);
  399. this.pnlCntQD.Margin = new System.Windows.Forms.Padding(1, 0, 0, 0);
  400. this.pnlCntQD.Name = "pnlCntQD";
  401. this.pnlCntQD.Padding = new System.Windows.Forms.Padding(0, 5, 0, 0);
  402. this.pnlCntQD.Size = new System.Drawing.Size(33, 24);
  403. this.pnlCntQD.TabIndex = 23;
  404. //
  405. // lblCntQD
  406. //
  407. this.lblCntQD.AutoSize = true;
  408. this.lblCntQD.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(72)))), ((int)(((byte)(91)))));
  409. this.lblCntQD.Dock = System.Windows.Forms.DockStyle.Fill;
  410. this.lblCntQD.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  411. this.lblCntQD.ForeColor = System.Drawing.Color.White;
  412. this.lblCntQD.Location = new System.Drawing.Point(0, 5);
  413. this.lblCntQD.Name = "lblCntQD";
  414. this.lblCntQD.Size = new System.Drawing.Size(17, 20);
  415. this.lblCntQD.TabIndex = 13;
  416. this.lblCntQD.Text = "0";
  417. //
  418. // pnlCntLX
  419. //
  420. this.pnlCntLX.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(134)))), ((int)(((byte)(150)))), ((int)(((byte)(165)))));
  421. this.pnlCntLX.Controls.Add(this.lblCntLX);
  422. this.pnlCntLX.Dock = System.Windows.Forms.DockStyle.Left;
  423. this.pnlCntLX.Location = new System.Drawing.Point(305, 0);
  424. this.pnlCntLX.Margin = new System.Windows.Forms.Padding(1, 0, 0, 0);
  425. this.pnlCntLX.Name = "pnlCntLX";
  426. this.pnlCntLX.Padding = new System.Windows.Forms.Padding(0, 5, 0, 0);
  427. this.pnlCntLX.Size = new System.Drawing.Size(33, 24);
  428. this.pnlCntLX.TabIndex = 22;
  429. //
  430. // lblCntLX
  431. //
  432. this.lblCntLX.AutoSize = true;
  433. this.lblCntLX.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(134)))), ((int)(((byte)(150)))), ((int)(((byte)(165)))));
  434. this.lblCntLX.Dock = System.Windows.Forms.DockStyle.Fill;
  435. this.lblCntLX.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  436. this.lblCntLX.ForeColor = System.Drawing.Color.White;
  437. this.lblCntLX.Location = new System.Drawing.Point(0, 5);
  438. this.lblCntLX.Name = "lblCntLX";
  439. this.lblCntLX.Size = new System.Drawing.Size(17, 20);
  440. this.lblCntLX.TabIndex = 13;
  441. this.lblCntLX.Text = "0";
  442. //
  443. // pnlWH
  444. //
  445. this.pnlWH.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(83)))), ((int)(((byte)(35)))));
  446. this.pnlWH.Controls.Add(this.lblCntWH);
  447. this.pnlWH.Dock = System.Windows.Forms.DockStyle.Left;
  448. this.pnlWH.Location = new System.Drawing.Point(272, 0);
  449. this.pnlWH.Margin = new System.Windows.Forms.Padding(1, 0, 0, 0);
  450. this.pnlWH.Name = "pnlWH";
  451. this.pnlWH.Padding = new System.Windows.Forms.Padding(0, 5, 0, 0);
  452. this.pnlWH.Size = new System.Drawing.Size(33, 24);
  453. this.pnlWH.TabIndex = 21;
  454. //
  455. // lblCntWH
  456. //
  457. this.lblCntWH.AutoSize = true;
  458. this.lblCntWH.Dock = System.Windows.Forms.DockStyle.Fill;
  459. this.lblCntWH.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  460. this.lblCntWH.ForeColor = System.Drawing.Color.White;
  461. this.lblCntWH.Location = new System.Drawing.Point(0, 5);
  462. this.lblCntWH.Name = "lblCntWH";
  463. this.lblCntWH.Size = new System.Drawing.Size(17, 20);
  464. this.lblCntWH.TabIndex = 13;
  465. this.lblCntWH.Text = "0";
  466. //
  467. // pnlCntGZ
  468. //
  469. this.pnlCntGZ.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(15)))), ((int)(((byte)(59)))));
  470. this.pnlCntGZ.Controls.Add(this.lblCntGZ);
  471. this.pnlCntGZ.Dock = System.Windows.Forms.DockStyle.Left;
  472. this.pnlCntGZ.Location = new System.Drawing.Point(239, 0);
  473. this.pnlCntGZ.Margin = new System.Windows.Forms.Padding(1, 0, 0, 0);
  474. this.pnlCntGZ.Name = "pnlCntGZ";
  475. this.pnlCntGZ.Padding = new System.Windows.Forms.Padding(0, 5, 0, 0);
  476. this.pnlCntGZ.Size = new System.Drawing.Size(33, 24);
  477. this.pnlCntGZ.TabIndex = 20;
  478. //
  479. // lblCntGZ
  480. //
  481. this.lblCntGZ.AutoSize = true;
  482. this.lblCntGZ.Dock = System.Windows.Forms.DockStyle.Fill;
  483. this.lblCntGZ.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  484. this.lblCntGZ.ForeColor = System.Drawing.Color.White;
  485. this.lblCntGZ.Location = new System.Drawing.Point(0, 5);
  486. this.lblCntGZ.Name = "lblCntGZ";
  487. this.lblCntGZ.Size = new System.Drawing.Size(17, 20);
  488. this.lblCntGZ.TabIndex = 13;
  489. this.lblCntGZ.Text = "0";
  490. //
  491. // pnlCntDJ
  492. //
  493. this.pnlCntDJ.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(15)))), ((int)(((byte)(141)))), ((int)(((byte)(106)))));
  494. this.pnlCntDJ.Controls.Add(this.lblCntDJ);
  495. this.pnlCntDJ.Dock = System.Windows.Forms.DockStyle.Left;
  496. this.pnlCntDJ.Location = new System.Drawing.Point(206, 0);
  497. this.pnlCntDJ.Margin = new System.Windows.Forms.Padding(1, 0, 0, 0);
  498. this.pnlCntDJ.Name = "pnlCntDJ";
  499. this.pnlCntDJ.Padding = new System.Windows.Forms.Padding(0, 5, 0, 0);
  500. this.pnlCntDJ.Size = new System.Drawing.Size(33, 24);
  501. this.pnlCntDJ.TabIndex = 19;
  502. //
  503. // lblCntDJ
  504. //
  505. this.lblCntDJ.AutoSize = true;
  506. this.lblCntDJ.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(15)))), ((int)(((byte)(141)))), ((int)(((byte)(106)))));
  507. this.lblCntDJ.Dock = System.Windows.Forms.DockStyle.Fill;
  508. this.lblCntDJ.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  509. this.lblCntDJ.ForeColor = System.Drawing.Color.White;
  510. this.lblCntDJ.Location = new System.Drawing.Point(0, 5);
  511. this.lblCntDJ.Name = "lblCntDJ";
  512. this.lblCntDJ.Size = new System.Drawing.Size(17, 20);
  513. this.lblCntDJ.TabIndex = 13;
  514. this.lblCntDJ.Text = "0";
  515. //
  516. // pnlCntBW
  517. //
  518. this.pnlCntBW.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(15)))), ((int)(((byte)(135)))), ((int)(((byte)(170)))));
  519. this.pnlCntBW.Controls.Add(this.lblCntBW);
  520. this.pnlCntBW.Dock = System.Windows.Forms.DockStyle.Left;
  521. this.pnlCntBW.Location = new System.Drawing.Point(173, 0);
  522. this.pnlCntBW.Margin = new System.Windows.Forms.Padding(1, 0, 0, 0);
  523. this.pnlCntBW.Name = "pnlCntBW";
  524. this.pnlCntBW.Padding = new System.Windows.Forms.Padding(0, 5, 0, 0);
  525. this.pnlCntBW.Size = new System.Drawing.Size(33, 24);
  526. this.pnlCntBW.TabIndex = 18;
  527. //
  528. // lblCntBW
  529. //
  530. this.lblCntBW.AutoSize = true;
  531. this.lblCntBW.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(15)))), ((int)(((byte)(135)))), ((int)(((byte)(170)))));
  532. this.lblCntBW.Dock = System.Windows.Forms.DockStyle.Fill;
  533. this.lblCntBW.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  534. this.lblCntBW.ForeColor = System.Drawing.Color.White;
  535. this.lblCntBW.Location = new System.Drawing.Point(0, 5);
  536. this.lblCntBW.Name = "lblCntBW";
  537. this.lblCntBW.Size = new System.Drawing.Size(17, 20);
  538. this.lblCntBW.TabIndex = 13;
  539. this.lblCntBW.Text = "0";
  540. //
  541. // pnlCntAll
  542. //
  543. this.pnlCntAll.BackColor = System.Drawing.Color.Black;
  544. this.pnlCntAll.Controls.Add(this.lblCntAll);
  545. this.pnlCntAll.Dock = System.Windows.Forms.DockStyle.Left;
  546. this.pnlCntAll.Location = new System.Drawing.Point(140, 0);
  547. this.pnlCntAll.Margin = new System.Windows.Forms.Padding(1, 0, 0, 0);
  548. this.pnlCntAll.Name = "pnlCntAll";
  549. this.pnlCntAll.Padding = new System.Windows.Forms.Padding(0, 5, 0, 0);
  550. this.pnlCntAll.Size = new System.Drawing.Size(33, 24);
  551. this.pnlCntAll.TabIndex = 17;
  552. //
  553. // lblCntAll
  554. //
  555. this.lblCntAll.AutoSize = true;
  556. this.lblCntAll.Dock = System.Windows.Forms.DockStyle.Fill;
  557. this.lblCntAll.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  558. this.lblCntAll.ForeColor = System.Drawing.Color.White;
  559. this.lblCntAll.Location = new System.Drawing.Point(0, 5);
  560. this.lblCntAll.Name = "lblCntAll";
  561. this.lblCntAll.Size = new System.Drawing.Size(17, 20);
  562. this.lblCntAll.TabIndex = 13;
  563. this.lblCntAll.Text = "0";
  564. //
  565. // pnlStationName
  566. //
  567. this.pnlStationName.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(11)))), ((int)(((byte)(118)))), ((int)(((byte)(129)))));
  568. this.pnlStationName.Controls.Add(this.lblStationName);
  569. this.pnlStationName.Dock = System.Windows.Forms.DockStyle.Left;
  570. this.pnlStationName.Location = new System.Drawing.Point(0, 0);
  571. this.pnlStationName.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  572. this.pnlStationName.Name = "pnlStationName";
  573. this.pnlStationName.Size = new System.Drawing.Size(140, 24);
  574. this.pnlStationName.TabIndex = 1;
  575. //
  576. // lblStationName
  577. //
  578. this.lblStationName.AutoSize = true;
  579. this.lblStationName.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  580. this.lblStationName.ForeColor = System.Drawing.Color.White;
  581. this.lblStationName.Location = new System.Drawing.Point(24, 2);
  582. this.lblStationName.Name = "lblStationName";
  583. this.lblStationName.Size = new System.Drawing.Size(93, 19);
  584. this.lblStationName.TabIndex = 0;
  585. this.lblStationName.Text = "麻黄山风电场";
  586. this.lblStationName.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  587. //
  588. // pnlTable
  589. //
  590. this.pnlTable.ColumnCount = 22;
  591. this.pnlTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 4.545454F));
  592. this.pnlTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 4.545454F));
  593. this.pnlTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 4.545454F));
  594. this.pnlTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 4.545454F));
  595. this.pnlTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 4.545454F));
  596. this.pnlTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 4.545454F));
  597. this.pnlTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 4.545454F));
  598. this.pnlTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 4.545454F));
  599. this.pnlTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 4.545454F));
  600. this.pnlTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 4.545454F));
  601. this.pnlTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 4.545454F));
  602. this.pnlTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 4.545454F));
  603. this.pnlTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 4.545454F));
  604. this.pnlTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 4.545454F));
  605. this.pnlTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 4.545454F));
  606. this.pnlTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 4.545454F));
  607. this.pnlTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 4.545454F));
  608. this.pnlTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 4.545454F));
  609. this.pnlTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 4.545454F));
  610. this.pnlTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 4.545454F));
  611. this.pnlTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 4.545454F));
  612. this.pnlTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 4.545454F));
  613. this.pnlTable.Dock = System.Windows.Forms.DockStyle.Top;
  614. this.pnlTable.Location = new System.Drawing.Point(0, 24);
  615. this.pnlTable.Name = "pnlTable";
  616. this.pnlTable.RowCount = 1;
  617. this.pnlTable.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 42F));
  618. this.pnlTable.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 42F));
  619. this.pnlTable.Size = new System.Drawing.Size(1920, 42);
  620. this.pnlTable.TabIndex = 1;
  621. //
  622. // timer1
  623. //
  624. this.timer1.Interval = 1500;
  625. this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
  626. //
  627. // MatrixStation
  628. //
  629. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
  630. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  631. this.BackColor = System.Drawing.Color.Black;
  632. this.Controls.Add(this.pnlTable);
  633. this.Controls.Add(this.pnlTop);
  634. this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  635. this.Margin = new System.Windows.Forms.Padding(2);
  636. this.Name = "MatrixStation";
  637. this.Size = new System.Drawing.Size(1920, 212);
  638. this.pnlTop.ResumeLayout(false);
  639. this.pnlTopRight.ResumeLayout(false);
  640. this.pnlTopRight.PerformLayout();
  641. this.pnlTopLeft.ResumeLayout(false);
  642. this.pnlCntSD.ResumeLayout(false);
  643. this.pnlCntSD.PerformLayout();
  644. this.pnlCntTJ.ResumeLayout(false);
  645. this.pnlCntTJ.PerformLayout();
  646. this.pnlCntQD.ResumeLayout(false);
  647. this.pnlCntQD.PerformLayout();
  648. this.pnlCntLX.ResumeLayout(false);
  649. this.pnlCntLX.PerformLayout();
  650. this.pnlWH.ResumeLayout(false);
  651. this.pnlWH.PerformLayout();
  652. this.pnlCntGZ.ResumeLayout(false);
  653. this.pnlCntGZ.PerformLayout();
  654. this.pnlCntDJ.ResumeLayout(false);
  655. this.pnlCntDJ.PerformLayout();
  656. this.pnlCntBW.ResumeLayout(false);
  657. this.pnlCntBW.PerformLayout();
  658. this.pnlCntAll.ResumeLayout(false);
  659. this.pnlCntAll.PerformLayout();
  660. this.pnlStationName.ResumeLayout(false);
  661. this.pnlStationName.PerformLayout();
  662. this.ResumeLayout(false);
  663. }
  664. #endregion
  665. private System.Windows.Forms.Panel pnlTop;
  666. private System.Windows.Forms.Panel pnlTopRight;
  667. private System.Windows.Forms.Panel pnlTopLeft;
  668. private System.Windows.Forms.Panel pnlStationName;
  669. private System.Windows.Forms.Label lblStationName;
  670. private System.Windows.Forms.Panel pnlCntSD;
  671. private System.Windows.Forms.Label lblCntSD;
  672. private System.Windows.Forms.Panel pnlCntTJ;
  673. private System.Windows.Forms.Label lblCntTJ;
  674. private System.Windows.Forms.Panel pnlCntQD;
  675. private System.Windows.Forms.Label lblCntQD;
  676. private System.Windows.Forms.Panel pnlCntLX;
  677. private System.Windows.Forms.Label lblCntLX;
  678. private System.Windows.Forms.Panel pnlWH;
  679. private System.Windows.Forms.Label lblCntWH;
  680. private System.Windows.Forms.Panel pnlCntGZ;
  681. private System.Windows.Forms.Label lblCntGZ;
  682. private System.Windows.Forms.Panel pnlCntDJ;
  683. private System.Windows.Forms.Label lblCntDJ;
  684. private System.Windows.Forms.Panel pnlCntBW;
  685. private System.Windows.Forms.Label lblCntBW;
  686. private System.Windows.Forms.Panel pnlCntAll;
  687. private System.Windows.Forms.Label lblCntAll;
  688. private System.Windows.Forms.Label lblFHL;
  689. private System.Windows.Forms.Label lblWindSpeed;
  690. private System.Windows.Forms.Label lblPower;
  691. private System.Windows.Forms.Label lblRFDL;
  692. private System.Windows.Forms.Label lblYFDL;
  693. private System.Windows.Forms.Label lblNFDL;
  694. private System.Windows.Forms.Label label13;
  695. private System.Windows.Forms.Label label14;
  696. private System.Windows.Forms.Label label11;
  697. private System.Windows.Forms.Label label12;
  698. private System.Windows.Forms.Label label9;
  699. private System.Windows.Forms.Label label10;
  700. private System.Windows.Forms.Label label7;
  701. private System.Windows.Forms.Label label8;
  702. private System.Windows.Forms.Label label4;
  703. private System.Windows.Forms.Label label6;
  704. private System.Windows.Forms.Label label5;
  705. private System.Windows.Forms.Label label3;
  706. private System.Windows.Forms.TableLayoutPanel pnlTable;
  707. private System.Windows.Forms.Timer timer1;
  708. }
  709. }