namespace IntelligentControlForsx.ChildForms
{
partial class MatrixForm
{
///
/// 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.matrixTop1 = new IntelligentControlForsx.MyControls.MatrixTop();
this.pnlStations = new IntelligentControlForsx.ChildForms.PanelEx();
this.btnShowPopup = new System.Windows.Forms.Button();
this.cMenuControl = new System.Windows.Forms.ContextMenuStrip(this.components);
this.menuStartUp = new System.Windows.Forms.ToolStripMenuItem();
this.menuShutDown = new System.Windows.Forms.ToolStripMenuItem();
this.menuReset = new System.Windows.Forms.ToolStripMenuItem();
this.menuMaintain = new System.Windows.Forms.ToolStripMenuItem();
this.menuCancelMaintain = new System.Windows.Forms.ToolStripMenuItem();
this.menuLock = new System.Windows.Forms.ToolStripMenuItem();
this.menuCheckLock = new System.Windows.Forms.ToolStripMenuItem();
this.menuFaultLock = new System.Windows.Forms.ToolStripMenuItem();
this.menuStationCheckLock = new System.Windows.Forms.ToolStripMenuItem();
this.menuStationFaultLock = new System.Windows.Forms.ToolStripMenuItem();
this.menuStationPowerLineLock = new System.Windows.Forms.ToolStripMenuItem();
this.menuStationWeatherLock = new System.Windows.Forms.ToolStripMenuItem();
this.menuUnLock = new System.Windows.Forms.ToolStripMenuItem();
this.matrixPopup1 = new IntelligentControlForsx.MyControls.MatrixPopup();
this.pnlBottom = new System.Windows.Forms.Panel();
this.cMenuControl.SuspendLayout();
this.pnlBottom.SuspendLayout();
this.SuspendLayout();
//
// matrixTop1
//
this.matrixTop1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(102)))));
this.matrixTop1.CntAll = 0;
this.matrixTop1.CntBW = 0;
this.matrixTop1.CntDJ = 0;
this.matrixTop1.CntGZ = 0;
this.matrixTop1.CntLX = 0;
this.matrixTop1.CntQD = 0;
this.matrixTop1.CntSD = 0;
this.matrixTop1.CntTJ = 0;
this.matrixTop1.CntWH = 0;
this.matrixTop1.Dock = System.Windows.Forms.DockStyle.Top;
this.matrixTop1.FHL = 0D;
this.matrixTop1.Location = new System.Drawing.Point(0, 0);
this.matrixTop1.Name = "matrixTop1";
this.matrixTop1.NFDL = 0D;
this.matrixTop1.Power = 0D;
this.matrixTop1.RFDL = 0D;
this.matrixTop1.Size = new System.Drawing.Size(1920, 30);
this.matrixTop1.TabIndex = 0;
this.matrixTop1.WindSpeed = 0D;
this.matrixTop1.YFDL = 0D;
this.matrixTop1.ZFDL = 0D;
//
// pnlStations
//
this.pnlStations.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(13)))), ((int)(((byte)(67)))), ((int)(((byte)(139)))));
this.pnlStations.Dock = System.Windows.Forms.DockStyle.Fill;
this.pnlStations.Location = new System.Drawing.Point(0, 30);
this.pnlStations.Name = "pnlStations";
this.pnlStations.Size = new System.Drawing.Size(1920, 758);
this.pnlStations.TabIndex = 1;
//
// btnShowPopup
//
this.btnShowPopup.BackColor = System.Drawing.Color.Transparent;
this.btnShowPopup.FlatAppearance.BorderSize = 0;
this.btnShowPopup.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
this.btnShowPopup.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
this.btnShowPopup.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnShowPopup.Image = global::IntelligentControlForsx.Properties.Resources.switcher;
this.btnShowPopup.Location = new System.Drawing.Point(1886, -2);
this.btnShowPopup.Name = "btnShowPopup";
this.btnShowPopup.Size = new System.Drawing.Size(24, 24);
this.btnShowPopup.TabIndex = 0;
this.btnShowPopup.UseVisualStyleBackColor = false;
this.btnShowPopup.Click += new System.EventHandler(this.btnShowPopup_Click);
//
// cMenuControl
//
this.cMenuControl.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.menuStartUp,
this.menuShutDown,
this.menuReset,
this.menuMaintain,
this.menuCancelMaintain,
this.menuLock,
this.menuUnLock});
this.cMenuControl.Name = "cMenuControl";
this.cMenuControl.Size = new System.Drawing.Size(125, 158);
this.cMenuControl.Opening += new System.ComponentModel.CancelEventHandler(this.cMenuControl_Opening);
//
// menuStartUp
//
this.menuStartUp.Name = "menuStartUp";
this.menuStartUp.Size = new System.Drawing.Size(124, 22);
this.menuStartUp.Text = "启动";
this.menuStartUp.Click += new System.EventHandler(this.menuStartUp_Click);
//
// menuShutDown
//
this.menuShutDown.Name = "menuShutDown";
this.menuShutDown.Size = new System.Drawing.Size(124, 22);
this.menuShutDown.Text = "停机";
this.menuShutDown.Click += new System.EventHandler(this.menuShutDown_Click);
//
// menuReset
//
this.menuReset.Name = "menuReset";
this.menuReset.Size = new System.Drawing.Size(124, 22);
this.menuReset.Text = "复位";
this.menuReset.Click += new System.EventHandler(this.menuReset_Click);
//
// menuMaintain
//
this.menuMaintain.Name = "menuMaintain";
this.menuMaintain.Size = new System.Drawing.Size(124, 22);
this.menuMaintain.Text = "维护";
this.menuMaintain.Click += new System.EventHandler(this.menuMaintain_Click);
//
// menuCancelMaintain
//
this.menuCancelMaintain.Name = "menuCancelMaintain";
this.menuCancelMaintain.Size = new System.Drawing.Size(124, 22);
this.menuCancelMaintain.Text = "取消维护";
this.menuCancelMaintain.Click += new System.EventHandler(this.menuCancelMaintain_Click);
//
// menuLock
//
this.menuLock.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.menuCheckLock,
this.menuFaultLock,
this.menuStationCheckLock,
this.menuStationFaultLock,
this.menuStationPowerLineLock,
this.menuStationWeatherLock});
this.menuLock.Name = "menuLock";
this.menuLock.Size = new System.Drawing.Size(124, 22);
this.menuLock.Text = "挂牌";
//
// menuCheckLock
//
this.menuCheckLock.Name = "menuCheckLock";
this.menuCheckLock.Size = new System.Drawing.Size(148, 22);
this.menuCheckLock.Text = "检修";
this.menuCheckLock.Click += new System.EventHandler(this.menuCheckLock_Click);
//
// menuFaultLock
//
this.menuFaultLock.Name = "menuFaultLock";
this.menuFaultLock.Size = new System.Drawing.Size(148, 22);
this.menuFaultLock.Text = "故障维修";
this.menuFaultLock.Click += new System.EventHandler(this.menuFaultLock_Click);
//
// menuStationCheckLock
//
this.menuStationCheckLock.Name = "menuStationCheckLock";
this.menuStationCheckLock.Size = new System.Drawing.Size(148, 22);
this.menuStationCheckLock.Text = "场内受累检修";
this.menuStationCheckLock.Click += new System.EventHandler(this.menuStationCheckLock_Click);
//
// menuStationFaultLock
//
this.menuStationFaultLock.Name = "menuStationFaultLock";
this.menuStationFaultLock.Size = new System.Drawing.Size(148, 22);
this.menuStationFaultLock.Text = "场内受累故障";
this.menuStationFaultLock.Click += new System.EventHandler(this.menuStationFaultLock_Click);
//
// menuStationPowerLineLock
//
this.menuStationPowerLineLock.Name = "menuStationPowerLineLock";
this.menuStationPowerLineLock.Size = new System.Drawing.Size(148, 22);
this.menuStationPowerLineLock.Text = "场外受累电网";
this.menuStationPowerLineLock.Click += new System.EventHandler(this.menuStationPowerLineLock_Click);
//
// menuStationWeatherLock
//
this.menuStationWeatherLock.Name = "menuStationWeatherLock";
this.menuStationWeatherLock.Size = new System.Drawing.Size(148, 22);
this.menuStationWeatherLock.Text = "场外受累天气";
this.menuStationWeatherLock.Click += new System.EventHandler(this.menuStationWeatherLock_Click);
//
// menuUnLock
//
this.menuUnLock.Name = "menuUnLock";
this.menuUnLock.Size = new System.Drawing.Size(124, 22);
this.menuUnLock.Text = "取消挂牌";
this.menuUnLock.Click += new System.EventHandler(this.menuUnLock_Click);
//
// matrixPopup1
//
this.matrixPopup1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(13)))), ((int)(((byte)(67)))), ((int)(((byte)(139)))));
this.matrixPopup1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.matrixPopup1.ForeColor = System.Drawing.Color.Black;
this.matrixPopup1.Location = new System.Drawing.Point(0, 0);
this.matrixPopup1.Name = "matrixPopup1";
this.matrixPopup1.Size = new System.Drawing.Size(1920, 961);
this.matrixPopup1.StationId = "";
this.matrixPopup1.TabIndex = 0;
this.matrixPopup1.Visible = false;
//
// pnlBottom
//
this.pnlBottom.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(13)))), ((int)(((byte)(67)))), ((int)(((byte)(139)))));
this.pnlBottom.Controls.Add(this.btnShowPopup);
this.pnlBottom.Location = new System.Drawing.Point(0, 950);
this.pnlBottom.Name = "pnlBottom";
this.pnlBottom.Size = new System.Drawing.Size(1920, 28);
this.pnlBottom.TabIndex = 2;
//
// MatrixForm
//
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.ClientSize = new System.Drawing.Size(1920, 788);
this.Controls.Add(this.pnlBottom);
this.Controls.Add(this.pnlStations);
this.Controls.Add(this.matrixTop1);
this.Controls.Add(this.matrixPopup1);
this.Name = "MatrixForm";
this.Text = "MatrixForm";
this.Load += new System.EventHandler(this.MatrixForm_Load);
this.cMenuControl.ResumeLayout(false);
this.pnlBottom.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private MyControls.MatrixTop matrixTop1;
private System.Windows.Forms.Panel pnlBottom;
private System.Windows.Forms.Button btnShowPopup;
private MyControls.MatrixPopup matrixPopup1;
private System.Windows.Forms.ContextMenuStrip cMenuControl;
private System.Windows.Forms.ToolStripMenuItem menuStartUp;
private System.Windows.Forms.ToolStripMenuItem menuShutDown;
private System.Windows.Forms.ToolStripMenuItem menuReset;
private System.Windows.Forms.ToolStripMenuItem menuMaintain;
private System.Windows.Forms.ToolStripMenuItem menuCancelMaintain;
private System.Windows.Forms.ToolStripMenuItem menuLock;
private System.Windows.Forms.ToolStripMenuItem menuUnLock;
private System.Windows.Forms.ToolStripMenuItem menuStationCheckLock;
private System.Windows.Forms.ToolStripMenuItem menuStationFaultLock;
private System.Windows.Forms.ToolStripMenuItem menuStationPowerLineLock;
private System.Windows.Forms.ToolStripMenuItem menuStationWeatherLock;
private System.Windows.Forms.ToolStripMenuItem menuFaultLock;
private System.Windows.Forms.ToolStripMenuItem menuCheckLock;
private PanelEx pnlStations;
}
}