HomeForm.Designer.cs 95 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661
  1. namespace IntelligentControlForsx.ChildForms
  2. {
  3. partial class HomeForm
  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 Windows 窗体设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(HomeForm));
  30. this.timer1 = new System.Windows.Forms.Timer(this.components);
  31. this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
  32. this.panelCenter = new System.Windows.Forms.Panel();
  33. this.SFI_XS = new IntelligentControlForsx.MyControls.StationFloatInfo();
  34. this.SFI_NSS = new IntelligentControlForsx.MyControls.StationFloatInfo();
  35. this.SFI_MHS = new IntelligentControlForsx.MyControls.StationFloatInfo();
  36. this.SFI_QS = new IntelligentControlForsx.MyControls.StationFloatInfo();
  37. this.SFI_SBQ = new IntelligentControlForsx.MyControls.StationFloatInfo();
  38. this.elementHost5 = new System.Windows.Forms.Integration.ElementHost();
  39. this.wpf_XS = new IntelligentControlForsx.MyControls.WpfWindturbine();
  40. this.elementHost4 = new System.Windows.Forms.Integration.ElementHost();
  41. this.wpf_QS = new IntelligentControlForsx.MyControls.WpfWindturbine();
  42. this.elementHost3 = new System.Windows.Forms.Integration.ElementHost();
  43. this.wpf_MHS = new IntelligentControlForsx.MyControls.WpfWindturbine();
  44. this.elementHost2 = new System.Windows.Forms.Integration.ElementHost();
  45. this.wpf_SBQ = new IntelligentControlForsx.MyControls.WpfWindturbine();
  46. this.elementHost1 = new System.Windows.Forms.Integration.ElementHost();
  47. this.wpf_NSS = new IntelligentControlForsx.MyControls.WpfWindturbine();
  48. this.plXS = new IntelligentControlForsx.MyControls.PanelLabel();
  49. this.plQS = new IntelligentControlForsx.MyControls.PanelLabel();
  50. this.plMHS = new IntelligentControlForsx.MyControls.PanelLabel();
  51. this.panel11 = new System.Windows.Forms.Panel();
  52. this.plNSS = new IntelligentControlForsx.MyControls.PanelLabel();
  53. this.plSBQ = new IntelligentControlForsx.MyControls.PanelLabel();
  54. this.panelLeft = new System.Windows.Forms.Panel();
  55. this.panel10 = new System.Windows.Forms.Panel();
  56. this.panel9 = new System.Windows.Forms.Panel();
  57. this.panel8 = new System.Windows.Forms.Panel();
  58. this.panel7 = new System.Windows.Forms.Panel();
  59. this.panel6 = new System.Windows.Forms.Panel();
  60. this.panel5 = new System.Windows.Forms.Panel();
  61. this.panel4 = new System.Windows.Forms.Panel();
  62. this.wlblOfflineCount = new IntelligentControlForsx.MyControls.WebfontLable();
  63. this.wlblLimitCount = new IntelligentControlForsx.MyControls.WebfontLable();
  64. this.wlblMaintainCount = new IntelligentControlForsx.MyControls.WebfontLable();
  65. this.wlblFaultCount = new IntelligentControlForsx.MyControls.WebfontLable();
  66. this.wlblStandByCount = new IntelligentControlForsx.MyControls.WebfontLable();
  67. this.wlblRunCount = new IntelligentControlForsx.MyControls.WebfontLable();
  68. this.wlblLinkCount = new IntelligentControlForsx.MyControls.WebfontLable();
  69. this.label30 = new System.Windows.Forms.Label();
  70. this.label24 = new System.Windows.Forms.Label();
  71. this.label25 = new System.Windows.Forms.Label();
  72. this.label26 = new System.Windows.Forms.Label();
  73. this.label27 = new System.Windows.Forms.Label();
  74. this.label28 = new System.Windows.Forms.Label();
  75. this.label29 = new System.Windows.Forms.Label();
  76. this.label23 = new System.Windows.Forms.Label();
  77. this.label22 = new System.Windows.Forms.Label();
  78. this.label21 = new System.Windows.Forms.Label();
  79. this.label20 = new System.Windows.Forms.Label();
  80. this.label19 = new System.Windows.Forms.Label();
  81. this.label18 = new System.Windows.Forms.Label();
  82. this.label17 = new System.Windows.Forms.Label();
  83. this.panelLine16 = new IntelligentControlForsx.MyControls.PanelLine();
  84. this.panelLine17 = new IntelligentControlForsx.MyControls.PanelLine();
  85. this.panelLine12 = new IntelligentControlForsx.MyControls.PanelLine();
  86. this.panelLine13 = new IntelligentControlForsx.MyControls.PanelLine();
  87. this.panelLine14 = new IntelligentControlForsx.MyControls.PanelLine();
  88. this.panelLine15 = new IntelligentControlForsx.MyControls.PanelLine();
  89. this.panelLine8 = new IntelligentControlForsx.MyControls.PanelLine();
  90. this.panelLine9 = new IntelligentControlForsx.MyControls.PanelLine();
  91. this.panelLine10 = new IntelligentControlForsx.MyControls.PanelLine();
  92. this.panelLine11 = new IntelligentControlForsx.MyControls.PanelLine();
  93. this.panelLine6 = new IntelligentControlForsx.MyControls.PanelLine();
  94. this.panelLine7 = new IntelligentControlForsx.MyControls.PanelLine();
  95. this.panelLine5 = new IntelligentControlForsx.MyControls.PanelLine();
  96. this.panelLine4 = new IntelligentControlForsx.MyControls.PanelLine();
  97. this.wlblPowerNowByStation = new IntelligentControlForsx.MyControls.WebfontLable();
  98. this.wlblSpeedNowByStation = new IntelligentControlForsx.MyControls.WebfontLable();
  99. this.wlblUseHourByYear = new IntelligentControlForsx.MyControls.WebfontLable();
  100. this.wlblUseHourByMonth = new IntelligentControlForsx.MyControls.WebfontLable();
  101. this.wlblPowerYear = new IntelligentControlForsx.MyControls.WebfontLable();
  102. this.wlblPowerMonth = new IntelligentControlForsx.MyControls.WebfontLable();
  103. this.wlblPowerDay = new IntelligentControlForsx.MyControls.WebfontLable();
  104. this.wlblPowerAll = new IntelligentControlForsx.MyControls.WebfontLable();
  105. this.label15 = new System.Windows.Forms.Label();
  106. this.label16 = new System.Windows.Forms.Label();
  107. this.label13 = new System.Windows.Forms.Label();
  108. this.label14 = new System.Windows.Forms.Label();
  109. this.label10 = new System.Windows.Forms.Label();
  110. this.label11 = new System.Windows.Forms.Label();
  111. this.label8 = new System.Windows.Forms.Label();
  112. this.label9 = new System.Windows.Forms.Label();
  113. this.label6 = new System.Windows.Forms.Label();
  114. this.label7 = new System.Windows.Forms.Label();
  115. this.label4 = new System.Windows.Forms.Label();
  116. this.label5 = new System.Windows.Forms.Label();
  117. this.label2 = new System.Windows.Forms.Label();
  118. this.label3 = new System.Windows.Forms.Label();
  119. this.label1 = new System.Windows.Forms.Label();
  120. this.label12 = new System.Windows.Forms.Label();
  121. this.panelLine3 = new IntelligentControlForsx.MyControls.PanelLine();
  122. this.panelLine1 = new IntelligentControlForsx.MyControls.PanelLine();
  123. this.panelLine2 = new IntelligentControlForsx.MyControls.PanelLine();
  124. this.panelRight = new System.Windows.Forms.Panel();
  125. this.datePowerStat = new IntelligentControlForsx.MyControls.DatePower();
  126. this.label31 = new System.Windows.Forms.Label();
  127. this.historyLine = new IntelligentControlForsx.MyControls.HistoryLine();
  128. this.label34 = new System.Windows.Forms.Label();
  129. this.panelLine23 = new IntelligentControlForsx.MyControls.PanelLine();
  130. this.webfontLable16 = new IntelligentControlForsx.MyControls.WebfontLable();
  131. this.DateLabel = new System.Windows.Forms.Label();
  132. this.label32 = new System.Windows.Forms.Label();
  133. this.label33 = new System.Windows.Forms.Label();
  134. this.panelLine22 = new IntelligentControlForsx.MyControls.PanelLine();
  135. this.panelLine21 = new IntelligentControlForsx.MyControls.PanelLine();
  136. this.panelLine18 = new IntelligentControlForsx.MyControls.PanelLine();
  137. this.panelLine19 = new IntelligentControlForsx.MyControls.PanelLine();
  138. this.panelLine20 = new IntelligentControlForsx.MyControls.PanelLine();
  139. this.panelLine = new IntelligentControlForsx.MyControls.PanelLine();
  140. this.timer2 = new System.Windows.Forms.Timer(this.components);
  141. this.tableLayoutPanel1.SuspendLayout();
  142. this.panelCenter.SuspendLayout();
  143. this.panelLeft.SuspendLayout();
  144. this.panelRight.SuspendLayout();
  145. this.SuspendLayout();
  146. //
  147. // timer1
  148. //
  149. this.timer1.Enabled = true;
  150. this.timer1.Interval = 1000;
  151. this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
  152. //
  153. // tableLayoutPanel1
  154. //
  155. this.tableLayoutPanel1.BackColor = System.Drawing.Color.Transparent;
  156. this.tableLayoutPanel1.ColumnCount = 3;
  157. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 28F));
  158. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 44F));
  159. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 28F));
  160. this.tableLayoutPanel1.Controls.Add(this.panelCenter, 1, 0);
  161. this.tableLayoutPanel1.Controls.Add(this.panelLeft, 0, 0);
  162. this.tableLayoutPanel1.Controls.Add(this.panelRight, 2, 0);
  163. this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  164. this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
  165. this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(0);
  166. this.tableLayoutPanel1.Name = "tableLayoutPanel1";
  167. this.tableLayoutPanel1.RowCount = 1;
  168. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  169. this.tableLayoutPanel1.Size = new System.Drawing.Size(1920, 961);
  170. this.tableLayoutPanel1.TabIndex = 0;
  171. //
  172. // panelCenter
  173. //
  174. this.panelCenter.BackgroundImage = global::IntelligentControlForsx.Properties.Resources.nxmap1;
  175. this.panelCenter.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
  176. this.panelCenter.Controls.Add(this.SFI_XS);
  177. this.panelCenter.Controls.Add(this.SFI_NSS);
  178. this.panelCenter.Controls.Add(this.SFI_MHS);
  179. this.panelCenter.Controls.Add(this.SFI_QS);
  180. this.panelCenter.Controls.Add(this.SFI_SBQ);
  181. this.panelCenter.Controls.Add(this.elementHost5);
  182. this.panelCenter.Controls.Add(this.elementHost4);
  183. this.panelCenter.Controls.Add(this.elementHost3);
  184. this.panelCenter.Controls.Add(this.elementHost2);
  185. this.panelCenter.Controls.Add(this.elementHost1);
  186. this.panelCenter.Controls.Add(this.plXS);
  187. this.panelCenter.Controls.Add(this.plQS);
  188. this.panelCenter.Controls.Add(this.plMHS);
  189. this.panelCenter.Controls.Add(this.panel11);
  190. this.panelCenter.Controls.Add(this.plNSS);
  191. this.panelCenter.Controls.Add(this.plSBQ);
  192. this.panelCenter.Dock = System.Windows.Forms.DockStyle.Fill;
  193. this.panelCenter.Location = new System.Drawing.Point(537, 0);
  194. this.panelCenter.Margin = new System.Windows.Forms.Padding(0);
  195. this.panelCenter.Name = "panelCenter";
  196. this.panelCenter.Size = new System.Drawing.Size(844, 961);
  197. this.panelCenter.TabIndex = 0;
  198. //
  199. // SFI_XS
  200. //
  201. this.SFI_XS.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("SFI_XS.BackgroundImage")));
  202. this.SFI_XS.Location = new System.Drawing.Point(323, 759);
  203. this.SFI_XS.Name = "SFI_XS";
  204. this.SFI_XS.Power = null;
  205. this.SFI_XS.PowerCount = null;
  206. this.SFI_XS.Size = new System.Drawing.Size(180, 110);
  207. this.SFI_XS.Speed = null;
  208. this.SFI_XS.TabIndex = 105;
  209. this.SFI_XS.UnitLable = null;
  210. this.SFI_XS.WindSpeedOrLightLable = null;
  211. this.SFI_XS.MouseEnter += new System.EventHandler(this.panelLabel_MouseEnter);
  212. this.SFI_XS.MouseLeave += new System.EventHandler(this.panelLabel_MouseLeave);
  213. //
  214. // SFI_NSS
  215. //
  216. this.SFI_NSS.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("SFI_NSS.BackgroundImage")));
  217. this.SFI_NSS.Location = new System.Drawing.Point(348, 469);
  218. this.SFI_NSS.Name = "SFI_NSS";
  219. this.SFI_NSS.Power = null;
  220. this.SFI_NSS.PowerCount = null;
  221. this.SFI_NSS.Size = new System.Drawing.Size(180, 110);
  222. this.SFI_NSS.Speed = null;
  223. this.SFI_NSS.TabIndex = 104;
  224. this.SFI_NSS.UnitLable = null;
  225. this.SFI_NSS.WindSpeedOrLightLable = null;
  226. this.SFI_NSS.MouseEnter += new System.EventHandler(this.panelLabel_MouseEnter);
  227. this.SFI_NSS.MouseLeave += new System.EventHandler(this.panelLabel_MouseLeave);
  228. //
  229. // SFI_MHS
  230. //
  231. this.SFI_MHS.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("SFI_MHS.BackgroundImage")));
  232. this.SFI_MHS.Location = new System.Drawing.Point(553, 565);
  233. this.SFI_MHS.Name = "SFI_MHS";
  234. this.SFI_MHS.Power = null;
  235. this.SFI_MHS.PowerCount = null;
  236. this.SFI_MHS.Size = new System.Drawing.Size(180, 110);
  237. this.SFI_MHS.Speed = null;
  238. this.SFI_MHS.TabIndex = 103;
  239. this.SFI_MHS.UnitLable = null;
  240. this.SFI_MHS.WindSpeedOrLightLable = null;
  241. this.SFI_MHS.MouseEnter += new System.EventHandler(this.panelLabel_MouseEnter);
  242. this.SFI_MHS.MouseLeave += new System.EventHandler(this.panelLabel_MouseLeave);
  243. //
  244. // SFI_QS
  245. //
  246. this.SFI_QS.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("SFI_QS.BackgroundImage")));
  247. this.SFI_QS.Location = new System.Drawing.Point(601, 319);
  248. this.SFI_QS.Name = "SFI_QS";
  249. this.SFI_QS.Power = null;
  250. this.SFI_QS.PowerCount = null;
  251. this.SFI_QS.Size = new System.Drawing.Size(180, 110);
  252. this.SFI_QS.Speed = null;
  253. this.SFI_QS.TabIndex = 102;
  254. this.SFI_QS.UnitLable = null;
  255. this.SFI_QS.WindSpeedOrLightLable = "平均风速";
  256. this.SFI_QS.MouseEnter += new System.EventHandler(this.panelLabel_MouseEnter);
  257. this.SFI_QS.MouseLeave += new System.EventHandler(this.panelLabel_MouseLeave);
  258. //
  259. // SFI_SBQ
  260. //
  261. this.SFI_SBQ.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("SFI_SBQ.BackgroundImage")));
  262. this.SFI_SBQ.Location = new System.Drawing.Point(460, 540);
  263. this.SFI_SBQ.Name = "SFI_SBQ";
  264. this.SFI_SBQ.Power = null;
  265. this.SFI_SBQ.PowerCount = null;
  266. this.SFI_SBQ.Size = new System.Drawing.Size(180, 110);
  267. this.SFI_SBQ.Speed = null;
  268. this.SFI_SBQ.TabIndex = 101;
  269. this.SFI_SBQ.UnitLable = null;
  270. this.SFI_SBQ.WindSpeedOrLightLable = null;
  271. this.SFI_SBQ.MouseEnter += new System.EventHandler(this.panelLabel_MouseEnter);
  272. this.SFI_SBQ.MouseLeave += new System.EventHandler(this.panelLabel_MouseLeave);
  273. //
  274. // elementHost5
  275. //
  276. this.elementHost5.Location = new System.Drawing.Point(333, 653);
  277. this.elementHost5.Name = "elementHost5";
  278. this.elementHost5.Size = new System.Drawing.Size(54, 70);
  279. this.elementHost5.TabIndex = 95;
  280. this.elementHost5.Text = "elementHost5";
  281. this.elementHost5.Child = this.wpf_XS;
  282. //
  283. // elementHost4
  284. //
  285. this.elementHost4.Location = new System.Drawing.Point(601, 428);
  286. this.elementHost4.Name = "elementHost4";
  287. this.elementHost4.Size = new System.Drawing.Size(54, 70);
  288. this.elementHost4.TabIndex = 94;
  289. this.elementHost4.Text = "elementHost4";
  290. this.elementHost4.Child = this.wpf_QS;
  291. //
  292. // elementHost3
  293. //
  294. this.elementHost3.Location = new System.Drawing.Point(553, 467);
  295. this.elementHost3.Name = "elementHost3";
  296. this.elementHost3.Size = new System.Drawing.Size(54, 70);
  297. this.elementHost3.TabIndex = 93;
  298. this.elementHost3.Text = "elementHost3";
  299. this.elementHost3.Child = this.wpf_MHS;
  300. //
  301. // elementHost2
  302. //
  303. this.elementHost2.Location = new System.Drawing.Point(495, 438);
  304. this.elementHost2.Name = "elementHost2";
  305. this.elementHost2.Size = new System.Drawing.Size(54, 70);
  306. this.elementHost2.TabIndex = 92;
  307. this.elementHost2.Text = "elementHost2";
  308. this.elementHost2.Child = this.wpf_SBQ;
  309. //
  310. // elementHost1
  311. //
  312. this.elementHost1.Location = new System.Drawing.Point(406, 381);
  313. this.elementHost1.Name = "elementHost1";
  314. this.elementHost1.Size = new System.Drawing.Size(54, 70);
  315. this.elementHost1.TabIndex = 91;
  316. this.elementHost1.Text = "elementHost1";
  317. this.elementHost1.Child = this.wpf_NSS;
  318. //
  319. // plXS
  320. //
  321. this.plXS.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("plXS.BackgroundImage")));
  322. this.plXS.Cursor = System.Windows.Forms.Cursors.Hand;
  323. this.plXS.LableText = "香山";
  324. this.plXS.Location = new System.Drawing.Point(321, 730);
  325. this.plXS.Name = "plXS";
  326. this.plXS.Size = new System.Drawing.Size(70, 28);
  327. this.plXS.TabIndex = 88;
  328. //
  329. // plQS
  330. //
  331. this.plQS.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("plQS.BackgroundImage")));
  332. this.plQS.Cursor = System.Windows.Forms.Cursors.Hand;
  333. this.plQS.LableText = "青山";
  334. this.plQS.Location = new System.Drawing.Point(646, 465);
  335. this.plQS.Name = "plQS";
  336. this.plQS.Size = new System.Drawing.Size(70, 28);
  337. this.plQS.TabIndex = 87;
  338. //
  339. // plMHS
  340. //
  341. this.plMHS.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("plMHS.BackgroundImage")));
  342. this.plMHS.Cursor = System.Windows.Forms.Cursors.Hand;
  343. this.plMHS.LableText = "麻黄山";
  344. this.plMHS.Location = new System.Drawing.Point(542, 534);
  345. this.plMHS.Name = "plMHS";
  346. this.plMHS.Size = new System.Drawing.Size(70, 28);
  347. this.plMHS.TabIndex = 86;
  348. //
  349. // panel11
  350. //
  351. this.panel11.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("panel11.BackgroundImage")));
  352. this.panel11.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
  353. this.panel11.Location = new System.Drawing.Point(512, 887);
  354. this.panel11.Name = "panel11";
  355. this.panel11.Size = new System.Drawing.Size(349, 76);
  356. this.panel11.TabIndex = 85;
  357. //
  358. // plNSS
  359. //
  360. this.plNSS.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("plNSS.BackgroundImage")));
  361. this.plNSS.Cursor = System.Windows.Forms.Cursors.Hand;
  362. this.plNSS.LableText = "牛首山";
  363. this.plNSS.Location = new System.Drawing.Point(382, 452);
  364. this.plNSS.Name = "plNSS";
  365. this.plNSS.Size = new System.Drawing.Size(70, 28);
  366. this.plNSS.TabIndex = 84;
  367. this.plNSS.MouseEnter += new System.EventHandler(this.panelLabel_MouseEnter);
  368. this.plNSS.MouseLeave += new System.EventHandler(this.panelLabel_MouseLeave);
  369. //
  370. // plSBQ
  371. //
  372. this.plSBQ.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("plSBQ.BackgroundImage")));
  373. this.plSBQ.Cursor = System.Windows.Forms.Cursors.Hand;
  374. this.plSBQ.LableText = "石板泉";
  375. this.plSBQ.Location = new System.Drawing.Point(460, 505);
  376. this.plSBQ.Name = "plSBQ";
  377. this.plSBQ.Size = new System.Drawing.Size(70, 28);
  378. this.plSBQ.TabIndex = 7;
  379. this.plSBQ.MouseEnter += new System.EventHandler(this.panelLabel_MouseEnter);
  380. this.plSBQ.MouseLeave += new System.EventHandler(this.panelLabel_MouseLeave);
  381. //
  382. // panelLeft
  383. //
  384. this.panelLeft.Controls.Add(this.panel10);
  385. this.panelLeft.Controls.Add(this.panel9);
  386. this.panelLeft.Controls.Add(this.panel8);
  387. this.panelLeft.Controls.Add(this.panel7);
  388. this.panelLeft.Controls.Add(this.panel6);
  389. this.panelLeft.Controls.Add(this.panel5);
  390. this.panelLeft.Controls.Add(this.panel4);
  391. this.panelLeft.Controls.Add(this.wlblOfflineCount);
  392. this.panelLeft.Controls.Add(this.wlblLimitCount);
  393. this.panelLeft.Controls.Add(this.wlblMaintainCount);
  394. this.panelLeft.Controls.Add(this.wlblFaultCount);
  395. this.panelLeft.Controls.Add(this.wlblStandByCount);
  396. this.panelLeft.Controls.Add(this.wlblRunCount);
  397. this.panelLeft.Controls.Add(this.wlblLinkCount);
  398. this.panelLeft.Controls.Add(this.label30);
  399. this.panelLeft.Controls.Add(this.label24);
  400. this.panelLeft.Controls.Add(this.label25);
  401. this.panelLeft.Controls.Add(this.label26);
  402. this.panelLeft.Controls.Add(this.label27);
  403. this.panelLeft.Controls.Add(this.label28);
  404. this.panelLeft.Controls.Add(this.label29);
  405. this.panelLeft.Controls.Add(this.label23);
  406. this.panelLeft.Controls.Add(this.label22);
  407. this.panelLeft.Controls.Add(this.label21);
  408. this.panelLeft.Controls.Add(this.label20);
  409. this.panelLeft.Controls.Add(this.label19);
  410. this.panelLeft.Controls.Add(this.label18);
  411. this.panelLeft.Controls.Add(this.label17);
  412. this.panelLeft.Controls.Add(this.panelLine16);
  413. this.panelLeft.Controls.Add(this.panelLine17);
  414. this.panelLeft.Controls.Add(this.panelLine12);
  415. this.panelLeft.Controls.Add(this.panelLine13);
  416. this.panelLeft.Controls.Add(this.panelLine14);
  417. this.panelLeft.Controls.Add(this.panelLine15);
  418. this.panelLeft.Controls.Add(this.panelLine8);
  419. this.panelLeft.Controls.Add(this.panelLine9);
  420. this.panelLeft.Controls.Add(this.panelLine10);
  421. this.panelLeft.Controls.Add(this.panelLine11);
  422. this.panelLeft.Controls.Add(this.panelLine6);
  423. this.panelLeft.Controls.Add(this.panelLine7);
  424. this.panelLeft.Controls.Add(this.panelLine5);
  425. this.panelLeft.Controls.Add(this.panelLine4);
  426. this.panelLeft.Controls.Add(this.wlblPowerNowByStation);
  427. this.panelLeft.Controls.Add(this.wlblSpeedNowByStation);
  428. this.panelLeft.Controls.Add(this.wlblUseHourByYear);
  429. this.panelLeft.Controls.Add(this.wlblUseHourByMonth);
  430. this.panelLeft.Controls.Add(this.wlblPowerYear);
  431. this.panelLeft.Controls.Add(this.wlblPowerMonth);
  432. this.panelLeft.Controls.Add(this.wlblPowerDay);
  433. this.panelLeft.Controls.Add(this.wlblPowerAll);
  434. this.panelLeft.Controls.Add(this.label15);
  435. this.panelLeft.Controls.Add(this.label16);
  436. this.panelLeft.Controls.Add(this.label13);
  437. this.panelLeft.Controls.Add(this.label14);
  438. this.panelLeft.Controls.Add(this.label10);
  439. this.panelLeft.Controls.Add(this.label11);
  440. this.panelLeft.Controls.Add(this.label8);
  441. this.panelLeft.Controls.Add(this.label9);
  442. this.panelLeft.Controls.Add(this.label6);
  443. this.panelLeft.Controls.Add(this.label7);
  444. this.panelLeft.Controls.Add(this.label4);
  445. this.panelLeft.Controls.Add(this.label5);
  446. this.panelLeft.Controls.Add(this.label2);
  447. this.panelLeft.Controls.Add(this.label3);
  448. this.panelLeft.Controls.Add(this.label1);
  449. this.panelLeft.Controls.Add(this.label12);
  450. this.panelLeft.Controls.Add(this.panelLine3);
  451. this.panelLeft.Controls.Add(this.panelLine1);
  452. this.panelLeft.Controls.Add(this.panelLine2);
  453. this.panelLeft.Dock = System.Windows.Forms.DockStyle.Fill;
  454. this.panelLeft.Location = new System.Drawing.Point(0, 0);
  455. this.panelLeft.Margin = new System.Windows.Forms.Padding(0);
  456. this.panelLeft.Name = "panelLeft";
  457. this.panelLeft.Size = new System.Drawing.Size(537, 961);
  458. this.panelLeft.TabIndex = 1;
  459. //
  460. // panel10
  461. //
  462. this.panel10.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(24)))), ((int)(((byte)(48)))));
  463. this.panel10.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("panel10.BackgroundImage")));
  464. this.panel10.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
  465. this.panel10.Location = new System.Drawing.Point(74, 899);
  466. this.panel10.Name = "panel10";
  467. this.panel10.Size = new System.Drawing.Size(42, 47);
  468. this.panel10.TabIndex = 165;
  469. //
  470. // panel9
  471. //
  472. this.panel9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(24)))), ((int)(((byte)(48)))));
  473. this.panel9.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("panel9.BackgroundImage")));
  474. this.panel9.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
  475. this.panel9.Location = new System.Drawing.Point(74, 824);
  476. this.panel9.Name = "panel9";
  477. this.panel9.Size = new System.Drawing.Size(42, 47);
  478. this.panel9.TabIndex = 165;
  479. //
  480. // panel8
  481. //
  482. this.panel8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(24)))), ((int)(((byte)(48)))));
  483. this.panel8.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("panel8.BackgroundImage")));
  484. this.panel8.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
  485. this.panel8.Location = new System.Drawing.Point(74, 747);
  486. this.panel8.Name = "panel8";
  487. this.panel8.Size = new System.Drawing.Size(42, 47);
  488. this.panel8.TabIndex = 165;
  489. //
  490. // panel7
  491. //
  492. this.panel7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(24)))), ((int)(((byte)(48)))));
  493. this.panel7.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("panel7.BackgroundImage")));
  494. this.panel7.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
  495. this.panel7.Location = new System.Drawing.Point(74, 670);
  496. this.panel7.Name = "panel7";
  497. this.panel7.Size = new System.Drawing.Size(42, 47);
  498. this.panel7.TabIndex = 165;
  499. //
  500. // panel6
  501. //
  502. this.panel6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(24)))), ((int)(((byte)(48)))));
  503. this.panel6.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("panel6.BackgroundImage")));
  504. this.panel6.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
  505. this.panel6.Location = new System.Drawing.Point(74, 592);
  506. this.panel6.Name = "panel6";
  507. this.panel6.Size = new System.Drawing.Size(42, 47);
  508. this.panel6.TabIndex = 165;
  509. //
  510. // panel5
  511. //
  512. this.panel5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(24)))), ((int)(((byte)(48)))));
  513. this.panel5.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("panel5.BackgroundImage")));
  514. this.panel5.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
  515. this.panel5.Location = new System.Drawing.Point(74, 516);
  516. this.panel5.Name = "panel5";
  517. this.panel5.Size = new System.Drawing.Size(42, 47);
  518. this.panel5.TabIndex = 165;
  519. //
  520. // panel4
  521. //
  522. this.panel4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(24)))), ((int)(((byte)(48)))));
  523. this.panel4.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("panel4.BackgroundImage")));
  524. this.panel4.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
  525. this.panel4.Location = new System.Drawing.Point(74, 439);
  526. this.panel4.Name = "panel4";
  527. this.panel4.Size = new System.Drawing.Size(42, 47);
  528. this.panel4.TabIndex = 164;
  529. //
  530. // wlblOfflineCount
  531. //
  532. this.wlblOfflineCount.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(24)))), ((int)(((byte)(48)))));
  533. this.wlblOfflineCount.LableShowType = 0;
  534. this.wlblOfflineCount.LableText = "1";
  535. this.wlblOfflineCount.LableType = 0;
  536. this.wlblOfflineCount.Location = new System.Drawing.Point(172, 910);
  537. this.wlblOfflineCount.MyEmSize = 21.75F;
  538. this.wlblOfflineCount.MyLabelDock = System.Windows.Forms.DockStyle.Right;
  539. this.wlblOfflineCount.MyLabelTextAlign = System.Drawing.ContentAlignment.TopLeft;
  540. this.wlblOfflineCount.Name = "wlblOfflineCount";
  541. this.wlblOfflineCount.Size = new System.Drawing.Size(99, 23);
  542. this.wlblOfflineCount.TabIndex = 163;
  543. this.wlblOfflineCount.TestPointId = null;
  544. this.wlblOfflineCount.UniformCode = null;
  545. this.wlblOfflineCount.WindPowerId = null;
  546. this.wlblOfflineCount.WindTurbineId = null;
  547. //
  548. // wlblLimitCount
  549. //
  550. this.wlblLimitCount.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(24)))), ((int)(((byte)(48)))));
  551. this.wlblLimitCount.LableShowType = 0;
  552. this.wlblLimitCount.LableText = "0";
  553. this.wlblLimitCount.LableType = 0;
  554. this.wlblLimitCount.Location = new System.Drawing.Point(172, 833);
  555. this.wlblLimitCount.MyEmSize = 21.75F;
  556. this.wlblLimitCount.MyLabelDock = System.Windows.Forms.DockStyle.Right;
  557. this.wlblLimitCount.MyLabelTextAlign = System.Drawing.ContentAlignment.TopLeft;
  558. this.wlblLimitCount.Name = "wlblLimitCount";
  559. this.wlblLimitCount.Size = new System.Drawing.Size(99, 23);
  560. this.wlblLimitCount.TabIndex = 162;
  561. this.wlblLimitCount.TestPointId = null;
  562. this.wlblLimitCount.UniformCode = null;
  563. this.wlblLimitCount.WindPowerId = null;
  564. this.wlblLimitCount.WindTurbineId = null;
  565. //
  566. // wlblMaintainCount
  567. //
  568. this.wlblMaintainCount.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(24)))), ((int)(((byte)(48)))));
  569. this.wlblMaintainCount.LableShowType = 0;
  570. this.wlblMaintainCount.LableText = "20";
  571. this.wlblMaintainCount.LableType = 0;
  572. this.wlblMaintainCount.Location = new System.Drawing.Point(172, 756);
  573. this.wlblMaintainCount.MyEmSize = 21.75F;
  574. this.wlblMaintainCount.MyLabelDock = System.Windows.Forms.DockStyle.Right;
  575. this.wlblMaintainCount.MyLabelTextAlign = System.Drawing.ContentAlignment.TopLeft;
  576. this.wlblMaintainCount.Name = "wlblMaintainCount";
  577. this.wlblMaintainCount.Size = new System.Drawing.Size(99, 23);
  578. this.wlblMaintainCount.TabIndex = 161;
  579. this.wlblMaintainCount.TestPointId = null;
  580. this.wlblMaintainCount.UniformCode = null;
  581. this.wlblMaintainCount.WindPowerId = null;
  582. this.wlblMaintainCount.WindTurbineId = null;
  583. //
  584. // wlblFaultCount
  585. //
  586. this.wlblFaultCount.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(24)))), ((int)(((byte)(48)))));
  587. this.wlblFaultCount.LableShowType = 0;
  588. this.wlblFaultCount.LableText = "4";
  589. this.wlblFaultCount.LableType = 0;
  590. this.wlblFaultCount.Location = new System.Drawing.Point(172, 677);
  591. this.wlblFaultCount.MyEmSize = 21.75F;
  592. this.wlblFaultCount.MyLabelDock = System.Windows.Forms.DockStyle.Right;
  593. this.wlblFaultCount.MyLabelTextAlign = System.Drawing.ContentAlignment.TopLeft;
  594. this.wlblFaultCount.Name = "wlblFaultCount";
  595. this.wlblFaultCount.Size = new System.Drawing.Size(99, 23);
  596. this.wlblFaultCount.TabIndex = 160;
  597. this.wlblFaultCount.TestPointId = null;
  598. this.wlblFaultCount.UniformCode = null;
  599. this.wlblFaultCount.WindPowerId = null;
  600. this.wlblFaultCount.WindTurbineId = null;
  601. //
  602. // wlblStandByCount
  603. //
  604. this.wlblStandByCount.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(24)))), ((int)(((byte)(48)))));
  605. this.wlblStandByCount.LableShowType = 0;
  606. this.wlblStandByCount.LableText = "165";
  607. this.wlblStandByCount.LableType = 0;
  608. this.wlblStandByCount.Location = new System.Drawing.Point(172, 602);
  609. this.wlblStandByCount.MyEmSize = 21.75F;
  610. this.wlblStandByCount.MyLabelDock = System.Windows.Forms.DockStyle.Right;
  611. this.wlblStandByCount.MyLabelTextAlign = System.Drawing.ContentAlignment.TopLeft;
  612. this.wlblStandByCount.Name = "wlblStandByCount";
  613. this.wlblStandByCount.Size = new System.Drawing.Size(99, 23);
  614. this.wlblStandByCount.TabIndex = 159;
  615. this.wlblStandByCount.TestPointId = null;
  616. this.wlblStandByCount.UniformCode = null;
  617. this.wlblStandByCount.WindPowerId = null;
  618. this.wlblStandByCount.WindTurbineId = null;
  619. //
  620. // wlblRunCount
  621. //
  622. this.wlblRunCount.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(24)))), ((int)(((byte)(48)))));
  623. this.wlblRunCount.LableShowType = 0;
  624. this.wlblRunCount.LableText = "126";
  625. this.wlblRunCount.LableType = 0;
  626. this.wlblRunCount.Location = new System.Drawing.Point(172, 525);
  627. this.wlblRunCount.MyEmSize = 21.75F;
  628. this.wlblRunCount.MyLabelDock = System.Windows.Forms.DockStyle.Right;
  629. this.wlblRunCount.MyLabelTextAlign = System.Drawing.ContentAlignment.TopLeft;
  630. this.wlblRunCount.Name = "wlblRunCount";
  631. this.wlblRunCount.Size = new System.Drawing.Size(99, 23);
  632. this.wlblRunCount.TabIndex = 158;
  633. this.wlblRunCount.TestPointId = null;
  634. this.wlblRunCount.UniformCode = null;
  635. this.wlblRunCount.WindPowerId = null;
  636. this.wlblRunCount.WindTurbineId = null;
  637. //
  638. // wlblLinkCount
  639. //
  640. this.wlblLinkCount.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(24)))), ((int)(((byte)(48)))));
  641. this.wlblLinkCount.LableShowType = 0;
  642. this.wlblLinkCount.LableText = "330";
  643. this.wlblLinkCount.LableType = 0;
  644. this.wlblLinkCount.Location = new System.Drawing.Point(172, 448);
  645. this.wlblLinkCount.MyEmSize = 21.75F;
  646. this.wlblLinkCount.MyLabelDock = System.Windows.Forms.DockStyle.Right;
  647. this.wlblLinkCount.MyLabelTextAlign = System.Drawing.ContentAlignment.TopLeft;
  648. this.wlblLinkCount.Name = "wlblLinkCount";
  649. this.wlblLinkCount.Size = new System.Drawing.Size(99, 23);
  650. this.wlblLinkCount.TabIndex = 157;
  651. this.wlblLinkCount.TestPointId = null;
  652. this.wlblLinkCount.UniformCode = null;
  653. this.wlblLinkCount.WindPowerId = null;
  654. this.wlblLinkCount.WindTurbineId = null;
  655. //
  656. // label30
  657. //
  658. this.label30.AutoSize = true;
  659. this.label30.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(24)))), ((int)(((byte)(48)))));
  660. this.label30.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  661. this.label30.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
  662. this.label30.Location = new System.Drawing.Point(332, 916);
  663. this.label30.Name = "label30";
  664. this.label30.Size = new System.Drawing.Size(20, 17);
  665. this.label30.TabIndex = 156;
  666. this.label30.Text = "台";
  667. //
  668. // label24
  669. //
  670. this.label24.AutoSize = true;
  671. this.label24.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(24)))), ((int)(((byte)(48)))));
  672. this.label24.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  673. this.label24.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
  674. this.label24.Location = new System.Drawing.Point(332, 839);
  675. this.label24.Name = "label24";
  676. this.label24.Size = new System.Drawing.Size(20, 17);
  677. this.label24.TabIndex = 155;
  678. this.label24.Text = "台";
  679. //
  680. // label25
  681. //
  682. this.label25.AutoSize = true;
  683. this.label25.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(24)))), ((int)(((byte)(48)))));
  684. this.label25.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  685. this.label25.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
  686. this.label25.Location = new System.Drawing.Point(332, 762);
  687. this.label25.Name = "label25";
  688. this.label25.Size = new System.Drawing.Size(20, 17);
  689. this.label25.TabIndex = 154;
  690. this.label25.Text = "台";
  691. //
  692. // label26
  693. //
  694. this.label26.AutoSize = true;
  695. this.label26.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(24)))), ((int)(((byte)(48)))));
  696. this.label26.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  697. this.label26.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
  698. this.label26.Location = new System.Drawing.Point(332, 683);
  699. this.label26.Name = "label26";
  700. this.label26.Size = new System.Drawing.Size(20, 17);
  701. this.label26.TabIndex = 153;
  702. this.label26.Text = "台";
  703. //
  704. // label27
  705. //
  706. this.label27.AutoSize = true;
  707. this.label27.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(24)))), ((int)(((byte)(48)))));
  708. this.label27.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  709. this.label27.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
  710. this.label27.Location = new System.Drawing.Point(332, 531);
  711. this.label27.Name = "label27";
  712. this.label27.Size = new System.Drawing.Size(20, 17);
  713. this.label27.TabIndex = 152;
  714. this.label27.Text = "台";
  715. //
  716. // label28
  717. //
  718. this.label28.AutoSize = true;
  719. this.label28.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(24)))), ((int)(((byte)(48)))));
  720. this.label28.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  721. this.label28.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
  722. this.label28.Location = new System.Drawing.Point(330, 608);
  723. this.label28.Name = "label28";
  724. this.label28.Size = new System.Drawing.Size(20, 17);
  725. this.label28.TabIndex = 151;
  726. this.label28.Text = "台";
  727. //
  728. // label29
  729. //
  730. this.label29.AutoSize = true;
  731. this.label29.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(24)))), ((int)(((byte)(48)))));
  732. this.label29.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  733. this.label29.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
  734. this.label29.Location = new System.Drawing.Point(332, 454);
  735. this.label29.Name = "label29";
  736. this.label29.Size = new System.Drawing.Size(20, 17);
  737. this.label29.TabIndex = 150;
  738. this.label29.Text = "台";
  739. //
  740. // label23
  741. //
  742. this.label23.AutoSize = true;
  743. this.label23.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(24)))), ((int)(((byte)(48)))));
  744. this.label23.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold);
  745. this.label23.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
  746. this.label23.Location = new System.Drawing.Point(122, 911);
  747. this.label23.Name = "label23";
  748. this.label23.Size = new System.Drawing.Size(42, 22);
  749. this.label23.TabIndex = 149;
  750. this.label23.Text = "离线";
  751. //
  752. // label22
  753. //
  754. this.label22.AutoSize = true;
  755. this.label22.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(24)))), ((int)(((byte)(48)))));
  756. this.label22.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold);
  757. this.label22.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
  758. this.label22.Location = new System.Drawing.Point(122, 834);
  759. this.label22.Name = "label22";
  760. this.label22.Size = new System.Drawing.Size(42, 22);
  761. this.label22.TabIndex = 148;
  762. this.label22.Text = "停机";
  763. //
  764. // label21
  765. //
  766. this.label21.AutoSize = true;
  767. this.label21.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(24)))), ((int)(((byte)(48)))));
  768. this.label21.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold);
  769. this.label21.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
  770. this.label21.Location = new System.Drawing.Point(122, 757);
  771. this.label21.Name = "label21";
  772. this.label21.Size = new System.Drawing.Size(42, 22);
  773. this.label21.TabIndex = 147;
  774. this.label21.Text = "维护";
  775. //
  776. // label20
  777. //
  778. this.label20.AutoSize = true;
  779. this.label20.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(24)))), ((int)(((byte)(48)))));
  780. this.label20.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold);
  781. this.label20.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
  782. this.label20.Location = new System.Drawing.Point(122, 678);
  783. this.label20.Name = "label20";
  784. this.label20.Size = new System.Drawing.Size(42, 22);
  785. this.label20.TabIndex = 146;
  786. this.label20.Text = "故障";
  787. //
  788. // label19
  789. //
  790. this.label19.AutoSize = true;
  791. this.label19.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(24)))), ((int)(((byte)(48)))));
  792. this.label19.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold);
  793. this.label19.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
  794. this.label19.Location = new System.Drawing.Point(122, 603);
  795. this.label19.Name = "label19";
  796. this.label19.Size = new System.Drawing.Size(42, 22);
  797. this.label19.TabIndex = 145;
  798. this.label19.Text = "待机";
  799. //
  800. // label18
  801. //
  802. this.label18.AutoSize = true;
  803. this.label18.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(24)))), ((int)(((byte)(48)))));
  804. this.label18.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold);
  805. this.label18.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
  806. this.label18.Location = new System.Drawing.Point(122, 526);
  807. this.label18.Name = "label18";
  808. this.label18.Size = new System.Drawing.Size(42, 22);
  809. this.label18.TabIndex = 144;
  810. this.label18.Text = "运行";
  811. //
  812. // label17
  813. //
  814. this.label17.AutoSize = true;
  815. this.label17.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(24)))), ((int)(((byte)(48)))));
  816. this.label17.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold);
  817. this.label17.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
  818. this.label17.Location = new System.Drawing.Point(122, 449);
  819. this.label17.Name = "label17";
  820. this.label17.Size = new System.Drawing.Size(42, 22);
  821. this.label17.TabIndex = 143;
  822. this.label17.Text = "接入";
  823. //
  824. // panelLine16
  825. //
  826. this.panelLine16.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
  827. this.panelLine16.Location = new System.Drawing.Point(62, 898);
  828. this.panelLine16.Margin = new System.Windows.Forms.Padding(0);
  829. this.panelLine16.Name = "panelLine16";
  830. this.panelLine16.Padding = new System.Windows.Forms.Padding(1);
  831. this.panelLine16.Size = new System.Drawing.Size(348, 51);
  832. this.panelLine16.TabIndex = 142;
  833. //
  834. // panelLine17
  835. //
  836. this.panelLine17.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
  837. this.panelLine17.Location = new System.Drawing.Point(39, 883);
  838. this.panelLine17.Margin = new System.Windows.Forms.Padding(0);
  839. this.panelLine17.Name = "panelLine17";
  840. this.panelLine17.Padding = new System.Windows.Forms.Padding(1);
  841. this.panelLine17.Size = new System.Drawing.Size(115, 53);
  842. this.panelLine17.TabIndex = 141;
  843. //
  844. // panelLine12
  845. //
  846. this.panelLine12.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
  847. this.panelLine12.Location = new System.Drawing.Point(62, 821);
  848. this.panelLine12.Margin = new System.Windows.Forms.Padding(0);
  849. this.panelLine12.Name = "panelLine12";
  850. this.panelLine12.Padding = new System.Windows.Forms.Padding(1);
  851. this.panelLine12.Size = new System.Drawing.Size(348, 51);
  852. this.panelLine12.TabIndex = 140;
  853. //
  854. // panelLine13
  855. //
  856. this.panelLine13.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
  857. this.panelLine13.Location = new System.Drawing.Point(39, 806);
  858. this.panelLine13.Margin = new System.Windows.Forms.Padding(0);
  859. this.panelLine13.Name = "panelLine13";
  860. this.panelLine13.Padding = new System.Windows.Forms.Padding(1);
  861. this.panelLine13.Size = new System.Drawing.Size(115, 53);
  862. this.panelLine13.TabIndex = 139;
  863. //
  864. // panelLine14
  865. //
  866. this.panelLine14.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
  867. this.panelLine14.Location = new System.Drawing.Point(62, 744);
  868. this.panelLine14.Margin = new System.Windows.Forms.Padding(0);
  869. this.panelLine14.Name = "panelLine14";
  870. this.panelLine14.Padding = new System.Windows.Forms.Padding(1);
  871. this.panelLine14.Size = new System.Drawing.Size(348, 51);
  872. this.panelLine14.TabIndex = 138;
  873. //
  874. // panelLine15
  875. //
  876. this.panelLine15.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
  877. this.panelLine15.Location = new System.Drawing.Point(39, 729);
  878. this.panelLine15.Margin = new System.Windows.Forms.Padding(0);
  879. this.panelLine15.Name = "panelLine15";
  880. this.panelLine15.Padding = new System.Windows.Forms.Padding(1);
  881. this.panelLine15.Size = new System.Drawing.Size(115, 53);
  882. this.panelLine15.TabIndex = 137;
  883. //
  884. // panelLine8
  885. //
  886. this.panelLine8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
  887. this.panelLine8.Location = new System.Drawing.Point(62, 667);
  888. this.panelLine8.Margin = new System.Windows.Forms.Padding(0);
  889. this.panelLine8.Name = "panelLine8";
  890. this.panelLine8.Padding = new System.Windows.Forms.Padding(1);
  891. this.panelLine8.Size = new System.Drawing.Size(348, 51);
  892. this.panelLine8.TabIndex = 136;
  893. //
  894. // panelLine9
  895. //
  896. this.panelLine9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
  897. this.panelLine9.Location = new System.Drawing.Point(39, 652);
  898. this.panelLine9.Margin = new System.Windows.Forms.Padding(0);
  899. this.panelLine9.Name = "panelLine9";
  900. this.panelLine9.Padding = new System.Windows.Forms.Padding(1);
  901. this.panelLine9.Size = new System.Drawing.Size(115, 53);
  902. this.panelLine9.TabIndex = 135;
  903. //
  904. // panelLine10
  905. //
  906. this.panelLine10.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
  907. this.panelLine10.Location = new System.Drawing.Point(62, 590);
  908. this.panelLine10.Margin = new System.Windows.Forms.Padding(0);
  909. this.panelLine10.Name = "panelLine10";
  910. this.panelLine10.Padding = new System.Windows.Forms.Padding(1);
  911. this.panelLine10.Size = new System.Drawing.Size(348, 51);
  912. this.panelLine10.TabIndex = 134;
  913. //
  914. // panelLine11
  915. //
  916. this.panelLine11.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
  917. this.panelLine11.Location = new System.Drawing.Point(39, 575);
  918. this.panelLine11.Margin = new System.Windows.Forms.Padding(0);
  919. this.panelLine11.Name = "panelLine11";
  920. this.panelLine11.Padding = new System.Windows.Forms.Padding(1);
  921. this.panelLine11.Size = new System.Drawing.Size(115, 53);
  922. this.panelLine11.TabIndex = 133;
  923. //
  924. // panelLine6
  925. //
  926. this.panelLine6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
  927. this.panelLine6.Location = new System.Drawing.Point(62, 513);
  928. this.panelLine6.Margin = new System.Windows.Forms.Padding(0);
  929. this.panelLine6.Name = "panelLine6";
  930. this.panelLine6.Padding = new System.Windows.Forms.Padding(1);
  931. this.panelLine6.Size = new System.Drawing.Size(348, 51);
  932. this.panelLine6.TabIndex = 132;
  933. //
  934. // panelLine7
  935. //
  936. this.panelLine7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
  937. this.panelLine7.Location = new System.Drawing.Point(39, 498);
  938. this.panelLine7.Margin = new System.Windows.Forms.Padding(0);
  939. this.panelLine7.Name = "panelLine7";
  940. this.panelLine7.Padding = new System.Windows.Forms.Padding(1);
  941. this.panelLine7.Size = new System.Drawing.Size(115, 53);
  942. this.panelLine7.TabIndex = 131;
  943. //
  944. // panelLine5
  945. //
  946. this.panelLine5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
  947. this.panelLine5.Location = new System.Drawing.Point(62, 436);
  948. this.panelLine5.Margin = new System.Windows.Forms.Padding(0);
  949. this.panelLine5.Name = "panelLine5";
  950. this.panelLine5.Padding = new System.Windows.Forms.Padding(1);
  951. this.panelLine5.Size = new System.Drawing.Size(348, 51);
  952. this.panelLine5.TabIndex = 130;
  953. //
  954. // panelLine4
  955. //
  956. this.panelLine4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
  957. this.panelLine4.Location = new System.Drawing.Point(39, 421);
  958. this.panelLine4.Margin = new System.Windows.Forms.Padding(0);
  959. this.panelLine4.Name = "panelLine4";
  960. this.panelLine4.Padding = new System.Windows.Forms.Padding(1);
  961. this.panelLine4.Size = new System.Drawing.Size(115, 53);
  962. this.panelLine4.TabIndex = 129;
  963. //
  964. // wlblPowerNowByStation
  965. //
  966. this.wlblPowerNowByStation.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(24)))), ((int)(((byte)(48)))));
  967. this.wlblPowerNowByStation.LableShowType = 0;
  968. this.wlblPowerNowByStation.LableText = "70.32";
  969. this.wlblPowerNowByStation.LableType = 0;
  970. this.wlblPowerNowByStation.Location = new System.Drawing.Point(185, 335);
  971. this.wlblPowerNowByStation.MyEmSize = 21.75F;
  972. this.wlblPowerNowByStation.MyLabelDock = System.Windows.Forms.DockStyle.Right;
  973. this.wlblPowerNowByStation.MyLabelTextAlign = System.Drawing.ContentAlignment.TopLeft;
  974. this.wlblPowerNowByStation.Name = "wlblPowerNowByStation";
  975. this.wlblPowerNowByStation.Size = new System.Drawing.Size(127, 23);
  976. this.wlblPowerNowByStation.TabIndex = 128;
  977. this.wlblPowerNowByStation.TestPointId = null;
  978. this.wlblPowerNowByStation.UniformCode = null;
  979. this.wlblPowerNowByStation.WindPowerId = null;
  980. this.wlblPowerNowByStation.WindTurbineId = null;
  981. //
  982. // wlblSpeedNowByStation
  983. //
  984. this.wlblSpeedNowByStation.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(24)))), ((int)(((byte)(48)))));
  985. this.wlblSpeedNowByStation.LableShowType = 0;
  986. this.wlblSpeedNowByStation.LableText = "4.54";
  987. this.wlblSpeedNowByStation.LableType = 0;
  988. this.wlblSpeedNowByStation.Location = new System.Drawing.Point(185, 302);
  989. this.wlblSpeedNowByStation.MyEmSize = 21.75F;
  990. this.wlblSpeedNowByStation.MyLabelDock = System.Windows.Forms.DockStyle.Right;
  991. this.wlblSpeedNowByStation.MyLabelTextAlign = System.Drawing.ContentAlignment.TopLeft;
  992. this.wlblSpeedNowByStation.Name = "wlblSpeedNowByStation";
  993. this.wlblSpeedNowByStation.Size = new System.Drawing.Size(127, 23);
  994. this.wlblSpeedNowByStation.TabIndex = 127;
  995. this.wlblSpeedNowByStation.TestPointId = null;
  996. this.wlblSpeedNowByStation.UniformCode = null;
  997. this.wlblSpeedNowByStation.WindPowerId = null;
  998. this.wlblSpeedNowByStation.WindTurbineId = null;
  999. //
  1000. // wlblUseHourByYear
  1001. //
  1002. this.wlblUseHourByYear.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(24)))), ((int)(((byte)(48)))));
  1003. this.wlblUseHourByYear.LableShowType = 0;
  1004. this.wlblUseHourByYear.LableText = "1669.7";
  1005. this.wlblUseHourByYear.LableType = 0;
  1006. this.wlblUseHourByYear.Location = new System.Drawing.Point(185, 238);
  1007. this.wlblUseHourByYear.MyEmSize = 21.75F;
  1008. this.wlblUseHourByYear.MyLabelDock = System.Windows.Forms.DockStyle.Right;
  1009. this.wlblUseHourByYear.MyLabelTextAlign = System.Drawing.ContentAlignment.TopLeft;
  1010. this.wlblUseHourByYear.Name = "wlblUseHourByYear";
  1011. this.wlblUseHourByYear.Size = new System.Drawing.Size(127, 23);
  1012. this.wlblUseHourByYear.TabIndex = 126;
  1013. this.wlblUseHourByYear.TestPointId = null;
  1014. this.wlblUseHourByYear.UniformCode = null;
  1015. this.wlblUseHourByYear.WindPowerId = null;
  1016. this.wlblUseHourByYear.WindTurbineId = null;
  1017. //
  1018. // wlblUseHourByMonth
  1019. //
  1020. this.wlblUseHourByMonth.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(24)))), ((int)(((byte)(48)))));
  1021. this.wlblUseHourByMonth.LableShowType = 0;
  1022. this.wlblUseHourByMonth.LableText = "166.31";
  1023. this.wlblUseHourByMonth.LableType = 0;
  1024. this.wlblUseHourByMonth.Location = new System.Drawing.Point(185, 202);
  1025. this.wlblUseHourByMonth.MyEmSize = 21.75F;
  1026. this.wlblUseHourByMonth.MyLabelDock = System.Windows.Forms.DockStyle.Right;
  1027. this.wlblUseHourByMonth.MyLabelTextAlign = System.Drawing.ContentAlignment.TopLeft;
  1028. this.wlblUseHourByMonth.Name = "wlblUseHourByMonth";
  1029. this.wlblUseHourByMonth.Size = new System.Drawing.Size(127, 23);
  1030. this.wlblUseHourByMonth.TabIndex = 125;
  1031. this.wlblUseHourByMonth.TestPointId = null;
  1032. this.wlblUseHourByMonth.UniformCode = null;
  1033. this.wlblUseHourByMonth.WindPowerId = null;
  1034. this.wlblUseHourByMonth.WindTurbineId = null;
  1035. //
  1036. // wlblPowerYear
  1037. //
  1038. this.wlblPowerYear.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(24)))), ((int)(((byte)(48)))));
  1039. this.wlblPowerYear.LableShowType = 0;
  1040. this.wlblPowerYear.LableText = "98929.42";
  1041. this.wlblPowerYear.LableType = 0;
  1042. this.wlblPowerYear.Location = new System.Drawing.Point(185, 166);
  1043. this.wlblPowerYear.MyEmSize = 21.75F;
  1044. this.wlblPowerYear.MyLabelDock = System.Windows.Forms.DockStyle.Right;
  1045. this.wlblPowerYear.MyLabelTextAlign = System.Drawing.ContentAlignment.TopLeft;
  1046. this.wlblPowerYear.Name = "wlblPowerYear";
  1047. this.wlblPowerYear.Size = new System.Drawing.Size(127, 23);
  1048. this.wlblPowerYear.TabIndex = 124;
  1049. this.wlblPowerYear.TestPointId = null;
  1050. this.wlblPowerYear.UniformCode = null;
  1051. this.wlblPowerYear.WindPowerId = null;
  1052. this.wlblPowerYear.WindTurbineId = null;
  1053. //
  1054. // wlblPowerMonth
  1055. //
  1056. this.wlblPowerMonth.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(24)))), ((int)(((byte)(48)))));
  1057. this.wlblPowerMonth.LableShowType = 0;
  1058. this.wlblPowerMonth.LableText = "9854.12";
  1059. this.wlblPowerMonth.LableType = 0;
  1060. this.wlblPowerMonth.Location = new System.Drawing.Point(185, 130);
  1061. this.wlblPowerMonth.MyEmSize = 21.75F;
  1062. this.wlblPowerMonth.MyLabelDock = System.Windows.Forms.DockStyle.Right;
  1063. this.wlblPowerMonth.MyLabelTextAlign = System.Drawing.ContentAlignment.TopLeft;
  1064. this.wlblPowerMonth.Name = "wlblPowerMonth";
  1065. this.wlblPowerMonth.Size = new System.Drawing.Size(127, 23);
  1066. this.wlblPowerMonth.TabIndex = 123;
  1067. this.wlblPowerMonth.TestPointId = null;
  1068. this.wlblPowerMonth.UniformCode = null;
  1069. this.wlblPowerMonth.WindPowerId = null;
  1070. this.wlblPowerMonth.WindTurbineId = null;
  1071. //
  1072. // wlblPowerDay
  1073. //
  1074. this.wlblPowerDay.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(24)))), ((int)(((byte)(48)))));
  1075. this.wlblPowerDay.LableShowType = 0;
  1076. this.wlblPowerDay.LableText = "127.32";
  1077. this.wlblPowerDay.LableType = 0;
  1078. this.wlblPowerDay.Location = new System.Drawing.Point(185, 94);
  1079. this.wlblPowerDay.MyEmSize = 21.75F;
  1080. this.wlblPowerDay.MyLabelDock = System.Windows.Forms.DockStyle.Right;
  1081. this.wlblPowerDay.MyLabelTextAlign = System.Drawing.ContentAlignment.TopLeft;
  1082. this.wlblPowerDay.Name = "wlblPowerDay";
  1083. this.wlblPowerDay.Size = new System.Drawing.Size(127, 23);
  1084. this.wlblPowerDay.TabIndex = 122;
  1085. this.wlblPowerDay.TestPointId = null;
  1086. this.wlblPowerDay.UniformCode = null;
  1087. this.wlblPowerDay.WindPowerId = null;
  1088. this.wlblPowerDay.WindTurbineId = null;
  1089. //
  1090. // wlblPowerAll
  1091. //
  1092. this.wlblPowerAll.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(24)))), ((int)(((byte)(48)))));
  1093. this.wlblPowerAll.LableShowType = 0;
  1094. this.wlblPowerAll.LableText = "592.5";
  1095. this.wlblPowerAll.LableType = 0;
  1096. this.wlblPowerAll.Location = new System.Drawing.Point(185, 58);
  1097. this.wlblPowerAll.MyEmSize = 21.75F;
  1098. this.wlblPowerAll.MyLabelDock = System.Windows.Forms.DockStyle.Right;
  1099. this.wlblPowerAll.MyLabelTextAlign = System.Drawing.ContentAlignment.TopLeft;
  1100. this.wlblPowerAll.Name = "wlblPowerAll";
  1101. this.wlblPowerAll.Size = new System.Drawing.Size(127, 23);
  1102. this.wlblPowerAll.TabIndex = 121;
  1103. this.wlblPowerAll.TestPointId = null;
  1104. this.wlblPowerAll.UniformCode = null;
  1105. this.wlblPowerAll.WindPowerId = null;
  1106. this.wlblPowerAll.WindTurbineId = null;
  1107. //
  1108. // label15
  1109. //
  1110. this.label15.AutoSize = true;
  1111. this.label15.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(24)))), ((int)(((byte)(48)))));
  1112. this.label15.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold);
  1113. this.label15.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
  1114. this.label15.Location = new System.Drawing.Point(64, 338);
  1115. this.label15.Name = "label15";
  1116. this.label15.Size = new System.Drawing.Size(74, 22);
  1117. this.label15.TabIndex = 119;
  1118. this.label15.Text = "实时功率";
  1119. //
  1120. // label16
  1121. //
  1122. this.label16.AutoSize = true;
  1123. this.label16.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(24)))), ((int)(((byte)(48)))));
  1124. this.label16.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  1125. this.label16.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
  1126. this.label16.Location = new System.Drawing.Point(334, 343);
  1127. this.label16.Name = "label16";
  1128. this.label16.Size = new System.Drawing.Size(33, 17);
  1129. this.label16.TabIndex = 120;
  1130. this.label16.Text = "MW";
  1131. //
  1132. // label13
  1133. //
  1134. this.label13.AutoSize = true;
  1135. this.label13.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(24)))), ((int)(((byte)(48)))));
  1136. this.label13.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold);
  1137. this.label13.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
  1138. this.label13.Location = new System.Drawing.Point(64, 303);
  1139. this.label13.Name = "label13";
  1140. this.label13.Size = new System.Drawing.Size(74, 22);
  1141. this.label13.TabIndex = 117;
  1142. this.label13.Text = "实时风速";
  1143. //
  1144. // label14
  1145. //
  1146. this.label14.AutoSize = true;
  1147. this.label14.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(24)))), ((int)(((byte)(48)))));
  1148. this.label14.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  1149. this.label14.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
  1150. this.label14.Location = new System.Drawing.Point(334, 308);
  1151. this.label14.Name = "label14";
  1152. this.label14.Size = new System.Drawing.Size(32, 17);
  1153. this.label14.TabIndex = 118;
  1154. this.label14.Text = "m/s";
  1155. //
  1156. // label10
  1157. //
  1158. this.label10.AutoSize = true;
  1159. this.label10.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(24)))), ((int)(((byte)(48)))));
  1160. this.label10.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold);
  1161. this.label10.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
  1162. this.label10.Location = new System.Drawing.Point(64, 242);
  1163. this.label10.Name = "label10";
  1164. this.label10.Size = new System.Drawing.Size(90, 22);
  1165. this.label10.TabIndex = 115;
  1166. this.label10.Text = "年利用小时";
  1167. //
  1168. // label11
  1169. //
  1170. this.label11.AutoSize = true;
  1171. this.label11.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(24)))), ((int)(((byte)(48)))));
  1172. this.label11.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  1173. this.label11.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
  1174. this.label11.Location = new System.Drawing.Point(334, 247);
  1175. this.label11.Name = "label11";
  1176. this.label11.Size = new System.Drawing.Size(32, 17);
  1177. this.label11.TabIndex = 116;
  1178. this.label11.Text = "小时";
  1179. //
  1180. // label8
  1181. //
  1182. this.label8.AutoSize = true;
  1183. this.label8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(24)))), ((int)(((byte)(48)))));
  1184. this.label8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold);
  1185. this.label8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
  1186. this.label8.Location = new System.Drawing.Point(64, 205);
  1187. this.label8.Name = "label8";
  1188. this.label8.Size = new System.Drawing.Size(90, 22);
  1189. this.label8.TabIndex = 113;
  1190. this.label8.Text = "月利用小时";
  1191. //
  1192. // label9
  1193. //
  1194. this.label9.AutoSize = true;
  1195. this.label9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(24)))), ((int)(((byte)(48)))));
  1196. this.label9.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  1197. this.label9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
  1198. this.label9.Location = new System.Drawing.Point(334, 210);
  1199. this.label9.Name = "label9";
  1200. this.label9.Size = new System.Drawing.Size(32, 17);
  1201. this.label9.TabIndex = 114;
  1202. this.label9.Text = "小时";
  1203. //
  1204. // label6
  1205. //
  1206. this.label6.AutoSize = true;
  1207. this.label6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(24)))), ((int)(((byte)(48)))));
  1208. this.label6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold);
  1209. this.label6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
  1210. this.label6.Location = new System.Drawing.Point(64, 168);
  1211. this.label6.Name = "label6";
  1212. this.label6.Size = new System.Drawing.Size(90, 22);
  1213. this.label6.TabIndex = 111;
  1214. this.label6.Text = "年累计电量";
  1215. //
  1216. // label7
  1217. //
  1218. this.label7.AutoSize = true;
  1219. this.label7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(24)))), ((int)(((byte)(48)))));
  1220. this.label7.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  1221. this.label7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
  1222. this.label7.Location = new System.Drawing.Point(334, 173);
  1223. this.label7.Name = "label7";
  1224. this.label7.Size = new System.Drawing.Size(48, 17);
  1225. this.label7.TabIndex = 112;
  1226. this.label7.Text = "万kWh";
  1227. //
  1228. // label4
  1229. //
  1230. this.label4.AutoSize = true;
  1231. this.label4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(24)))), ((int)(((byte)(48)))));
  1232. this.label4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold);
  1233. this.label4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
  1234. this.label4.Location = new System.Drawing.Point(64, 131);
  1235. this.label4.Name = "label4";
  1236. this.label4.Size = new System.Drawing.Size(90, 22);
  1237. this.label4.TabIndex = 109;
  1238. this.label4.Text = "月累计电量";
  1239. //
  1240. // label5
  1241. //
  1242. this.label5.AutoSize = true;
  1243. this.label5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(24)))), ((int)(((byte)(48)))));
  1244. this.label5.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  1245. this.label5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
  1246. this.label5.Location = new System.Drawing.Point(334, 136);
  1247. this.label5.Name = "label5";
  1248. this.label5.Size = new System.Drawing.Size(48, 17);
  1249. this.label5.TabIndex = 110;
  1250. this.label5.Text = "万kWh";
  1251. //
  1252. // label2
  1253. //
  1254. this.label2.AutoSize = true;
  1255. this.label2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(24)))), ((int)(((byte)(48)))));
  1256. this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold);
  1257. this.label2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
  1258. this.label2.Location = new System.Drawing.Point(64, 94);
  1259. this.label2.Name = "label2";
  1260. this.label2.Size = new System.Drawing.Size(74, 22);
  1261. this.label2.TabIndex = 107;
  1262. this.label2.Text = "日发电量";
  1263. //
  1264. // label3
  1265. //
  1266. this.label3.AutoSize = true;
  1267. this.label3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(24)))), ((int)(((byte)(48)))));
  1268. this.label3.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  1269. this.label3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
  1270. this.label3.Location = new System.Drawing.Point(334, 99);
  1271. this.label3.Name = "label3";
  1272. this.label3.Size = new System.Drawing.Size(48, 17);
  1273. this.label3.TabIndex = 108;
  1274. this.label3.Text = "万kWh";
  1275. //
  1276. // label1
  1277. //
  1278. this.label1.AutoSize = true;
  1279. this.label1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(24)))), ((int)(((byte)(48)))));
  1280. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold);
  1281. this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
  1282. this.label1.Location = new System.Drawing.Point(64, 57);
  1283. this.label1.Name = "label1";
  1284. this.label1.Size = new System.Drawing.Size(74, 22);
  1285. this.label1.TabIndex = 105;
  1286. this.label1.Text = "装机容量";
  1287. //
  1288. // label12
  1289. //
  1290. this.label12.AutoSize = true;
  1291. this.label12.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(24)))), ((int)(((byte)(48)))));
  1292. this.label12.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  1293. this.label12.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
  1294. this.label12.Location = new System.Drawing.Point(334, 62);
  1295. this.label12.Name = "label12";
  1296. this.label12.Size = new System.Drawing.Size(33, 17);
  1297. this.label12.TabIndex = 106;
  1298. this.label12.Text = "MW";
  1299. //
  1300. // panelLine3
  1301. //
  1302. this.panelLine3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(104)))), ((int)(((byte)(150)))));
  1303. this.panelLine3.Location = new System.Drawing.Point(68, 283);
  1304. this.panelLine3.Margin = new System.Windows.Forms.Padding(0);
  1305. this.panelLine3.Name = "panelLine3";
  1306. this.panelLine3.Padding = new System.Windows.Forms.Padding(1);
  1307. this.panelLine3.Size = new System.Drawing.Size(310, 1);
  1308. this.panelLine3.TabIndex = 3;
  1309. //
  1310. // panelLine1
  1311. //
  1312. this.panelLine1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
  1313. this.panelLine1.Location = new System.Drawing.Point(39, 43);
  1314. this.panelLine1.Margin = new System.Windows.Forms.Padding(0);
  1315. this.panelLine1.Name = "panelLine1";
  1316. this.panelLine1.Padding = new System.Windows.Forms.Padding(1);
  1317. this.panelLine1.Size = new System.Drawing.Size(359, 345);
  1318. this.panelLine1.TabIndex = 1;
  1319. //
  1320. // panelLine2
  1321. //
  1322. this.panelLine2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
  1323. this.panelLine2.Location = new System.Drawing.Point(62, 139);
  1324. this.panelLine2.Margin = new System.Windows.Forms.Padding(0);
  1325. this.panelLine2.Name = "panelLine2";
  1326. this.panelLine2.Padding = new System.Windows.Forms.Padding(1);
  1327. this.panelLine2.Size = new System.Drawing.Size(348, 262);
  1328. this.panelLine2.TabIndex = 2;
  1329. //
  1330. // panelRight
  1331. //
  1332. this.panelRight.Controls.Add(this.datePowerStat);
  1333. this.panelRight.Controls.Add(this.label31);
  1334. this.panelRight.Controls.Add(this.historyLine);
  1335. this.panelRight.Controls.Add(this.label34);
  1336. this.panelRight.Controls.Add(this.panelLine23);
  1337. this.panelRight.Controls.Add(this.webfontLable16);
  1338. this.panelRight.Controls.Add(this.DateLabel);
  1339. this.panelRight.Controls.Add(this.label32);
  1340. this.panelRight.Controls.Add(this.label33);
  1341. this.panelRight.Controls.Add(this.panelLine22);
  1342. this.panelRight.Controls.Add(this.panelLine21);
  1343. this.panelRight.Controls.Add(this.panelLine18);
  1344. this.panelRight.Controls.Add(this.panelLine19);
  1345. this.panelRight.Controls.Add(this.panelLine20);
  1346. this.panelRight.Controls.Add(this.panelLine);
  1347. this.panelRight.Dock = System.Windows.Forms.DockStyle.Fill;
  1348. this.panelRight.Location = new System.Drawing.Point(1381, 0);
  1349. this.panelRight.Margin = new System.Windows.Forms.Padding(0);
  1350. this.panelRight.Name = "panelRight";
  1351. this.panelRight.Size = new System.Drawing.Size(539, 961);
  1352. this.panelRight.TabIndex = 2;
  1353. //
  1354. // datePowerStat
  1355. //
  1356. this.datePowerStat.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(24)))), ((int)(((byte)(48)))));
  1357. this.datePowerStat.Location = new System.Drawing.Point(111, 425);
  1358. this.datePowerStat.Name = "datePowerStat";
  1359. this.datePowerStat.Size = new System.Drawing.Size(361, 456);
  1360. this.datePowerStat.TabIndex = 181;
  1361. //
  1362. // label31
  1363. //
  1364. this.label31.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(24)))), ((int)(((byte)(48)))));
  1365. this.label31.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1366. this.label31.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
  1367. this.label31.Location = new System.Drawing.Point(280, 366);
  1368. this.label31.Margin = new System.Windows.Forms.Padding(0);
  1369. this.label31.Name = "label31";
  1370. this.label31.Size = new System.Drawing.Size(180, 31);
  1371. this.label31.TabIndex = 180;
  1372. this.label31.Text = "(单位:万kwh)";
  1373. this.label31.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  1374. //
  1375. // historyLine
  1376. //
  1377. this.historyLine.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(24)))), ((int)(((byte)(48)))));
  1378. this.historyLine.Location = new System.Drawing.Point(113, 158);
  1379. this.historyLine.Name = "historyLine";
  1380. this.historyLine.Size = new System.Drawing.Size(359, 183);
  1381. this.historyLine.TabIndex = 179;
  1382. //
  1383. // label34
  1384. //
  1385. this.label34.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(24)))), ((int)(((byte)(48)))));
  1386. this.label34.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1387. this.label34.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
  1388. this.label34.Location = new System.Drawing.Point(187, 367);
  1389. this.label34.Name = "label34";
  1390. this.label34.Size = new System.Drawing.Size(110, 31);
  1391. this.label34.TabIndex = 173;
  1392. this.label34.Text = "日发电量";
  1393. this.label34.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  1394. //
  1395. // panelLine23
  1396. //
  1397. this.panelLine23.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
  1398. this.panelLine23.Location = new System.Drawing.Point(179, 360);
  1399. this.panelLine23.Margin = new System.Windows.Forms.Padding(0);
  1400. this.panelLine23.Name = "panelLine23";
  1401. this.panelLine23.Padding = new System.Windows.Forms.Padding(1);
  1402. this.panelLine23.Size = new System.Drawing.Size(295, 47);
  1403. this.panelLine23.TabIndex = 172;
  1404. //
  1405. // webfontLable16
  1406. //
  1407. this.webfontLable16.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(24)))), ((int)(((byte)(48)))));
  1408. this.webfontLable16.LableShowType = 0;
  1409. this.webfontLable16.LableText = "343";
  1410. this.webfontLable16.LableType = 0;
  1411. this.webfontLable16.Location = new System.Drawing.Point(248, 90);
  1412. this.webfontLable16.MyEmSize = 21.75F;
  1413. this.webfontLable16.MyLabelDock = System.Windows.Forms.DockStyle.Right;
  1414. this.webfontLable16.MyLabelTextAlign = System.Drawing.ContentAlignment.TopLeft;
  1415. this.webfontLable16.Name = "webfontLable16";
  1416. this.webfontLable16.Size = new System.Drawing.Size(99, 23);
  1417. this.webfontLable16.TabIndex = 176;
  1418. this.webfontLable16.TestPointId = null;
  1419. this.webfontLable16.UniformCode = null;
  1420. this.webfontLable16.WindPowerId = null;
  1421. this.webfontLable16.WindTurbineId = null;
  1422. //
  1423. // DateLabel
  1424. //
  1425. this.DateLabel.AutoSize = true;
  1426. this.DateLabel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(24)))), ((int)(((byte)(48)))));
  1427. this.DateLabel.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1428. this.DateLabel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
  1429. this.DateLabel.Location = new System.Drawing.Point(274, 51);
  1430. this.DateLabel.Name = "DateLabel";
  1431. this.DateLabel.Size = new System.Drawing.Size(144, 22);
  1432. this.DateLabel.TabIndex = 171;
  1433. this.DateLabel.Text = "2018-6-25 16:32";
  1434. //
  1435. // label32
  1436. //
  1437. this.label32.AutoSize = true;
  1438. this.label32.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(24)))), ((int)(((byte)(48)))));
  1439. this.label32.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  1440. this.label32.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
  1441. this.label32.Location = new System.Drawing.Point(415, 96);
  1442. this.label32.Name = "label32";
  1443. this.label32.Size = new System.Drawing.Size(20, 17);
  1444. this.label32.TabIndex = 170;
  1445. this.label32.Text = "天";
  1446. //
  1447. // label33
  1448. //
  1449. this.label33.AutoSize = true;
  1450. this.label33.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(24)))), ((int)(((byte)(48)))));
  1451. this.label33.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold);
  1452. this.label33.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
  1453. this.label33.Location = new System.Drawing.Point(145, 91);
  1454. this.label33.Name = "label33";
  1455. this.label33.Size = new System.Drawing.Size(74, 22);
  1456. this.label33.TabIndex = 169;
  1457. this.label33.Text = "安全天数";
  1458. //
  1459. // panelLine22
  1460. //
  1461. this.panelLine22.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
  1462. this.panelLine22.Location = new System.Drawing.Point(111, 144);
  1463. this.panelLine22.Margin = new System.Windows.Forms.Padding(0);
  1464. this.panelLine22.Name = "panelLine22";
  1465. this.panelLine22.Padding = new System.Windows.Forms.Padding(1);
  1466. this.panelLine22.Size = new System.Drawing.Size(363, 202);
  1467. this.panelLine22.TabIndex = 168;
  1468. //
  1469. // panelLine21
  1470. //
  1471. this.panelLine21.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
  1472. this.panelLine21.Location = new System.Drawing.Point(97, 144);
  1473. this.panelLine21.Margin = new System.Windows.Forms.Padding(0);
  1474. this.panelLine21.Name = "panelLine21";
  1475. this.panelLine21.Padding = new System.Windows.Forms.Padding(1);
  1476. this.panelLine21.Size = new System.Drawing.Size(361, 186);
  1477. this.panelLine21.TabIndex = 167;
  1478. //
  1479. // panelLine18
  1480. //
  1481. this.panelLine18.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
  1482. this.panelLine18.Location = new System.Drawing.Point(263, 43);
  1483. this.panelLine18.Margin = new System.Windows.Forms.Padding(0);
  1484. this.panelLine18.Name = "panelLine18";
  1485. this.panelLine18.Padding = new System.Windows.Forms.Padding(1);
  1486. this.panelLine18.Size = new System.Drawing.Size(195, 38);
  1487. this.panelLine18.TabIndex = 164;
  1488. //
  1489. // panelLine19
  1490. //
  1491. this.panelLine19.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
  1492. this.panelLine19.Location = new System.Drawing.Point(111, 74);
  1493. this.panelLine19.Margin = new System.Windows.Forms.Padding(0);
  1494. this.panelLine19.Name = "panelLine19";
  1495. this.panelLine19.Padding = new System.Windows.Forms.Padding(1);
  1496. this.panelLine19.Size = new System.Drawing.Size(363, 54);
  1497. this.panelLine19.TabIndex = 165;
  1498. //
  1499. // panelLine20
  1500. //
  1501. this.panelLine20.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
  1502. this.panelLine20.Location = new System.Drawing.Point(97, 62);
  1503. this.panelLine20.Margin = new System.Windows.Forms.Padding(0);
  1504. this.panelLine20.Name = "panelLine20";
  1505. this.panelLine20.Padding = new System.Windows.Forms.Padding(1);
  1506. this.panelLine20.Size = new System.Drawing.Size(361, 66);
  1507. this.panelLine20.TabIndex = 166;
  1508. //
  1509. // panelLine
  1510. //
  1511. this.panelLine.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
  1512. this.panelLine.Location = new System.Drawing.Point(97, 387);
  1513. this.panelLine.Margin = new System.Windows.Forms.Padding(0);
  1514. this.panelLine.Name = "panelLine";
  1515. this.panelLine.Padding = new System.Windows.Forms.Padding(1);
  1516. this.panelLine.Size = new System.Drawing.Size(377, 546);
  1517. this.panelLine.TabIndex = 175;
  1518. //
  1519. // timer2
  1520. //
  1521. this.timer2.Enabled = true;
  1522. this.timer2.Interval = 6000;
  1523. this.timer2.Tick += new System.EventHandler(this.timer2_Tick);
  1524. //
  1525. // HomeForm
  1526. //
  1527. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  1528. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(24)))), ((int)(((byte)(54)))));
  1529. this.ClientSize = new System.Drawing.Size(1920, 961);
  1530. this.Controls.Add(this.tableLayoutPanel1);
  1531. this.Name = "HomeForm";
  1532. this.Paint += new System.Windows.Forms.PaintEventHandler(this.HomeForm_Paint);
  1533. this.tableLayoutPanel1.ResumeLayout(false);
  1534. this.panelCenter.ResumeLayout(false);
  1535. this.panelLeft.ResumeLayout(false);
  1536. this.panelLeft.PerformLayout();
  1537. this.panelRight.ResumeLayout(false);
  1538. this.panelRight.PerformLayout();
  1539. this.ResumeLayout(false);
  1540. }
  1541. #endregion
  1542. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
  1543. private System.Windows.Forms.Panel panelLeft;
  1544. private MyControls.PanelLine panelLine1;
  1545. private MyControls.PanelLine panelLine2;
  1546. private MyControls.PanelLine panelLine3;
  1547. private System.Windows.Forms.Label label1;
  1548. private System.Windows.Forms.Label label12;
  1549. private System.Windows.Forms.Label label10;
  1550. private System.Windows.Forms.Label label11;
  1551. private System.Windows.Forms.Label label8;
  1552. private System.Windows.Forms.Label label9;
  1553. private System.Windows.Forms.Label label6;
  1554. private System.Windows.Forms.Label label7;
  1555. private System.Windows.Forms.Label label4;
  1556. private System.Windows.Forms.Label label5;
  1557. private System.Windows.Forms.Label label2;
  1558. private System.Windows.Forms.Label label3;
  1559. private System.Windows.Forms.Label label15;
  1560. private System.Windows.Forms.Label label16;
  1561. private System.Windows.Forms.Label label13;
  1562. private System.Windows.Forms.Label label14;
  1563. private MyControls.WebfontLable wlblPowerAll;
  1564. private MyControls.WebfontLable wlblPowerNowByStation;
  1565. private MyControls.WebfontLable wlblSpeedNowByStation;
  1566. private MyControls.WebfontLable wlblUseHourByYear;
  1567. private MyControls.WebfontLable wlblUseHourByMonth;
  1568. private MyControls.WebfontLable wlblPowerYear;
  1569. private MyControls.WebfontLable wlblPowerMonth;
  1570. private MyControls.WebfontLable wlblPowerDay;
  1571. private MyControls.PanelLine panelLine5;
  1572. private MyControls.PanelLine panelLine4;
  1573. private MyControls.PanelLine panelLine8;
  1574. private MyControls.PanelLine panelLine9;
  1575. private MyControls.PanelLine panelLine10;
  1576. private MyControls.PanelLine panelLine11;
  1577. private MyControls.PanelLine panelLine6;
  1578. private MyControls.PanelLine panelLine7;
  1579. private MyControls.PanelLine panelLine16;
  1580. private MyControls.PanelLine panelLine17;
  1581. private MyControls.PanelLine panelLine12;
  1582. private MyControls.PanelLine panelLine13;
  1583. private MyControls.PanelLine panelLine14;
  1584. private MyControls.PanelLine panelLine15;
  1585. private MyControls.WebfontLable wlblOfflineCount;
  1586. private MyControls.WebfontLable wlblLimitCount;
  1587. private MyControls.WebfontLable wlblMaintainCount;
  1588. private MyControls.WebfontLable wlblFaultCount;
  1589. private MyControls.WebfontLable wlblStandByCount;
  1590. private MyControls.WebfontLable wlblRunCount;
  1591. private MyControls.WebfontLable wlblLinkCount;
  1592. private System.Windows.Forms.Label label30;
  1593. private System.Windows.Forms.Label label24;
  1594. private System.Windows.Forms.Label label25;
  1595. private System.Windows.Forms.Label label26;
  1596. private System.Windows.Forms.Label label27;
  1597. private System.Windows.Forms.Label label28;
  1598. private System.Windows.Forms.Label label29;
  1599. private System.Windows.Forms.Label label23;
  1600. private System.Windows.Forms.Label label22;
  1601. private System.Windows.Forms.Label label21;
  1602. private System.Windows.Forms.Label label20;
  1603. private System.Windows.Forms.Label label19;
  1604. private System.Windows.Forms.Label label18;
  1605. private System.Windows.Forms.Label label17;
  1606. private System.Windows.Forms.Panel panelRight;
  1607. private System.Windows.Forms.Label label34;
  1608. private MyControls.PanelLine panelLine23;
  1609. private System.Windows.Forms.Label DateLabel;
  1610. private System.Windows.Forms.Label label32;
  1611. private System.Windows.Forms.Label label33;
  1612. private MyControls.PanelLine panelLine22;
  1613. private MyControls.PanelLine panelLine21;
  1614. private MyControls.PanelLine panelLine18;
  1615. private MyControls.PanelLine panelLine19;
  1616. private MyControls.PanelLine panelLine20;
  1617. private MyControls.PanelLine panelLine;
  1618. private MyControls.WebfontLable webfontLable16;
  1619. private MyControls.HistoryLine historyLine;
  1620. private System.Windows.Forms.Panel panel4;
  1621. private System.Windows.Forms.Panel panel10;
  1622. private System.Windows.Forms.Panel panel9;
  1623. private System.Windows.Forms.Panel panel8;
  1624. private System.Windows.Forms.Panel panel7;
  1625. private System.Windows.Forms.Panel panel6;
  1626. private System.Windows.Forms.Panel panel5;
  1627. private System.Windows.Forms.Timer timer1;
  1628. private System.Windows.Forms.Panel panelCenter;
  1629. private System.Windows.Forms.Panel panel11;
  1630. private MyControls.PanelLabel plNSS;
  1631. private MyControls.PanelLabel plSBQ;
  1632. private MyControls.PanelLabel plQS;
  1633. private MyControls.PanelLabel plMHS;
  1634. private MyControls.PanelLabel plXS;
  1635. private System.Windows.Forms.Integration.ElementHost elementHost1;
  1636. private System.Windows.Forms.Integration.ElementHost elementHost5;
  1637. private MyControls.WpfWindturbine wpf_XS;
  1638. private System.Windows.Forms.Integration.ElementHost elementHost4;
  1639. private MyControls.WpfWindturbine wpf_QS;
  1640. private System.Windows.Forms.Integration.ElementHost elementHost3;
  1641. private MyControls.WpfWindturbine wpf_MHS;
  1642. private System.Windows.Forms.Integration.ElementHost elementHost2;
  1643. private MyControls.WpfWindturbine wpf_NSS;
  1644. private MyControls.StationFloatInfo SFI_SBQ;
  1645. private MyControls.StationFloatInfo SFI_XS;
  1646. private MyControls.StationFloatInfo SFI_NSS;
  1647. private MyControls.StationFloatInfo SFI_MHS;
  1648. private MyControls.StationFloatInfo SFI_QS;
  1649. private MyControls.DatePower datePowerStat;
  1650. private System.Windows.Forms.Label label31;
  1651. private System.Windows.Forms.Timer timer2;
  1652. private MyControls.WpfWindturbine wpf_SBQ;
  1653. }
  1654. }