123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690 |
- namespace IntelligentControlForsx.MyControls
- {
- partial class MatrixTop
- {
- /// <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 组件设计器生成的代码
- /// <summary>
- /// 设计器支持所需的方法 - 不要修改
- /// 使用代码编辑器修改此方法的内容。
- /// </summary>
- private void InitializeComponent()
- {
- this.components = new System.ComponentModel.Container();
- this.label3 = new System.Windows.Forms.Label();
- this.label5 = new System.Windows.Forms.Label();
- this.label4 = new System.Windows.Forms.Label();
- this.label6 = new System.Windows.Forms.Label();
- this.label7 = new System.Windows.Forms.Label();
- this.label8 = new System.Windows.Forms.Label();
- this.label9 = new System.Windows.Forms.Label();
- this.label10 = new System.Windows.Forms.Label();
- this.label11 = new System.Windows.Forms.Label();
- this.label12 = new System.Windows.Forms.Label();
- this.label13 = new System.Windows.Forms.Label();
- this.label14 = new System.Windows.Forms.Label();
- this.panel1 = new System.Windows.Forms.Panel();
- this.lblCntDJ = new System.Windows.Forms.Label();
- this.label15 = new System.Windows.Forms.Label();
- this.panel2 = new System.Windows.Forms.Panel();
- this.lblCntGZ = new System.Windows.Forms.Label();
- this.label18 = new System.Windows.Forms.Label();
- this.panel3 = new System.Windows.Forms.Panel();
- this.lblCntWH = new System.Windows.Forms.Label();
- this.label20 = new System.Windows.Forms.Label();
- this.panel4 = new System.Windows.Forms.Panel();
- this.lblCntLX = new System.Windows.Forms.Label();
- this.label22 = new System.Windows.Forms.Label();
- this.panel5 = new System.Windows.Forms.Panel();
- this.lblCntQD = new System.Windows.Forms.Label();
- this.label24 = new System.Windows.Forms.Label();
- this.panel6 = new System.Windows.Forms.Panel();
- this.lblCntTJ = new System.Windows.Forms.Label();
- this.label26 = new System.Windows.Forms.Label();
- this.panel7 = new System.Windows.Forms.Panel();
- this.lblCntSD = new System.Windows.Forms.Label();
- this.label28 = new System.Windows.Forms.Label();
- this.panel8 = new System.Windows.Forms.Panel();
- this.lblCntBW = new System.Windows.Forms.Label();
- this.label30 = new System.Windows.Forms.Label();
- this.panel9 = new System.Windows.Forms.Panel();
- this.lblCntAll = new System.Windows.Forms.Label();
- this.label32 = new System.Windows.Forms.Label();
- this.lblNFDL = new System.Windows.Forms.Label();
- this.lblYFDL = new System.Windows.Forms.Label();
- this.lblRFDL = new System.Windows.Forms.Label();
- this.lblPower = new System.Windows.Forms.Label();
- this.lblWindSpeed = new System.Windows.Forms.Label();
- this.lblFHL = new System.Windows.Forms.Label();
- this.timer1 = new System.Windows.Forms.Timer(this.components);
- this.panel1.SuspendLayout();
- this.panel2.SuspendLayout();
- this.panel3.SuspendLayout();
- this.panel4.SuspendLayout();
- this.panel5.SuspendLayout();
- this.panel6.SuspendLayout();
- this.panel7.SuspendLayout();
- this.panel8.SuspendLayout();
- this.panel9.SuspendLayout();
- this.SuspendLayout();
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(207)))), ((int)(((byte)(250)))));
- this.label3.Location = new System.Drawing.Point(2, 8);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(56, 17);
- this.label3.TabIndex = 2;
- this.label3.Text = "年发电量";
- //
- // label5
- //
- this.label5.AutoSize = true;
- this.label5.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(207)))), ((int)(((byte)(250)))));
- this.label5.Location = new System.Drawing.Point(129, 8);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(43, 17);
- this.label5.TabIndex = 4;
- this.label5.Text = "万kwh";
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(207)))), ((int)(((byte)(250)))));
- this.label4.Location = new System.Drawing.Point(308, 8);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(43, 17);
- this.label4.TabIndex = 6;
- this.label4.Text = "万kwh";
- //
- // label6
- //
- this.label6.AutoSize = true;
- this.label6.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(207)))), ((int)(((byte)(250)))));
- this.label6.Location = new System.Drawing.Point(187, 8);
- this.label6.Name = "label6";
- this.label6.Size = new System.Drawing.Size(56, 17);
- this.label6.TabIndex = 5;
- this.label6.Text = "月发电量";
- //
- // label7
- //
- this.label7.AutoSize = true;
- this.label7.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(207)))), ((int)(((byte)(250)))));
- this.label7.Location = new System.Drawing.Point(493, 8);
- this.label7.Name = "label7";
- this.label7.Size = new System.Drawing.Size(43, 17);
- this.label7.TabIndex = 8;
- this.label7.Text = "万kwh";
- //
- // label8
- //
- this.label8.AutoSize = true;
- this.label8.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(207)))), ((int)(((byte)(250)))));
- this.label8.Location = new System.Drawing.Point(366, 8);
- this.label8.Name = "label8";
- this.label8.Size = new System.Drawing.Size(56, 17);
- this.label8.TabIndex = 7;
- this.label8.Text = "日发电量";
- //
- // label9
- //
- this.label9.AutoSize = true;
- this.label9.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(207)))), ((int)(((byte)(250)))));
- this.label9.Location = new System.Drawing.Point(637, 8);
- this.label9.Name = "label9";
- this.label9.Size = new System.Drawing.Size(28, 17);
- this.label9.TabIndex = 10;
- this.label9.Text = "mw";
- //
- // label10
- //
- this.label10.AutoSize = true;
- this.label10.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label10.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(207)))), ((int)(((byte)(250)))));
- this.label10.Location = new System.Drawing.Point(543, 8);
- this.label10.Name = "label10";
- this.label10.Size = new System.Drawing.Size(32, 17);
- this.label10.TabIndex = 9;
- this.label10.Text = "功率";
- //
- // label11
- //
- this.label11.AutoSize = true;
- this.label11.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label11.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(207)))), ((int)(((byte)(250)))));
- this.label11.Location = new System.Drawing.Point(771, 8);
- this.label11.Name = "label11";
- this.label11.Size = new System.Drawing.Size(30, 17);
- this.label11.TabIndex = 12;
- this.label11.Text = "m/s";
- //
- // label12
- //
- this.label12.AutoSize = true;
- this.label12.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label12.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(207)))), ((int)(((byte)(250)))));
- this.label12.Location = new System.Drawing.Point(670, 8);
- this.label12.Name = "label12";
- this.label12.Size = new System.Drawing.Size(32, 17);
- this.label12.TabIndex = 11;
- this.label12.Text = "风速";
- //
- // label13
- //
- this.label13.AutoSize = true;
- this.label13.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label13.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(207)))), ((int)(((byte)(250)))));
- this.label13.Location = new System.Drawing.Point(917, 7);
- this.label13.Name = "label13";
- this.label13.Size = new System.Drawing.Size(19, 17);
- this.label13.TabIndex = 14;
- this.label13.Text = "%";
- //
- // label14
- //
- this.label14.AutoSize = true;
- this.label14.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label14.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(207)))), ((int)(((byte)(250)))));
- this.label14.Location = new System.Drawing.Point(810, 8);
- this.label14.Name = "label14";
- this.label14.Size = new System.Drawing.Size(44, 17);
- this.label14.TabIndex = 13;
- this.label14.Text = "负荷率";
- //
- // panel1
- //
- this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(15)))), ((int)(((byte)(141)))), ((int)(((byte)(106)))));
- this.panel1.Controls.Add(this.lblCntDJ);
- this.panel1.Controls.Add(this.label15);
- this.panel1.Location = new System.Drawing.Point(1359, 0);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(80, 30);
- this.panel1.TabIndex = 15;
- //
- // lblCntDJ
- //
- this.lblCntDJ.AutoSize = true;
- this.lblCntDJ.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblCntDJ.ForeColor = System.Drawing.Color.White;
- this.lblCntDJ.Location = new System.Drawing.Point(41, 4);
- this.lblCntDJ.Name = "lblCntDJ";
- this.lblCntDJ.Size = new System.Drawing.Size(17, 20);
- this.lblCntDJ.TabIndex = 13;
- this.lblCntDJ.Text = "0";
- //
- // label15
- //
- this.label15.AutoSize = true;
- this.label15.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label15.ForeColor = System.Drawing.Color.White;
- this.label15.Location = new System.Drawing.Point(3, 4);
- this.label15.Name = "label15";
- this.label15.Size = new System.Drawing.Size(37, 20);
- this.label15.TabIndex = 12;
- this.label15.Text = "待机";
- //
- // panel2
- //
- this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(15)))), ((int)(((byte)(59)))));
- this.panel2.Controls.Add(this.lblCntGZ);
- this.panel2.Controls.Add(this.label18);
- this.panel2.Location = new System.Drawing.Point(1439, 0);
- this.panel2.Name = "panel2";
- this.panel2.Size = new System.Drawing.Size(81, 31);
- this.panel2.TabIndex = 16;
- //
- // lblCntGZ
- //
- this.lblCntGZ.AutoSize = true;
- this.lblCntGZ.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblCntGZ.ForeColor = System.Drawing.Color.White;
- this.lblCntGZ.Location = new System.Drawing.Point(41, 4);
- this.lblCntGZ.Name = "lblCntGZ";
- this.lblCntGZ.Size = new System.Drawing.Size(17, 20);
- this.lblCntGZ.TabIndex = 13;
- this.lblCntGZ.Text = "0";
- //
- // label18
- //
- this.label18.AutoSize = true;
- this.label18.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label18.ForeColor = System.Drawing.Color.White;
- this.label18.Location = new System.Drawing.Point(3, 4);
- this.label18.Name = "label18";
- this.label18.Size = new System.Drawing.Size(37, 20);
- this.label18.TabIndex = 12;
- this.label18.Text = "故障";
- //
- // panel3
- //
- this.panel3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(83)))), ((int)(((byte)(35)))));
- this.panel3.Controls.Add(this.lblCntWH);
- this.panel3.Controls.Add(this.label20);
- this.panel3.Location = new System.Drawing.Point(1519, 0);
- this.panel3.Name = "panel3";
- this.panel3.Size = new System.Drawing.Size(81, 30);
- this.panel3.TabIndex = 16;
- //
- // lblCntWH
- //
- this.lblCntWH.AutoSize = true;
- this.lblCntWH.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblCntWH.ForeColor = System.Drawing.Color.White;
- this.lblCntWH.Location = new System.Drawing.Point(41, 4);
- this.lblCntWH.Name = "lblCntWH";
- this.lblCntWH.Size = new System.Drawing.Size(17, 20);
- this.lblCntWH.TabIndex = 13;
- this.lblCntWH.Text = "0";
- //
- // label20
- //
- this.label20.AutoSize = true;
- this.label20.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label20.ForeColor = System.Drawing.Color.White;
- this.label20.Location = new System.Drawing.Point(3, 4);
- this.label20.Name = "label20";
- this.label20.Size = new System.Drawing.Size(37, 20);
- this.label20.TabIndex = 12;
- this.label20.Text = "维护";
- //
- // panel4
- //
- this.panel4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(134)))), ((int)(((byte)(150)))), ((int)(((byte)(165)))));
- this.panel4.Controls.Add(this.lblCntLX);
- this.panel4.Controls.Add(this.label22);
- this.panel4.Location = new System.Drawing.Point(1599, 0);
- this.panel4.Name = "panel4";
- this.panel4.Size = new System.Drawing.Size(80, 30);
- this.panel4.TabIndex = 17;
- //
- // lblCntLX
- //
- this.lblCntLX.AutoSize = true;
- this.lblCntLX.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(153)))), ((int)(((byte)(153)))), ((int)(((byte)(153)))));
- this.lblCntLX.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblCntLX.ForeColor = System.Drawing.Color.White;
- this.lblCntLX.Location = new System.Drawing.Point(41, 4);
- this.lblCntLX.Name = "lblCntLX";
- this.lblCntLX.Size = new System.Drawing.Size(17, 20);
- this.lblCntLX.TabIndex = 13;
- this.lblCntLX.Text = "0";
- //
- // label22
- //
- this.label22.AutoSize = true;
- this.label22.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label22.ForeColor = System.Drawing.Color.White;
- this.label22.Location = new System.Drawing.Point(3, 4);
- this.label22.Name = "label22";
- this.label22.Size = new System.Drawing.Size(37, 20);
- this.label22.TabIndex = 12;
- this.label22.Text = "离线";
- //
- // panel5
- //
- this.panel5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(72)))), ((int)(((byte)(91)))));
- this.panel5.Controls.Add(this.lblCntQD);
- this.panel5.Controls.Add(this.label24);
- this.panel5.Location = new System.Drawing.Point(1679, 0);
- this.panel5.Name = "panel5";
- this.panel5.Size = new System.Drawing.Size(80, 30);
- this.panel5.TabIndex = 18;
- //
- // lblCntQD
- //
- this.lblCntQD.AutoSize = true;
- this.lblCntQD.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(102)))));
- this.lblCntQD.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblCntQD.ForeColor = System.Drawing.Color.White;
- this.lblCntQD.Location = new System.Drawing.Point(41, 4);
- this.lblCntQD.Name = "lblCntQD";
- this.lblCntQD.Size = new System.Drawing.Size(17, 20);
- this.lblCntQD.TabIndex = 13;
- this.lblCntQD.Text = "0";
- //
- // label24
- //
- this.label24.AutoSize = true;
- this.label24.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label24.ForeColor = System.Drawing.Color.White;
- this.label24.Location = new System.Drawing.Point(3, 4);
- this.label24.Name = "label24";
- this.label24.Size = new System.Drawing.Size(37, 20);
- this.label24.TabIndex = 12;
- this.label24.Text = "启动";
- //
- // panel6
- //
- this.panel6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(176)))), ((int)(((byte)(151)))), ((int)(((byte)(63)))));
- this.panel6.Controls.Add(this.lblCntTJ);
- this.panel6.Controls.Add(this.label26);
- this.panel6.Location = new System.Drawing.Point(1759, 0);
- this.panel6.Name = "panel6";
- this.panel6.Size = new System.Drawing.Size(80, 30);
- this.panel6.TabIndex = 17;
- //
- // lblCntTJ
- //
- this.lblCntTJ.AutoSize = true;
- this.lblCntTJ.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblCntTJ.ForeColor = System.Drawing.Color.White;
- this.lblCntTJ.Location = new System.Drawing.Point(41, 4);
- this.lblCntTJ.Name = "lblCntTJ";
- this.lblCntTJ.Size = new System.Drawing.Size(17, 20);
- this.lblCntTJ.TabIndex = 13;
- this.lblCntTJ.Text = "0";
- //
- // label26
- //
- this.label26.AutoSize = true;
- this.label26.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label26.ForeColor = System.Drawing.Color.White;
- this.label26.Location = new System.Drawing.Point(3, 4);
- this.label26.Name = "label26";
- this.label26.Size = new System.Drawing.Size(37, 20);
- this.label26.TabIndex = 12;
- this.label26.Text = "停机";
- //
- // panel7
- //
- this.panel7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(177)))), ((int)(((byte)(14)))), ((int)(((byte)(126)))));
- this.panel7.Controls.Add(this.lblCntSD);
- this.panel7.Controls.Add(this.label28);
- this.panel7.Location = new System.Drawing.Point(1839, 0);
- this.panel7.Name = "panel7";
- this.panel7.Size = new System.Drawing.Size(80, 31);
- this.panel7.TabIndex = 17;
- //
- // lblCntSD
- //
- this.lblCntSD.AutoSize = true;
- this.lblCntSD.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblCntSD.ForeColor = System.Drawing.Color.White;
- this.lblCntSD.Location = new System.Drawing.Point(41, 4);
- this.lblCntSD.Name = "lblCntSD";
- this.lblCntSD.Size = new System.Drawing.Size(17, 20);
- this.lblCntSD.TabIndex = 13;
- this.lblCntSD.Text = "0";
- //
- // label28
- //
- this.label28.AutoSize = true;
- this.label28.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label28.ForeColor = System.Drawing.Color.White;
- this.label28.Location = new System.Drawing.Point(3, 4);
- this.label28.Name = "label28";
- this.label28.Size = new System.Drawing.Size(37, 20);
- this.label28.TabIndex = 12;
- this.label28.Text = "上电";
- //
- // panel8
- //
- this.panel8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(15)))), ((int)(((byte)(135)))), ((int)(((byte)(170)))));
- this.panel8.Controls.Add(this.lblCntBW);
- this.panel8.Controls.Add(this.label30);
- this.panel8.Location = new System.Drawing.Point(1279, 0);
- this.panel8.Name = "panel8";
- this.panel8.Size = new System.Drawing.Size(80, 30);
- this.panel8.TabIndex = 16;
- //
- // lblCntBW
- //
- this.lblCntBW.AutoSize = true;
- this.lblCntBW.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblCntBW.ForeColor = System.Drawing.Color.White;
- this.lblCntBW.Location = new System.Drawing.Point(41, 4);
- this.lblCntBW.Name = "lblCntBW";
- this.lblCntBW.Size = new System.Drawing.Size(17, 20);
- this.lblCntBW.TabIndex = 13;
- this.lblCntBW.Text = "0";
- //
- // label30
- //
- this.label30.AutoSize = true;
- this.label30.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label30.ForeColor = System.Drawing.Color.White;
- this.label30.Location = new System.Drawing.Point(3, 4);
- this.label30.Name = "label30";
- this.label30.Size = new System.Drawing.Size(37, 20);
- this.label30.TabIndex = 12;
- this.label30.Text = "并网";
- //
- // panel9
- //
- this.panel9.BackColor = System.Drawing.Color.Black;
- this.panel9.Controls.Add(this.lblCntAll);
- this.panel9.Controls.Add(this.label32);
- this.panel9.Location = new System.Drawing.Point(1199, 0);
- this.panel9.Name = "panel9";
- this.panel9.Size = new System.Drawing.Size(80, 30);
- this.panel9.TabIndex = 17;
- //
- // lblCntAll
- //
- this.lblCntAll.AutoSize = true;
- this.lblCntAll.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblCntAll.ForeColor = System.Drawing.Color.White;
- this.lblCntAll.Location = new System.Drawing.Point(41, 4);
- this.lblCntAll.Name = "lblCntAll";
- this.lblCntAll.Size = new System.Drawing.Size(17, 20);
- this.lblCntAll.TabIndex = 13;
- this.lblCntAll.Text = "0";
- //
- // label32
- //
- this.label32.AutoSize = true;
- this.label32.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label32.ForeColor = System.Drawing.Color.White;
- this.label32.Location = new System.Drawing.Point(3, 4);
- this.label32.Name = "label32";
- this.label32.Size = new System.Drawing.Size(37, 20);
- this.label32.TabIndex = 12;
- this.label32.Text = "装机";
- //
- // lblNFDL
- //
- this.lblNFDL.AutoSize = true;
- this.lblNFDL.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblNFDL.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(219)))), ((int)(((byte)(105)))));
- this.lblNFDL.Location = new System.Drawing.Point(73, 8);
- this.lblNFDL.Name = "lblNFDL";
- this.lblNFDL.Size = new System.Drawing.Size(32, 17);
- this.lblNFDL.TabIndex = 21;
- this.lblNFDL.Text = "0.00";
- //
- // lblYFDL
- //
- this.lblYFDL.AutoSize = true;
- this.lblYFDL.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblYFDL.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(219)))), ((int)(((byte)(105)))));
- this.lblYFDL.Location = new System.Drawing.Point(259, 7);
- this.lblYFDL.Name = "lblYFDL";
- this.lblYFDL.Size = new System.Drawing.Size(32, 17);
- this.lblYFDL.TabIndex = 22;
- this.lblYFDL.Text = "0.00";
- //
- // lblRFDL
- //
- this.lblRFDL.AutoSize = true;
- this.lblRFDL.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblRFDL.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(219)))), ((int)(((byte)(105)))));
- this.lblRFDL.Location = new System.Drawing.Point(428, 8);
- this.lblRFDL.Name = "lblRFDL";
- this.lblRFDL.Size = new System.Drawing.Size(32, 17);
- this.lblRFDL.TabIndex = 23;
- this.lblRFDL.Text = "0.00";
- //
- // lblPower
- //
- this.lblPower.AutoSize = true;
- this.lblPower.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblPower.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(219)))), ((int)(((byte)(105)))));
- this.lblPower.Location = new System.Drawing.Point(599, 7);
- this.lblPower.Name = "lblPower";
- this.lblPower.Size = new System.Drawing.Size(32, 17);
- this.lblPower.TabIndex = 24;
- this.lblPower.Text = "0.00";
- //
- // lblWindSpeed
- //
- this.lblWindSpeed.AutoSize = true;
- this.lblWindSpeed.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblWindSpeed.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(219)))), ((int)(((byte)(105)))));
- this.lblWindSpeed.Location = new System.Drawing.Point(714, 8);
- this.lblWindSpeed.Name = "lblWindSpeed";
- this.lblWindSpeed.Size = new System.Drawing.Size(32, 17);
- this.lblWindSpeed.TabIndex = 25;
- this.lblWindSpeed.Text = "0.00";
- //
- // lblFHL
- //
- this.lblFHL.AutoSize = true;
- this.lblFHL.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblFHL.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(219)))), ((int)(((byte)(105)))));
- this.lblFHL.Location = new System.Drawing.Point(871, 7);
- this.lblFHL.Name = "lblFHL";
- this.lblFHL.Size = new System.Drawing.Size(32, 17);
- this.lblFHL.TabIndex = 26;
- this.lblFHL.Text = "0.00";
- //
- // timer1
- //
- this.timer1.Enabled = true;
- this.timer1.Interval = 5000;
- this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
- //
- // MatrixTop
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.Color.Transparent;
- this.Controls.Add(this.lblFHL);
- this.Controls.Add(this.lblWindSpeed);
- this.Controls.Add(this.lblPower);
- this.Controls.Add(this.lblRFDL);
- this.Controls.Add(this.lblYFDL);
- this.Controls.Add(this.lblNFDL);
- this.Controls.Add(this.panel9);
- this.Controls.Add(this.panel8);
- this.Controls.Add(this.panel7);
- this.Controls.Add(this.panel6);
- this.Controls.Add(this.panel5);
- this.Controls.Add(this.panel4);
- this.Controls.Add(this.panel3);
- this.Controls.Add(this.panel2);
- this.Controls.Add(this.panel1);
- this.Controls.Add(this.label13);
- this.Controls.Add(this.label14);
- this.Controls.Add(this.label11);
- this.Controls.Add(this.label12);
- this.Controls.Add(this.label9);
- this.Controls.Add(this.label10);
- this.Controls.Add(this.label7);
- this.Controls.Add(this.label8);
- this.Controls.Add(this.label4);
- this.Controls.Add(this.label6);
- this.Controls.Add(this.label5);
- this.Controls.Add(this.label3);
- this.Name = "MatrixTop";
- this.Size = new System.Drawing.Size(1920, 30);
- this.Load += new System.EventHandler(this.MatrixTop_Load);
- this.panel1.ResumeLayout(false);
- this.panel1.PerformLayout();
- this.panel2.ResumeLayout(false);
- this.panel2.PerformLayout();
- this.panel3.ResumeLayout(false);
- this.panel3.PerformLayout();
- this.panel4.ResumeLayout(false);
- this.panel4.PerformLayout();
- this.panel5.ResumeLayout(false);
- this.panel5.PerformLayout();
- this.panel6.ResumeLayout(false);
- this.panel6.PerformLayout();
- this.panel7.ResumeLayout(false);
- this.panel7.PerformLayout();
- this.panel8.ResumeLayout(false);
- this.panel8.PerformLayout();
- this.panel9.ResumeLayout(false);
- this.panel9.PerformLayout();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.Label label5;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.Label label6;
- private System.Windows.Forms.Label label7;
- private System.Windows.Forms.Label label8;
- private System.Windows.Forms.Label label9;
- private System.Windows.Forms.Label label10;
- private System.Windows.Forms.Label label11;
- private System.Windows.Forms.Label label12;
- private System.Windows.Forms.Label label13;
- private System.Windows.Forms.Label label14;
- private System.Windows.Forms.Panel panel1;
- private System.Windows.Forms.Label lblCntDJ;
- private System.Windows.Forms.Label label15;
- private System.Windows.Forms.Panel panel2;
- private System.Windows.Forms.Label lblCntGZ;
- private System.Windows.Forms.Label label18;
- private System.Windows.Forms.Panel panel3;
- private System.Windows.Forms.Label lblCntWH;
- private System.Windows.Forms.Label label20;
- private System.Windows.Forms.Panel panel4;
- private System.Windows.Forms.Label lblCntLX;
- private System.Windows.Forms.Label label22;
- private System.Windows.Forms.Panel panel5;
- private System.Windows.Forms.Label lblCntQD;
- private System.Windows.Forms.Label label24;
- private System.Windows.Forms.Panel panel6;
- private System.Windows.Forms.Label lblCntTJ;
- private System.Windows.Forms.Label label26;
- private System.Windows.Forms.Panel panel7;
- private System.Windows.Forms.Label lblCntSD;
- private System.Windows.Forms.Label label28;
- private System.Windows.Forms.Panel panel8;
- private System.Windows.Forms.Label lblCntBW;
- private System.Windows.Forms.Label label30;
- private System.Windows.Forms.Panel panel9;
- private System.Windows.Forms.Label lblCntAll;
- private System.Windows.Forms.Label label32;
- private System.Windows.Forms.Label lblNFDL;
- private System.Windows.Forms.Label lblYFDL;
- private System.Windows.Forms.Label lblRFDL;
- private System.Windows.Forms.Label lblPower;
- private System.Windows.Forms.Label lblWindSpeed;
- private System.Windows.Forms.Label lblFHL;
- private System.Windows.Forms.Timer timer1;
- }
- }
|