12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661 |
- namespace IntelligentControlForsx.ChildForms
- {
- partial class HomeForm
- {
- /// <summary>
- /// 必需的设计器变量。
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// 清理所有正在使用的资源。
- /// </summary>
- /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows 窗体设计器生成的代码
- /// <summary>
- /// 设计器支持所需的方法 - 不要
- /// 使用代码编辑器修改此方法的内容。
- /// </summary>
- private void InitializeComponent()
- {
- this.components = new System.ComponentModel.Container();
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(HomeForm));
- this.timer1 = new System.Windows.Forms.Timer(this.components);
- this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
- this.panelCenter = new System.Windows.Forms.Panel();
- this.SFI_XS = new IntelligentControlForsx.MyControls.StationFloatInfo();
- this.SFI_NSS = new IntelligentControlForsx.MyControls.StationFloatInfo();
- this.SFI_MHS = new IntelligentControlForsx.MyControls.StationFloatInfo();
- this.SFI_QS = new IntelligentControlForsx.MyControls.StationFloatInfo();
- this.SFI_SBQ = new IntelligentControlForsx.MyControls.StationFloatInfo();
- this.elementHost5 = new System.Windows.Forms.Integration.ElementHost();
- this.wpf_XS = new IntelligentControlForsx.MyControls.WpfWindturbine();
- this.elementHost4 = new System.Windows.Forms.Integration.ElementHost();
- this.wpf_QS = new IntelligentControlForsx.MyControls.WpfWindturbine();
- this.elementHost3 = new System.Windows.Forms.Integration.ElementHost();
- this.wpf_MHS = new IntelligentControlForsx.MyControls.WpfWindturbine();
- this.elementHost2 = new System.Windows.Forms.Integration.ElementHost();
- this.wpf_SBQ = new IntelligentControlForsx.MyControls.WpfWindturbine();
- this.elementHost1 = new System.Windows.Forms.Integration.ElementHost();
- this.wpf_NSS = new IntelligentControlForsx.MyControls.WpfWindturbine();
- this.plXS = new IntelligentControlForsx.MyControls.PanelLabel();
- this.plQS = new IntelligentControlForsx.MyControls.PanelLabel();
- this.plMHS = new IntelligentControlForsx.MyControls.PanelLabel();
- this.panel11 = new System.Windows.Forms.Panel();
- this.plNSS = new IntelligentControlForsx.MyControls.PanelLabel();
- this.plSBQ = new IntelligentControlForsx.MyControls.PanelLabel();
- this.panelLeft = new System.Windows.Forms.Panel();
- this.panel10 = new System.Windows.Forms.Panel();
- this.panel9 = new System.Windows.Forms.Panel();
- this.panel8 = new System.Windows.Forms.Panel();
- this.panel7 = new System.Windows.Forms.Panel();
- this.panel6 = new System.Windows.Forms.Panel();
- this.panel5 = new System.Windows.Forms.Panel();
- this.panel4 = new System.Windows.Forms.Panel();
- this.wlblOfflineCount = new IntelligentControlForsx.MyControls.WebfontLable();
- this.wlblLimitCount = new IntelligentControlForsx.MyControls.WebfontLable();
- this.wlblMaintainCount = new IntelligentControlForsx.MyControls.WebfontLable();
- this.wlblFaultCount = new IntelligentControlForsx.MyControls.WebfontLable();
- this.wlblStandByCount = new IntelligentControlForsx.MyControls.WebfontLable();
- this.wlblRunCount = new IntelligentControlForsx.MyControls.WebfontLable();
- this.wlblLinkCount = new IntelligentControlForsx.MyControls.WebfontLable();
- this.label30 = new System.Windows.Forms.Label();
- this.label24 = new System.Windows.Forms.Label();
- this.label25 = new System.Windows.Forms.Label();
- this.label26 = new System.Windows.Forms.Label();
- this.label27 = new System.Windows.Forms.Label();
- this.label28 = new System.Windows.Forms.Label();
- this.label29 = new System.Windows.Forms.Label();
- this.label23 = new System.Windows.Forms.Label();
- this.label22 = new System.Windows.Forms.Label();
- this.label21 = new System.Windows.Forms.Label();
- this.label20 = new System.Windows.Forms.Label();
- this.label19 = new System.Windows.Forms.Label();
- this.label18 = new System.Windows.Forms.Label();
- this.label17 = new System.Windows.Forms.Label();
- this.panelLine16 = new IntelligentControlForsx.MyControls.PanelLine();
- this.panelLine17 = new IntelligentControlForsx.MyControls.PanelLine();
- this.panelLine12 = new IntelligentControlForsx.MyControls.PanelLine();
- this.panelLine13 = new IntelligentControlForsx.MyControls.PanelLine();
- this.panelLine14 = new IntelligentControlForsx.MyControls.PanelLine();
- this.panelLine15 = new IntelligentControlForsx.MyControls.PanelLine();
- this.panelLine8 = new IntelligentControlForsx.MyControls.PanelLine();
- this.panelLine9 = new IntelligentControlForsx.MyControls.PanelLine();
- this.panelLine10 = new IntelligentControlForsx.MyControls.PanelLine();
- this.panelLine11 = new IntelligentControlForsx.MyControls.PanelLine();
- this.panelLine6 = new IntelligentControlForsx.MyControls.PanelLine();
- this.panelLine7 = new IntelligentControlForsx.MyControls.PanelLine();
- this.panelLine5 = new IntelligentControlForsx.MyControls.PanelLine();
- this.panelLine4 = new IntelligentControlForsx.MyControls.PanelLine();
- this.wlblPowerNowByStation = new IntelligentControlForsx.MyControls.WebfontLable();
- this.wlblSpeedNowByStation = new IntelligentControlForsx.MyControls.WebfontLable();
- this.wlblUseHourByYear = new IntelligentControlForsx.MyControls.WebfontLable();
- this.wlblUseHourByMonth = new IntelligentControlForsx.MyControls.WebfontLable();
- this.wlblPowerYear = new IntelligentControlForsx.MyControls.WebfontLable();
- this.wlblPowerMonth = new IntelligentControlForsx.MyControls.WebfontLable();
- this.wlblPowerDay = new IntelligentControlForsx.MyControls.WebfontLable();
- this.wlblPowerAll = new IntelligentControlForsx.MyControls.WebfontLable();
- this.label15 = new System.Windows.Forms.Label();
- this.label16 = new System.Windows.Forms.Label();
- this.label13 = new System.Windows.Forms.Label();
- this.label14 = new System.Windows.Forms.Label();
- this.label10 = new System.Windows.Forms.Label();
- this.label11 = new System.Windows.Forms.Label();
- this.label8 = new System.Windows.Forms.Label();
- this.label9 = new System.Windows.Forms.Label();
- this.label6 = new System.Windows.Forms.Label();
- this.label7 = new System.Windows.Forms.Label();
- this.label4 = new System.Windows.Forms.Label();
- this.label5 = new System.Windows.Forms.Label();
- this.label2 = new System.Windows.Forms.Label();
- this.label3 = new System.Windows.Forms.Label();
- this.label1 = new System.Windows.Forms.Label();
- this.label12 = new System.Windows.Forms.Label();
- this.panelLine3 = new IntelligentControlForsx.MyControls.PanelLine();
- this.panelLine1 = new IntelligentControlForsx.MyControls.PanelLine();
- this.panelLine2 = new IntelligentControlForsx.MyControls.PanelLine();
- this.panelRight = new System.Windows.Forms.Panel();
- this.datePowerStat = new IntelligentControlForsx.MyControls.DatePower();
- this.label31 = new System.Windows.Forms.Label();
- this.historyLine = new IntelligentControlForsx.MyControls.HistoryLine();
- this.label34 = new System.Windows.Forms.Label();
- this.panelLine23 = new IntelligentControlForsx.MyControls.PanelLine();
- this.webfontLable16 = new IntelligentControlForsx.MyControls.WebfontLable();
- this.DateLabel = new System.Windows.Forms.Label();
- this.label32 = new System.Windows.Forms.Label();
- this.label33 = new System.Windows.Forms.Label();
- this.panelLine22 = new IntelligentControlForsx.MyControls.PanelLine();
- this.panelLine21 = new IntelligentControlForsx.MyControls.PanelLine();
- this.panelLine18 = new IntelligentControlForsx.MyControls.PanelLine();
- this.panelLine19 = new IntelligentControlForsx.MyControls.PanelLine();
- this.panelLine20 = new IntelligentControlForsx.MyControls.PanelLine();
- this.panelLine = new IntelligentControlForsx.MyControls.PanelLine();
- this.timer2 = new System.Windows.Forms.Timer(this.components);
- this.tableLayoutPanel1.SuspendLayout();
- this.panelCenter.SuspendLayout();
- this.panelLeft.SuspendLayout();
- this.panelRight.SuspendLayout();
- this.SuspendLayout();
- //
- // timer1
- //
- this.timer1.Enabled = true;
- this.timer1.Interval = 1000;
- this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
- //
- // tableLayoutPanel1
- //
- this.tableLayoutPanel1.BackColor = System.Drawing.Color.Transparent;
- this.tableLayoutPanel1.ColumnCount = 3;
- this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 28F));
- this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 44F));
- this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 28F));
- this.tableLayoutPanel1.Controls.Add(this.panelCenter, 1, 0);
- this.tableLayoutPanel1.Controls.Add(this.panelLeft, 0, 0);
- this.tableLayoutPanel1.Controls.Add(this.panelRight, 2, 0);
- this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
- this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(0);
- this.tableLayoutPanel1.Name = "tableLayoutPanel1";
- this.tableLayoutPanel1.RowCount = 1;
- this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
- this.tableLayoutPanel1.Size = new System.Drawing.Size(1920, 961);
- this.tableLayoutPanel1.TabIndex = 0;
- //
- // panelCenter
- //
- this.panelCenter.BackgroundImage = global::IntelligentControlForsx.Properties.Resources.nxmap1;
- this.panelCenter.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
- this.panelCenter.Controls.Add(this.SFI_XS);
- this.panelCenter.Controls.Add(this.SFI_NSS);
- this.panelCenter.Controls.Add(this.SFI_MHS);
- this.panelCenter.Controls.Add(this.SFI_QS);
- this.panelCenter.Controls.Add(this.SFI_SBQ);
- this.panelCenter.Controls.Add(this.elementHost5);
- this.panelCenter.Controls.Add(this.elementHost4);
- this.panelCenter.Controls.Add(this.elementHost3);
- this.panelCenter.Controls.Add(this.elementHost2);
- this.panelCenter.Controls.Add(this.elementHost1);
- this.panelCenter.Controls.Add(this.plXS);
- this.panelCenter.Controls.Add(this.plQS);
- this.panelCenter.Controls.Add(this.plMHS);
- this.panelCenter.Controls.Add(this.panel11);
- this.panelCenter.Controls.Add(this.plNSS);
- this.panelCenter.Controls.Add(this.plSBQ);
- this.panelCenter.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panelCenter.Location = new System.Drawing.Point(537, 0);
- this.panelCenter.Margin = new System.Windows.Forms.Padding(0);
- this.panelCenter.Name = "panelCenter";
- this.panelCenter.Size = new System.Drawing.Size(844, 961);
- this.panelCenter.TabIndex = 0;
- //
- // SFI_XS
- //
- this.SFI_XS.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("SFI_XS.BackgroundImage")));
- this.SFI_XS.Location = new System.Drawing.Point(323, 759);
- this.SFI_XS.Name = "SFI_XS";
- this.SFI_XS.Power = null;
- this.SFI_XS.PowerCount = null;
- this.SFI_XS.Size = new System.Drawing.Size(180, 110);
- this.SFI_XS.Speed = null;
- this.SFI_XS.TabIndex = 105;
- this.SFI_XS.UnitLable = null;
- this.SFI_XS.WindSpeedOrLightLable = null;
- this.SFI_XS.MouseEnter += new System.EventHandler(this.panelLabel_MouseEnter);
- this.SFI_XS.MouseLeave += new System.EventHandler(this.panelLabel_MouseLeave);
- //
- // SFI_NSS
- //
- this.SFI_NSS.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("SFI_NSS.BackgroundImage")));
- this.SFI_NSS.Location = new System.Drawing.Point(348, 469);
- this.SFI_NSS.Name = "SFI_NSS";
- this.SFI_NSS.Power = null;
- this.SFI_NSS.PowerCount = null;
- this.SFI_NSS.Size = new System.Drawing.Size(180, 110);
- this.SFI_NSS.Speed = null;
- this.SFI_NSS.TabIndex = 104;
- this.SFI_NSS.UnitLable = null;
- this.SFI_NSS.WindSpeedOrLightLable = null;
- this.SFI_NSS.MouseEnter += new System.EventHandler(this.panelLabel_MouseEnter);
- this.SFI_NSS.MouseLeave += new System.EventHandler(this.panelLabel_MouseLeave);
- //
- // SFI_MHS
- //
- this.SFI_MHS.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("SFI_MHS.BackgroundImage")));
- this.SFI_MHS.Location = new System.Drawing.Point(553, 565);
- this.SFI_MHS.Name = "SFI_MHS";
- this.SFI_MHS.Power = null;
- this.SFI_MHS.PowerCount = null;
- this.SFI_MHS.Size = new System.Drawing.Size(180, 110);
- this.SFI_MHS.Speed = null;
- this.SFI_MHS.TabIndex = 103;
- this.SFI_MHS.UnitLable = null;
- this.SFI_MHS.WindSpeedOrLightLable = null;
- this.SFI_MHS.MouseEnter += new System.EventHandler(this.panelLabel_MouseEnter);
- this.SFI_MHS.MouseLeave += new System.EventHandler(this.panelLabel_MouseLeave);
- //
- // SFI_QS
- //
- this.SFI_QS.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("SFI_QS.BackgroundImage")));
- this.SFI_QS.Location = new System.Drawing.Point(601, 319);
- this.SFI_QS.Name = "SFI_QS";
- this.SFI_QS.Power = null;
- this.SFI_QS.PowerCount = null;
- this.SFI_QS.Size = new System.Drawing.Size(180, 110);
- this.SFI_QS.Speed = null;
- this.SFI_QS.TabIndex = 102;
- this.SFI_QS.UnitLable = null;
- this.SFI_QS.WindSpeedOrLightLable = "平均风速";
- this.SFI_QS.MouseEnter += new System.EventHandler(this.panelLabel_MouseEnter);
- this.SFI_QS.MouseLeave += new System.EventHandler(this.panelLabel_MouseLeave);
- //
- // SFI_SBQ
- //
- this.SFI_SBQ.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("SFI_SBQ.BackgroundImage")));
- this.SFI_SBQ.Location = new System.Drawing.Point(460, 540);
- this.SFI_SBQ.Name = "SFI_SBQ";
- this.SFI_SBQ.Power = null;
- this.SFI_SBQ.PowerCount = null;
- this.SFI_SBQ.Size = new System.Drawing.Size(180, 110);
- this.SFI_SBQ.Speed = null;
- this.SFI_SBQ.TabIndex = 101;
- this.SFI_SBQ.UnitLable = null;
- this.SFI_SBQ.WindSpeedOrLightLable = null;
- this.SFI_SBQ.MouseEnter += new System.EventHandler(this.panelLabel_MouseEnter);
- this.SFI_SBQ.MouseLeave += new System.EventHandler(this.panelLabel_MouseLeave);
- //
- // elementHost5
- //
- this.elementHost5.Location = new System.Drawing.Point(333, 653);
- this.elementHost5.Name = "elementHost5";
- this.elementHost5.Size = new System.Drawing.Size(54, 70);
- this.elementHost5.TabIndex = 95;
- this.elementHost5.Text = "elementHost5";
- this.elementHost5.Child = this.wpf_XS;
- //
- // elementHost4
- //
- this.elementHost4.Location = new System.Drawing.Point(601, 428);
- this.elementHost4.Name = "elementHost4";
- this.elementHost4.Size = new System.Drawing.Size(54, 70);
- this.elementHost4.TabIndex = 94;
- this.elementHost4.Text = "elementHost4";
- this.elementHost4.Child = this.wpf_QS;
- //
- // elementHost3
- //
- this.elementHost3.Location = new System.Drawing.Point(553, 467);
- this.elementHost3.Name = "elementHost3";
- this.elementHost3.Size = new System.Drawing.Size(54, 70);
- this.elementHost3.TabIndex = 93;
- this.elementHost3.Text = "elementHost3";
- this.elementHost3.Child = this.wpf_MHS;
- //
- // elementHost2
- //
- this.elementHost2.Location = new System.Drawing.Point(495, 438);
- this.elementHost2.Name = "elementHost2";
- this.elementHost2.Size = new System.Drawing.Size(54, 70);
- this.elementHost2.TabIndex = 92;
- this.elementHost2.Text = "elementHost2";
- this.elementHost2.Child = this.wpf_SBQ;
- //
- // elementHost1
- //
- this.elementHost1.Location = new System.Drawing.Point(406, 381);
- this.elementHost1.Name = "elementHost1";
- this.elementHost1.Size = new System.Drawing.Size(54, 70);
- this.elementHost1.TabIndex = 91;
- this.elementHost1.Text = "elementHost1";
- this.elementHost1.Child = this.wpf_NSS;
- //
- // plXS
- //
- this.plXS.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("plXS.BackgroundImage")));
- this.plXS.Cursor = System.Windows.Forms.Cursors.Hand;
- this.plXS.LableText = "香山";
- this.plXS.Location = new System.Drawing.Point(321, 730);
- this.plXS.Name = "plXS";
- this.plXS.Size = new System.Drawing.Size(70, 28);
- this.plXS.TabIndex = 88;
- //
- // plQS
- //
- this.plQS.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("plQS.BackgroundImage")));
- this.plQS.Cursor = System.Windows.Forms.Cursors.Hand;
- this.plQS.LableText = "青山";
- this.plQS.Location = new System.Drawing.Point(646, 465);
- this.plQS.Name = "plQS";
- this.plQS.Size = new System.Drawing.Size(70, 28);
- this.plQS.TabIndex = 87;
- //
- // plMHS
- //
- this.plMHS.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("plMHS.BackgroundImage")));
- this.plMHS.Cursor = System.Windows.Forms.Cursors.Hand;
- this.plMHS.LableText = "麻黄山";
- this.plMHS.Location = new System.Drawing.Point(542, 534);
- this.plMHS.Name = "plMHS";
- this.plMHS.Size = new System.Drawing.Size(70, 28);
- this.plMHS.TabIndex = 86;
- //
- // panel11
- //
- this.panel11.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("panel11.BackgroundImage")));
- this.panel11.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
- this.panel11.Location = new System.Drawing.Point(512, 887);
- this.panel11.Name = "panel11";
- this.panel11.Size = new System.Drawing.Size(349, 76);
- this.panel11.TabIndex = 85;
- //
- // plNSS
- //
- this.plNSS.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("plNSS.BackgroundImage")));
- this.plNSS.Cursor = System.Windows.Forms.Cursors.Hand;
- this.plNSS.LableText = "牛首山";
- this.plNSS.Location = new System.Drawing.Point(382, 452);
- this.plNSS.Name = "plNSS";
- this.plNSS.Size = new System.Drawing.Size(70, 28);
- this.plNSS.TabIndex = 84;
- this.plNSS.MouseEnter += new System.EventHandler(this.panelLabel_MouseEnter);
- this.plNSS.MouseLeave += new System.EventHandler(this.panelLabel_MouseLeave);
- //
- // plSBQ
- //
- this.plSBQ.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("plSBQ.BackgroundImage")));
- this.plSBQ.Cursor = System.Windows.Forms.Cursors.Hand;
- this.plSBQ.LableText = "石板泉";
- this.plSBQ.Location = new System.Drawing.Point(460, 505);
- this.plSBQ.Name = "plSBQ";
- this.plSBQ.Size = new System.Drawing.Size(70, 28);
- this.plSBQ.TabIndex = 7;
- this.plSBQ.MouseEnter += new System.EventHandler(this.panelLabel_MouseEnter);
- this.plSBQ.MouseLeave += new System.EventHandler(this.panelLabel_MouseLeave);
- //
- // panelLeft
- //
- this.panelLeft.Controls.Add(this.panel10);
- this.panelLeft.Controls.Add(this.panel9);
- this.panelLeft.Controls.Add(this.panel8);
- this.panelLeft.Controls.Add(this.panel7);
- this.panelLeft.Controls.Add(this.panel6);
- this.panelLeft.Controls.Add(this.panel5);
- this.panelLeft.Controls.Add(this.panel4);
- this.panelLeft.Controls.Add(this.wlblOfflineCount);
- this.panelLeft.Controls.Add(this.wlblLimitCount);
- this.panelLeft.Controls.Add(this.wlblMaintainCount);
- this.panelLeft.Controls.Add(this.wlblFaultCount);
- this.panelLeft.Controls.Add(this.wlblStandByCount);
- this.panelLeft.Controls.Add(this.wlblRunCount);
- this.panelLeft.Controls.Add(this.wlblLinkCount);
- this.panelLeft.Controls.Add(this.label30);
- this.panelLeft.Controls.Add(this.label24);
- this.panelLeft.Controls.Add(this.label25);
- this.panelLeft.Controls.Add(this.label26);
- this.panelLeft.Controls.Add(this.label27);
- this.panelLeft.Controls.Add(this.label28);
- this.panelLeft.Controls.Add(this.label29);
- this.panelLeft.Controls.Add(this.label23);
- this.panelLeft.Controls.Add(this.label22);
- this.panelLeft.Controls.Add(this.label21);
- this.panelLeft.Controls.Add(this.label20);
- this.panelLeft.Controls.Add(this.label19);
- this.panelLeft.Controls.Add(this.label18);
- this.panelLeft.Controls.Add(this.label17);
- this.panelLeft.Controls.Add(this.panelLine16);
- this.panelLeft.Controls.Add(this.panelLine17);
- this.panelLeft.Controls.Add(this.panelLine12);
- this.panelLeft.Controls.Add(this.panelLine13);
- this.panelLeft.Controls.Add(this.panelLine14);
- this.panelLeft.Controls.Add(this.panelLine15);
- this.panelLeft.Controls.Add(this.panelLine8);
- this.panelLeft.Controls.Add(this.panelLine9);
- this.panelLeft.Controls.Add(this.panelLine10);
- this.panelLeft.Controls.Add(this.panelLine11);
- this.panelLeft.Controls.Add(this.panelLine6);
- this.panelLeft.Controls.Add(this.panelLine7);
- this.panelLeft.Controls.Add(this.panelLine5);
- this.panelLeft.Controls.Add(this.panelLine4);
- this.panelLeft.Controls.Add(this.wlblPowerNowByStation);
- this.panelLeft.Controls.Add(this.wlblSpeedNowByStation);
- this.panelLeft.Controls.Add(this.wlblUseHourByYear);
- this.panelLeft.Controls.Add(this.wlblUseHourByMonth);
- this.panelLeft.Controls.Add(this.wlblPowerYear);
- this.panelLeft.Controls.Add(this.wlblPowerMonth);
- this.panelLeft.Controls.Add(this.wlblPowerDay);
- this.panelLeft.Controls.Add(this.wlblPowerAll);
- this.panelLeft.Controls.Add(this.label15);
- this.panelLeft.Controls.Add(this.label16);
- this.panelLeft.Controls.Add(this.label13);
- this.panelLeft.Controls.Add(this.label14);
- this.panelLeft.Controls.Add(this.label10);
- this.panelLeft.Controls.Add(this.label11);
- this.panelLeft.Controls.Add(this.label8);
- this.panelLeft.Controls.Add(this.label9);
- this.panelLeft.Controls.Add(this.label6);
- this.panelLeft.Controls.Add(this.label7);
- this.panelLeft.Controls.Add(this.label4);
- this.panelLeft.Controls.Add(this.label5);
- this.panelLeft.Controls.Add(this.label2);
- this.panelLeft.Controls.Add(this.label3);
- this.panelLeft.Controls.Add(this.label1);
- this.panelLeft.Controls.Add(this.label12);
- this.panelLeft.Controls.Add(this.panelLine3);
- this.panelLeft.Controls.Add(this.panelLine1);
- this.panelLeft.Controls.Add(this.panelLine2);
- this.panelLeft.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panelLeft.Location = new System.Drawing.Point(0, 0);
- this.panelLeft.Margin = new System.Windows.Forms.Padding(0);
- this.panelLeft.Name = "panelLeft";
- this.panelLeft.Size = new System.Drawing.Size(537, 961);
- this.panelLeft.TabIndex = 1;
- //
- // panel10
- //
- this.panel10.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(24)))), ((int)(((byte)(48)))));
- this.panel10.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("panel10.BackgroundImage")));
- this.panel10.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
- this.panel10.Location = new System.Drawing.Point(74, 899);
- this.panel10.Name = "panel10";
- this.panel10.Size = new System.Drawing.Size(42, 47);
- this.panel10.TabIndex = 165;
- //
- // panel9
- //
- this.panel9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(24)))), ((int)(((byte)(48)))));
- this.panel9.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("panel9.BackgroundImage")));
- this.panel9.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
- this.panel9.Location = new System.Drawing.Point(74, 824);
- this.panel9.Name = "panel9";
- this.panel9.Size = new System.Drawing.Size(42, 47);
- this.panel9.TabIndex = 165;
- //
- // panel8
- //
- this.panel8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(24)))), ((int)(((byte)(48)))));
- this.panel8.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("panel8.BackgroundImage")));
- this.panel8.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
- this.panel8.Location = new System.Drawing.Point(74, 747);
- this.panel8.Name = "panel8";
- this.panel8.Size = new System.Drawing.Size(42, 47);
- this.panel8.TabIndex = 165;
- //
- // panel7
- //
- this.panel7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(24)))), ((int)(((byte)(48)))));
- this.panel7.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("panel7.BackgroundImage")));
- this.panel7.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
- this.panel7.Location = new System.Drawing.Point(74, 670);
- this.panel7.Name = "panel7";
- this.panel7.Size = new System.Drawing.Size(42, 47);
- this.panel7.TabIndex = 165;
- //
- // panel6
- //
- this.panel6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(24)))), ((int)(((byte)(48)))));
- this.panel6.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("panel6.BackgroundImage")));
- this.panel6.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
- this.panel6.Location = new System.Drawing.Point(74, 592);
- this.panel6.Name = "panel6";
- this.panel6.Size = new System.Drawing.Size(42, 47);
- this.panel6.TabIndex = 165;
- //
- // panel5
- //
- this.panel5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(24)))), ((int)(((byte)(48)))));
- this.panel5.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("panel5.BackgroundImage")));
- this.panel5.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
- this.panel5.Location = new System.Drawing.Point(74, 516);
- this.panel5.Name = "panel5";
- this.panel5.Size = new System.Drawing.Size(42, 47);
- this.panel5.TabIndex = 165;
- //
- // panel4
- //
- this.panel4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(24)))), ((int)(((byte)(48)))));
- this.panel4.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("panel4.BackgroundImage")));
- this.panel4.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
- this.panel4.Location = new System.Drawing.Point(74, 439);
- this.panel4.Name = "panel4";
- this.panel4.Size = new System.Drawing.Size(42, 47);
- this.panel4.TabIndex = 164;
- //
- // wlblOfflineCount
- //
- this.wlblOfflineCount.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(24)))), ((int)(((byte)(48)))));
- this.wlblOfflineCount.LableShowType = 0;
- this.wlblOfflineCount.LableText = "1";
- this.wlblOfflineCount.LableType = 0;
- this.wlblOfflineCount.Location = new System.Drawing.Point(172, 910);
- this.wlblOfflineCount.MyEmSize = 21.75F;
- this.wlblOfflineCount.MyLabelDock = System.Windows.Forms.DockStyle.Right;
- this.wlblOfflineCount.MyLabelTextAlign = System.Drawing.ContentAlignment.TopLeft;
- this.wlblOfflineCount.Name = "wlblOfflineCount";
- this.wlblOfflineCount.Size = new System.Drawing.Size(99, 23);
- this.wlblOfflineCount.TabIndex = 163;
- this.wlblOfflineCount.TestPointId = null;
- this.wlblOfflineCount.UniformCode = null;
- this.wlblOfflineCount.WindPowerId = null;
- this.wlblOfflineCount.WindTurbineId = null;
- //
- // wlblLimitCount
- //
- this.wlblLimitCount.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(24)))), ((int)(((byte)(48)))));
- this.wlblLimitCount.LableShowType = 0;
- this.wlblLimitCount.LableText = "0";
- this.wlblLimitCount.LableType = 0;
- this.wlblLimitCount.Location = new System.Drawing.Point(172, 833);
- this.wlblLimitCount.MyEmSize = 21.75F;
- this.wlblLimitCount.MyLabelDock = System.Windows.Forms.DockStyle.Right;
- this.wlblLimitCount.MyLabelTextAlign = System.Drawing.ContentAlignment.TopLeft;
- this.wlblLimitCount.Name = "wlblLimitCount";
- this.wlblLimitCount.Size = new System.Drawing.Size(99, 23);
- this.wlblLimitCount.TabIndex = 162;
- this.wlblLimitCount.TestPointId = null;
- this.wlblLimitCount.UniformCode = null;
- this.wlblLimitCount.WindPowerId = null;
- this.wlblLimitCount.WindTurbineId = null;
- //
- // wlblMaintainCount
- //
- this.wlblMaintainCount.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(24)))), ((int)(((byte)(48)))));
- this.wlblMaintainCount.LableShowType = 0;
- this.wlblMaintainCount.LableText = "20";
- this.wlblMaintainCount.LableType = 0;
- this.wlblMaintainCount.Location = new System.Drawing.Point(172, 756);
- this.wlblMaintainCount.MyEmSize = 21.75F;
- this.wlblMaintainCount.MyLabelDock = System.Windows.Forms.DockStyle.Right;
- this.wlblMaintainCount.MyLabelTextAlign = System.Drawing.ContentAlignment.TopLeft;
- this.wlblMaintainCount.Name = "wlblMaintainCount";
- this.wlblMaintainCount.Size = new System.Drawing.Size(99, 23);
- this.wlblMaintainCount.TabIndex = 161;
- this.wlblMaintainCount.TestPointId = null;
- this.wlblMaintainCount.UniformCode = null;
- this.wlblMaintainCount.WindPowerId = null;
- this.wlblMaintainCount.WindTurbineId = null;
- //
- // wlblFaultCount
- //
- this.wlblFaultCount.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(24)))), ((int)(((byte)(48)))));
- this.wlblFaultCount.LableShowType = 0;
- this.wlblFaultCount.LableText = "4";
- this.wlblFaultCount.LableType = 0;
- this.wlblFaultCount.Location = new System.Drawing.Point(172, 677);
- this.wlblFaultCount.MyEmSize = 21.75F;
- this.wlblFaultCount.MyLabelDock = System.Windows.Forms.DockStyle.Right;
- this.wlblFaultCount.MyLabelTextAlign = System.Drawing.ContentAlignment.TopLeft;
- this.wlblFaultCount.Name = "wlblFaultCount";
- this.wlblFaultCount.Size = new System.Drawing.Size(99, 23);
- this.wlblFaultCount.TabIndex = 160;
- this.wlblFaultCount.TestPointId = null;
- this.wlblFaultCount.UniformCode = null;
- this.wlblFaultCount.WindPowerId = null;
- this.wlblFaultCount.WindTurbineId = null;
- //
- // wlblStandByCount
- //
- this.wlblStandByCount.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(24)))), ((int)(((byte)(48)))));
- this.wlblStandByCount.LableShowType = 0;
- this.wlblStandByCount.LableText = "165";
- this.wlblStandByCount.LableType = 0;
- this.wlblStandByCount.Location = new System.Drawing.Point(172, 602);
- this.wlblStandByCount.MyEmSize = 21.75F;
- this.wlblStandByCount.MyLabelDock = System.Windows.Forms.DockStyle.Right;
- this.wlblStandByCount.MyLabelTextAlign = System.Drawing.ContentAlignment.TopLeft;
- this.wlblStandByCount.Name = "wlblStandByCount";
- this.wlblStandByCount.Size = new System.Drawing.Size(99, 23);
- this.wlblStandByCount.TabIndex = 159;
- this.wlblStandByCount.TestPointId = null;
- this.wlblStandByCount.UniformCode = null;
- this.wlblStandByCount.WindPowerId = null;
- this.wlblStandByCount.WindTurbineId = null;
- //
- // wlblRunCount
- //
- this.wlblRunCount.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(24)))), ((int)(((byte)(48)))));
- this.wlblRunCount.LableShowType = 0;
- this.wlblRunCount.LableText = "126";
- this.wlblRunCount.LableType = 0;
- this.wlblRunCount.Location = new System.Drawing.Point(172, 525);
- this.wlblRunCount.MyEmSize = 21.75F;
- this.wlblRunCount.MyLabelDock = System.Windows.Forms.DockStyle.Right;
- this.wlblRunCount.MyLabelTextAlign = System.Drawing.ContentAlignment.TopLeft;
- this.wlblRunCount.Name = "wlblRunCount";
- this.wlblRunCount.Size = new System.Drawing.Size(99, 23);
- this.wlblRunCount.TabIndex = 158;
- this.wlblRunCount.TestPointId = null;
- this.wlblRunCount.UniformCode = null;
- this.wlblRunCount.WindPowerId = null;
- this.wlblRunCount.WindTurbineId = null;
- //
- // wlblLinkCount
- //
- this.wlblLinkCount.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(24)))), ((int)(((byte)(48)))));
- this.wlblLinkCount.LableShowType = 0;
- this.wlblLinkCount.LableText = "330";
- this.wlblLinkCount.LableType = 0;
- this.wlblLinkCount.Location = new System.Drawing.Point(172, 448);
- this.wlblLinkCount.MyEmSize = 21.75F;
- this.wlblLinkCount.MyLabelDock = System.Windows.Forms.DockStyle.Right;
- this.wlblLinkCount.MyLabelTextAlign = System.Drawing.ContentAlignment.TopLeft;
- this.wlblLinkCount.Name = "wlblLinkCount";
- this.wlblLinkCount.Size = new System.Drawing.Size(99, 23);
- this.wlblLinkCount.TabIndex = 157;
- this.wlblLinkCount.TestPointId = null;
- this.wlblLinkCount.UniformCode = null;
- this.wlblLinkCount.WindPowerId = null;
- this.wlblLinkCount.WindTurbineId = null;
- //
- // label30
- //
- this.label30.AutoSize = true;
- this.label30.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(24)))), ((int)(((byte)(48)))));
- this.label30.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.label30.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
- this.label30.Location = new System.Drawing.Point(332, 916);
- this.label30.Name = "label30";
- this.label30.Size = new System.Drawing.Size(20, 17);
- this.label30.TabIndex = 156;
- this.label30.Text = "台";
- //
- // label24
- //
- this.label24.AutoSize = true;
- this.label24.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(24)))), ((int)(((byte)(48)))));
- this.label24.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.label24.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
- this.label24.Location = new System.Drawing.Point(332, 839);
- this.label24.Name = "label24";
- this.label24.Size = new System.Drawing.Size(20, 17);
- this.label24.TabIndex = 155;
- this.label24.Text = "台";
- //
- // label25
- //
- this.label25.AutoSize = true;
- this.label25.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(24)))), ((int)(((byte)(48)))));
- this.label25.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.label25.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
- this.label25.Location = new System.Drawing.Point(332, 762);
- this.label25.Name = "label25";
- this.label25.Size = new System.Drawing.Size(20, 17);
- this.label25.TabIndex = 154;
- this.label25.Text = "台";
- //
- // label26
- //
- this.label26.AutoSize = true;
- this.label26.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(24)))), ((int)(((byte)(48)))));
- this.label26.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.label26.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
- this.label26.Location = new System.Drawing.Point(332, 683);
- this.label26.Name = "label26";
- this.label26.Size = new System.Drawing.Size(20, 17);
- this.label26.TabIndex = 153;
- this.label26.Text = "台";
- //
- // label27
- //
- this.label27.AutoSize = true;
- this.label27.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(24)))), ((int)(((byte)(48)))));
- this.label27.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.label27.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
- this.label27.Location = new System.Drawing.Point(332, 531);
- this.label27.Name = "label27";
- this.label27.Size = new System.Drawing.Size(20, 17);
- this.label27.TabIndex = 152;
- this.label27.Text = "台";
- //
- // label28
- //
- this.label28.AutoSize = true;
- this.label28.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(24)))), ((int)(((byte)(48)))));
- this.label28.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.label28.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
- this.label28.Location = new System.Drawing.Point(330, 608);
- this.label28.Name = "label28";
- this.label28.Size = new System.Drawing.Size(20, 17);
- this.label28.TabIndex = 151;
- this.label28.Text = "台";
- //
- // label29
- //
- this.label29.AutoSize = true;
- this.label29.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(24)))), ((int)(((byte)(48)))));
- this.label29.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.label29.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
- this.label29.Location = new System.Drawing.Point(332, 454);
- this.label29.Name = "label29";
- this.label29.Size = new System.Drawing.Size(20, 17);
- this.label29.TabIndex = 150;
- this.label29.Text = "台";
- //
- // label23
- //
- this.label23.AutoSize = true;
- this.label23.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(24)))), ((int)(((byte)(48)))));
- this.label23.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold);
- this.label23.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
- this.label23.Location = new System.Drawing.Point(122, 911);
- this.label23.Name = "label23";
- this.label23.Size = new System.Drawing.Size(42, 22);
- this.label23.TabIndex = 149;
- this.label23.Text = "离线";
- //
- // label22
- //
- this.label22.AutoSize = true;
- this.label22.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(24)))), ((int)(((byte)(48)))));
- this.label22.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold);
- this.label22.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
- this.label22.Location = new System.Drawing.Point(122, 834);
- this.label22.Name = "label22";
- this.label22.Size = new System.Drawing.Size(42, 22);
- this.label22.TabIndex = 148;
- this.label22.Text = "停机";
- //
- // label21
- //
- this.label21.AutoSize = true;
- this.label21.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(24)))), ((int)(((byte)(48)))));
- this.label21.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold);
- this.label21.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
- this.label21.Location = new System.Drawing.Point(122, 757);
- this.label21.Name = "label21";
- this.label21.Size = new System.Drawing.Size(42, 22);
- this.label21.TabIndex = 147;
- this.label21.Text = "维护";
- //
- // label20
- //
- this.label20.AutoSize = true;
- this.label20.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(24)))), ((int)(((byte)(48)))));
- this.label20.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold);
- this.label20.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
- this.label20.Location = new System.Drawing.Point(122, 678);
- this.label20.Name = "label20";
- this.label20.Size = new System.Drawing.Size(42, 22);
- this.label20.TabIndex = 146;
- this.label20.Text = "故障";
- //
- // label19
- //
- this.label19.AutoSize = true;
- this.label19.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(24)))), ((int)(((byte)(48)))));
- this.label19.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold);
- this.label19.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
- this.label19.Location = new System.Drawing.Point(122, 603);
- this.label19.Name = "label19";
- this.label19.Size = new System.Drawing.Size(42, 22);
- this.label19.TabIndex = 145;
- this.label19.Text = "待机";
- //
- // label18
- //
- this.label18.AutoSize = true;
- this.label18.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(24)))), ((int)(((byte)(48)))));
- this.label18.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold);
- this.label18.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
- this.label18.Location = new System.Drawing.Point(122, 526);
- this.label18.Name = "label18";
- this.label18.Size = new System.Drawing.Size(42, 22);
- this.label18.TabIndex = 144;
- this.label18.Text = "运行";
- //
- // label17
- //
- this.label17.AutoSize = true;
- this.label17.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(24)))), ((int)(((byte)(48)))));
- this.label17.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold);
- this.label17.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
- this.label17.Location = new System.Drawing.Point(122, 449);
- this.label17.Name = "label17";
- this.label17.Size = new System.Drawing.Size(42, 22);
- this.label17.TabIndex = 143;
- this.label17.Text = "接入";
- //
- // panelLine16
- //
- this.panelLine16.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
- this.panelLine16.Location = new System.Drawing.Point(62, 898);
- this.panelLine16.Margin = new System.Windows.Forms.Padding(0);
- this.panelLine16.Name = "panelLine16";
- this.panelLine16.Padding = new System.Windows.Forms.Padding(1);
- this.panelLine16.Size = new System.Drawing.Size(348, 51);
- this.panelLine16.TabIndex = 142;
- //
- // panelLine17
- //
- this.panelLine17.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
- this.panelLine17.Location = new System.Drawing.Point(39, 883);
- this.panelLine17.Margin = new System.Windows.Forms.Padding(0);
- this.panelLine17.Name = "panelLine17";
- this.panelLine17.Padding = new System.Windows.Forms.Padding(1);
- this.panelLine17.Size = new System.Drawing.Size(115, 53);
- this.panelLine17.TabIndex = 141;
- //
- // panelLine12
- //
- this.panelLine12.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
- this.panelLine12.Location = new System.Drawing.Point(62, 821);
- this.panelLine12.Margin = new System.Windows.Forms.Padding(0);
- this.panelLine12.Name = "panelLine12";
- this.panelLine12.Padding = new System.Windows.Forms.Padding(1);
- this.panelLine12.Size = new System.Drawing.Size(348, 51);
- this.panelLine12.TabIndex = 140;
- //
- // panelLine13
- //
- this.panelLine13.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
- this.panelLine13.Location = new System.Drawing.Point(39, 806);
- this.panelLine13.Margin = new System.Windows.Forms.Padding(0);
- this.panelLine13.Name = "panelLine13";
- this.panelLine13.Padding = new System.Windows.Forms.Padding(1);
- this.panelLine13.Size = new System.Drawing.Size(115, 53);
- this.panelLine13.TabIndex = 139;
- //
- // panelLine14
- //
- this.panelLine14.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
- this.panelLine14.Location = new System.Drawing.Point(62, 744);
- this.panelLine14.Margin = new System.Windows.Forms.Padding(0);
- this.panelLine14.Name = "panelLine14";
- this.panelLine14.Padding = new System.Windows.Forms.Padding(1);
- this.panelLine14.Size = new System.Drawing.Size(348, 51);
- this.panelLine14.TabIndex = 138;
- //
- // panelLine15
- //
- this.panelLine15.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
- this.panelLine15.Location = new System.Drawing.Point(39, 729);
- this.panelLine15.Margin = new System.Windows.Forms.Padding(0);
- this.panelLine15.Name = "panelLine15";
- this.panelLine15.Padding = new System.Windows.Forms.Padding(1);
- this.panelLine15.Size = new System.Drawing.Size(115, 53);
- this.panelLine15.TabIndex = 137;
- //
- // panelLine8
- //
- this.panelLine8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
- this.panelLine8.Location = new System.Drawing.Point(62, 667);
- this.panelLine8.Margin = new System.Windows.Forms.Padding(0);
- this.panelLine8.Name = "panelLine8";
- this.panelLine8.Padding = new System.Windows.Forms.Padding(1);
- this.panelLine8.Size = new System.Drawing.Size(348, 51);
- this.panelLine8.TabIndex = 136;
- //
- // panelLine9
- //
- this.panelLine9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
- this.panelLine9.Location = new System.Drawing.Point(39, 652);
- this.panelLine9.Margin = new System.Windows.Forms.Padding(0);
- this.panelLine9.Name = "panelLine9";
- this.panelLine9.Padding = new System.Windows.Forms.Padding(1);
- this.panelLine9.Size = new System.Drawing.Size(115, 53);
- this.panelLine9.TabIndex = 135;
- //
- // panelLine10
- //
- this.panelLine10.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
- this.panelLine10.Location = new System.Drawing.Point(62, 590);
- this.panelLine10.Margin = new System.Windows.Forms.Padding(0);
- this.panelLine10.Name = "panelLine10";
- this.panelLine10.Padding = new System.Windows.Forms.Padding(1);
- this.panelLine10.Size = new System.Drawing.Size(348, 51);
- this.panelLine10.TabIndex = 134;
- //
- // panelLine11
- //
- this.panelLine11.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
- this.panelLine11.Location = new System.Drawing.Point(39, 575);
- this.panelLine11.Margin = new System.Windows.Forms.Padding(0);
- this.panelLine11.Name = "panelLine11";
- this.panelLine11.Padding = new System.Windows.Forms.Padding(1);
- this.panelLine11.Size = new System.Drawing.Size(115, 53);
- this.panelLine11.TabIndex = 133;
- //
- // panelLine6
- //
- this.panelLine6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
- this.panelLine6.Location = new System.Drawing.Point(62, 513);
- this.panelLine6.Margin = new System.Windows.Forms.Padding(0);
- this.panelLine6.Name = "panelLine6";
- this.panelLine6.Padding = new System.Windows.Forms.Padding(1);
- this.panelLine6.Size = new System.Drawing.Size(348, 51);
- this.panelLine6.TabIndex = 132;
- //
- // panelLine7
- //
- this.panelLine7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
- this.panelLine7.Location = new System.Drawing.Point(39, 498);
- this.panelLine7.Margin = new System.Windows.Forms.Padding(0);
- this.panelLine7.Name = "panelLine7";
- this.panelLine7.Padding = new System.Windows.Forms.Padding(1);
- this.panelLine7.Size = new System.Drawing.Size(115, 53);
- this.panelLine7.TabIndex = 131;
- //
- // panelLine5
- //
- this.panelLine5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
- this.panelLine5.Location = new System.Drawing.Point(62, 436);
- this.panelLine5.Margin = new System.Windows.Forms.Padding(0);
- this.panelLine5.Name = "panelLine5";
- this.panelLine5.Padding = new System.Windows.Forms.Padding(1);
- this.panelLine5.Size = new System.Drawing.Size(348, 51);
- this.panelLine5.TabIndex = 130;
- //
- // panelLine4
- //
- this.panelLine4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
- this.panelLine4.Location = new System.Drawing.Point(39, 421);
- this.panelLine4.Margin = new System.Windows.Forms.Padding(0);
- this.panelLine4.Name = "panelLine4";
- this.panelLine4.Padding = new System.Windows.Forms.Padding(1);
- this.panelLine4.Size = new System.Drawing.Size(115, 53);
- this.panelLine4.TabIndex = 129;
- //
- // wlblPowerNowByStation
- //
- this.wlblPowerNowByStation.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(24)))), ((int)(((byte)(48)))));
- this.wlblPowerNowByStation.LableShowType = 0;
- this.wlblPowerNowByStation.LableText = "70.32";
- this.wlblPowerNowByStation.LableType = 0;
- this.wlblPowerNowByStation.Location = new System.Drawing.Point(185, 335);
- this.wlblPowerNowByStation.MyEmSize = 21.75F;
- this.wlblPowerNowByStation.MyLabelDock = System.Windows.Forms.DockStyle.Right;
- this.wlblPowerNowByStation.MyLabelTextAlign = System.Drawing.ContentAlignment.TopLeft;
- this.wlblPowerNowByStation.Name = "wlblPowerNowByStation";
- this.wlblPowerNowByStation.Size = new System.Drawing.Size(127, 23);
- this.wlblPowerNowByStation.TabIndex = 128;
- this.wlblPowerNowByStation.TestPointId = null;
- this.wlblPowerNowByStation.UniformCode = null;
- this.wlblPowerNowByStation.WindPowerId = null;
- this.wlblPowerNowByStation.WindTurbineId = null;
- //
- // wlblSpeedNowByStation
- //
- this.wlblSpeedNowByStation.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(24)))), ((int)(((byte)(48)))));
- this.wlblSpeedNowByStation.LableShowType = 0;
- this.wlblSpeedNowByStation.LableText = "4.54";
- this.wlblSpeedNowByStation.LableType = 0;
- this.wlblSpeedNowByStation.Location = new System.Drawing.Point(185, 302);
- this.wlblSpeedNowByStation.MyEmSize = 21.75F;
- this.wlblSpeedNowByStation.MyLabelDock = System.Windows.Forms.DockStyle.Right;
- this.wlblSpeedNowByStation.MyLabelTextAlign = System.Drawing.ContentAlignment.TopLeft;
- this.wlblSpeedNowByStation.Name = "wlblSpeedNowByStation";
- this.wlblSpeedNowByStation.Size = new System.Drawing.Size(127, 23);
- this.wlblSpeedNowByStation.TabIndex = 127;
- this.wlblSpeedNowByStation.TestPointId = null;
- this.wlblSpeedNowByStation.UniformCode = null;
- this.wlblSpeedNowByStation.WindPowerId = null;
- this.wlblSpeedNowByStation.WindTurbineId = null;
- //
- // wlblUseHourByYear
- //
- this.wlblUseHourByYear.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(24)))), ((int)(((byte)(48)))));
- this.wlblUseHourByYear.LableShowType = 0;
- this.wlblUseHourByYear.LableText = "1669.7";
- this.wlblUseHourByYear.LableType = 0;
- this.wlblUseHourByYear.Location = new System.Drawing.Point(185, 238);
- this.wlblUseHourByYear.MyEmSize = 21.75F;
- this.wlblUseHourByYear.MyLabelDock = System.Windows.Forms.DockStyle.Right;
- this.wlblUseHourByYear.MyLabelTextAlign = System.Drawing.ContentAlignment.TopLeft;
- this.wlblUseHourByYear.Name = "wlblUseHourByYear";
- this.wlblUseHourByYear.Size = new System.Drawing.Size(127, 23);
- this.wlblUseHourByYear.TabIndex = 126;
- this.wlblUseHourByYear.TestPointId = null;
- this.wlblUseHourByYear.UniformCode = null;
- this.wlblUseHourByYear.WindPowerId = null;
- this.wlblUseHourByYear.WindTurbineId = null;
- //
- // wlblUseHourByMonth
- //
- this.wlblUseHourByMonth.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(24)))), ((int)(((byte)(48)))));
- this.wlblUseHourByMonth.LableShowType = 0;
- this.wlblUseHourByMonth.LableText = "166.31";
- this.wlblUseHourByMonth.LableType = 0;
- this.wlblUseHourByMonth.Location = new System.Drawing.Point(185, 202);
- this.wlblUseHourByMonth.MyEmSize = 21.75F;
- this.wlblUseHourByMonth.MyLabelDock = System.Windows.Forms.DockStyle.Right;
- this.wlblUseHourByMonth.MyLabelTextAlign = System.Drawing.ContentAlignment.TopLeft;
- this.wlblUseHourByMonth.Name = "wlblUseHourByMonth";
- this.wlblUseHourByMonth.Size = new System.Drawing.Size(127, 23);
- this.wlblUseHourByMonth.TabIndex = 125;
- this.wlblUseHourByMonth.TestPointId = null;
- this.wlblUseHourByMonth.UniformCode = null;
- this.wlblUseHourByMonth.WindPowerId = null;
- this.wlblUseHourByMonth.WindTurbineId = null;
- //
- // wlblPowerYear
- //
- this.wlblPowerYear.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(24)))), ((int)(((byte)(48)))));
- this.wlblPowerYear.LableShowType = 0;
- this.wlblPowerYear.LableText = "98929.42";
- this.wlblPowerYear.LableType = 0;
- this.wlblPowerYear.Location = new System.Drawing.Point(185, 166);
- this.wlblPowerYear.MyEmSize = 21.75F;
- this.wlblPowerYear.MyLabelDock = System.Windows.Forms.DockStyle.Right;
- this.wlblPowerYear.MyLabelTextAlign = System.Drawing.ContentAlignment.TopLeft;
- this.wlblPowerYear.Name = "wlblPowerYear";
- this.wlblPowerYear.Size = new System.Drawing.Size(127, 23);
- this.wlblPowerYear.TabIndex = 124;
- this.wlblPowerYear.TestPointId = null;
- this.wlblPowerYear.UniformCode = null;
- this.wlblPowerYear.WindPowerId = null;
- this.wlblPowerYear.WindTurbineId = null;
- //
- // wlblPowerMonth
- //
- this.wlblPowerMonth.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(24)))), ((int)(((byte)(48)))));
- this.wlblPowerMonth.LableShowType = 0;
- this.wlblPowerMonth.LableText = "9854.12";
- this.wlblPowerMonth.LableType = 0;
- this.wlblPowerMonth.Location = new System.Drawing.Point(185, 130);
- this.wlblPowerMonth.MyEmSize = 21.75F;
- this.wlblPowerMonth.MyLabelDock = System.Windows.Forms.DockStyle.Right;
- this.wlblPowerMonth.MyLabelTextAlign = System.Drawing.ContentAlignment.TopLeft;
- this.wlblPowerMonth.Name = "wlblPowerMonth";
- this.wlblPowerMonth.Size = new System.Drawing.Size(127, 23);
- this.wlblPowerMonth.TabIndex = 123;
- this.wlblPowerMonth.TestPointId = null;
- this.wlblPowerMonth.UniformCode = null;
- this.wlblPowerMonth.WindPowerId = null;
- this.wlblPowerMonth.WindTurbineId = null;
- //
- // wlblPowerDay
- //
- this.wlblPowerDay.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(24)))), ((int)(((byte)(48)))));
- this.wlblPowerDay.LableShowType = 0;
- this.wlblPowerDay.LableText = "127.32";
- this.wlblPowerDay.LableType = 0;
- this.wlblPowerDay.Location = new System.Drawing.Point(185, 94);
- this.wlblPowerDay.MyEmSize = 21.75F;
- this.wlblPowerDay.MyLabelDock = System.Windows.Forms.DockStyle.Right;
- this.wlblPowerDay.MyLabelTextAlign = System.Drawing.ContentAlignment.TopLeft;
- this.wlblPowerDay.Name = "wlblPowerDay";
- this.wlblPowerDay.Size = new System.Drawing.Size(127, 23);
- this.wlblPowerDay.TabIndex = 122;
- this.wlblPowerDay.TestPointId = null;
- this.wlblPowerDay.UniformCode = null;
- this.wlblPowerDay.WindPowerId = null;
- this.wlblPowerDay.WindTurbineId = null;
- //
- // wlblPowerAll
- //
- this.wlblPowerAll.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(24)))), ((int)(((byte)(48)))));
- this.wlblPowerAll.LableShowType = 0;
- this.wlblPowerAll.LableText = "592.5";
- this.wlblPowerAll.LableType = 0;
- this.wlblPowerAll.Location = new System.Drawing.Point(185, 58);
- this.wlblPowerAll.MyEmSize = 21.75F;
- this.wlblPowerAll.MyLabelDock = System.Windows.Forms.DockStyle.Right;
- this.wlblPowerAll.MyLabelTextAlign = System.Drawing.ContentAlignment.TopLeft;
- this.wlblPowerAll.Name = "wlblPowerAll";
- this.wlblPowerAll.Size = new System.Drawing.Size(127, 23);
- this.wlblPowerAll.TabIndex = 121;
- this.wlblPowerAll.TestPointId = null;
- this.wlblPowerAll.UniformCode = null;
- this.wlblPowerAll.WindPowerId = null;
- this.wlblPowerAll.WindTurbineId = null;
- //
- // label15
- //
- this.label15.AutoSize = true;
- this.label15.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(24)))), ((int)(((byte)(48)))));
- this.label15.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold);
- this.label15.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
- this.label15.Location = new System.Drawing.Point(64, 338);
- this.label15.Name = "label15";
- this.label15.Size = new System.Drawing.Size(74, 22);
- this.label15.TabIndex = 119;
- this.label15.Text = "实时功率";
- //
- // label16
- //
- this.label16.AutoSize = true;
- this.label16.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(24)))), ((int)(((byte)(48)))));
- this.label16.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.label16.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
- this.label16.Location = new System.Drawing.Point(334, 343);
- this.label16.Name = "label16";
- this.label16.Size = new System.Drawing.Size(33, 17);
- this.label16.TabIndex = 120;
- this.label16.Text = "MW";
- //
- // label13
- //
- this.label13.AutoSize = true;
- this.label13.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(24)))), ((int)(((byte)(48)))));
- this.label13.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold);
- this.label13.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
- this.label13.Location = new System.Drawing.Point(64, 303);
- this.label13.Name = "label13";
- this.label13.Size = new System.Drawing.Size(74, 22);
- this.label13.TabIndex = 117;
- this.label13.Text = "实时风速";
- //
- // label14
- //
- this.label14.AutoSize = true;
- this.label14.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(24)))), ((int)(((byte)(48)))));
- this.label14.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.label14.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
- this.label14.Location = new System.Drawing.Point(334, 308);
- this.label14.Name = "label14";
- this.label14.Size = new System.Drawing.Size(32, 17);
- this.label14.TabIndex = 118;
- this.label14.Text = "m/s";
- //
- // label10
- //
- this.label10.AutoSize = true;
- this.label10.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(24)))), ((int)(((byte)(48)))));
- this.label10.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold);
- this.label10.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
- this.label10.Location = new System.Drawing.Point(64, 242);
- this.label10.Name = "label10";
- this.label10.Size = new System.Drawing.Size(90, 22);
- this.label10.TabIndex = 115;
- this.label10.Text = "年利用小时";
- //
- // label11
- //
- this.label11.AutoSize = true;
- this.label11.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(24)))), ((int)(((byte)(48)))));
- this.label11.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.label11.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
- this.label11.Location = new System.Drawing.Point(334, 247);
- this.label11.Name = "label11";
- this.label11.Size = new System.Drawing.Size(32, 17);
- this.label11.TabIndex = 116;
- this.label11.Text = "小时";
- //
- // label8
- //
- this.label8.AutoSize = true;
- this.label8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(24)))), ((int)(((byte)(48)))));
- this.label8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold);
- this.label8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
- this.label8.Location = new System.Drawing.Point(64, 205);
- this.label8.Name = "label8";
- this.label8.Size = new System.Drawing.Size(90, 22);
- this.label8.TabIndex = 113;
- this.label8.Text = "月利用小时";
- //
- // label9
- //
- this.label9.AutoSize = true;
- this.label9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(24)))), ((int)(((byte)(48)))));
- this.label9.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.label9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
- this.label9.Location = new System.Drawing.Point(334, 210);
- this.label9.Name = "label9";
- this.label9.Size = new System.Drawing.Size(32, 17);
- this.label9.TabIndex = 114;
- this.label9.Text = "小时";
- //
- // label6
- //
- this.label6.AutoSize = true;
- this.label6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(24)))), ((int)(((byte)(48)))));
- this.label6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold);
- this.label6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
- this.label6.Location = new System.Drawing.Point(64, 168);
- this.label6.Name = "label6";
- this.label6.Size = new System.Drawing.Size(90, 22);
- this.label6.TabIndex = 111;
- this.label6.Text = "年累计电量";
- //
- // label7
- //
- this.label7.AutoSize = true;
- this.label7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(24)))), ((int)(((byte)(48)))));
- this.label7.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.label7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
- this.label7.Location = new System.Drawing.Point(334, 173);
- this.label7.Name = "label7";
- this.label7.Size = new System.Drawing.Size(48, 17);
- this.label7.TabIndex = 112;
- this.label7.Text = "万kWh";
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(24)))), ((int)(((byte)(48)))));
- this.label4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold);
- this.label4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
- this.label4.Location = new System.Drawing.Point(64, 131);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(90, 22);
- this.label4.TabIndex = 109;
- this.label4.Text = "月累计电量";
- //
- // label5
- //
- this.label5.AutoSize = true;
- this.label5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(24)))), ((int)(((byte)(48)))));
- this.label5.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.label5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
- this.label5.Location = new System.Drawing.Point(334, 136);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(48, 17);
- this.label5.TabIndex = 110;
- this.label5.Text = "万kWh";
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(24)))), ((int)(((byte)(48)))));
- this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold);
- this.label2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
- this.label2.Location = new System.Drawing.Point(64, 94);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(74, 22);
- this.label2.TabIndex = 107;
- this.label2.Text = "日发电量";
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(24)))), ((int)(((byte)(48)))));
- this.label3.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.label3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
- this.label3.Location = new System.Drawing.Point(334, 99);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(48, 17);
- this.label3.TabIndex = 108;
- this.label3.Text = "万kWh";
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(24)))), ((int)(((byte)(48)))));
- this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold);
- this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
- this.label1.Location = new System.Drawing.Point(64, 57);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(74, 22);
- this.label1.TabIndex = 105;
- this.label1.Text = "装机容量";
- //
- // label12
- //
- this.label12.AutoSize = true;
- this.label12.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(24)))), ((int)(((byte)(48)))));
- this.label12.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.label12.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
- this.label12.Location = new System.Drawing.Point(334, 62);
- this.label12.Name = "label12";
- this.label12.Size = new System.Drawing.Size(33, 17);
- this.label12.TabIndex = 106;
- this.label12.Text = "MW";
- //
- // panelLine3
- //
- this.panelLine3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(104)))), ((int)(((byte)(150)))));
- this.panelLine3.Location = new System.Drawing.Point(68, 283);
- this.panelLine3.Margin = new System.Windows.Forms.Padding(0);
- this.panelLine3.Name = "panelLine3";
- this.panelLine3.Padding = new System.Windows.Forms.Padding(1);
- this.panelLine3.Size = new System.Drawing.Size(310, 1);
- this.panelLine3.TabIndex = 3;
- //
- // panelLine1
- //
- this.panelLine1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
- this.panelLine1.Location = new System.Drawing.Point(39, 43);
- this.panelLine1.Margin = new System.Windows.Forms.Padding(0);
- this.panelLine1.Name = "panelLine1";
- this.panelLine1.Padding = new System.Windows.Forms.Padding(1);
- this.panelLine1.Size = new System.Drawing.Size(359, 345);
- this.panelLine1.TabIndex = 1;
- //
- // panelLine2
- //
- this.panelLine2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
- this.panelLine2.Location = new System.Drawing.Point(62, 139);
- this.panelLine2.Margin = new System.Windows.Forms.Padding(0);
- this.panelLine2.Name = "panelLine2";
- this.panelLine2.Padding = new System.Windows.Forms.Padding(1);
- this.panelLine2.Size = new System.Drawing.Size(348, 262);
- this.panelLine2.TabIndex = 2;
- //
- // panelRight
- //
- this.panelRight.Controls.Add(this.datePowerStat);
- this.panelRight.Controls.Add(this.label31);
- this.panelRight.Controls.Add(this.historyLine);
- this.panelRight.Controls.Add(this.label34);
- this.panelRight.Controls.Add(this.panelLine23);
- this.panelRight.Controls.Add(this.webfontLable16);
- this.panelRight.Controls.Add(this.DateLabel);
- this.panelRight.Controls.Add(this.label32);
- this.panelRight.Controls.Add(this.label33);
- this.panelRight.Controls.Add(this.panelLine22);
- this.panelRight.Controls.Add(this.panelLine21);
- this.panelRight.Controls.Add(this.panelLine18);
- this.panelRight.Controls.Add(this.panelLine19);
- this.panelRight.Controls.Add(this.panelLine20);
- this.panelRight.Controls.Add(this.panelLine);
- this.panelRight.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panelRight.Location = new System.Drawing.Point(1381, 0);
- this.panelRight.Margin = new System.Windows.Forms.Padding(0);
- this.panelRight.Name = "panelRight";
- this.panelRight.Size = new System.Drawing.Size(539, 961);
- this.panelRight.TabIndex = 2;
- //
- // datePowerStat
- //
- this.datePowerStat.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(24)))), ((int)(((byte)(48)))));
- this.datePowerStat.Location = new System.Drawing.Point(111, 425);
- this.datePowerStat.Name = "datePowerStat";
- this.datePowerStat.Size = new System.Drawing.Size(361, 456);
- this.datePowerStat.TabIndex = 181;
- //
- // label31
- //
- this.label31.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(24)))), ((int)(((byte)(48)))));
- this.label31.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label31.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
- this.label31.Location = new System.Drawing.Point(280, 366);
- this.label31.Margin = new System.Windows.Forms.Padding(0);
- this.label31.Name = "label31";
- this.label31.Size = new System.Drawing.Size(180, 31);
- this.label31.TabIndex = 180;
- this.label31.Text = "(单位:万kwh)";
- this.label31.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- //
- // historyLine
- //
- this.historyLine.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(24)))), ((int)(((byte)(48)))));
- this.historyLine.Location = new System.Drawing.Point(113, 158);
- this.historyLine.Name = "historyLine";
- this.historyLine.Size = new System.Drawing.Size(359, 183);
- this.historyLine.TabIndex = 179;
- //
- // label34
- //
- this.label34.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(24)))), ((int)(((byte)(48)))));
- this.label34.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label34.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
- this.label34.Location = new System.Drawing.Point(187, 367);
- this.label34.Name = "label34";
- this.label34.Size = new System.Drawing.Size(110, 31);
- this.label34.TabIndex = 173;
- this.label34.Text = "日发电量";
- this.label34.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- //
- // panelLine23
- //
- this.panelLine23.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
- this.panelLine23.Location = new System.Drawing.Point(179, 360);
- this.panelLine23.Margin = new System.Windows.Forms.Padding(0);
- this.panelLine23.Name = "panelLine23";
- this.panelLine23.Padding = new System.Windows.Forms.Padding(1);
- this.panelLine23.Size = new System.Drawing.Size(295, 47);
- this.panelLine23.TabIndex = 172;
- //
- // webfontLable16
- //
- this.webfontLable16.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(24)))), ((int)(((byte)(48)))));
- this.webfontLable16.LableShowType = 0;
- this.webfontLable16.LableText = "343";
- this.webfontLable16.LableType = 0;
- this.webfontLable16.Location = new System.Drawing.Point(248, 90);
- this.webfontLable16.MyEmSize = 21.75F;
- this.webfontLable16.MyLabelDock = System.Windows.Forms.DockStyle.Right;
- this.webfontLable16.MyLabelTextAlign = System.Drawing.ContentAlignment.TopLeft;
- this.webfontLable16.Name = "webfontLable16";
- this.webfontLable16.Size = new System.Drawing.Size(99, 23);
- this.webfontLable16.TabIndex = 176;
- this.webfontLable16.TestPointId = null;
- this.webfontLable16.UniformCode = null;
- this.webfontLable16.WindPowerId = null;
- this.webfontLable16.WindTurbineId = null;
- //
- // DateLabel
- //
- this.DateLabel.AutoSize = true;
- this.DateLabel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(24)))), ((int)(((byte)(48)))));
- this.DateLabel.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.DateLabel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
- this.DateLabel.Location = new System.Drawing.Point(274, 51);
- this.DateLabel.Name = "DateLabel";
- this.DateLabel.Size = new System.Drawing.Size(144, 22);
- this.DateLabel.TabIndex = 171;
- this.DateLabel.Text = "2018-6-25 16:32";
- //
- // label32
- //
- this.label32.AutoSize = true;
- this.label32.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(24)))), ((int)(((byte)(48)))));
- this.label32.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.label32.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
- this.label32.Location = new System.Drawing.Point(415, 96);
- this.label32.Name = "label32";
- this.label32.Size = new System.Drawing.Size(20, 17);
- this.label32.TabIndex = 170;
- this.label32.Text = "天";
- //
- // label33
- //
- this.label33.AutoSize = true;
- this.label33.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(24)))), ((int)(((byte)(48)))));
- this.label33.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold);
- this.label33.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
- this.label33.Location = new System.Drawing.Point(145, 91);
- this.label33.Name = "label33";
- this.label33.Size = new System.Drawing.Size(74, 22);
- this.label33.TabIndex = 169;
- this.label33.Text = "安全天数";
- //
- // panelLine22
- //
- this.panelLine22.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
- this.panelLine22.Location = new System.Drawing.Point(111, 144);
- this.panelLine22.Margin = new System.Windows.Forms.Padding(0);
- this.panelLine22.Name = "panelLine22";
- this.panelLine22.Padding = new System.Windows.Forms.Padding(1);
- this.panelLine22.Size = new System.Drawing.Size(363, 202);
- this.panelLine22.TabIndex = 168;
- //
- // panelLine21
- //
- this.panelLine21.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
- this.panelLine21.Location = new System.Drawing.Point(97, 144);
- this.panelLine21.Margin = new System.Windows.Forms.Padding(0);
- this.panelLine21.Name = "panelLine21";
- this.panelLine21.Padding = new System.Windows.Forms.Padding(1);
- this.panelLine21.Size = new System.Drawing.Size(361, 186);
- this.panelLine21.TabIndex = 167;
- //
- // panelLine18
- //
- this.panelLine18.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
- this.panelLine18.Location = new System.Drawing.Point(263, 43);
- this.panelLine18.Margin = new System.Windows.Forms.Padding(0);
- this.panelLine18.Name = "panelLine18";
- this.panelLine18.Padding = new System.Windows.Forms.Padding(1);
- this.panelLine18.Size = new System.Drawing.Size(195, 38);
- this.panelLine18.TabIndex = 164;
- //
- // panelLine19
- //
- this.panelLine19.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
- this.panelLine19.Location = new System.Drawing.Point(111, 74);
- this.panelLine19.Margin = new System.Windows.Forms.Padding(0);
- this.panelLine19.Name = "panelLine19";
- this.panelLine19.Padding = new System.Windows.Forms.Padding(1);
- this.panelLine19.Size = new System.Drawing.Size(363, 54);
- this.panelLine19.TabIndex = 165;
- //
- // panelLine20
- //
- this.panelLine20.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
- this.panelLine20.Location = new System.Drawing.Point(97, 62);
- this.panelLine20.Margin = new System.Windows.Forms.Padding(0);
- this.panelLine20.Name = "panelLine20";
- this.panelLine20.Padding = new System.Windows.Forms.Padding(1);
- this.panelLine20.Size = new System.Drawing.Size(361, 66);
- this.panelLine20.TabIndex = 166;
- //
- // panelLine
- //
- this.panelLine.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
- this.panelLine.Location = new System.Drawing.Point(97, 387);
- this.panelLine.Margin = new System.Windows.Forms.Padding(0);
- this.panelLine.Name = "panelLine";
- this.panelLine.Padding = new System.Windows.Forms.Padding(1);
- this.panelLine.Size = new System.Drawing.Size(377, 546);
- this.panelLine.TabIndex = 175;
- //
- // timer2
- //
- this.timer2.Enabled = true;
- this.timer2.Interval = 6000;
- this.timer2.Tick += new System.EventHandler(this.timer2_Tick);
- //
- // HomeForm
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(24)))), ((int)(((byte)(54)))));
- this.ClientSize = new System.Drawing.Size(1920, 961);
- this.Controls.Add(this.tableLayoutPanel1);
- this.Name = "HomeForm";
- this.Paint += new System.Windows.Forms.PaintEventHandler(this.HomeForm_Paint);
- this.tableLayoutPanel1.ResumeLayout(false);
- this.panelCenter.ResumeLayout(false);
- this.panelLeft.ResumeLayout(false);
- this.panelLeft.PerformLayout();
- this.panelRight.ResumeLayout(false);
- this.panelRight.PerformLayout();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
- private System.Windows.Forms.Panel panelLeft;
- private MyControls.PanelLine panelLine1;
- private MyControls.PanelLine panelLine2;
- private MyControls.PanelLine panelLine3;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Label label12;
- private System.Windows.Forms.Label label10;
- private System.Windows.Forms.Label label11;
- private System.Windows.Forms.Label label8;
- private System.Windows.Forms.Label label9;
- private System.Windows.Forms.Label label6;
- private System.Windows.Forms.Label label7;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.Label label5;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.Label label15;
- private System.Windows.Forms.Label label16;
- private System.Windows.Forms.Label label13;
- private System.Windows.Forms.Label label14;
- private MyControls.WebfontLable wlblPowerAll;
- private MyControls.WebfontLable wlblPowerNowByStation;
- private MyControls.WebfontLable wlblSpeedNowByStation;
- private MyControls.WebfontLable wlblUseHourByYear;
- private MyControls.WebfontLable wlblUseHourByMonth;
- private MyControls.WebfontLable wlblPowerYear;
- private MyControls.WebfontLable wlblPowerMonth;
- private MyControls.WebfontLable wlblPowerDay;
- private MyControls.PanelLine panelLine5;
- private MyControls.PanelLine panelLine4;
- private MyControls.PanelLine panelLine8;
- private MyControls.PanelLine panelLine9;
- private MyControls.PanelLine panelLine10;
- private MyControls.PanelLine panelLine11;
- private MyControls.PanelLine panelLine6;
- private MyControls.PanelLine panelLine7;
- private MyControls.PanelLine panelLine16;
- private MyControls.PanelLine panelLine17;
- private MyControls.PanelLine panelLine12;
- private MyControls.PanelLine panelLine13;
- private MyControls.PanelLine panelLine14;
- private MyControls.PanelLine panelLine15;
- private MyControls.WebfontLable wlblOfflineCount;
- private MyControls.WebfontLable wlblLimitCount;
- private MyControls.WebfontLable wlblMaintainCount;
- private MyControls.WebfontLable wlblFaultCount;
- private MyControls.WebfontLable wlblStandByCount;
- private MyControls.WebfontLable wlblRunCount;
- private MyControls.WebfontLable wlblLinkCount;
- private System.Windows.Forms.Label label30;
- private System.Windows.Forms.Label label24;
- private System.Windows.Forms.Label label25;
- private System.Windows.Forms.Label label26;
- private System.Windows.Forms.Label label27;
- private System.Windows.Forms.Label label28;
- private System.Windows.Forms.Label label29;
- private System.Windows.Forms.Label label23;
- private System.Windows.Forms.Label label22;
- private System.Windows.Forms.Label label21;
- private System.Windows.Forms.Label label20;
- private System.Windows.Forms.Label label19;
- private System.Windows.Forms.Label label18;
- private System.Windows.Forms.Label label17;
- private System.Windows.Forms.Panel panelRight;
- private System.Windows.Forms.Label label34;
- private MyControls.PanelLine panelLine23;
- private System.Windows.Forms.Label DateLabel;
- private System.Windows.Forms.Label label32;
- private System.Windows.Forms.Label label33;
- private MyControls.PanelLine panelLine22;
- private MyControls.PanelLine panelLine21;
- private MyControls.PanelLine panelLine18;
- private MyControls.PanelLine panelLine19;
- private MyControls.PanelLine panelLine20;
- private MyControls.PanelLine panelLine;
- private MyControls.WebfontLable webfontLable16;
- private MyControls.HistoryLine historyLine;
- private System.Windows.Forms.Panel panel4;
- private System.Windows.Forms.Panel panel10;
- private System.Windows.Forms.Panel panel9;
- private System.Windows.Forms.Panel panel8;
- private System.Windows.Forms.Panel panel7;
- private System.Windows.Forms.Panel panel6;
- private System.Windows.Forms.Panel panel5;
- private System.Windows.Forms.Timer timer1;
- private System.Windows.Forms.Panel panelCenter;
- private System.Windows.Forms.Panel panel11;
- private MyControls.PanelLabel plNSS;
- private MyControls.PanelLabel plSBQ;
-
- private MyControls.PanelLabel plQS;
- private MyControls.PanelLabel plMHS;
- private MyControls.PanelLabel plXS;
- private System.Windows.Forms.Integration.ElementHost elementHost1;
- private System.Windows.Forms.Integration.ElementHost elementHost5;
- private MyControls.WpfWindturbine wpf_XS;
- private System.Windows.Forms.Integration.ElementHost elementHost4;
- private MyControls.WpfWindturbine wpf_QS;
- private System.Windows.Forms.Integration.ElementHost elementHost3;
- private MyControls.WpfWindturbine wpf_MHS;
- private System.Windows.Forms.Integration.ElementHost elementHost2;
- private MyControls.WpfWindturbine wpf_NSS;
- private MyControls.StationFloatInfo SFI_SBQ;
- private MyControls.StationFloatInfo SFI_XS;
- private MyControls.StationFloatInfo SFI_NSS;
- private MyControls.StationFloatInfo SFI_MHS;
- private MyControls.StationFloatInfo SFI_QS;
- private MyControls.DatePower datePowerStat;
- private System.Windows.Forms.Label label31;
- private System.Windows.Forms.Timer timer2;
- private MyControls.WpfWindturbine wpf_SBQ;
- }
- }
|