namespace IntelligentControlForsx.ChildForms { partial class MatrixForm2 { /// /// 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.pnlStations = new System.Windows.Forms.Panel(); 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.matrixPopup1 = new IntelligentControlForsx.MyControls.MatrixPopup(); this.cMenuControl.SuspendLayout(); this.SuspendLayout(); // // 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, 0); this.pnlStations.Name = "pnlStations"; this.pnlStations.Size = new System.Drawing.Size(1386, 788); this.pnlStations.TabIndex = 1; // // cMenuControl // this.cMenuControl.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.menuStartUp, this.menuShutDown, this.menuReset, this.menuMaintain, this.menuCancelMaintain}); this.cMenuControl.Name = "cMenuControl"; this.cMenuControl.Size = new System.Drawing.Size(125, 114); 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); // // 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; // // MatrixForm2 // 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(1386, 788); this.Controls.Add(this.pnlStations); this.Controls.Add(this.matrixPopup1); this.Name = "MatrixForm2"; this.Text = "MatrixForm"; this.Load += new System.EventHandler(this.MatrixForm_Load); this.cMenuControl.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel pnlStations; 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; } }