namespace IntelligentControlForsx.MyControls
{
partial class MatrixPopup
{
///
/// 必需的设计器变量。
///
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.stationRadio1 = new IntelligentControlForsx.MyControls.StationRadio();
this.btnClose = new System.Windows.Forms.Button();
this.pnlMiddle = new System.Windows.Forms.Panel();
this.matrixPopupLine1 = new IntelligentControlForsx.MyControls.MatrixPopupLine();
this.pnlAgc = new System.Windows.Forms.Panel();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.label18 = new System.Windows.Forms.Label();
this.label19 = new System.Windows.Forms.Label();
this.label17 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.lblForecast15 = new System.Windows.Forms.Label();
this.lblForecast4h = new System.Windows.Forms.Label();
this.label15 = new System.Windows.Forms.Label();
this.label10 = new System.Windows.Forms.Label();
this.lblForecast30 = new System.Windows.Forms.Label();
this.lblForecast1h = new System.Windows.Forms.Label();
this.label13 = new System.Windows.Forms.Label();
this.label12 = new System.Windows.Forms.Label();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.lblAGCSetting = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.lblFactPower = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.lblTheoryPower = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.lblAdjustPower = new System.Windows.Forms.Label();
this.label9 = new System.Windows.Forms.Label();
this.pnlBottom = new System.Windows.Forms.Panel();
this.btnCancel = new System.Windows.Forms.Button();
this.btnConfirm = new System.Windows.Forms.Button();
this.pnlBoard = new System.Windows.Forms.Panel();
this.panel4 = new System.Windows.Forms.Panel();
this.tlpMaintain = new System.Windows.Forms.TableLayoutPanel();
this.panel7 = new System.Windows.Forms.Panel();
this.label14 = new System.Windows.Forms.Label();
this.panel3 = new System.Windows.Forms.Panel();
this.tlpReset = new System.Windows.Forms.TableLayoutPanel();
this.panel6 = new System.Windows.Forms.Panel();
this.label20 = new System.Windows.Forms.Label();
this.panel2 = new System.Windows.Forms.Panel();
this.tlpCancelMaintain = new System.Windows.Forms.TableLayoutPanel();
this.panel8 = new System.Windows.Forms.Panel();
this.label16 = new System.Windows.Forms.Label();
this.label11 = new System.Windows.Forms.Label();
this.panel1 = new System.Windows.Forms.Panel();
this.tlpStartUp = new System.Windows.Forms.TableLayoutPanel();
this.panel5 = new System.Windows.Forms.Panel();
this.label6 = new System.Windows.Forms.Label();
this.timer1 = new System.Windows.Forms.Timer(this.components);
this.timer2 = new System.Windows.Forms.Timer(this.components);
this.pnlTop.SuspendLayout();
this.pnlMiddle.SuspendLayout();
this.pnlAgc.SuspendLayout();
this.groupBox2.SuspendLayout();
this.groupBox1.SuspendLayout();
this.pnlBottom.SuspendLayout();
this.pnlBoard.SuspendLayout();
this.panel4.SuspendLayout();
this.panel7.SuspendLayout();
this.panel3.SuspendLayout();
this.panel6.SuspendLayout();
this.panel2.SuspendLayout();
this.panel8.SuspendLayout();
this.panel1.SuspendLayout();
this.panel5.SuspendLayout();
this.SuspendLayout();
//
// pnlTop
//
this.pnlTop.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(13)))), ((int)(((byte)(67)))), ((int)(((byte)(139)))));
this.pnlTop.Controls.Add(this.stationRadio1);
this.pnlTop.Controls.Add(this.btnClose);
this.pnlTop.Dock = System.Windows.Forms.DockStyle.Top;
this.pnlTop.Location = new System.Drawing.Point(0, 0);
this.pnlTop.Name = "pnlTop";
this.pnlTop.Size = new System.Drawing.Size(1920, 74);
this.pnlTop.TabIndex = 1;
//
// stationRadio1
//
this.stationRadio1.Location = new System.Drawing.Point(0, 0);
this.stationRadio1.Name = "stationRadio1";
this.stationRadio1.Size = new System.Drawing.Size(1600, 38);
this.stationRadio1.StationId = "";
this.stationRadio1.TabIndex = 2;
this.stationRadio1.StationIdChanged += new System.EventHandler(this.stationRadio1_StationIdChanged);
//
// btnClose
//
this.btnClose.BackColor = System.Drawing.Color.Transparent;
this.btnClose.FlatAppearance.BorderSize = 0;
this.btnClose.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
this.btnClose.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
this.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnClose.ForeColor = System.Drawing.Color.Transparent;
this.btnClose.Image = global::IntelligentControlForsx.Properties.Resources.close;
this.btnClose.Location = new System.Drawing.Point(1894, 4);
this.btnClose.Name = "btnClose";
this.btnClose.Size = new System.Drawing.Size(15, 15);
this.btnClose.TabIndex = 0;
this.btnClose.UseVisualStyleBackColor = false;
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
this.btnClose.MouseLeave += new System.EventHandler(this.btnClose_MouseLeave);
this.btnClose.MouseHover += new System.EventHandler(this.btnClose_MouseHover);
//
// pnlMiddle
//
this.pnlMiddle.BackColor = System.Drawing.Color.Black;
this.pnlMiddle.Controls.Add(this.matrixPopupLine1);
this.pnlMiddle.Controls.Add(this.pnlAgc);
this.pnlMiddle.Dock = System.Windows.Forms.DockStyle.Top;
this.pnlMiddle.Location = new System.Drawing.Point(0, 74);
this.pnlMiddle.Name = "pnlMiddle";
this.pnlMiddle.Size = new System.Drawing.Size(1920, 310);
this.pnlMiddle.TabIndex = 2;
//
// matrixPopupLine1
//
this.matrixPopupLine1.BackColor = System.Drawing.Color.Transparent;
this.matrixPopupLine1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.matrixPopupLine1.Location = new System.Drawing.Point(0, 0);
this.matrixPopupLine1.Name = "matrixPopupLine1";
this.matrixPopupLine1.Size = new System.Drawing.Size(1530, 310);
this.matrixPopupLine1.StationId = null;
this.matrixPopupLine1.TabIndex = 2;
//
// pnlAgc
//
this.pnlAgc.BackColor = System.Drawing.Color.Black;
this.pnlAgc.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.pnlAgc.Controls.Add(this.groupBox2);
this.pnlAgc.Controls.Add(this.groupBox1);
this.pnlAgc.Dock = System.Windows.Forms.DockStyle.Right;
this.pnlAgc.Location = new System.Drawing.Point(1530, 0);
this.pnlAgc.Name = "pnlAgc";
this.pnlAgc.Size = new System.Drawing.Size(390, 310);
this.pnlAgc.TabIndex = 1;
//
// groupBox2
//
this.groupBox2.Controls.Add(this.label18);
this.groupBox2.Controls.Add(this.label19);
this.groupBox2.Controls.Add(this.label17);
this.groupBox2.Controls.Add(this.label4);
this.groupBox2.Controls.Add(this.lblForecast15);
this.groupBox2.Controls.Add(this.lblForecast4h);
this.groupBox2.Controls.Add(this.label15);
this.groupBox2.Controls.Add(this.label10);
this.groupBox2.Controls.Add(this.lblForecast30);
this.groupBox2.Controls.Add(this.lblForecast1h);
this.groupBox2.Controls.Add(this.label13);
this.groupBox2.Controls.Add(this.label12);
this.groupBox2.Location = new System.Drawing.Point(17, 166);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(352, 134);
this.groupBox2.TabIndex = 24;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "groupBox2";
//
// label18
//
this.label18.AutoSize = true;
this.label18.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label18.ForeColor = System.Drawing.Color.LightGray;
this.label18.Location = new System.Drawing.Point(26, 17);
this.label18.Name = "label18";
this.label18.Size = new System.Drawing.Size(94, 17);
this.label18.TabIndex = 11;
this.label18.Text = "15分钟预测功率";
//
// label19
//
this.label19.AutoSize = true;
this.label19.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label19.ForeColor = System.Drawing.Color.Aqua;
this.label19.Location = new System.Drawing.Point(136, 46);
this.label19.Name = "label19";
this.label19.Size = new System.Drawing.Size(32, 17);
this.label19.TabIndex = 22;
this.label19.Text = "MW";
//
// label17
//
this.label17.AutoSize = true;
this.label17.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label17.ForeColor = System.Drawing.Color.LightGray;
this.label17.Location = new System.Drawing.Point(211, 17);
this.label17.Name = "label17";
this.label17.Size = new System.Drawing.Size(94, 17);
this.label17.TabIndex = 12;
this.label17.Text = "30分钟预测功率";
//
// 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.Aqua;
this.label4.Location = new System.Drawing.Point(136, 102);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(32, 17);
this.label4.TabIndex = 21;
this.label4.Text = "MW";
//
// lblForecast15
//
this.lblForecast15.AutoSize = true;
this.lblForecast15.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblForecast15.ForeColor = System.Drawing.Color.White;
this.lblForecast15.Location = new System.Drawing.Point(26, 46);
this.lblForecast15.Name = "lblForecast15";
this.lblForecast15.Size = new System.Drawing.Size(19, 21);
this.lblForecast15.TabIndex = 13;
this.lblForecast15.Text = "0";
//
// lblForecast4h
//
this.lblForecast4h.AutoSize = true;
this.lblForecast4h.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblForecast4h.ForeColor = System.Drawing.Color.White;
this.lblForecast4h.Location = new System.Drawing.Point(211, 102);
this.lblForecast4h.Name = "lblForecast4h";
this.lblForecast4h.Size = new System.Drawing.Size(19, 21);
this.lblForecast4h.TabIndex = 20;
this.lblForecast4h.Text = "0";
//
// label15
//
this.label15.AutoSize = true;
this.label15.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label15.ForeColor = System.Drawing.Color.Aqua;
this.label15.Location = new System.Drawing.Point(289, 46);
this.label15.Name = "label15";
this.label15.Size = new System.Drawing.Size(32, 17);
this.label15.TabIndex = 14;
this.label15.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.Aqua;
this.label10.Location = new System.Drawing.Point(289, 102);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(32, 17);
this.label10.TabIndex = 19;
this.label10.Text = "MW";
//
// lblForecast30
//
this.lblForecast30.AutoSize = true;
this.lblForecast30.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblForecast30.ForeColor = System.Drawing.Color.White;
this.lblForecast30.Location = new System.Drawing.Point(211, 46);
this.lblForecast30.Name = "lblForecast30";
this.lblForecast30.Size = new System.Drawing.Size(19, 21);
this.lblForecast30.TabIndex = 15;
this.lblForecast30.Text = "0";
//
// lblForecast1h
//
this.lblForecast1h.AutoSize = true;
this.lblForecast1h.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblForecast1h.ForeColor = System.Drawing.Color.White;
this.lblForecast1h.Location = new System.Drawing.Point(26, 102);
this.lblForecast1h.Name = "lblForecast1h";
this.lblForecast1h.Size = new System.Drawing.Size(19, 21);
this.lblForecast1h.TabIndex = 18;
this.lblForecast1h.Text = "0";
//
// 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.LightGray;
this.label13.Location = new System.Drawing.Point(30, 72);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(87, 17);
this.label13.TabIndex = 16;
this.label13.Text = "1小时预测功率";
//
// 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.LightGray;
this.label12.Location = new System.Drawing.Point(211, 72);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(87, 17);
this.label12.TabIndex = 17;
this.label12.Text = "4小时预测功率";
//
// groupBox1
//
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.lblAGCSetting);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.lblFactPower);
this.groupBox1.Controls.Add(this.label8);
this.groupBox1.Controls.Add(this.label7);
this.groupBox1.Controls.Add(this.lblTheoryPower);
this.groupBox1.Controls.Add(this.label5);
this.groupBox1.Controls.Add(this.lblAdjustPower);
this.groupBox1.Controls.Add(this.label9);
this.groupBox1.Location = new System.Drawing.Point(17, 5);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(352, 147);
this.groupBox1.TabIndex = 23;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "groupBox1";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label1.ForeColor = System.Drawing.Color.LightGray;
this.label1.Location = new System.Drawing.Point(29, 18);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(93, 17);
this.label1.TabIndex = 0;
this.label1.Text = "AGC有功设定值";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label2.ForeColor = System.Drawing.Color.LightGray;
this.label2.Location = new System.Drawing.Point(215, 18);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(56, 17);
this.label2.TabIndex = 1;
this.label2.Text = "实时功率";
//
// lblAGCSetting
//
this.lblAGCSetting.AutoSize = true;
this.lblAGCSetting.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblAGCSetting.ForeColor = System.Drawing.Color.White;
this.lblAGCSetting.Location = new System.Drawing.Point(29, 47);
this.lblAGCSetting.Name = "lblAGCSetting";
this.lblAGCSetting.Size = new System.Drawing.Size(19, 21);
this.lblAGCSetting.TabIndex = 2;
this.lblAGCSetting.Text = "0";
//
// 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.Aqua;
this.label3.Location = new System.Drawing.Point(292, 47);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(32, 17);
this.label3.TabIndex = 3;
this.label3.Text = "MW";
//
// lblFactPower
//
this.lblFactPower.AutoSize = true;
this.lblFactPower.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblFactPower.ForeColor = System.Drawing.Color.White;
this.lblFactPower.Location = new System.Drawing.Point(214, 47);
this.lblFactPower.Name = "lblFactPower";
this.lblFactPower.Size = new System.Drawing.Size(19, 21);
this.lblFactPower.TabIndex = 4;
this.lblFactPower.Text = "0";
//
// 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.LightGray;
this.label8.Location = new System.Drawing.Point(30, 73);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(56, 17);
this.label8.TabIndex = 5;
this.label8.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.LightGray;
this.label7.Location = new System.Drawing.Point(214, 73);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(68, 17);
this.label7.TabIndex = 6;
this.label7.Text = "调整完功率";
//
// lblTheoryPower
//
this.lblTheoryPower.AutoSize = true;
this.lblTheoryPower.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblTheoryPower.ForeColor = System.Drawing.Color.White;
this.lblTheoryPower.Location = new System.Drawing.Point(29, 103);
this.lblTheoryPower.Name = "lblTheoryPower";
this.lblTheoryPower.Size = new System.Drawing.Size(19, 21);
this.lblTheoryPower.TabIndex = 7;
this.lblTheoryPower.Text = "0";
//
// 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.Aqua;
this.label5.Location = new System.Drawing.Point(292, 103);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(32, 17);
this.label5.TabIndex = 8;
this.label5.Text = "MW";
//
// lblAdjustPower
//
this.lblAdjustPower.AutoSize = true;
this.lblAdjustPower.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblAdjustPower.ForeColor = System.Drawing.Color.White;
this.lblAdjustPower.Location = new System.Drawing.Point(214, 103);
this.lblAdjustPower.Name = "lblAdjustPower";
this.lblAdjustPower.Size = new System.Drawing.Size(19, 21);
this.lblAdjustPower.TabIndex = 9;
this.lblAdjustPower.Text = "0";
//
// 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.Aqua;
this.label9.Location = new System.Drawing.Point(139, 103);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(32, 17);
this.label9.TabIndex = 10;
this.label9.Text = "MW";
//
// pnlBottom
//
this.pnlBottom.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(13)))), ((int)(((byte)(67)))), ((int)(((byte)(139)))));
this.pnlBottom.Controls.Add(this.btnCancel);
this.pnlBottom.Controls.Add(this.btnConfirm);
this.pnlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
this.pnlBottom.Location = new System.Drawing.Point(0, 876);
this.pnlBottom.Name = "pnlBottom";
this.pnlBottom.Size = new System.Drawing.Size(1920, 84);
this.pnlBottom.TabIndex = 3;
//
// btnCancel
//
this.btnCancel.BackColor = System.Drawing.Color.Transparent;
this.btnCancel.FlatAppearance.BorderSize = 0;
this.btnCancel.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
this.btnCancel.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
this.btnCancel.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnCancel.Image = global::IntelligentControlForsx.Properties.Resources.btn_cancel;
this.btnCancel.Location = new System.Drawing.Point(1003, 24);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(124, 32);
this.btnCancel.TabIndex = 1;
this.btnCancel.UseVisualStyleBackColor = false;
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
this.btnCancel.MouseLeave += new System.EventHandler(this.btnCancel_MouseLeave);
this.btnCancel.MouseHover += new System.EventHandler(this.btnCancel_MouseHover);
//
// btnConfirm
//
this.btnConfirm.BackColor = System.Drawing.Color.Transparent;
this.btnConfirm.FlatAppearance.BorderSize = 0;
this.btnConfirm.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
this.btnConfirm.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
this.btnConfirm.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnConfirm.Image = global::IntelligentControlForsx.Properties.Resources.btn_confirm;
this.btnConfirm.Location = new System.Drawing.Point(795, 24);
this.btnConfirm.Name = "btnConfirm";
this.btnConfirm.Size = new System.Drawing.Size(124, 32);
this.btnConfirm.TabIndex = 0;
this.btnConfirm.UseVisualStyleBackColor = false;
this.btnConfirm.Click += new System.EventHandler(this.btnConfirm_Click);
this.btnConfirm.MouseLeave += new System.EventHandler(this.btnConfirm_MouseLeave);
this.btnConfirm.MouseHover += new System.EventHandler(this.btnConfirm_MouseHover);
//
// pnlBoard
//
this.pnlBoard.Controls.Add(this.panel4);
this.pnlBoard.Controls.Add(this.panel3);
this.pnlBoard.Controls.Add(this.panel2);
this.pnlBoard.Controls.Add(this.panel1);
this.pnlBoard.Dock = System.Windows.Forms.DockStyle.Fill;
this.pnlBoard.Location = new System.Drawing.Point(0, 384);
this.pnlBoard.Name = "pnlBoard";
this.pnlBoard.Size = new System.Drawing.Size(1920, 492);
this.pnlBoard.TabIndex = 4;
//
// panel4
//
this.panel4.BackColor = System.Drawing.Color.Black;
this.panel4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel4.Controls.Add(this.tlpMaintain);
this.panel4.Controls.Add(this.panel7);
this.panel4.Dock = System.Windows.Forms.DockStyle.Left;
this.panel4.Location = new System.Drawing.Point(960, 0);
this.panel4.Name = "panel4";
this.panel4.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
this.panel4.Size = new System.Drawing.Size(480, 492);
this.panel4.TabIndex = 3;
//
// tlpMaintain
//
this.tlpMaintain.ColumnCount = 4;
this.tlpMaintain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
this.tlpMaintain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
this.tlpMaintain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
this.tlpMaintain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
this.tlpMaintain.Dock = System.Windows.Forms.DockStyle.Top;
this.tlpMaintain.Location = new System.Drawing.Point(5, 60);
this.tlpMaintain.Name = "tlpMaintain";
this.tlpMaintain.RowCount = 1;
this.tlpMaintain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 61F));
this.tlpMaintain.Size = new System.Drawing.Size(473, 61);
this.tlpMaintain.TabIndex = 6;
//
// panel7
//
this.panel7.Controls.Add(this.label14);
this.panel7.Dock = System.Windows.Forms.DockStyle.Top;
this.panel7.Location = new System.Drawing.Point(5, 0);
this.panel7.Name = "panel7";
this.panel7.Size = new System.Drawing.Size(473, 60);
this.panel7.TabIndex = 5;
//
// label14
//
this.label14.AutoSize = true;
this.label14.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label14.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(153)))), ((int)(((byte)(153)))));
this.label14.Location = new System.Drawing.Point(162, 14);
this.label14.Name = "label14";
this.label14.Size = new System.Drawing.Size(107, 26);
this.label14.TabIndex = 1;
this.label14.Text = "需维护风机";
//
// panel3
//
this.panel3.BackColor = System.Drawing.Color.Black;
this.panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel3.Controls.Add(this.tlpReset);
this.panel3.Controls.Add(this.panel6);
this.panel3.Dock = System.Windows.Forms.DockStyle.Left;
this.panel3.Location = new System.Drawing.Point(480, 0);
this.panel3.Name = "panel3";
this.panel3.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
this.panel3.Size = new System.Drawing.Size(480, 492);
this.panel3.TabIndex = 2;
//
// tlpReset
//
this.tlpReset.ColumnCount = 4;
this.tlpReset.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
this.tlpReset.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
this.tlpReset.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
this.tlpReset.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
this.tlpReset.Dock = System.Windows.Forms.DockStyle.Top;
this.tlpReset.Location = new System.Drawing.Point(5, 60);
this.tlpReset.Name = "tlpReset";
this.tlpReset.RowCount = 1;
this.tlpReset.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 61F));
this.tlpReset.Size = new System.Drawing.Size(473, 61);
this.tlpReset.TabIndex = 6;
//
// panel6
//
this.panel6.Controls.Add(this.label20);
this.panel6.Dock = System.Windows.Forms.DockStyle.Top;
this.panel6.Location = new System.Drawing.Point(5, 0);
this.panel6.Name = "panel6";
this.panel6.Size = new System.Drawing.Size(473, 60);
this.panel6.TabIndex = 5;
//
// label20
//
this.label20.AutoSize = true;
this.label20.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label20.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(153)))), ((int)(((byte)(153)))));
this.label20.Location = new System.Drawing.Point(152, 14);
this.label20.Name = "label20";
this.label20.Size = new System.Drawing.Size(107, 26);
this.label20.TabIndex = 1;
this.label20.Text = "需复位风机";
//
// panel2
//
this.panel2.BackColor = System.Drawing.Color.Black;
this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel2.Controls.Add(this.tlpCancelMaintain);
this.panel2.Controls.Add(this.panel8);
this.panel2.Controls.Add(this.label11);
this.panel2.Dock = System.Windows.Forms.DockStyle.Right;
this.panel2.Location = new System.Drawing.Point(1440, 0);
this.panel2.Name = "panel2";
this.panel2.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
this.panel2.Size = new System.Drawing.Size(480, 492);
this.panel2.TabIndex = 1;
//
// tlpCancelMaintain
//
this.tlpCancelMaintain.ColumnCount = 4;
this.tlpCancelMaintain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
this.tlpCancelMaintain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
this.tlpCancelMaintain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
this.tlpCancelMaintain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
this.tlpCancelMaintain.Dock = System.Windows.Forms.DockStyle.Top;
this.tlpCancelMaintain.Location = new System.Drawing.Point(5, 60);
this.tlpCancelMaintain.Name = "tlpCancelMaintain";
this.tlpCancelMaintain.RowCount = 1;
this.tlpCancelMaintain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 61F));
this.tlpCancelMaintain.Size = new System.Drawing.Size(473, 61);
this.tlpCancelMaintain.TabIndex = 7;
//
// panel8
//
this.panel8.BackColor = System.Drawing.Color.Black;
this.panel8.Controls.Add(this.label16);
this.panel8.Dock = System.Windows.Forms.DockStyle.Top;
this.panel8.Location = new System.Drawing.Point(5, 0);
this.panel8.Name = "panel8";
this.panel8.Size = new System.Drawing.Size(473, 60);
this.panel8.TabIndex = 5;
//
// label16
//
this.label16.AutoSize = true;
this.label16.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label16.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(153)))), ((int)(((byte)(153)))));
this.label16.Location = new System.Drawing.Point(175, 16);
this.label16.Name = "label16";
this.label16.Size = new System.Drawing.Size(145, 26);
this.label16.TabIndex = 2;
this.label16.Text = "需取消维护风机";
//
// label11
//
this.label11.AutoSize = true;
this.label11.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label11.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(153)))), ((int)(((byte)(153)))));
this.label11.Location = new System.Drawing.Point(173, 14);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(107, 26);
this.label11.TabIndex = 2;
this.label11.Text = "需复位风机";
//
// panel1
//
this.panel1.BackColor = System.Drawing.Color.Black;
this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel1.Controls.Add(this.tlpStartUp);
this.panel1.Controls.Add(this.panel5);
this.panel1.Dock = System.Windows.Forms.DockStyle.Left;
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Name = "panel1";
this.panel1.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
this.panel1.Size = new System.Drawing.Size(480, 492);
this.panel1.TabIndex = 0;
//
// tlpStartUp
//
this.tlpStartUp.ColumnCount = 4;
this.tlpStartUp.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
this.tlpStartUp.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
this.tlpStartUp.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
this.tlpStartUp.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
this.tlpStartUp.Dock = System.Windows.Forms.DockStyle.Top;
this.tlpStartUp.Location = new System.Drawing.Point(5, 60);
this.tlpStartUp.Name = "tlpStartUp";
this.tlpStartUp.RowCount = 1;
this.tlpStartUp.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 61F));
this.tlpStartUp.Size = new System.Drawing.Size(473, 61);
this.tlpStartUp.TabIndex = 4;
//
// panel5
//
this.panel5.Controls.Add(this.label6);
this.panel5.Dock = System.Windows.Forms.DockStyle.Top;
this.panel5.Location = new System.Drawing.Point(5, 0);
this.panel5.Name = "panel5";
this.panel5.Size = new System.Drawing.Size(473, 60);
this.panel5.TabIndex = 3;
//
// label6
//
this.label6.AutoSize = true;
this.label6.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(153)))), ((int)(((byte)(153)))));
this.label6.Location = new System.Drawing.Point(152, 14);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(107, 26);
this.label6.TabIndex = 1;
this.label6.Text = "需启动风机";
//
// timer1
//
this.timer1.Enabled = true;
this.timer1.Interval = 5000;
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
//
// timer2
//
this.timer2.Enabled = true;
this.timer2.Interval = 60000;
this.timer2.Tick += new System.EventHandler(this.timer2_Tick);
//
// MatrixPopup
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(13)))), ((int)(((byte)(67)))), ((int)(((byte)(139)))));
this.Controls.Add(this.pnlBoard);
this.Controls.Add(this.pnlBottom);
this.Controls.Add(this.pnlMiddle);
this.Controls.Add(this.pnlTop);
this.ForeColor = System.Drawing.Color.Black;
this.Name = "MatrixPopup";
this.Size = new System.Drawing.Size(1920, 960);
this.pnlTop.ResumeLayout(false);
this.pnlMiddle.ResumeLayout(false);
this.pnlAgc.ResumeLayout(false);
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.pnlBottom.ResumeLayout(false);
this.pnlBoard.ResumeLayout(false);
this.panel4.ResumeLayout(false);
this.panel7.ResumeLayout(false);
this.panel7.PerformLayout();
this.panel3.ResumeLayout(false);
this.panel6.ResumeLayout(false);
this.panel6.PerformLayout();
this.panel2.ResumeLayout(false);
this.panel2.PerformLayout();
this.panel8.ResumeLayout(false);
this.panel8.PerformLayout();
this.panel1.ResumeLayout(false);
this.panel5.ResumeLayout(false);
this.panel5.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button btnClose;
private System.Windows.Forms.Panel pnlTop;
private System.Windows.Forms.Panel pnlMiddle;
private System.Windows.Forms.Panel pnlBottom;
private System.Windows.Forms.Panel pnlBoard;
private System.Windows.Forms.Button btnConfirm;
private System.Windows.Forms.Button btnCancel;
private System.Windows.Forms.Panel pnlAgc;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label lblFactPower;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label lblAGCSetting;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Label lblAdjustPower;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label lblTheoryPower;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label label19;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label lblForecast4h;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.Label lblForecast1h;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.Label label13;
private System.Windows.Forms.Label lblForecast30;
private System.Windows.Forms.Label label15;
private System.Windows.Forms.Label lblForecast15;
private System.Windows.Forms.Label label17;
private System.Windows.Forms.Label label18;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Panel panel4;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.Label label6;
private StationRadio stationRadio1;
private System.Windows.Forms.Timer timer1;
private MatrixPopupLine matrixPopupLine1;
private System.Windows.Forms.TableLayoutPanel tlpMaintain;
private System.Windows.Forms.Panel panel7;
private System.Windows.Forms.Label label14;
private System.Windows.Forms.Panel panel3;
private System.Windows.Forms.TableLayoutPanel tlpReset;
private System.Windows.Forms.Panel panel6;
private System.Windows.Forms.Label label20;
private System.Windows.Forms.Panel panel8;
private System.Windows.Forms.TableLayoutPanel tlpStartUp;
private System.Windows.Forms.Panel panel5;
private System.Windows.Forms.TableLayoutPanel tlpCancelMaintain;
private System.Windows.Forms.Label label16;
private System.Windows.Forms.Timer timer2;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.GroupBox groupBox1;
}
}