namespace IntelligentControlForsx.ChildForms
{
partial class AGCForm
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
this.timer1 = new System.Windows.Forms.Timer(this.components);
this.plCenter = new System.Windows.Forms.Panel();
this.picSun = new System.Windows.Forms.PictureBox();
this.picWindturbine = new System.Windows.Forms.PictureBox();
this.panel1 = new System.Windows.Forms.Panel();
this.panel2 = new System.Windows.Forms.Panel();
this.lblTitle = new System.Windows.Forms.Label();
this.windAGC = new IntelligentControlForsx.MyControls.agc.WindAGC();
this.sunAGC = new IntelligentControlForsx.MyControls.agc.SunAGC();
this.plCenter.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.picSun)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.picWindturbine)).BeginInit();
this.panel1.SuspendLayout();
this.panel2.SuspendLayout();
this.SuspendLayout();
//
// plCenter
//
this.plCenter.Controls.Add(this.sunAGC);
this.plCenter.Controls.Add(this.windAGC);
this.plCenter.Location = new System.Drawing.Point(32, 80);
this.plCenter.Name = "plCenter";
this.plCenter.Size = new System.Drawing.Size(1856, 869);
this.plCenter.TabIndex = 3;
//
// picSun
//
this.picSun.Image = global::IntelligentControlForsx.Properties.Resources.sun_01;
this.picSun.Location = new System.Drawing.Point(1740, 4);
this.picSun.Name = "picSun";
this.picSun.Size = new System.Drawing.Size(97, 32);
this.picSun.TabIndex = 2;
this.picSun.TabStop = false;
this.picSun.Click += new System.EventHandler(this.picBox_Click);
this.picSun.MouseEnter += new System.EventHandler(this.picBox_MouseEnter);
this.picSun.MouseLeave += new System.EventHandler(this.picBox_MouseLeave);
//
// picWindturbine
//
this.picWindturbine.Image = global::IntelligentControlForsx.Properties.Resources.wind_01;
this.picWindturbine.Location = new System.Drawing.Point(1637, 4);
this.picWindturbine.Name = "picWindturbine";
this.picWindturbine.Size = new System.Drawing.Size(97, 32);
this.picWindturbine.TabIndex = 1;
this.picWindturbine.TabStop = false;
this.picWindturbine.Click += new System.EventHandler(this.picBox_Click);
this.picWindturbine.MouseEnter += new System.EventHandler(this.picBox_MouseEnter);
this.picWindturbine.MouseLeave += new System.EventHandler(this.picBox_MouseLeave);
//
// panel1
//
this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
this.panel1.Controls.Add(this.panel2);
this.panel1.Location = new System.Drawing.Point(33, 18);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(1854, 42);
this.panel1.TabIndex = 0;
//
// panel2
//
this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(16)))), ((int)(((byte)(54)))), ((int)(((byte)(81)))));
this.panel2.Controls.Add(this.lblTitle);
this.panel2.Location = new System.Drawing.Point(1, 1);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(1852, 40);
this.panel2.TabIndex = 0;
//
// lblTitle
//
this.lblTitle.Font = new System.Drawing.Font("微软雅黑", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblTitle.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(183)))), ((int)(((byte)(250)))));
this.lblTitle.Location = new System.Drawing.Point(778, 4);
this.lblTitle.Name = "lblTitle";
this.lblTitle.Size = new System.Drawing.Size(286, 31);
this.lblTitle.TabIndex = 0;
this.lblTitle.Text = "风电场AGC总览";
this.lblTitle.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// windAGC
//
this.windAGC.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(4)))), ((int)(((byte)(24)))), ((int)(((byte)(49)))));
this.windAGC.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.windAGC.Location = new System.Drawing.Point(0, 0);
this.windAGC.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.windAGC.Name = "windAGC";
this.windAGC.Size = new System.Drawing.Size(1856, 860);
this.windAGC.TabIndex = 0;
//
// sunAGC
//
this.sunAGC.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(4)))), ((int)(((byte)(24)))), ((int)(((byte)(49)))));
this.sunAGC.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.sunAGC.Location = new System.Drawing.Point(0, 0);
this.sunAGC.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.sunAGC.Name = "sunAGC";
this.sunAGC.Size = new System.Drawing.Size(1856, 860);
this.sunAGC.TabIndex = 1;
//
// AGCForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(4)))), ((int)(((byte)(24)))), ((int)(((byte)(49)))));
this.ClientSize = new System.Drawing.Size(1920, 961);
this.Controls.Add(this.plCenter);
this.Controls.Add(this.picSun);
this.Controls.Add(this.picWindturbine);
this.Controls.Add(this.panel1);
this.Name = "AGCForm";
this.Text = "ControlForm";
this.plCenter.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.picSun)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.picWindturbine)).EndInit();
this.panel1.ResumeLayout(false);
this.panel2.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Timer timer1;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.Label lblTitle;
private System.Windows.Forms.PictureBox picWindturbine;
private System.Windows.Forms.PictureBox picSun;
private System.Windows.Forms.Panel plCenter;
private MyControls.agc.WindAGC windAGC;
private MyControls.agc.SunAGC sunAGC;
}
}