namespace IntelligentControlForsx.MyControls { partial class MatrixStation2 { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region 组件设计器生成的代码 /// /// 设计器支持所需的方法 - 不要修改 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); this.pnlTop = new System.Windows.Forms.Panel(); this.pnlTopRight = new System.Windows.Forms.Panel(); this.label6 = new System.Windows.Forms.Label(); this.txtMaxPower = new System.Windows.Forms.TextBox(); this.txtMinPower = new System.Windows.Forms.TextBox(); this.label5 = new System.Windows.Forms.Label(); this.txtMaxSpeed = new System.Windows.Forms.TextBox(); this.chkAutoFilter = new System.Windows.Forms.CheckBox(); this.label4 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.txtMinSpeed = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.pnlTopLeft = new System.Windows.Forms.Panel(); this.pnlAll = new System.Windows.Forms.Panel(); this.lblCntAll = new System.Windows.Forms.Label(); this.label32 = new System.Windows.Forms.Label(); this.pnlBW = new System.Windows.Forms.Panel(); this.lblCntBW = new System.Windows.Forms.Label(); this.label30 = new System.Windows.Forms.Label(); this.pnlSD = new System.Windows.Forms.Panel(); this.lblCntSD = new System.Windows.Forms.Label(); this.label28 = new System.Windows.Forms.Label(); this.pnlTJ = new System.Windows.Forms.Panel(); this.lblCntTJ = new System.Windows.Forms.Label(); this.label26 = new System.Windows.Forms.Label(); this.pnlQD = new System.Windows.Forms.Panel(); this.lblCntQD = new System.Windows.Forms.Label(); this.label24 = new System.Windows.Forms.Label(); this.pnlLX = new System.Windows.Forms.Panel(); this.lblCntLX = new System.Windows.Forms.Label(); this.label22 = new System.Windows.Forms.Label(); this.pnlWH = new System.Windows.Forms.Panel(); this.lblCntWH = new System.Windows.Forms.Label(); this.label20 = new System.Windows.Forms.Label(); this.pnlGZ = new System.Windows.Forms.Panel(); this.lblCntGZ = new System.Windows.Forms.Label(); this.label18 = new System.Windows.Forms.Label(); this.pnlDJ = new System.Windows.Forms.Panel(); this.lblCntDJ = new System.Windows.Forms.Label(); this.label15 = new System.Windows.Forms.Label(); this.pnlStationName = new System.Windows.Forms.Panel(); this.lblStationName = new System.Windows.Forms.Label(); this.pnlTable = new System.Windows.Forms.TableLayoutPanel(); this.timer1 = new System.Windows.Forms.Timer(this.components); this.pnlContent = new System.Windows.Forms.Panel(); this.mpnlCancelMaintain = new IntelligentControlForsx.MyControls.MatrixPanel(); this.mpnlMaintain = new IntelligentControlForsx.MyControls.MatrixPanel(); this.mpnlReset = new IntelligentControlForsx.MyControls.MatrixPanel(); this.mpnlStop = new IntelligentControlForsx.MyControls.MatrixPanel(); this.mpnlStartup = new IntelligentControlForsx.MyControls.MatrixPanel(); this.pnlTop.SuspendLayout(); this.pnlTopRight.SuspendLayout(); this.pnlTopLeft.SuspendLayout(); this.pnlAll.SuspendLayout(); this.pnlBW.SuspendLayout(); this.pnlSD.SuspendLayout(); this.pnlTJ.SuspendLayout(); this.pnlQD.SuspendLayout(); this.pnlLX.SuspendLayout(); this.pnlWH.SuspendLayout(); this.pnlGZ.SuspendLayout(); this.pnlDJ.SuspendLayout(); this.pnlStationName.SuspendLayout(); this.pnlContent.SuspendLayout(); this.SuspendLayout(); // // pnlTop // this.pnlTop.BackColor = System.Drawing.Color.Transparent; this.pnlTop.Controls.Add(this.pnlTopRight); this.pnlTop.Controls.Add(this.pnlTopLeft); this.pnlTop.Dock = System.Windows.Forms.DockStyle.Top; this.pnlTop.Location = new System.Drawing.Point(3, 0); this.pnlTop.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.pnlTop.Name = "pnlTop"; this.pnlTop.Size = new System.Drawing.Size(1915, 32); this.pnlTop.TabIndex = 0; // // pnlTopRight // this.pnlTopRight.Controls.Add(this.label6); this.pnlTopRight.Controls.Add(this.txtMaxPower); this.pnlTopRight.Controls.Add(this.txtMinPower); this.pnlTopRight.Controls.Add(this.label5); this.pnlTopRight.Controls.Add(this.txtMaxSpeed); this.pnlTopRight.Controls.Add(this.chkAutoFilter); this.pnlTopRight.Controls.Add(this.label4); this.pnlTopRight.Controls.Add(this.label3); this.pnlTopRight.Controls.Add(this.label2); this.pnlTopRight.Controls.Add(this.txtMinSpeed); this.pnlTopRight.Controls.Add(this.label1); this.pnlTopRight.Dock = System.Windows.Forms.DockStyle.Right; this.pnlTopRight.Location = new System.Drawing.Point(894, 0); this.pnlTopRight.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.pnlTopRight.Name = "pnlTopRight"; this.pnlTopRight.Size = new System.Drawing.Size(1021, 32); this.pnlTopRight.TabIndex = 1; // // label6 // this.label6.AutoSize = true; this.label6.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label6.ForeColor = System.Drawing.Color.White; this.label6.Location = new System.Drawing.Point(442, 4); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(19, 20); this.label6.TabIndex = 25; this.label6.Text = "~"; // // txtMaxPower // this.txtMaxPower.Location = new System.Drawing.Point(465, 4); this.txtMaxPower.Name = "txtMaxPower"; this.txtMaxPower.Size = new System.Drawing.Size(54, 23); this.txtMaxPower.TabIndex = 24; // // txtMinPower // this.txtMinPower.Location = new System.Drawing.Point(382, 5); this.txtMinPower.Name = "txtMinPower"; this.txtMinPower.Size = new System.Drawing.Size(54, 23); this.txtMinPower.TabIndex = 22; // // label5 // this.label5.AutoSize = true; this.label5.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label5.ForeColor = System.Drawing.Color.White; this.label5.Location = new System.Drawing.Point(162, 4); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(19, 20); this.label5.TabIndex = 21; this.label5.Text = "~"; // // txtMaxSpeed // this.txtMaxSpeed.Location = new System.Drawing.Point(185, 4); this.txtMaxSpeed.Name = "txtMaxSpeed"; this.txtMaxSpeed.Size = new System.Drawing.Size(54, 23); this.txtMaxSpeed.TabIndex = 20; // // chkAutoFilter // this.chkAutoFilter.AutoSize = true; this.chkAutoFilter.ForeColor = System.Drawing.Color.White; this.chkAutoFilter.Location = new System.Drawing.Point(594, 6); this.chkAutoFilter.Name = "chkAutoFilter"; this.chkAutoFilter.Size = new System.Drawing.Size(75, 21); this.chkAutoFilter.TabIndex = 19; this.chkAutoFilter.Text = "自动筛选"; this.chkAutoFilter.UseVisualStyleBackColor = true; this.chkAutoFilter.CheckedChanged += new System.EventHandler(this.chkAutoFilter_CheckedChanged); // // label4 // this.label4.AutoSize = true; this.label4.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label4.ForeColor = System.Drawing.Color.White; this.label4.Location = new System.Drawing.Point(297, 5); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(79, 20); this.label4.TabIndex = 18; this.label4.Text = "功率范围:"; // // label3 // this.label3.AutoSize = true; this.label3.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label3.ForeColor = System.Drawing.Color.White; this.label3.Location = new System.Drawing.Point(528, 7); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(28, 20); this.label3.TabIndex = 17; this.label3.Text = "kw"; // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label2.ForeColor = System.Drawing.Color.White; this.label2.Location = new System.Drawing.Point(244, 5); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(34, 20); this.label2.TabIndex = 15; this.label2.Text = "m/s"; // // txtMinSpeed // this.txtMinSpeed.Location = new System.Drawing.Point(102, 5); this.txtMinSpeed.Name = "txtMinSpeed"; this.txtMinSpeed.Size = new System.Drawing.Size(54, 23); this.txtMinSpeed.TabIndex = 14; // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label1.ForeColor = System.Drawing.Color.White; this.label1.Location = new System.Drawing.Point(21, 5); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(79, 20); this.label1.TabIndex = 13; this.label1.Text = "风速范围:"; // // pnlTopLeft // this.pnlTopLeft.Controls.Add(this.pnlAll); this.pnlTopLeft.Controls.Add(this.pnlBW); this.pnlTopLeft.Controls.Add(this.pnlSD); this.pnlTopLeft.Controls.Add(this.pnlTJ); this.pnlTopLeft.Controls.Add(this.pnlQD); this.pnlTopLeft.Controls.Add(this.pnlLX); this.pnlTopLeft.Controls.Add(this.pnlWH); this.pnlTopLeft.Controls.Add(this.pnlGZ); this.pnlTopLeft.Controls.Add(this.pnlDJ); this.pnlTopLeft.Controls.Add(this.pnlStationName); this.pnlTopLeft.Dock = System.Windows.Forms.DockStyle.Left; this.pnlTopLeft.Location = new System.Drawing.Point(0, 0); this.pnlTopLeft.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.pnlTopLeft.Name = "pnlTopLeft"; this.pnlTopLeft.Size = new System.Drawing.Size(893, 32); this.pnlTopLeft.TabIndex = 0; // // pnlAll // this.pnlAll.BackColor = System.Drawing.Color.Black; this.pnlAll.Controls.Add(this.lblCntAll); this.pnlAll.Controls.Add(this.label32); this.pnlAll.Location = new System.Drawing.Point(140, 1); this.pnlAll.Name = "pnlAll"; this.pnlAll.Size = new System.Drawing.Size(80, 30); this.pnlAll.TabIndex = 23; // // 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"; this.lblCntAll.Click += new System.EventHandler(this.pnlAll_Click); // // 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 = "装机"; // // pnlBW // this.pnlBW.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(15)))), ((int)(((byte)(135)))), ((int)(((byte)(170))))); this.pnlBW.Controls.Add(this.lblCntBW); this.pnlBW.Controls.Add(this.label30); this.pnlBW.Location = new System.Drawing.Point(220, 1); this.pnlBW.Name = "pnlBW"; this.pnlBW.Size = new System.Drawing.Size(80, 30); this.pnlBW.TabIndex = 20; // // 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"; this.lblCntBW.Click += new System.EventHandler(this.pnlBW_Click); // // 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 = "并网"; // // pnlSD // this.pnlSD.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(177)))), ((int)(((byte)(14)))), ((int)(((byte)(126))))); this.pnlSD.Controls.Add(this.lblCntSD); this.pnlSD.Controls.Add(this.label28); this.pnlSD.Location = new System.Drawing.Point(780, 1); this.pnlSD.Name = "pnlSD"; this.pnlSD.Size = new System.Drawing.Size(80, 31); this.pnlSD.TabIndex = 24; // // 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"; this.lblCntSD.Click += new System.EventHandler(this.pnlSD_Click); // // 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 = "上电"; // // pnlTJ // this.pnlTJ.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(176)))), ((int)(((byte)(151)))), ((int)(((byte)(63))))); this.pnlTJ.Controls.Add(this.lblCntTJ); this.pnlTJ.Controls.Add(this.label26); this.pnlTJ.Location = new System.Drawing.Point(700, 1); this.pnlTJ.Name = "pnlTJ"; this.pnlTJ.Size = new System.Drawing.Size(80, 30); this.pnlTJ.TabIndex = 25; // // 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"; this.lblCntTJ.Click += new System.EventHandler(this.pnlTJ_Click); // // 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 = "停机"; // // pnlQD // this.pnlQD.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(72)))), ((int)(((byte)(91))))); this.pnlQD.Controls.Add(this.lblCntQD); this.pnlQD.Controls.Add(this.label24); this.pnlQD.Location = new System.Drawing.Point(620, 1); this.pnlQD.Name = "pnlQD"; this.pnlQD.Size = new System.Drawing.Size(80, 30); this.pnlQD.TabIndex = 27; // // 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"; this.lblCntQD.Click += new System.EventHandler(this.pnlQD_Click); // // 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 = "启动"; // // pnlLX // this.pnlLX.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(134)))), ((int)(((byte)(150)))), ((int)(((byte)(165))))); this.pnlLX.Controls.Add(this.lblCntLX); this.pnlLX.Controls.Add(this.label22); this.pnlLX.Location = new System.Drawing.Point(540, 1); this.pnlLX.Name = "pnlLX"; this.pnlLX.Size = new System.Drawing.Size(80, 30); this.pnlLX.TabIndex = 26; // // 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"; this.lblCntLX.Click += new System.EventHandler(this.pnlLX_Click); // // 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 = "离线"; // // pnlWH // this.pnlWH.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(83)))), ((int)(((byte)(51))))); this.pnlWH.Controls.Add(this.lblCntWH); this.pnlWH.Controls.Add(this.label20); this.pnlWH.Location = new System.Drawing.Point(460, 1); this.pnlWH.Name = "pnlWH"; this.pnlWH.Size = new System.Drawing.Size(81, 30); this.pnlWH.TabIndex = 21; // // 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"; this.lblCntWH.Click += new System.EventHandler(this.pnlWH_Click); // // 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 = "维护"; // // pnlGZ // this.pnlGZ.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(15)))), ((int)(((byte)(59))))); this.pnlGZ.Controls.Add(this.lblCntGZ); this.pnlGZ.Controls.Add(this.label18); this.pnlGZ.Location = new System.Drawing.Point(380, 1); this.pnlGZ.Name = "pnlGZ"; this.pnlGZ.Size = new System.Drawing.Size(81, 31); this.pnlGZ.TabIndex = 22; // // 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"; this.lblCntGZ.Click += new System.EventHandler(this.pnlGZ_Click); // // 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 = "故障"; // // pnlDJ // this.pnlDJ.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(15)))), ((int)(((byte)(141)))), ((int)(((byte)(106))))); this.pnlDJ.Controls.Add(this.lblCntDJ); this.pnlDJ.Controls.Add(this.label15); this.pnlDJ.Location = new System.Drawing.Point(300, 1); this.pnlDJ.Name = "pnlDJ"; this.pnlDJ.Size = new System.Drawing.Size(80, 30); this.pnlDJ.TabIndex = 19; // // 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"; this.lblCntDJ.Click += new System.EventHandler(this.pnlDJ_Click); // // 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 = "待机"; // // pnlStationName // this.pnlStationName.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(11)))), ((int)(((byte)(118)))), ((int)(((byte)(129))))); this.pnlStationName.Controls.Add(this.lblStationName); this.pnlStationName.Dock = System.Windows.Forms.DockStyle.Left; this.pnlStationName.Location = new System.Drawing.Point(0, 0); this.pnlStationName.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.pnlStationName.Name = "pnlStationName"; this.pnlStationName.Size = new System.Drawing.Size(140, 32); this.pnlStationName.TabIndex = 1; // // lblStationName // this.lblStationName.AutoSize = true; this.lblStationName.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblStationName.ForeColor = System.Drawing.Color.White; this.lblStationName.Location = new System.Drawing.Point(24, 6); this.lblStationName.Name = "lblStationName"; this.lblStationName.Size = new System.Drawing.Size(93, 19); this.lblStationName.TabIndex = 0; this.lblStationName.Text = "麻黄山风电场"; this.lblStationName.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // pnlTable // this.pnlTable.ColumnCount = 20; this.pnlTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 5F)); this.pnlTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 5F)); this.pnlTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 5F)); this.pnlTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 5F)); this.pnlTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 5F)); this.pnlTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 5F)); this.pnlTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 5F)); this.pnlTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 5F)); this.pnlTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 5F)); this.pnlTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 5F)); this.pnlTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 5F)); this.pnlTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 5F)); this.pnlTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 5F)); this.pnlTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 5F)); this.pnlTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 5F)); this.pnlTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 5F)); this.pnlTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 5F)); this.pnlTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 5F)); this.pnlTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 5F)); this.pnlTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 5F)); this.pnlTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.pnlTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.pnlTable.Dock = System.Windows.Forms.DockStyle.Top; this.pnlTable.Location = new System.Drawing.Point(3, 32); this.pnlTable.Name = "pnlTable"; this.pnlTable.RowCount = 1; this.pnlTable.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 42F)); this.pnlTable.Size = new System.Drawing.Size(1915, 33); this.pnlTable.TabIndex = 1; // // timer1 // this.timer1.Enabled = true; this.timer1.Interval = 5000; this.timer1.Tick += new System.EventHandler(this.timer1_Tick); // // pnlContent // this.pnlContent.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.pnlContent.Controls.Add(this.mpnlCancelMaintain); this.pnlContent.Controls.Add(this.mpnlMaintain); this.pnlContent.Controls.Add(this.mpnlReset); this.pnlContent.Controls.Add(this.mpnlStop); this.pnlContent.Controls.Add(this.mpnlStartup); this.pnlContent.Dock = System.Windows.Forms.DockStyle.Fill; this.pnlContent.Location = new System.Drawing.Point(3, 65); this.pnlContent.Name = "pnlContent"; this.pnlContent.Size = new System.Drawing.Size(1915, 877); this.pnlContent.TabIndex = 2; // // mpnlCancelMaintain // this.mpnlCancelMaintain.AllowDrop = true; this.mpnlCancelMaintain.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.mpnlCancelMaintain.BackColor = System.Drawing.Color.Black; this.mpnlCancelMaintain.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.mpnlCancelMaintain.ControlType = IntelligentControlForsx.Service.WindturbineControl.Domain.Cmd.CmdType.UnMaintain; this.mpnlCancelMaintain.Dock = System.Windows.Forms.DockStyle.Left; this.mpnlCancelMaintain.Location = new System.Drawing.Point(1528, 0); this.mpnlCancelMaintain.Name = "mpnlCancelMaintain"; this.mpnlCancelMaintain.Size = new System.Drawing.Size(382, 875); this.mpnlCancelMaintain.StationId = null; this.mpnlCancelMaintain.TabIndex = 4; this.mpnlCancelMaintain.Title = "需取消维护风机"; this.mpnlCancelMaintain.WtList = null; // // mpnlMaintain // this.mpnlMaintain.AllowDrop = true; this.mpnlMaintain.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.mpnlMaintain.BackColor = System.Drawing.Color.Black; this.mpnlMaintain.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.mpnlMaintain.ControlType = IntelligentControlForsx.Service.WindturbineControl.Domain.Cmd.CmdType.Maintain; this.mpnlMaintain.Dock = System.Windows.Forms.DockStyle.Left; this.mpnlMaintain.Location = new System.Drawing.Point(1146, 0); this.mpnlMaintain.Name = "mpnlMaintain"; this.mpnlMaintain.Size = new System.Drawing.Size(382, 875); this.mpnlMaintain.StationId = null; this.mpnlMaintain.TabIndex = 3; this.mpnlMaintain.Title = "需维护风机"; this.mpnlMaintain.WtList = null; // // mpnlReset // this.mpnlReset.AllowDrop = true; this.mpnlReset.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.mpnlReset.BackColor = System.Drawing.Color.Black; this.mpnlReset.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.mpnlReset.ControlType = IntelligentControlForsx.Service.WindturbineControl.Domain.Cmd.CmdType.Reset; this.mpnlReset.Dock = System.Windows.Forms.DockStyle.Left; this.mpnlReset.Location = new System.Drawing.Point(764, 0); this.mpnlReset.Name = "mpnlReset"; this.mpnlReset.Size = new System.Drawing.Size(382, 875); this.mpnlReset.StationId = null; this.mpnlReset.TabIndex = 2; this.mpnlReset.Title = "需复位风机"; this.mpnlReset.WtList = null; // // mpnlStop // this.mpnlStop.AllowDrop = true; this.mpnlStop.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.mpnlStop.BackColor = System.Drawing.Color.Black; this.mpnlStop.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.mpnlStop.ControlType = IntelligentControlForsx.Service.WindturbineControl.Domain.Cmd.CmdType.Stop; this.mpnlStop.Dock = System.Windows.Forms.DockStyle.Left; this.mpnlStop.Location = new System.Drawing.Point(382, 0); this.mpnlStop.Name = "mpnlStop"; this.mpnlStop.Size = new System.Drawing.Size(382, 875); this.mpnlStop.StationId = null; this.mpnlStop.TabIndex = 1; this.mpnlStop.Title = "需停机风机"; this.mpnlStop.WtList = null; // // mpnlStartup // this.mpnlStartup.AllowDrop = true; this.mpnlStartup.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.mpnlStartup.BackColor = System.Drawing.Color.Black; this.mpnlStartup.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.mpnlStartup.ControlType = IntelligentControlForsx.Service.WindturbineControl.Domain.Cmd.CmdType.Start; this.mpnlStartup.Dock = System.Windows.Forms.DockStyle.Left; this.mpnlStartup.Location = new System.Drawing.Point(0, 0); this.mpnlStartup.Name = "mpnlStartup"; this.mpnlStartup.Size = new System.Drawing.Size(382, 875); this.mpnlStartup.StationId = null; this.mpnlStartup.TabIndex = 0; this.mpnlStartup.Title = "需启动风机"; this.mpnlStartup.WtList = null; // // MatrixStation2 // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.Black; this.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.Controls.Add(this.pnlContent); this.Controls.Add(this.pnlTable); this.Controls.Add(this.pnlTop); this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.Margin = new System.Windows.Forms.Padding(2); this.Name = "MatrixStation2"; this.Padding = new System.Windows.Forms.Padding(3, 0, 0, 0); this.Size = new System.Drawing.Size(1918, 942); this.pnlTop.ResumeLayout(false); this.pnlTopRight.ResumeLayout(false); this.pnlTopRight.PerformLayout(); this.pnlTopLeft.ResumeLayout(false); this.pnlAll.ResumeLayout(false); this.pnlAll.PerformLayout(); this.pnlBW.ResumeLayout(false); this.pnlBW.PerformLayout(); this.pnlSD.ResumeLayout(false); this.pnlSD.PerformLayout(); this.pnlTJ.ResumeLayout(false); this.pnlTJ.PerformLayout(); this.pnlQD.ResumeLayout(false); this.pnlQD.PerformLayout(); this.pnlLX.ResumeLayout(false); this.pnlLX.PerformLayout(); this.pnlWH.ResumeLayout(false); this.pnlWH.PerformLayout(); this.pnlGZ.ResumeLayout(false); this.pnlGZ.PerformLayout(); this.pnlDJ.ResumeLayout(false); this.pnlDJ.PerformLayout(); this.pnlStationName.ResumeLayout(false); this.pnlStationName.PerformLayout(); this.pnlContent.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel pnlTop; private System.Windows.Forms.Panel pnlTopRight; private System.Windows.Forms.Panel pnlTopLeft; private System.Windows.Forms.TableLayoutPanel pnlTable; private System.Windows.Forms.Timer timer1; private System.Windows.Forms.Panel pnlStationName; private System.Windows.Forms.Label lblStationName; private System.Windows.Forms.Panel pnlAll; private System.Windows.Forms.Label lblCntAll; private System.Windows.Forms.Label label32; private System.Windows.Forms.Panel pnlBW; private System.Windows.Forms.Label lblCntBW; private System.Windows.Forms.Label label30; private System.Windows.Forms.Panel pnlSD; private System.Windows.Forms.Label lblCntSD; private System.Windows.Forms.Label label28; private System.Windows.Forms.Panel pnlTJ; private System.Windows.Forms.Label lblCntTJ; private System.Windows.Forms.Label label26; private System.Windows.Forms.Panel pnlQD; private System.Windows.Forms.Label lblCntQD; private System.Windows.Forms.Label label24; private System.Windows.Forms.Panel pnlLX; private System.Windows.Forms.Label lblCntLX; private System.Windows.Forms.Label label22; private System.Windows.Forms.Panel pnlWH; private System.Windows.Forms.Label lblCntWH; private System.Windows.Forms.Label label20; private System.Windows.Forms.Panel pnlGZ; private System.Windows.Forms.Label lblCntGZ; private System.Windows.Forms.Label label18; private System.Windows.Forms.Panel pnlDJ; private System.Windows.Forms.Label lblCntDJ; private System.Windows.Forms.Label label15; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox txtMinSpeed; private System.Windows.Forms.Label label1; private System.Windows.Forms.CheckBox chkAutoFilter; private System.Windows.Forms.Label label6; private System.Windows.Forms.TextBox txtMaxPower; private System.Windows.Forms.TextBox txtMinPower; private System.Windows.Forms.Label label5; private System.Windows.Forms.TextBox txtMaxSpeed; private System.Windows.Forms.Panel pnlContent; private MatrixPanel mpnlCancelMaintain; private MatrixPanel mpnlMaintain; private MatrixPanel mpnlReset; private MatrixPanel mpnlStop; private MatrixPanel mpnlStartup; } }