123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277 |
- namespace IntelligentControlForsx.ChildForms
- {
- partial class MatrixForm
- {
- /// <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.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;
- }
- }
|