123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370 |
- namespace IntelligentControlForsx.MyControls.kz
- {
- partial class MHS_Control
- {
- /// <summary>
- /// 必需的设计器变量。
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// 清理所有正在使用的资源。
- /// </summary>
- /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region 组件设计器生成的代码
- /// <summary>
- /// 设计器支持所需的方法 - 不要
- /// 使用代码编辑器修改此方法的内容。
- /// </summary>
- private void InitializeComponent()
- {
- this.components = new System.ComponentModel.Container();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
- this.panel1 = new System.Windows.Forms.Panel();
- this.cbHungReason = new System.Windows.Forms.ComboBox();
- this.label2 = new System.Windows.Forms.Label();
- this.txtSpeed = new System.Windows.Forms.TextBox();
- this.txtPower = new System.Windows.Forms.TextBox();
- this.btnUnHang = new System.Windows.Forms.Button();
- this.btnHang = new System.Windows.Forms.Button();
- this.btnLimitSpeed = new System.Windows.Forms.Button();
- this.btnLimitPower = new System.Windows.Forms.Button();
- this.label1 = new System.Windows.Forms.Label();
- this.btnUnMaintain = new System.Windows.Forms.Button();
- this.btnMaintain = new System.Windows.Forms.Button();
- this.btnRest = new System.Windows.Forms.Button();
- this.btnStop = new System.Windows.Forms.Button();
- this.btnStart = new System.Windows.Forms.Button();
- this.gvWindturbine = new System.Windows.Forms.DataGridView();
- this.timer1 = new System.Windows.Forms.Timer(this.components);
- this.lblProject2 = new System.Windows.Forms.Label();
- this.lblProject1 = new System.Windows.Forms.Label();
- this.panel1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.gvWindturbine)).BeginInit();
- this.SuspendLayout();
- //
- // panel1
- //
- this.panel1.Controls.Add(this.cbHungReason);
- this.panel1.Controls.Add(this.label2);
- this.panel1.Controls.Add(this.txtSpeed);
- this.panel1.Controls.Add(this.txtPower);
- this.panel1.Controls.Add(this.btnUnHang);
- this.panel1.Controls.Add(this.btnHang);
- this.panel1.Controls.Add(this.btnLimitSpeed);
- this.panel1.Controls.Add(this.btnLimitPower);
- this.panel1.Controls.Add(this.label1);
- this.panel1.Controls.Add(this.btnUnMaintain);
- this.panel1.Controls.Add(this.btnMaintain);
- this.panel1.Controls.Add(this.btnRest);
- this.panel1.Controls.Add(this.btnStop);
- this.panel1.Controls.Add(this.btnStart);
- this.panel1.Location = new System.Drawing.Point(1, 1);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(1918, 31);
- this.panel1.TabIndex = 0;
- //
- // cbHungReason
- //
- this.cbHungReason.FormattingEnabled = true;
- this.cbHungReason.Location = new System.Drawing.Point(955, 2);
- this.cbHungReason.Name = "cbHungReason";
- this.cbHungReason.Size = new System.Drawing.Size(121, 25);
- this.cbHungReason.TabIndex = 22;
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.ForeColor = System.Drawing.Color.White;
- this.label2.Location = new System.Drawing.Point(887, 6);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(68, 17);
- this.label2.TabIndex = 21;
- this.label2.Text = "挂牌原因:";
- //
- // txtSpeed
- //
- this.txtSpeed.Location = new System.Drawing.Point(696, 3);
- this.txtSpeed.Name = "txtSpeed";
- this.txtSpeed.Size = new System.Drawing.Size(80, 23);
- this.txtSpeed.TabIndex = 18;
- //
- // txtPower
- //
- this.txtPower.Location = new System.Drawing.Point(531, 3);
- this.txtPower.Name = "txtPower";
- this.txtPower.Size = new System.Drawing.Size(80, 23);
- this.txtPower.TabIndex = 19;
- //
- // btnUnHang
- //
- this.btnUnHang.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(18)))), ((int)(((byte)(79)))), ((int)(((byte)(122)))));
- this.btnUnHang.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.btnUnHang.ForeColor = System.Drawing.Color.White;
- this.btnUnHang.Location = new System.Drawing.Point(1173, 2);
- this.btnUnHang.Name = "btnUnHang";
- this.btnUnHang.Size = new System.Drawing.Size(75, 26);
- this.btnUnHang.TabIndex = 14;
- this.btnUnHang.Text = "取消挂牌";
- this.btnUnHang.UseVisualStyleBackColor = false;
- this.btnUnHang.Click += new System.EventHandler(this.btnUnHang_Click);
- //
- // btnHang
- //
- this.btnHang.BackColor = System.Drawing.Color.Yellow;
- this.btnHang.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.btnHang.ForeColor = System.Drawing.Color.Black;
- this.btnHang.Location = new System.Drawing.Point(1092, 2);
- this.btnHang.Name = "btnHang";
- this.btnHang.Size = new System.Drawing.Size(75, 26);
- this.btnHang.TabIndex = 15;
- this.btnHang.Text = "挂牌";
- this.btnHang.UseVisualStyleBackColor = false;
- this.btnHang.Click += new System.EventHandler(this.btnHang_Click);
- //
- // btnLimitSpeed
- //
- this.btnLimitSpeed.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(18)))), ((int)(((byte)(79)))), ((int)(((byte)(122)))));
- this.btnLimitSpeed.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.btnLimitSpeed.ForeColor = System.Drawing.Color.White;
- this.btnLimitSpeed.Location = new System.Drawing.Point(780, 2);
- this.btnLimitSpeed.Name = "btnLimitSpeed";
- this.btnLimitSpeed.Size = new System.Drawing.Size(75, 26);
- this.btnLimitSpeed.TabIndex = 16;
- this.btnLimitSpeed.Text = "限转速";
- this.btnLimitSpeed.UseVisualStyleBackColor = false;
- this.btnLimitSpeed.Click += new System.EventHandler(this.btnLimitSpeed_Click);
- //
- // btnLimitPower
- //
- this.btnLimitPower.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(18)))), ((int)(((byte)(79)))), ((int)(((byte)(122)))));
- this.btnLimitPower.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.btnLimitPower.ForeColor = System.Drawing.Color.White;
- this.btnLimitPower.Location = new System.Drawing.Point(615, 2);
- this.btnLimitPower.Name = "btnLimitPower";
- this.btnLimitPower.Size = new System.Drawing.Size(75, 26);
- this.btnLimitPower.TabIndex = 17;
- this.btnLimitPower.Text = "限功率";
- this.btnLimitPower.UseVisualStyleBackColor = false;
- this.btnLimitPower.Click += new System.EventHandler(this.btnLimitPower_Click);
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(24)))), ((int)(((byte)(48)))));
- this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(207)))), ((int)(((byte)(250)))));
- this.label1.Location = new System.Drawing.Point(3, 4);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(105, 22);
- this.label1.TabIndex = 12;
- this.label1.Text = "批 量 操 作:";
- //
- // btnUnMaintain
- //
- this.btnUnMaintain.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(18)))), ((int)(((byte)(79)))), ((int)(((byte)(122)))));
- this.btnUnMaintain.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.btnUnMaintain.ForeColor = System.Drawing.Color.White;
- this.btnUnMaintain.Location = new System.Drawing.Point(433, 2);
- this.btnUnMaintain.Name = "btnUnMaintain";
- this.btnUnMaintain.Size = new System.Drawing.Size(75, 26);
- this.btnUnMaintain.TabIndex = 11;
- this.btnUnMaintain.Text = "取消维护";
- this.btnUnMaintain.UseVisualStyleBackColor = false;
- this.btnUnMaintain.Click += new System.EventHandler(this.btnUnMaintain_Click);
- //
- // btnMaintain
- //
- this.btnMaintain.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(18)))), ((int)(((byte)(79)))), ((int)(((byte)(122)))));
- this.btnMaintain.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.btnMaintain.ForeColor = System.Drawing.Color.White;
- this.btnMaintain.Location = new System.Drawing.Point(352, 2);
- this.btnMaintain.Name = "btnMaintain";
- this.btnMaintain.Size = new System.Drawing.Size(75, 26);
- this.btnMaintain.TabIndex = 10;
- this.btnMaintain.Text = "维 护";
- this.btnMaintain.UseVisualStyleBackColor = false;
- this.btnMaintain.Click += new System.EventHandler(this.btnMaintain_Click);
- //
- // btnRest
- //
- this.btnRest.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(18)))), ((int)(((byte)(79)))), ((int)(((byte)(122)))));
- this.btnRest.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.btnRest.ForeColor = System.Drawing.Color.White;
- this.btnRest.Location = new System.Drawing.Point(271, 2);
- this.btnRest.Name = "btnRest";
- this.btnRest.Size = new System.Drawing.Size(75, 26);
- this.btnRest.TabIndex = 9;
- this.btnRest.Text = "复 位";
- this.btnRest.UseVisualStyleBackColor = false;
- this.btnRest.Click += new System.EventHandler(this.btnRest_Click);
- //
- // btnStop
- //
- this.btnStop.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(18)))), ((int)(((byte)(79)))), ((int)(((byte)(122)))));
- this.btnStop.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.btnStop.ForeColor = System.Drawing.Color.White;
- this.btnStop.Location = new System.Drawing.Point(190, 2);
- this.btnStop.Name = "btnStop";
- this.btnStop.Size = new System.Drawing.Size(75, 26);
- this.btnStop.TabIndex = 8;
- this.btnStop.Text = "停 止";
- this.btnStop.UseVisualStyleBackColor = false;
- this.btnStop.Click += new System.EventHandler(this.btnStop_Click);
- //
- // btnStart
- //
- this.btnStart.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(18)))), ((int)(((byte)(79)))), ((int)(((byte)(122)))));
- this.btnStart.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.btnStart.ForeColor = System.Drawing.Color.White;
- this.btnStart.Location = new System.Drawing.Point(109, 2);
- this.btnStart.Name = "btnStart";
- this.btnStart.Size = new System.Drawing.Size(75, 26);
- this.btnStart.TabIndex = 7;
- this.btnStart.Text = "启 动";
- this.btnStart.UseVisualStyleBackColor = false;
- this.btnStart.Click += new System.EventHandler(this.btnStart_Click);
- //
- // gvWindturbine
- //
- this.gvWindturbine.AllowUserToAddRows = false;
- this.gvWindturbine.AllowUserToDeleteRows = false;
- this.gvWindturbine.AllowUserToResizeColumns = false;
- this.gvWindturbine.AllowUserToResizeRows = false;
- dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(73)))));
- dataGridViewCellStyle1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle1.ForeColor = System.Drawing.Color.White;
- this.gvWindturbine.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
- this.gvWindturbine.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
- this.gvWindturbine.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells;
- this.gvWindturbine.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(12)))), ((int)(((byte)(67)))), ((int)(((byte)(127)))));
- dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(24)))), ((int)(((byte)(48)))));
- dataGridViewCellStyle2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
- dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.gvWindturbine.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
- this.gvWindturbine.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
- dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(24)))), ((int)(((byte)(48)))));
- dataGridViewCellStyle3.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle3.ForeColor = System.Drawing.Color.White;
- dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
- this.gvWindturbine.DefaultCellStyle = dataGridViewCellStyle3;
- this.gvWindturbine.EnableHeadersVisualStyles = false;
- this.gvWindturbine.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(24)))), ((int)(((byte)(48)))));
- this.gvWindturbine.Location = new System.Drawing.Point(1, 35);
- this.gvWindturbine.Name = "gvWindturbine";
- this.gvWindturbine.ReadOnly = true;
- dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(24)))), ((int)(((byte)(48)))));
- dataGridViewCellStyle4.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle4.ForeColor = System.Drawing.Color.White;
- dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.gvWindturbine.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
- this.gvWindturbine.RowHeadersVisible = false;
- dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(71)))), ((int)(((byte)(94)))));
- dataGridViewCellStyle5.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle5.ForeColor = System.Drawing.Color.White;
- this.gvWindturbine.RowsDefaultCellStyle = dataGridViewCellStyle5;
- this.gvWindturbine.RowTemplate.Height = 23;
- this.gvWindturbine.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.gvWindturbine.Size = new System.Drawing.Size(1918, 816);
- this.gvWindturbine.TabIndex = 1;
- this.gvWindturbine.CellMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.gvWindturbine_CellMouseClick);
- //
- // timer1
- //
- this.timer1.Interval = 3000;
- this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
- //
- // lblProject2
- //
- this.lblProject2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(24)))), ((int)(((byte)(48)))));
- this.lblProject2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblProject2.ForeColor = System.Drawing.Color.White;
- this.lblProject2.Location = new System.Drawing.Point(962, 853);
- this.lblProject2.Name = "lblProject2";
- this.lblProject2.Size = new System.Drawing.Size(60, 23);
- this.lblProject2.TabIndex = 18;
- this.lblProject2.Text = "二期";
- this.lblProject2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- this.lblProject2.Click += new System.EventHandler(this.lblProject2_Click);
- //
- // lblProject1
- //
- this.lblProject1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(15)))), ((int)(((byte)(141)))), ((int)(((byte)(106)))));
- this.lblProject1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblProject1.ForeColor = System.Drawing.Color.White;
- this.lblProject1.Location = new System.Drawing.Point(896, 853);
- this.lblProject1.Name = "lblProject1";
- this.lblProject1.Size = new System.Drawing.Size(60, 23);
- this.lblProject1.TabIndex = 17;
- this.lblProject1.Text = "一期";
- this.lblProject1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- this.lblProject1.Click += new System.EventHandler(this.lblProject1_Click);
- //
- // MHS_Control
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(12)))), ((int)(((byte)(67)))), ((int)(((byte)(127)))));
- this.Controls.Add(this.lblProject2);
- this.Controls.Add(this.lblProject1);
- this.Controls.Add(this.gvWindturbine);
- this.Controls.Add(this.panel1);
- this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
- this.Name = "MHS_Control";
- this.Size = new System.Drawing.Size(1918, 880);
- this.panel1.ResumeLayout(false);
- this.panel1.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.gvWindturbine)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.Panel panel1;
- private System.Windows.Forms.DataGridView gvWindturbine;
- private System.Windows.Forms.Timer timer1;
- private System.Windows.Forms.Label lblProject2;
- private System.Windows.Forms.Label lblProject1;
- private System.Windows.Forms.Button btnUnMaintain;
- private System.Windows.Forms.Button btnMaintain;
- private System.Windows.Forms.Button btnRest;
- private System.Windows.Forms.Button btnStop;
- private System.Windows.Forms.Button btnStart;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.TextBox txtSpeed;
- private System.Windows.Forms.TextBox txtPower;
- private System.Windows.Forms.Button btnUnHang;
- private System.Windows.Forms.Button btnHang;
- private System.Windows.Forms.Button btnLimitSpeed;
- private System.Windows.Forms.Button btnLimitPower;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.ComboBox cbHungReason;
- }
- }
|