namespace IntelligentControlForsx.MyControls.kz { partial class XS_Control { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region 组件设计器生成的代码 /// /// 设计器支持所需的方法 - 不要 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle(); this.panel1 = new System.Windows.Forms.Panel(); 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.cbHungReason = new System.Windows.Forms.ComboBox(); 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; // // 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; dataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(73))))); dataGridViewCellStyle6.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle6.ForeColor = System.Drawing.Color.White; this.gvWindturbine.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle6; 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))))); dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(24)))), ((int)(((byte)(48))))); dataGridViewCellStyle7.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle7.ForeColor = System.Drawing.Color.White; dataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.gvWindturbine.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle7; this.gvWindturbine.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing; dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(24)))), ((int)(((byte)(48))))); dataGridViewCellStyle8.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle8.ForeColor = System.Drawing.Color.White; dataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.False; this.gvWindturbine.DefaultCellStyle = dataGridViewCellStyle8; 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; dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(24)))), ((int)(((byte)(48))))); dataGridViewCellStyle9.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle9.ForeColor = System.Drawing.Color.White; dataGridViewCellStyle9.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle9.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.gvWindturbine.RowHeadersDefaultCellStyle = dataGridViewCellStyle9; this.gvWindturbine.RowHeadersVisible = false; dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle10.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(71)))), ((int)(((byte)(94))))); dataGridViewCellStyle10.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle10.ForeColor = System.Drawing.Color.White; this.gvWindturbine.RowsDefaultCellStyle = dataGridViewCellStyle10; 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); // // 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; // // XS_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 = "XS_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; } }