123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137 |
- namespace IntelligentControlForsx.ChildForms
- {
- partial class MatrixForm2
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- 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;
- }
- }
|