ControlFormTop.Designer.cs 66 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215
  1. namespace IntelligentControlForsx.MyControls
  2. {
  3. partial class ControlFormTop
  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.plTop = new System.Windows.Forms.Panel();
  29. this.panel3 = new System.Windows.Forms.Panel();
  30. this.panel14 = new System.Windows.Forms.Panel();
  31. this.lblAllLink = new System.Windows.Forms.Label();
  32. this.panel13 = new System.Windows.Forms.Panel();
  33. this.lblAllRun = new System.Windows.Forms.Label();
  34. this.panel12 = new System.Windows.Forms.Panel();
  35. this.lblAllStandby = new System.Windows.Forms.Label();
  36. this.panel11 = new System.Windows.Forms.Panel();
  37. this.lblAllFault = new System.Windows.Forms.Label();
  38. this.panel10 = new System.Windows.Forms.Panel();
  39. this.lblAllMaintain = new System.Windows.Forms.Label();
  40. this.panel9 = new System.Windows.Forms.Panel();
  41. this.lblAllOffline = new System.Windows.Forms.Label();
  42. this.panel8 = new System.Windows.Forms.Panel();
  43. this.lblAllStart = new System.Windows.Forms.Label();
  44. this.panel6 = new System.Windows.Forms.Panel();
  45. this.panel7 = new System.Windows.Forms.Panel();
  46. this.lblAllStop = new System.Windows.Forms.Label();
  47. this.panel4 = new System.Windows.Forms.Panel();
  48. this.panel5 = new System.Windows.Forms.Panel();
  49. this.lblAllOnPower = new System.Windows.Forms.Label();
  50. this.label31 = new System.Windows.Forms.Label();
  51. this.panel2 = new System.Windows.Forms.Panel();
  52. this.lblAllSpeed = new System.Windows.Forms.Label();
  53. this.lblAllPower = new System.Windows.Forms.Label();
  54. this.lblAllPowerByDay = new System.Windows.Forms.Label();
  55. this.lblAllPowerByMonth = new System.Windows.Forms.Label();
  56. this.lblAllPowerByYear = new System.Windows.Forms.Label();
  57. this.lblAllPowerCount = new System.Windows.Forms.Label();
  58. this.label19 = new System.Windows.Forms.Label();
  59. this.label20 = new System.Windows.Forms.Label();
  60. this.label21 = new System.Windows.Forms.Label();
  61. this.label22 = new System.Windows.Forms.Label();
  62. this.label23 = new System.Windows.Forms.Label();
  63. this.label24 = new System.Windows.Forms.Label();
  64. this.label25 = new System.Windows.Forms.Label();
  65. this.label26 = new System.Windows.Forms.Label();
  66. this.label27 = new System.Windows.Forms.Label();
  67. this.label28 = new System.Windows.Forms.Label();
  68. this.label29 = new System.Windows.Forms.Label();
  69. this.label30 = new System.Windows.Forms.Label();
  70. this.panel1 = new System.Windows.Forms.Panel();
  71. this.pnlTopRight = new System.Windows.Forms.Panel();
  72. this.lblWindSpeed = new System.Windows.Forms.Label();
  73. this.lblPower = new System.Windows.Forms.Label();
  74. this.lblRFDL = new System.Windows.Forms.Label();
  75. this.lblYFDL = new System.Windows.Forms.Label();
  76. this.lblNFDL = new System.Windows.Forms.Label();
  77. this.lblZFDL = new System.Windows.Forms.Label();
  78. this.label11 = new System.Windows.Forms.Label();
  79. this.label12 = new System.Windows.Forms.Label();
  80. this.label9 = new System.Windows.Forms.Label();
  81. this.label10 = new System.Windows.Forms.Label();
  82. this.label7 = new System.Windows.Forms.Label();
  83. this.label8 = new System.Windows.Forms.Label();
  84. this.label4 = new System.Windows.Forms.Label();
  85. this.label6 = new System.Windows.Forms.Label();
  86. this.label5 = new System.Windows.Forms.Label();
  87. this.label3 = new System.Windows.Forms.Label();
  88. this.label2 = new System.Windows.Forms.Label();
  89. this.label1 = new System.Windows.Forms.Label();
  90. this.plOnPowerCount = new System.Windows.Forms.Panel();
  91. this.lblOnPowerCount = new System.Windows.Forms.Label();
  92. this.plStopCount = new System.Windows.Forms.Panel();
  93. this.lblStopCount = new System.Windows.Forms.Label();
  94. this.plStartCount = new System.Windows.Forms.Panel();
  95. this.lblStartCount = new System.Windows.Forms.Label();
  96. this.plOfflineCount = new System.Windows.Forms.Panel();
  97. this.lblOfflineCount = new System.Windows.Forms.Label();
  98. this.plMantainCount = new System.Windows.Forms.Panel();
  99. this.lblMaintainCount = new System.Windows.Forms.Label();
  100. this.plFaultCount = new System.Windows.Forms.Panel();
  101. this.lblFaultCount = new System.Windows.Forms.Label();
  102. this.plStandbyCount = new System.Windows.Forms.Panel();
  103. this.lblStandbyCount = new System.Windows.Forms.Label();
  104. this.plOnlineCount = new System.Windows.Forms.Panel();
  105. this.lblOnlineCount = new System.Windows.Forms.Label();
  106. this.plAllCount = new System.Windows.Forms.Panel();
  107. this.lblAllCount = new System.Windows.Forms.Label();
  108. this.plStation = new System.Windows.Forms.Panel();
  109. this.lblStationName = new System.Windows.Forms.Label();
  110. this.plTop.SuspendLayout();
  111. this.panel3.SuspendLayout();
  112. this.panel14.SuspendLayout();
  113. this.panel13.SuspendLayout();
  114. this.panel12.SuspendLayout();
  115. this.panel11.SuspendLayout();
  116. this.panel10.SuspendLayout();
  117. this.panel9.SuspendLayout();
  118. this.panel8.SuspendLayout();
  119. this.panel6.SuspendLayout();
  120. this.panel7.SuspendLayout();
  121. this.panel4.SuspendLayout();
  122. this.panel5.SuspendLayout();
  123. this.panel2.SuspendLayout();
  124. this.panel1.SuspendLayout();
  125. this.pnlTopRight.SuspendLayout();
  126. this.plOnPowerCount.SuspendLayout();
  127. this.plStopCount.SuspendLayout();
  128. this.plStartCount.SuspendLayout();
  129. this.plOfflineCount.SuspendLayout();
  130. this.plMantainCount.SuspendLayout();
  131. this.plFaultCount.SuspendLayout();
  132. this.plStandbyCount.SuspendLayout();
  133. this.plOnlineCount.SuspendLayout();
  134. this.plAllCount.SuspendLayout();
  135. this.plStation.SuspendLayout();
  136. this.SuspendLayout();
  137. //
  138. // plTop
  139. //
  140. this.plTop.Controls.Add(this.panel3);
  141. this.plTop.Controls.Add(this.panel2);
  142. this.plTop.Dock = System.Windows.Forms.DockStyle.Top;
  143. this.plTop.Location = new System.Drawing.Point(0, 0);
  144. this.plTop.Name = "plTop";
  145. this.plTop.Size = new System.Drawing.Size(1920, 32);
  146. this.plTop.TabIndex = 0;
  147. //
  148. // panel3
  149. //
  150. this.panel3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(14)))), ((int)(((byte)(33)))));
  151. this.panel3.Controls.Add(this.panel14);
  152. this.panel3.Controls.Add(this.panel13);
  153. this.panel3.Controls.Add(this.panel12);
  154. this.panel3.Controls.Add(this.panel11);
  155. this.panel3.Controls.Add(this.panel10);
  156. this.panel3.Controls.Add(this.panel9);
  157. this.panel3.Controls.Add(this.panel8);
  158. this.panel3.Controls.Add(this.panel6);
  159. this.panel3.Controls.Add(this.panel4);
  160. this.panel3.Dock = System.Windows.Forms.DockStyle.Left;
  161. this.panel3.Location = new System.Drawing.Point(1200, 0);
  162. this.panel3.Name = "panel3";
  163. this.panel3.Size = new System.Drawing.Size(720, 32);
  164. this.panel3.TabIndex = 1;
  165. //
  166. // panel14
  167. //
  168. this.panel14.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(14)))), ((int)(((byte)(33)))));
  169. this.panel14.Controls.Add(this.lblAllLink);
  170. this.panel14.Dock = System.Windows.Forms.DockStyle.Right;
  171. this.panel14.Location = new System.Drawing.Point(72, 0);
  172. this.panel14.Name = "panel14";
  173. this.panel14.Size = new System.Drawing.Size(72, 32);
  174. this.panel14.TabIndex = 35;
  175. //
  176. // lblAllLink
  177. //
  178. this.lblAllLink.AutoSize = true;
  179. this.lblAllLink.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  180. this.lblAllLink.ForeColor = System.Drawing.Color.White;
  181. this.lblAllLink.Location = new System.Drawing.Point(4, 10);
  182. this.lblAllLink.Name = "lblAllLink";
  183. this.lblAllLink.Size = new System.Drawing.Size(65, 12);
  184. this.lblAllLink.TabIndex = 8;
  185. this.lblAllLink.Text = "接入:382";
  186. //
  187. // panel13
  188. //
  189. this.panel13.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(15)))), ((int)(((byte)(135)))), ((int)(((byte)(170)))));
  190. this.panel13.Controls.Add(this.lblAllRun);
  191. this.panel13.Dock = System.Windows.Forms.DockStyle.Right;
  192. this.panel13.Location = new System.Drawing.Point(144, 0);
  193. this.panel13.Name = "panel13";
  194. this.panel13.Size = new System.Drawing.Size(72, 32);
  195. this.panel13.TabIndex = 34;
  196. //
  197. // lblAllRun
  198. //
  199. this.lblAllRun.AutoSize = true;
  200. this.lblAllRun.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  201. this.lblAllRun.ForeColor = System.Drawing.Color.White;
  202. this.lblAllRun.Location = new System.Drawing.Point(4, 10);
  203. this.lblAllRun.Name = "lblAllRun";
  204. this.lblAllRun.Size = new System.Drawing.Size(65, 12);
  205. this.lblAllRun.TabIndex = 7;
  206. this.lblAllRun.Text = "并网:000";
  207. //
  208. // panel12
  209. //
  210. this.panel12.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(15)))), ((int)(((byte)(141)))), ((int)(((byte)(106)))));
  211. this.panel12.Controls.Add(this.lblAllStandby);
  212. this.panel12.Dock = System.Windows.Forms.DockStyle.Right;
  213. this.panel12.Location = new System.Drawing.Point(216, 0);
  214. this.panel12.Name = "panel12";
  215. this.panel12.Size = new System.Drawing.Size(72, 32);
  216. this.panel12.TabIndex = 33;
  217. //
  218. // lblAllStandby
  219. //
  220. this.lblAllStandby.AutoSize = true;
  221. this.lblAllStandby.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  222. this.lblAllStandby.ForeColor = System.Drawing.Color.White;
  223. this.lblAllStandby.Location = new System.Drawing.Point(4, 10);
  224. this.lblAllStandby.Name = "lblAllStandby";
  225. this.lblAllStandby.Size = new System.Drawing.Size(65, 12);
  226. this.lblAllStandby.TabIndex = 6;
  227. this.lblAllStandby.Text = "待机:000";
  228. //
  229. // panel11
  230. //
  231. this.panel11.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(15)))), ((int)(((byte)(59)))));
  232. this.panel11.Controls.Add(this.lblAllFault);
  233. this.panel11.Dock = System.Windows.Forms.DockStyle.Right;
  234. this.panel11.Location = new System.Drawing.Point(288, 0);
  235. this.panel11.Name = "panel11";
  236. this.panel11.Size = new System.Drawing.Size(72, 32);
  237. this.panel11.TabIndex = 32;
  238. //
  239. // lblAllFault
  240. //
  241. this.lblAllFault.AutoSize = true;
  242. this.lblAllFault.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  243. this.lblAllFault.ForeColor = System.Drawing.Color.White;
  244. this.lblAllFault.Location = new System.Drawing.Point(4, 10);
  245. this.lblAllFault.Name = "lblAllFault";
  246. this.lblAllFault.Size = new System.Drawing.Size(65, 12);
  247. this.lblAllFault.TabIndex = 5;
  248. this.lblAllFault.Text = "故障:000";
  249. //
  250. // panel10
  251. //
  252. this.panel10.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(83)))), ((int)(((byte)(35)))));
  253. this.panel10.Controls.Add(this.lblAllMaintain);
  254. this.panel10.Dock = System.Windows.Forms.DockStyle.Right;
  255. this.panel10.Location = new System.Drawing.Point(360, 0);
  256. this.panel10.Name = "panel10";
  257. this.panel10.Size = new System.Drawing.Size(72, 32);
  258. this.panel10.TabIndex = 31;
  259. //
  260. // lblAllMaintain
  261. //
  262. this.lblAllMaintain.AutoSize = true;
  263. this.lblAllMaintain.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  264. this.lblAllMaintain.ForeColor = System.Drawing.Color.White;
  265. this.lblAllMaintain.Location = new System.Drawing.Point(4, 10);
  266. this.lblAllMaintain.Name = "lblAllMaintain";
  267. this.lblAllMaintain.Size = new System.Drawing.Size(65, 12);
  268. this.lblAllMaintain.TabIndex = 4;
  269. this.lblAllMaintain.Text = "维护:000";
  270. //
  271. // panel9
  272. //
  273. this.panel9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(134)))), ((int)(((byte)(150)))), ((int)(((byte)(165)))));
  274. this.panel9.Controls.Add(this.lblAllOffline);
  275. this.panel9.Dock = System.Windows.Forms.DockStyle.Right;
  276. this.panel9.Location = new System.Drawing.Point(432, 0);
  277. this.panel9.Name = "panel9";
  278. this.panel9.Size = new System.Drawing.Size(72, 32);
  279. this.panel9.TabIndex = 30;
  280. //
  281. // lblAllOffline
  282. //
  283. this.lblAllOffline.AutoSize = true;
  284. this.lblAllOffline.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  285. this.lblAllOffline.ForeColor = System.Drawing.Color.White;
  286. this.lblAllOffline.Location = new System.Drawing.Point(4, 10);
  287. this.lblAllOffline.Name = "lblAllOffline";
  288. this.lblAllOffline.Size = new System.Drawing.Size(65, 12);
  289. this.lblAllOffline.TabIndex = 3;
  290. this.lblAllOffline.Text = "离线:000";
  291. //
  292. // panel8
  293. //
  294. this.panel8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(72)))), ((int)(((byte)(91)))));
  295. this.panel8.Controls.Add(this.lblAllStart);
  296. this.panel8.Dock = System.Windows.Forms.DockStyle.Right;
  297. this.panel8.Location = new System.Drawing.Point(504, 0);
  298. this.panel8.Name = "panel8";
  299. this.panel8.Size = new System.Drawing.Size(72, 32);
  300. this.panel8.TabIndex = 29;
  301. //
  302. // lblAllStart
  303. //
  304. this.lblAllStart.AutoSize = true;
  305. this.lblAllStart.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  306. this.lblAllStart.ForeColor = System.Drawing.Color.White;
  307. this.lblAllStart.Location = new System.Drawing.Point(4, 10);
  308. this.lblAllStart.Name = "lblAllStart";
  309. this.lblAllStart.Size = new System.Drawing.Size(65, 12);
  310. this.lblAllStart.TabIndex = 2;
  311. this.lblAllStart.Text = "启动:000";
  312. //
  313. // panel6
  314. //
  315. this.panel6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
  316. this.panel6.Controls.Add(this.panel7);
  317. this.panel6.Dock = System.Windows.Forms.DockStyle.Right;
  318. this.panel6.Location = new System.Drawing.Point(576, 0);
  319. this.panel6.Name = "panel6";
  320. this.panel6.Size = new System.Drawing.Size(72, 32);
  321. this.panel6.TabIndex = 28;
  322. //
  323. // panel7
  324. //
  325. this.panel7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(176)))), ((int)(((byte)(151)))), ((int)(((byte)(63)))));
  326. this.panel7.Controls.Add(this.lblAllStop);
  327. this.panel7.Dock = System.Windows.Forms.DockStyle.Right;
  328. this.panel7.Location = new System.Drawing.Point(0, 0);
  329. this.panel7.Name = "panel7";
  330. this.panel7.Size = new System.Drawing.Size(72, 32);
  331. this.panel7.TabIndex = 29;
  332. //
  333. // lblAllStop
  334. //
  335. this.lblAllStop.AutoSize = true;
  336. this.lblAllStop.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  337. this.lblAllStop.ForeColor = System.Drawing.Color.White;
  338. this.lblAllStop.Location = new System.Drawing.Point(4, 10);
  339. this.lblAllStop.Name = "lblAllStop";
  340. this.lblAllStop.Size = new System.Drawing.Size(65, 12);
  341. this.lblAllStop.TabIndex = 1;
  342. this.lblAllStop.Text = "停机:000";
  343. //
  344. // panel4
  345. //
  346. this.panel4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(177)))), ((int)(((byte)(14)))), ((int)(((byte)(126)))));
  347. this.panel4.Controls.Add(this.panel5);
  348. this.panel4.Controls.Add(this.label31);
  349. this.panel4.Dock = System.Windows.Forms.DockStyle.Right;
  350. this.panel4.Location = new System.Drawing.Point(648, 0);
  351. this.panel4.Name = "panel4";
  352. this.panel4.Size = new System.Drawing.Size(72, 32);
  353. this.panel4.TabIndex = 27;
  354. //
  355. // panel5
  356. //
  357. this.panel5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(177)))), ((int)(((byte)(14)))), ((int)(((byte)(126)))));
  358. this.panel5.Controls.Add(this.lblAllOnPower);
  359. this.panel5.Location = new System.Drawing.Point(0, 0);
  360. this.panel5.Name = "panel5";
  361. this.panel5.Size = new System.Drawing.Size(72, 32);
  362. this.panel5.TabIndex = 28;
  363. //
  364. // lblAllOnPower
  365. //
  366. this.lblAllOnPower.AutoSize = true;
  367. this.lblAllOnPower.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  368. this.lblAllOnPower.ForeColor = System.Drawing.Color.White;
  369. this.lblAllOnPower.Location = new System.Drawing.Point(4, 11);
  370. this.lblAllOnPower.Name = "lblAllOnPower";
  371. this.lblAllOnPower.Size = new System.Drawing.Size(65, 12);
  372. this.lblAllOnPower.TabIndex = 0;
  373. this.lblAllOnPower.Text = "上电:000";
  374. //
  375. // label31
  376. //
  377. this.label31.AutoSize = true;
  378. this.label31.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  379. this.label31.ForeColor = System.Drawing.Color.White;
  380. this.label31.Location = new System.Drawing.Point(5, 10);
  381. this.label31.Name = "label31";
  382. this.label31.Size = new System.Drawing.Size(65, 12);
  383. this.label31.TabIndex = 0;
  384. this.label31.Text = "上电:000";
  385. //
  386. // panel2
  387. //
  388. this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(16)))), ((int)(((byte)(54)))), ((int)(((byte)(81)))));
  389. this.panel2.Controls.Add(this.lblAllSpeed);
  390. this.panel2.Controls.Add(this.lblAllPower);
  391. this.panel2.Controls.Add(this.lblAllPowerByDay);
  392. this.panel2.Controls.Add(this.lblAllPowerByMonth);
  393. this.panel2.Controls.Add(this.lblAllPowerByYear);
  394. this.panel2.Controls.Add(this.lblAllPowerCount);
  395. this.panel2.Controls.Add(this.label19);
  396. this.panel2.Controls.Add(this.label20);
  397. this.panel2.Controls.Add(this.label21);
  398. this.panel2.Controls.Add(this.label22);
  399. this.panel2.Controls.Add(this.label23);
  400. this.panel2.Controls.Add(this.label24);
  401. this.panel2.Controls.Add(this.label25);
  402. this.panel2.Controls.Add(this.label26);
  403. this.panel2.Controls.Add(this.label27);
  404. this.panel2.Controls.Add(this.label28);
  405. this.panel2.Controls.Add(this.label29);
  406. this.panel2.Controls.Add(this.label30);
  407. this.panel2.Dock = System.Windows.Forms.DockStyle.Left;
  408. this.panel2.Location = new System.Drawing.Point(0, 0);
  409. this.panel2.Name = "panel2";
  410. this.panel2.Size = new System.Drawing.Size(1200, 32);
  411. this.panel2.TabIndex = 0;
  412. //
  413. // lblAllSpeed
  414. //
  415. this.lblAllSpeed.AutoSize = true;
  416. this.lblAllSpeed.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  417. this.lblAllSpeed.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(219)))), ((int)(((byte)(105)))));
  418. this.lblAllSpeed.Location = new System.Drawing.Point(895, 9);
  419. this.lblAllSpeed.Name = "lblAllSpeed";
  420. this.lblAllSpeed.Size = new System.Drawing.Size(32, 17);
  421. this.lblAllSpeed.TabIndex = 65;
  422. this.lblAllSpeed.Text = "0.00";
  423. //
  424. // lblAllPower
  425. //
  426. this.lblAllPower.AutoSize = true;
  427. this.lblAllPower.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  428. this.lblAllPower.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(219)))), ((int)(((byte)(105)))));
  429. this.lblAllPower.Location = new System.Drawing.Point(786, 7);
  430. this.lblAllPower.Name = "lblAllPower";
  431. this.lblAllPower.Size = new System.Drawing.Size(32, 17);
  432. this.lblAllPower.TabIndex = 64;
  433. this.lblAllPower.Text = "0.00";
  434. //
  435. // lblAllPowerByDay
  436. //
  437. this.lblAllPowerByDay.AutoSize = true;
  438. this.lblAllPowerByDay.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  439. this.lblAllPowerByDay.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(219)))), ((int)(((byte)(105)))));
  440. this.lblAllPowerByDay.Location = new System.Drawing.Point(615, 8);
  441. this.lblAllPowerByDay.Name = "lblAllPowerByDay";
  442. this.lblAllPowerByDay.Size = new System.Drawing.Size(32, 17);
  443. this.lblAllPowerByDay.TabIndex = 63;
  444. this.lblAllPowerByDay.Text = "0.00";
  445. //
  446. // lblAllPowerByMonth
  447. //
  448. this.lblAllPowerByMonth.AutoSize = true;
  449. this.lblAllPowerByMonth.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  450. this.lblAllPowerByMonth.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(219)))), ((int)(((byte)(105)))));
  451. this.lblAllPowerByMonth.Location = new System.Drawing.Point(446, 7);
  452. this.lblAllPowerByMonth.Name = "lblAllPowerByMonth";
  453. this.lblAllPowerByMonth.Size = new System.Drawing.Size(32, 17);
  454. this.lblAllPowerByMonth.TabIndex = 62;
  455. this.lblAllPowerByMonth.Text = "0.00";
  456. //
  457. // lblAllPowerByYear
  458. //
  459. this.lblAllPowerByYear.AutoSize = true;
  460. this.lblAllPowerByYear.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  461. this.lblAllPowerByYear.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(219)))), ((int)(((byte)(105)))));
  462. this.lblAllPowerByYear.Location = new System.Drawing.Point(260, 8);
  463. this.lblAllPowerByYear.Name = "lblAllPowerByYear";
  464. this.lblAllPowerByYear.Size = new System.Drawing.Size(32, 17);
  465. this.lblAllPowerByYear.TabIndex = 61;
  466. this.lblAllPowerByYear.Text = "0.00";
  467. //
  468. // lblAllPowerCount
  469. //
  470. this.lblAllPowerCount.AutoSize = true;
  471. this.lblAllPowerCount.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  472. this.lblAllPowerCount.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(219)))), ((int)(((byte)(105)))));
  473. this.lblAllPowerCount.Location = new System.Drawing.Point(72, 8);
  474. this.lblAllPowerCount.Name = "lblAllPowerCount";
  475. this.lblAllPowerCount.Size = new System.Drawing.Size(32, 17);
  476. this.lblAllPowerCount.TabIndex = 60;
  477. this.lblAllPowerCount.Text = "0.00";
  478. //
  479. // label19
  480. //
  481. this.label19.AutoSize = true;
  482. this.label19.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  483. this.label19.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(207)))), ((int)(((byte)(250)))));
  484. this.label19.Location = new System.Drawing.Point(933, 8);
  485. this.label19.Name = "label19";
  486. this.label19.Size = new System.Drawing.Size(30, 17);
  487. this.label19.TabIndex = 59;
  488. this.label19.Text = "m/s";
  489. //
  490. // label20
  491. //
  492. this.label20.AutoSize = true;
  493. this.label20.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  494. this.label20.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(207)))), ((int)(((byte)(250)))));
  495. this.label20.Location = new System.Drawing.Point(859, 8);
  496. this.label20.Name = "label20";
  497. this.label20.Size = new System.Drawing.Size(32, 17);
  498. this.label20.TabIndex = 58;
  499. this.label20.Text = "风速";
  500. //
  501. // label21
  502. //
  503. this.label21.AutoSize = true;
  504. this.label21.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  505. this.label21.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(207)))), ((int)(((byte)(250)))));
  506. this.label21.Location = new System.Drawing.Point(824, 8);
  507. this.label21.Name = "label21";
  508. this.label21.Size = new System.Drawing.Size(32, 17);
  509. this.label21.TabIndex = 57;
  510. this.label21.Text = "MW";
  511. //
  512. // label22
  513. //
  514. this.label22.AutoSize = true;
  515. this.label22.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  516. this.label22.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(207)))), ((int)(((byte)(250)))));
  517. this.label22.Location = new System.Drawing.Point(730, 8);
  518. this.label22.Name = "label22";
  519. this.label22.Size = new System.Drawing.Size(32, 17);
  520. this.label22.TabIndex = 56;
  521. this.label22.Text = "功率";
  522. //
  523. // label23
  524. //
  525. this.label23.AutoSize = true;
  526. this.label23.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  527. this.label23.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(207)))), ((int)(((byte)(250)))));
  528. this.label23.Location = new System.Drawing.Point(680, 8);
  529. this.label23.Name = "label23";
  530. this.label23.Size = new System.Drawing.Size(43, 17);
  531. this.label23.TabIndex = 55;
  532. this.label23.Text = "万kwh";
  533. //
  534. // label24
  535. //
  536. this.label24.AutoSize = true;
  537. this.label24.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  538. this.label24.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(207)))), ((int)(((byte)(250)))));
  539. this.label24.Location = new System.Drawing.Point(553, 8);
  540. this.label24.Name = "label24";
  541. this.label24.Size = new System.Drawing.Size(56, 17);
  542. this.label24.TabIndex = 54;
  543. this.label24.Text = "日发电量";
  544. //
  545. // label25
  546. //
  547. this.label25.AutoSize = true;
  548. this.label25.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  549. this.label25.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(207)))), ((int)(((byte)(250)))));
  550. this.label25.Location = new System.Drawing.Point(495, 8);
  551. this.label25.Name = "label25";
  552. this.label25.Size = new System.Drawing.Size(43, 17);
  553. this.label25.TabIndex = 53;
  554. this.label25.Text = "万kwh";
  555. //
  556. // label26
  557. //
  558. this.label26.AutoSize = true;
  559. this.label26.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  560. this.label26.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(207)))), ((int)(((byte)(250)))));
  561. this.label26.Location = new System.Drawing.Point(374, 8);
  562. this.label26.Name = "label26";
  563. this.label26.Size = new System.Drawing.Size(56, 17);
  564. this.label26.TabIndex = 52;
  565. this.label26.Text = "月发电量";
  566. //
  567. // label27
  568. //
  569. this.label27.AutoSize = true;
  570. this.label27.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  571. this.label27.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(207)))), ((int)(((byte)(250)))));
  572. this.label27.Location = new System.Drawing.Point(316, 8);
  573. this.label27.Name = "label27";
  574. this.label27.Size = new System.Drawing.Size(43, 17);
  575. this.label27.TabIndex = 51;
  576. this.label27.Text = "万kwh";
  577. //
  578. // label28
  579. //
  580. this.label28.AutoSize = true;
  581. this.label28.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  582. this.label28.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(207)))), ((int)(((byte)(250)))));
  583. this.label28.Location = new System.Drawing.Point(189, 8);
  584. this.label28.Name = "label28";
  585. this.label28.Size = new System.Drawing.Size(56, 17);
  586. this.label28.TabIndex = 50;
  587. this.label28.Text = "年发电量";
  588. //
  589. // label29
  590. //
  591. this.label29.AutoSize = true;
  592. this.label29.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  593. this.label29.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(207)))), ((int)(((byte)(250)))));
  594. this.label29.Location = new System.Drawing.Point(134, 8);
  595. this.label29.Name = "label29";
  596. this.label29.Size = new System.Drawing.Size(43, 17);
  597. this.label29.TabIndex = 49;
  598. this.label29.Text = "万kwh";
  599. //
  600. // label30
  601. //
  602. this.label30.AutoSize = true;
  603. this.label30.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  604. this.label30.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(207)))), ((int)(((byte)(250)))));
  605. this.label30.Location = new System.Drawing.Point(5, 8);
  606. this.label30.Name = "label30";
  607. this.label30.Size = new System.Drawing.Size(56, 17);
  608. this.label30.TabIndex = 48;
  609. this.label30.Text = "总发电量";
  610. //
  611. // panel1
  612. //
  613. this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(24)))), ((int)(((byte)(48)))));
  614. this.panel1.Controls.Add(this.pnlTopRight);
  615. this.panel1.Controls.Add(this.plOnPowerCount);
  616. this.panel1.Controls.Add(this.plStopCount);
  617. this.panel1.Controls.Add(this.plStartCount);
  618. this.panel1.Controls.Add(this.plOfflineCount);
  619. this.panel1.Controls.Add(this.plMantainCount);
  620. this.panel1.Controls.Add(this.plFaultCount);
  621. this.panel1.Controls.Add(this.plStandbyCount);
  622. this.panel1.Controls.Add(this.plOnlineCount);
  623. this.panel1.Controls.Add(this.plAllCount);
  624. this.panel1.Controls.Add(this.plStation);
  625. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  626. this.panel1.Location = new System.Drawing.Point(0, 32);
  627. this.panel1.Name = "panel1";
  628. this.panel1.Size = new System.Drawing.Size(1920, 32);
  629. this.panel1.TabIndex = 1;
  630. //
  631. // pnlTopRight
  632. //
  633. this.pnlTopRight.Controls.Add(this.lblWindSpeed);
  634. this.pnlTopRight.Controls.Add(this.lblPower);
  635. this.pnlTopRight.Controls.Add(this.lblRFDL);
  636. this.pnlTopRight.Controls.Add(this.lblYFDL);
  637. this.pnlTopRight.Controls.Add(this.lblNFDL);
  638. this.pnlTopRight.Controls.Add(this.lblZFDL);
  639. this.pnlTopRight.Controls.Add(this.label11);
  640. this.pnlTopRight.Controls.Add(this.label12);
  641. this.pnlTopRight.Controls.Add(this.label9);
  642. this.pnlTopRight.Controls.Add(this.label10);
  643. this.pnlTopRight.Controls.Add(this.label7);
  644. this.pnlTopRight.Controls.Add(this.label8);
  645. this.pnlTopRight.Controls.Add(this.label4);
  646. this.pnlTopRight.Controls.Add(this.label6);
  647. this.pnlTopRight.Controls.Add(this.label5);
  648. this.pnlTopRight.Controls.Add(this.label3);
  649. this.pnlTopRight.Controls.Add(this.label2);
  650. this.pnlTopRight.Controls.Add(this.label1);
  651. this.pnlTopRight.Dock = System.Windows.Forms.DockStyle.Right;
  652. this.pnlTopRight.Location = new System.Drawing.Point(882, 0);
  653. this.pnlTopRight.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  654. this.pnlTopRight.Name = "pnlTopRight";
  655. this.pnlTopRight.Size = new System.Drawing.Size(1038, 32);
  656. this.pnlTopRight.TabIndex = 19;
  657. //
  658. // lblWindSpeed
  659. //
  660. this.lblWindSpeed.AutoSize = true;
  661. this.lblWindSpeed.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  662. this.lblWindSpeed.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(219)))), ((int)(((byte)(105)))));
  663. this.lblWindSpeed.Location = new System.Drawing.Point(978, 7);
  664. this.lblWindSpeed.Name = "lblWindSpeed";
  665. this.lblWindSpeed.Size = new System.Drawing.Size(32, 17);
  666. this.lblWindSpeed.TabIndex = 47;
  667. this.lblWindSpeed.Text = "0.00";
  668. //
  669. // lblPower
  670. //
  671. this.lblPower.AutoSize = true;
  672. this.lblPower.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  673. this.lblPower.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(219)))), ((int)(((byte)(105)))));
  674. this.lblPower.Location = new System.Drawing.Point(875, 6);
  675. this.lblPower.Name = "lblPower";
  676. this.lblPower.Size = new System.Drawing.Size(32, 17);
  677. this.lblPower.TabIndex = 46;
  678. this.lblPower.Text = "0.00";
  679. //
  680. // lblRFDL
  681. //
  682. this.lblRFDL.AutoSize = true;
  683. this.lblRFDL.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  684. this.lblRFDL.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(219)))), ((int)(((byte)(105)))));
  685. this.lblRFDL.Location = new System.Drawing.Point(710, 7);
  686. this.lblRFDL.Name = "lblRFDL";
  687. this.lblRFDL.Size = new System.Drawing.Size(32, 17);
  688. this.lblRFDL.TabIndex = 45;
  689. this.lblRFDL.Text = "0.00";
  690. //
  691. // lblYFDL
  692. //
  693. this.lblYFDL.AutoSize = true;
  694. this.lblYFDL.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  695. this.lblYFDL.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(219)))), ((int)(((byte)(105)))));
  696. this.lblYFDL.Location = new System.Drawing.Point(541, 6);
  697. this.lblYFDL.Name = "lblYFDL";
  698. this.lblYFDL.Size = new System.Drawing.Size(32, 17);
  699. this.lblYFDL.TabIndex = 44;
  700. this.lblYFDL.Text = "0.00";
  701. //
  702. // lblNFDL
  703. //
  704. this.lblNFDL.AutoSize = true;
  705. this.lblNFDL.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  706. this.lblNFDL.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(219)))), ((int)(((byte)(105)))));
  707. this.lblNFDL.Location = new System.Drawing.Point(355, 7);
  708. this.lblNFDL.Name = "lblNFDL";
  709. this.lblNFDL.Size = new System.Drawing.Size(32, 17);
  710. this.lblNFDL.TabIndex = 43;
  711. this.lblNFDL.Text = "0.00";
  712. //
  713. // lblZFDL
  714. //
  715. this.lblZFDL.AutoSize = true;
  716. this.lblZFDL.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  717. this.lblZFDL.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(219)))), ((int)(((byte)(105)))));
  718. this.lblZFDL.Location = new System.Drawing.Point(167, 7);
  719. this.lblZFDL.Name = "lblZFDL";
  720. this.lblZFDL.Size = new System.Drawing.Size(32, 17);
  721. this.lblZFDL.TabIndex = 42;
  722. this.lblZFDL.Text = "0.00";
  723. //
  724. // label11
  725. //
  726. this.label11.AutoSize = true;
  727. this.label11.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  728. this.label11.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(207)))), ((int)(((byte)(250)))));
  729. this.label11.Location = new System.Drawing.Point(1009, 7);
  730. this.label11.Name = "label11";
  731. this.label11.Size = new System.Drawing.Size(30, 17);
  732. this.label11.TabIndex = 38;
  733. this.label11.Text = "m/s";
  734. //
  735. // label12
  736. //
  737. this.label12.AutoSize = true;
  738. this.label12.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  739. this.label12.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(207)))), ((int)(((byte)(250)))));
  740. this.label12.Location = new System.Drawing.Point(942, 7);
  741. this.label12.Name = "label12";
  742. this.label12.Size = new System.Drawing.Size(32, 17);
  743. this.label12.TabIndex = 37;
  744. this.label12.Text = "风速";
  745. //
  746. // label9
  747. //
  748. this.label9.AutoSize = true;
  749. this.label9.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  750. this.label9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(207)))), ((int)(((byte)(250)))));
  751. this.label9.Location = new System.Drawing.Point(912, 6);
  752. this.label9.Name = "label9";
  753. this.label9.Size = new System.Drawing.Size(32, 17);
  754. this.label9.TabIndex = 36;
  755. this.label9.Text = "MW";
  756. //
  757. // label10
  758. //
  759. this.label10.AutoSize = true;
  760. this.label10.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  761. this.label10.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(207)))), ((int)(((byte)(250)))));
  762. this.label10.Location = new System.Drawing.Point(825, 7);
  763. this.label10.Name = "label10";
  764. this.label10.Size = new System.Drawing.Size(32, 17);
  765. this.label10.TabIndex = 35;
  766. this.label10.Text = "功率";
  767. //
  768. // label7
  769. //
  770. this.label7.AutoSize = true;
  771. this.label7.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  772. this.label7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(207)))), ((int)(((byte)(250)))));
  773. this.label7.Location = new System.Drawing.Point(775, 7);
  774. this.label7.Name = "label7";
  775. this.label7.Size = new System.Drawing.Size(43, 17);
  776. this.label7.TabIndex = 34;
  777. this.label7.Text = "万kwh";
  778. //
  779. // label8
  780. //
  781. this.label8.AutoSize = true;
  782. this.label8.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  783. this.label8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(207)))), ((int)(((byte)(250)))));
  784. this.label8.Location = new System.Drawing.Point(648, 7);
  785. this.label8.Name = "label8";
  786. this.label8.Size = new System.Drawing.Size(56, 17);
  787. this.label8.TabIndex = 33;
  788. this.label8.Text = "日发电量";
  789. //
  790. // label4
  791. //
  792. this.label4.AutoSize = true;
  793. this.label4.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  794. this.label4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(207)))), ((int)(((byte)(250)))));
  795. this.label4.Location = new System.Drawing.Point(590, 7);
  796. this.label4.Name = "label4";
  797. this.label4.Size = new System.Drawing.Size(43, 17);
  798. this.label4.TabIndex = 32;
  799. this.label4.Text = "万kwh";
  800. //
  801. // label6
  802. //
  803. this.label6.AutoSize = true;
  804. this.label6.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  805. this.label6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(207)))), ((int)(((byte)(250)))));
  806. this.label6.Location = new System.Drawing.Point(469, 7);
  807. this.label6.Name = "label6";
  808. this.label6.Size = new System.Drawing.Size(56, 17);
  809. this.label6.TabIndex = 31;
  810. this.label6.Text = "月发电量";
  811. //
  812. // label5
  813. //
  814. this.label5.AutoSize = true;
  815. this.label5.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  816. this.label5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(207)))), ((int)(((byte)(250)))));
  817. this.label5.Location = new System.Drawing.Point(411, 7);
  818. this.label5.Name = "label5";
  819. this.label5.Size = new System.Drawing.Size(43, 17);
  820. this.label5.TabIndex = 30;
  821. this.label5.Text = "万kwh";
  822. //
  823. // label3
  824. //
  825. this.label3.AutoSize = true;
  826. this.label3.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  827. this.label3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(207)))), ((int)(((byte)(250)))));
  828. this.label3.Location = new System.Drawing.Point(284, 7);
  829. this.label3.Name = "label3";
  830. this.label3.Size = new System.Drawing.Size(56, 17);
  831. this.label3.TabIndex = 29;
  832. this.label3.Text = "年发电量";
  833. //
  834. // label2
  835. //
  836. this.label2.AutoSize = true;
  837. this.label2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  838. this.label2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(207)))), ((int)(((byte)(250)))));
  839. this.label2.Location = new System.Drawing.Point(229, 7);
  840. this.label2.Name = "label2";
  841. this.label2.Size = new System.Drawing.Size(43, 17);
  842. this.label2.TabIndex = 28;
  843. this.label2.Text = "万kwh";
  844. //
  845. // label1
  846. //
  847. this.label1.AutoSize = true;
  848. this.label1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  849. this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(207)))), ((int)(((byte)(250)))));
  850. this.label1.Location = new System.Drawing.Point(100, 7);
  851. this.label1.Name = "label1";
  852. this.label1.Size = new System.Drawing.Size(56, 17);
  853. this.label1.TabIndex = 27;
  854. this.label1.Text = "总发电量";
  855. //
  856. // plOnPowerCount
  857. //
  858. this.plOnPowerCount.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(177)))), ((int)(((byte)(14)))), ((int)(((byte)(126)))));
  859. this.plOnPowerCount.Controls.Add(this.lblOnPowerCount);
  860. this.plOnPowerCount.Dock = System.Windows.Forms.DockStyle.Left;
  861. this.plOnPowerCount.Location = new System.Drawing.Point(716, 0);
  862. this.plOnPowerCount.Name = "plOnPowerCount";
  863. this.plOnPowerCount.Size = new System.Drawing.Size(72, 32);
  864. this.plOnPowerCount.TabIndex = 18;
  865. //
  866. // lblOnPowerCount
  867. //
  868. this.lblOnPowerCount.AutoSize = true;
  869. this.lblOnPowerCount.Font = new System.Drawing.Font("微软雅黑", 10.5F);
  870. this.lblOnPowerCount.ForeColor = System.Drawing.Color.White;
  871. this.lblOnPowerCount.Location = new System.Drawing.Point(7, 6);
  872. this.lblOnPowerCount.Name = "lblOnPowerCount";
  873. this.lblOnPowerCount.Size = new System.Drawing.Size(57, 20);
  874. this.lblOnPowerCount.TabIndex = 0;
  875. this.lblOnPowerCount.Text = "上电 00";
  876. //
  877. // plStopCount
  878. //
  879. this.plStopCount.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(176)))), ((int)(((byte)(151)))), ((int)(((byte)(63)))));
  880. this.plStopCount.Controls.Add(this.lblStopCount);
  881. this.plStopCount.Dock = System.Windows.Forms.DockStyle.Left;
  882. this.plStopCount.Location = new System.Drawing.Point(644, 0);
  883. this.plStopCount.Name = "plStopCount";
  884. this.plStopCount.Size = new System.Drawing.Size(72, 32);
  885. this.plStopCount.TabIndex = 17;
  886. //
  887. // lblStopCount
  888. //
  889. this.lblStopCount.AutoSize = true;
  890. this.lblStopCount.Font = new System.Drawing.Font("微软雅黑", 10.5F);
  891. this.lblStopCount.ForeColor = System.Drawing.Color.White;
  892. this.lblStopCount.Location = new System.Drawing.Point(7, 6);
  893. this.lblStopCount.Name = "lblStopCount";
  894. this.lblStopCount.Size = new System.Drawing.Size(57, 20);
  895. this.lblStopCount.TabIndex = 0;
  896. this.lblStopCount.Text = "停机 00";
  897. //
  898. // plStartCount
  899. //
  900. this.plStartCount.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(72)))), ((int)(((byte)(91)))));
  901. this.plStartCount.Controls.Add(this.lblStartCount);
  902. this.plStartCount.Dock = System.Windows.Forms.DockStyle.Left;
  903. this.plStartCount.Location = new System.Drawing.Point(572, 0);
  904. this.plStartCount.Name = "plStartCount";
  905. this.plStartCount.Size = new System.Drawing.Size(72, 32);
  906. this.plStartCount.TabIndex = 16;
  907. //
  908. // lblStartCount
  909. //
  910. this.lblStartCount.AutoSize = true;
  911. this.lblStartCount.Font = new System.Drawing.Font("微软雅黑", 10.5F);
  912. this.lblStartCount.ForeColor = System.Drawing.Color.White;
  913. this.lblStartCount.Location = new System.Drawing.Point(7, 6);
  914. this.lblStartCount.Name = "lblStartCount";
  915. this.lblStartCount.Size = new System.Drawing.Size(57, 20);
  916. this.lblStartCount.TabIndex = 0;
  917. this.lblStartCount.Text = "启动 00";
  918. //
  919. // plOfflineCount
  920. //
  921. this.plOfflineCount.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(134)))), ((int)(((byte)(150)))), ((int)(((byte)(165)))));
  922. this.plOfflineCount.Controls.Add(this.lblOfflineCount);
  923. this.plOfflineCount.Dock = System.Windows.Forms.DockStyle.Left;
  924. this.plOfflineCount.Location = new System.Drawing.Point(500, 0);
  925. this.plOfflineCount.Name = "plOfflineCount";
  926. this.plOfflineCount.Size = new System.Drawing.Size(72, 32);
  927. this.plOfflineCount.TabIndex = 15;
  928. //
  929. // lblOfflineCount
  930. //
  931. this.lblOfflineCount.AutoSize = true;
  932. this.lblOfflineCount.Font = new System.Drawing.Font("微软雅黑", 10.5F);
  933. this.lblOfflineCount.ForeColor = System.Drawing.Color.White;
  934. this.lblOfflineCount.Location = new System.Drawing.Point(7, 6);
  935. this.lblOfflineCount.Name = "lblOfflineCount";
  936. this.lblOfflineCount.Size = new System.Drawing.Size(57, 20);
  937. this.lblOfflineCount.TabIndex = 0;
  938. this.lblOfflineCount.Text = "离线 00";
  939. //
  940. // plMantainCount
  941. //
  942. this.plMantainCount.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(83)))), ((int)(((byte)(35)))));
  943. this.plMantainCount.Controls.Add(this.lblMaintainCount);
  944. this.plMantainCount.Dock = System.Windows.Forms.DockStyle.Left;
  945. this.plMantainCount.Location = new System.Drawing.Point(428, 0);
  946. this.plMantainCount.Name = "plMantainCount";
  947. this.plMantainCount.Size = new System.Drawing.Size(72, 32);
  948. this.plMantainCount.TabIndex = 14;
  949. //
  950. // lblMaintainCount
  951. //
  952. this.lblMaintainCount.AutoSize = true;
  953. this.lblMaintainCount.Font = new System.Drawing.Font("微软雅黑", 10.5F);
  954. this.lblMaintainCount.ForeColor = System.Drawing.Color.White;
  955. this.lblMaintainCount.Location = new System.Drawing.Point(7, 6);
  956. this.lblMaintainCount.Name = "lblMaintainCount";
  957. this.lblMaintainCount.Size = new System.Drawing.Size(57, 20);
  958. this.lblMaintainCount.TabIndex = 0;
  959. this.lblMaintainCount.Text = "维护 00";
  960. //
  961. // plFaultCount
  962. //
  963. this.plFaultCount.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(15)))), ((int)(((byte)(59)))));
  964. this.plFaultCount.Controls.Add(this.lblFaultCount);
  965. this.plFaultCount.Dock = System.Windows.Forms.DockStyle.Left;
  966. this.plFaultCount.Location = new System.Drawing.Point(356, 0);
  967. this.plFaultCount.Name = "plFaultCount";
  968. this.plFaultCount.Size = new System.Drawing.Size(72, 32);
  969. this.plFaultCount.TabIndex = 13;
  970. //
  971. // lblFaultCount
  972. //
  973. this.lblFaultCount.AutoSize = true;
  974. this.lblFaultCount.Font = new System.Drawing.Font("微软雅黑", 10.5F);
  975. this.lblFaultCount.ForeColor = System.Drawing.Color.White;
  976. this.lblFaultCount.Location = new System.Drawing.Point(7, 6);
  977. this.lblFaultCount.Name = "lblFaultCount";
  978. this.lblFaultCount.Size = new System.Drawing.Size(57, 20);
  979. this.lblFaultCount.TabIndex = 0;
  980. this.lblFaultCount.Text = "故障 00";
  981. //
  982. // plStandbyCount
  983. //
  984. this.plStandbyCount.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(15)))), ((int)(((byte)(141)))), ((int)(((byte)(106)))));
  985. this.plStandbyCount.Controls.Add(this.lblStandbyCount);
  986. this.plStandbyCount.Dock = System.Windows.Forms.DockStyle.Left;
  987. this.plStandbyCount.Location = new System.Drawing.Point(284, 0);
  988. this.plStandbyCount.Name = "plStandbyCount";
  989. this.plStandbyCount.Size = new System.Drawing.Size(72, 32);
  990. this.plStandbyCount.TabIndex = 12;
  991. //
  992. // lblStandbyCount
  993. //
  994. this.lblStandbyCount.AutoSize = true;
  995. this.lblStandbyCount.Font = new System.Drawing.Font("微软雅黑", 10.5F);
  996. this.lblStandbyCount.ForeColor = System.Drawing.Color.White;
  997. this.lblStandbyCount.Location = new System.Drawing.Point(7, 6);
  998. this.lblStandbyCount.Name = "lblStandbyCount";
  999. this.lblStandbyCount.Size = new System.Drawing.Size(57, 20);
  1000. this.lblStandbyCount.TabIndex = 0;
  1001. this.lblStandbyCount.Text = "待机 00";
  1002. //
  1003. // plOnlineCount
  1004. //
  1005. this.plOnlineCount.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(15)))), ((int)(((byte)(135)))), ((int)(((byte)(170)))));
  1006. this.plOnlineCount.Controls.Add(this.lblOnlineCount);
  1007. this.plOnlineCount.Dock = System.Windows.Forms.DockStyle.Left;
  1008. this.plOnlineCount.Location = new System.Drawing.Point(212, 0);
  1009. this.plOnlineCount.Name = "plOnlineCount";
  1010. this.plOnlineCount.Size = new System.Drawing.Size(72, 32);
  1011. this.plOnlineCount.TabIndex = 11;
  1012. //
  1013. // lblOnlineCount
  1014. //
  1015. this.lblOnlineCount.AutoSize = true;
  1016. this.lblOnlineCount.Font = new System.Drawing.Font("微软雅黑", 10.5F);
  1017. this.lblOnlineCount.ForeColor = System.Drawing.Color.White;
  1018. this.lblOnlineCount.Location = new System.Drawing.Point(7, 6);
  1019. this.lblOnlineCount.Name = "lblOnlineCount";
  1020. this.lblOnlineCount.Size = new System.Drawing.Size(57, 20);
  1021. this.lblOnlineCount.TabIndex = 0;
  1022. this.lblOnlineCount.Text = "并网 00";
  1023. //
  1024. // plAllCount
  1025. //
  1026. this.plAllCount.BackColor = System.Drawing.Color.Black;
  1027. this.plAllCount.Controls.Add(this.lblAllCount);
  1028. this.plAllCount.Dock = System.Windows.Forms.DockStyle.Left;
  1029. this.plAllCount.ForeColor = System.Drawing.Color.White;
  1030. this.plAllCount.Location = new System.Drawing.Point(140, 0);
  1031. this.plAllCount.Name = "plAllCount";
  1032. this.plAllCount.Size = new System.Drawing.Size(72, 32);
  1033. this.plAllCount.TabIndex = 10;
  1034. //
  1035. // lblAllCount
  1036. //
  1037. this.lblAllCount.AutoSize = true;
  1038. this.lblAllCount.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1039. this.lblAllCount.Location = new System.Drawing.Point(7, 6);
  1040. this.lblAllCount.Name = "lblAllCount";
  1041. this.lblAllCount.Size = new System.Drawing.Size(57, 20);
  1042. this.lblAllCount.TabIndex = 0;
  1043. this.lblAllCount.Text = "接入 00";
  1044. this.lblAllCount.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  1045. //
  1046. // plStation
  1047. //
  1048. this.plStation.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(87)))), ((int)(((byte)(118)))));
  1049. this.plStation.Controls.Add(this.lblStationName);
  1050. this.plStation.Dock = System.Windows.Forms.DockStyle.Left;
  1051. this.plStation.Location = new System.Drawing.Point(0, 0);
  1052. this.plStation.Name = "plStation";
  1053. this.plStation.Size = new System.Drawing.Size(140, 32);
  1054. this.plStation.TabIndex = 1;
  1055. //
  1056. // lblStationName
  1057. //
  1058. this.lblStationName.AutoSize = true;
  1059. this.lblStationName.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1060. this.lblStationName.ForeColor = System.Drawing.Color.White;
  1061. this.lblStationName.Location = new System.Drawing.Point(22, 4);
  1062. this.lblStationName.Name = "lblStationName";
  1063. this.lblStationName.Size = new System.Drawing.Size(0, 19);
  1064. this.lblStationName.TabIndex = 0;
  1065. this.lblStationName.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  1066. //
  1067. // ControlFormTop
  1068. //
  1069. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  1070. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1071. this.Controls.Add(this.panel1);
  1072. this.Controls.Add(this.plTop);
  1073. this.Name = "ControlFormTop";
  1074. this.Size = new System.Drawing.Size(1920, 64);
  1075. this.plTop.ResumeLayout(false);
  1076. this.panel3.ResumeLayout(false);
  1077. this.panel14.ResumeLayout(false);
  1078. this.panel14.PerformLayout();
  1079. this.panel13.ResumeLayout(false);
  1080. this.panel13.PerformLayout();
  1081. this.panel12.ResumeLayout(false);
  1082. this.panel12.PerformLayout();
  1083. this.panel11.ResumeLayout(false);
  1084. this.panel11.PerformLayout();
  1085. this.panel10.ResumeLayout(false);
  1086. this.panel10.PerformLayout();
  1087. this.panel9.ResumeLayout(false);
  1088. this.panel9.PerformLayout();
  1089. this.panel8.ResumeLayout(false);
  1090. this.panel8.PerformLayout();
  1091. this.panel6.ResumeLayout(false);
  1092. this.panel7.ResumeLayout(false);
  1093. this.panel7.PerformLayout();
  1094. this.panel4.ResumeLayout(false);
  1095. this.panel4.PerformLayout();
  1096. this.panel5.ResumeLayout(false);
  1097. this.panel5.PerformLayout();
  1098. this.panel2.ResumeLayout(false);
  1099. this.panel2.PerformLayout();
  1100. this.panel1.ResumeLayout(false);
  1101. this.pnlTopRight.ResumeLayout(false);
  1102. this.pnlTopRight.PerformLayout();
  1103. this.plOnPowerCount.ResumeLayout(false);
  1104. this.plOnPowerCount.PerformLayout();
  1105. this.plStopCount.ResumeLayout(false);
  1106. this.plStopCount.PerformLayout();
  1107. this.plStartCount.ResumeLayout(false);
  1108. this.plStartCount.PerformLayout();
  1109. this.plOfflineCount.ResumeLayout(false);
  1110. this.plOfflineCount.PerformLayout();
  1111. this.plMantainCount.ResumeLayout(false);
  1112. this.plMantainCount.PerformLayout();
  1113. this.plFaultCount.ResumeLayout(false);
  1114. this.plFaultCount.PerformLayout();
  1115. this.plStandbyCount.ResumeLayout(false);
  1116. this.plStandbyCount.PerformLayout();
  1117. this.plOnlineCount.ResumeLayout(false);
  1118. this.plOnlineCount.PerformLayout();
  1119. this.plAllCount.ResumeLayout(false);
  1120. this.plAllCount.PerformLayout();
  1121. this.plStation.ResumeLayout(false);
  1122. this.plStation.PerformLayout();
  1123. this.ResumeLayout(false);
  1124. }
  1125. #endregion
  1126. private System.Windows.Forms.Panel plTop;
  1127. private System.Windows.Forms.Panel panel1;
  1128. private System.Windows.Forms.Panel panel3;
  1129. private System.Windows.Forms.Panel panel2;
  1130. private System.Windows.Forms.Panel plStation;
  1131. private System.Windows.Forms.Label lblStationName;
  1132. private System.Windows.Forms.Panel plOnPowerCount;
  1133. private System.Windows.Forms.Label lblOnPowerCount;
  1134. private System.Windows.Forms.Panel plStopCount;
  1135. private System.Windows.Forms.Label lblStopCount;
  1136. private System.Windows.Forms.Panel plStartCount;
  1137. private System.Windows.Forms.Label lblStartCount;
  1138. private System.Windows.Forms.Panel plOfflineCount;
  1139. private System.Windows.Forms.Label lblOfflineCount;
  1140. private System.Windows.Forms.Panel plMantainCount;
  1141. private System.Windows.Forms.Label lblMaintainCount;
  1142. private System.Windows.Forms.Panel plFaultCount;
  1143. private System.Windows.Forms.Label lblFaultCount;
  1144. private System.Windows.Forms.Panel plStandbyCount;
  1145. private System.Windows.Forms.Label lblStandbyCount;
  1146. private System.Windows.Forms.Panel plOnlineCount;
  1147. private System.Windows.Forms.Label lblOnlineCount;
  1148. private System.Windows.Forms.Panel plAllCount;
  1149. private System.Windows.Forms.Label lblAllCount;
  1150. private System.Windows.Forms.Panel pnlTopRight;
  1151. private System.Windows.Forms.Label lblWindSpeed;
  1152. private System.Windows.Forms.Label lblPower;
  1153. private System.Windows.Forms.Label lblRFDL;
  1154. private System.Windows.Forms.Label lblYFDL;
  1155. private System.Windows.Forms.Label lblNFDL;
  1156. private System.Windows.Forms.Label lblZFDL;
  1157. private System.Windows.Forms.Label label11;
  1158. private System.Windows.Forms.Label label12;
  1159. private System.Windows.Forms.Label label9;
  1160. private System.Windows.Forms.Label label10;
  1161. private System.Windows.Forms.Label label7;
  1162. private System.Windows.Forms.Label label8;
  1163. private System.Windows.Forms.Label label4;
  1164. private System.Windows.Forms.Label label6;
  1165. private System.Windows.Forms.Label label5;
  1166. private System.Windows.Forms.Label label3;
  1167. private System.Windows.Forms.Label label2;
  1168. private System.Windows.Forms.Label label1;
  1169. private System.Windows.Forms.Panel panel4;
  1170. private System.Windows.Forms.Label label31;
  1171. private System.Windows.Forms.Label lblAllSpeed;
  1172. private System.Windows.Forms.Label lblAllPower;
  1173. private System.Windows.Forms.Label lblAllPowerByDay;
  1174. private System.Windows.Forms.Label lblAllPowerByMonth;
  1175. private System.Windows.Forms.Label lblAllPowerByYear;
  1176. private System.Windows.Forms.Label lblAllPowerCount;
  1177. private System.Windows.Forms.Label label19;
  1178. private System.Windows.Forms.Label label20;
  1179. private System.Windows.Forms.Label label21;
  1180. private System.Windows.Forms.Label label22;
  1181. private System.Windows.Forms.Label label23;
  1182. private System.Windows.Forms.Label label24;
  1183. private System.Windows.Forms.Label label25;
  1184. private System.Windows.Forms.Label label26;
  1185. private System.Windows.Forms.Label label27;
  1186. private System.Windows.Forms.Label label28;
  1187. private System.Windows.Forms.Label label29;
  1188. private System.Windows.Forms.Label label30;
  1189. private System.Windows.Forms.Panel panel5;
  1190. private System.Windows.Forms.Label lblAllOnPower;
  1191. private System.Windows.Forms.Panel panel14;
  1192. private System.Windows.Forms.Panel panel13;
  1193. private System.Windows.Forms.Panel panel12;
  1194. private System.Windows.Forms.Panel panel11;
  1195. private System.Windows.Forms.Panel panel10;
  1196. private System.Windows.Forms.Panel panel9;
  1197. private System.Windows.Forms.Panel panel8;
  1198. private System.Windows.Forms.Panel panel6;
  1199. private System.Windows.Forms.Panel panel7;
  1200. private System.Windows.Forms.Label lblAllStop;
  1201. private System.Windows.Forms.Label lblAllMaintain;
  1202. private System.Windows.Forms.Label lblAllOffline;
  1203. private System.Windows.Forms.Label lblAllStart;
  1204. private System.Windows.Forms.Label lblAllLink;
  1205. private System.Windows.Forms.Label lblAllRun;
  1206. private System.Windows.Forms.Label lblAllStandby;
  1207. private System.Windows.Forms.Label lblAllFault;
  1208. }
  1209. }