MatrixTop.Designer.cs 36 KB

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