123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323 |
- namespace IntelligentControlForsx.MyControls
- {
- partial class ControlLine
- {
- /// <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.panel1 = new System.Windows.Forms.Panel();
- this.txtYawPosition = new System.Windows.Forms.TextBox();
- this.txtWindAngle = new System.Windows.Forms.TextBox();
- this.txtLaminaAngle3 = new System.Windows.Forms.TextBox();
- this.txtLaminaAngle2 = new System.Windows.Forms.TextBox();
- this.txtLaminaAngle1 = new System.Windows.Forms.TextBox();
- this.txtLimitSpeed = new System.Windows.Forms.TextBox();
- this.txtLaminaSpeed = new System.Windows.Forms.TextBox();
- this.txtAlternatorSpeed = new System.Windows.Forms.TextBox();
- this.txtStatus = new System.Windows.Forms.TextBox();
- this.txtPower = new System.Windows.Forms.TextBox();
- this.txtWindSpeed = new System.Windows.Forms.TextBox();
- this.txtWindturbine = new System.Windows.Forms.TextBox();
- this.panel3 = new System.Windows.Forms.Panel();
- this.ckbWindturbine = new System.Windows.Forms.CheckBox();
- this.panel1.SuspendLayout();
- this.panel3.SuspendLayout();
- this.SuspendLayout();
- //
- // panel1
- //
- this.panel1.BackColor = System.Drawing.Color.Black;
- this.panel1.Controls.Add(this.txtYawPosition);
- this.panel1.Controls.Add(this.txtWindAngle);
- this.panel1.Controls.Add(this.txtLaminaAngle3);
- this.panel1.Controls.Add(this.txtLaminaAngle2);
- this.panel1.Controls.Add(this.txtLaminaAngle1);
- this.panel1.Controls.Add(this.txtLimitSpeed);
- this.panel1.Controls.Add(this.txtLaminaSpeed);
- this.panel1.Controls.Add(this.txtAlternatorSpeed);
- this.panel1.Controls.Add(this.txtStatus);
- this.panel1.Controls.Add(this.txtPower);
- this.panel1.Controls.Add(this.txtWindSpeed);
- this.panel1.Controls.Add(this.txtWindturbine);
- this.panel1.ForeColor = System.Drawing.Color.White;
- this.panel1.Location = new System.Drawing.Point(30, 0);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(1890, 27);
- this.panel1.TabIndex = 0;
- //
- // txtYawPosition
- //
- this.txtYawPosition.BackColor = System.Drawing.Color.Black;
- this.txtYawPosition.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.txtYawPosition.Cursor = System.Windows.Forms.Cursors.Arrow;
- this.txtYawPosition.Dock = System.Windows.Forms.DockStyle.Left;
- this.txtYawPosition.Font = new System.Drawing.Font("微软雅黑", 11.25F);
- this.txtYawPosition.ForeColor = System.Drawing.Color.White;
- this.txtYawPosition.Location = new System.Drawing.Point(1727, 0);
- this.txtYawPosition.Name = "txtYawPosition";
- this.txtYawPosition.Size = new System.Drawing.Size(157, 27);
- this.txtYawPosition.TabIndex = 37;
- this.txtYawPosition.Text = "EWREW";
- this.txtYawPosition.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- this.txtYawPosition.Click += new System.EventHandler(this.textBox_Click);
- //
- // txtWindAngle
- //
- this.txtWindAngle.BackColor = System.Drawing.Color.Black;
- this.txtWindAngle.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.txtWindAngle.Cursor = System.Windows.Forms.Cursors.Arrow;
- this.txtWindAngle.Dock = System.Windows.Forms.DockStyle.Left;
- this.txtWindAngle.Font = new System.Drawing.Font("微软雅黑", 11.25F);
- this.txtWindAngle.ForeColor = System.Drawing.Color.White;
- this.txtWindAngle.Location = new System.Drawing.Point(1570, 0);
- this.txtWindAngle.Name = "txtWindAngle";
- this.txtWindAngle.Size = new System.Drawing.Size(157, 27);
- this.txtWindAngle.TabIndex = 36;
- this.txtWindAngle.Text = "EWREW";
- this.txtWindAngle.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- this.txtWindAngle.Click += new System.EventHandler(this.textBox_Click);
- //
- // txtLaminaAngle3
- //
- this.txtLaminaAngle3.BackColor = System.Drawing.Color.Black;
- this.txtLaminaAngle3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.txtLaminaAngle3.Cursor = System.Windows.Forms.Cursors.Arrow;
- this.txtLaminaAngle3.Dock = System.Windows.Forms.DockStyle.Left;
- this.txtLaminaAngle3.Font = new System.Drawing.Font("微软雅黑", 11.25F);
- this.txtLaminaAngle3.ForeColor = System.Drawing.Color.White;
- this.txtLaminaAngle3.Location = new System.Drawing.Point(1413, 0);
- this.txtLaminaAngle3.Name = "txtLaminaAngle3";
- this.txtLaminaAngle3.Size = new System.Drawing.Size(157, 27);
- this.txtLaminaAngle3.TabIndex = 35;
- this.txtLaminaAngle3.Text = "EWREW";
- this.txtLaminaAngle3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- this.txtLaminaAngle3.Click += new System.EventHandler(this.textBox_Click);
- //
- // txtLaminaAngle2
- //
- this.txtLaminaAngle2.BackColor = System.Drawing.Color.Black;
- this.txtLaminaAngle2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.txtLaminaAngle2.Cursor = System.Windows.Forms.Cursors.Arrow;
- this.txtLaminaAngle2.Dock = System.Windows.Forms.DockStyle.Left;
- this.txtLaminaAngle2.Font = new System.Drawing.Font("微软雅黑", 11.25F);
- this.txtLaminaAngle2.ForeColor = System.Drawing.Color.White;
- this.txtLaminaAngle2.Location = new System.Drawing.Point(1256, 0);
- this.txtLaminaAngle2.Name = "txtLaminaAngle2";
- this.txtLaminaAngle2.Size = new System.Drawing.Size(157, 27);
- this.txtLaminaAngle2.TabIndex = 34;
- this.txtLaminaAngle2.Text = "EWREW";
- this.txtLaminaAngle2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- this.txtLaminaAngle2.Click += new System.EventHandler(this.textBox_Click);
- //
- // txtLaminaAngle1
- //
- this.txtLaminaAngle1.BackColor = System.Drawing.Color.Black;
- this.txtLaminaAngle1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.txtLaminaAngle1.Cursor = System.Windows.Forms.Cursors.Arrow;
- this.txtLaminaAngle1.Dock = System.Windows.Forms.DockStyle.Left;
- this.txtLaminaAngle1.Font = new System.Drawing.Font("微软雅黑", 11.25F);
- this.txtLaminaAngle1.ForeColor = System.Drawing.Color.White;
- this.txtLaminaAngle1.Location = new System.Drawing.Point(1099, 0);
- this.txtLaminaAngle1.Name = "txtLaminaAngle1";
- this.txtLaminaAngle1.Size = new System.Drawing.Size(157, 27);
- this.txtLaminaAngle1.TabIndex = 33;
- this.txtLaminaAngle1.Text = "EWREW";
- this.txtLaminaAngle1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- this.txtLaminaAngle1.Click += new System.EventHandler(this.textBox_Click);
- //
- // txtLimitSpeed
- //
- this.txtLimitSpeed.BackColor = System.Drawing.Color.Black;
- this.txtLimitSpeed.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.txtLimitSpeed.Cursor = System.Windows.Forms.Cursors.Arrow;
- this.txtLimitSpeed.Dock = System.Windows.Forms.DockStyle.Left;
- this.txtLimitSpeed.Font = new System.Drawing.Font("微软雅黑", 11.25F);
- this.txtLimitSpeed.ForeColor = System.Drawing.Color.White;
- this.txtLimitSpeed.Location = new System.Drawing.Point(942, 0);
- this.txtLimitSpeed.Name = "txtLimitSpeed";
- this.txtLimitSpeed.Size = new System.Drawing.Size(157, 27);
- this.txtLimitSpeed.TabIndex = 32;
- this.txtLimitSpeed.Text = "限速值";
- this.txtLimitSpeed.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- this.txtLimitSpeed.Click += new System.EventHandler(this.textBox_Click);
- //
- // txtLaminaSpeed
- //
- this.txtLaminaSpeed.BackColor = System.Drawing.Color.Black;
- this.txtLaminaSpeed.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.txtLaminaSpeed.Cursor = System.Windows.Forms.Cursors.Arrow;
- this.txtLaminaSpeed.Dock = System.Windows.Forms.DockStyle.Left;
- this.txtLaminaSpeed.Font = new System.Drawing.Font("微软雅黑", 11.25F);
- this.txtLaminaSpeed.ForeColor = System.Drawing.Color.White;
- this.txtLaminaSpeed.Location = new System.Drawing.Point(785, 0);
- this.txtLaminaSpeed.Name = "txtLaminaSpeed";
- this.txtLaminaSpeed.Size = new System.Drawing.Size(157, 27);
- this.txtLaminaSpeed.TabIndex = 31;
- this.txtLaminaSpeed.Text = "叶轮转速";
- this.txtLaminaSpeed.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- this.txtLaminaSpeed.Click += new System.EventHandler(this.textBox_Click);
- //
- // txtAlternatorSpeed
- //
- this.txtAlternatorSpeed.BackColor = System.Drawing.Color.Black;
- this.txtAlternatorSpeed.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.txtAlternatorSpeed.Cursor = System.Windows.Forms.Cursors.Arrow;
- this.txtAlternatorSpeed.Dock = System.Windows.Forms.DockStyle.Left;
- this.txtAlternatorSpeed.Font = new System.Drawing.Font("微软雅黑", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtAlternatorSpeed.ForeColor = System.Drawing.Color.White;
- this.txtAlternatorSpeed.Location = new System.Drawing.Point(628, 0);
- this.txtAlternatorSpeed.Name = "txtAlternatorSpeed";
- this.txtAlternatorSpeed.Size = new System.Drawing.Size(157, 27);
- this.txtAlternatorSpeed.TabIndex = 30;
- this.txtAlternatorSpeed.Text = "发电机转速";
- this.txtAlternatorSpeed.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- this.txtAlternatorSpeed.Click += new System.EventHandler(this.textBox_Click);
- //
- // txtStatus
- //
- this.txtStatus.BackColor = System.Drawing.Color.Black;
- this.txtStatus.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.txtStatus.Cursor = System.Windows.Forms.Cursors.Arrow;
- this.txtStatus.Dock = System.Windows.Forms.DockStyle.Left;
- this.txtStatus.Font = new System.Drawing.Font("微软雅黑", 11.25F);
- this.txtStatus.ForeColor = System.Drawing.Color.White;
- this.txtStatus.Location = new System.Drawing.Point(471, 0);
- this.txtStatus.Name = "txtStatus";
- this.txtStatus.Size = new System.Drawing.Size(157, 27);
- this.txtStatus.TabIndex = 29;
- this.txtStatus.Text = "状态";
- this.txtStatus.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- this.txtStatus.Click += new System.EventHandler(this.textBox_Click);
- //
- // txtPower
- //
- this.txtPower.BackColor = System.Drawing.Color.Black;
- this.txtPower.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.txtPower.Cursor = System.Windows.Forms.Cursors.Arrow;
- this.txtPower.Dock = System.Windows.Forms.DockStyle.Left;
- this.txtPower.Font = new System.Drawing.Font("微软雅黑", 11.25F);
- this.txtPower.ForeColor = System.Drawing.Color.White;
- this.txtPower.Location = new System.Drawing.Point(314, 0);
- this.txtPower.Name = "txtPower";
- this.txtPower.Size = new System.Drawing.Size(157, 27);
- this.txtPower.TabIndex = 28;
- this.txtPower.Text = "功率";
- this.txtPower.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- this.txtPower.Click += new System.EventHandler(this.textBox_Click);
- //
- // txtWindSpeed
- //
- this.txtWindSpeed.BackColor = System.Drawing.Color.Black;
- this.txtWindSpeed.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.txtWindSpeed.Cursor = System.Windows.Forms.Cursors.Arrow;
- this.txtWindSpeed.Dock = System.Windows.Forms.DockStyle.Left;
- this.txtWindSpeed.Font = new System.Drawing.Font("微软雅黑", 11.25F);
- this.txtWindSpeed.ForeColor = System.Drawing.Color.White;
- this.txtWindSpeed.Location = new System.Drawing.Point(157, 0);
- this.txtWindSpeed.Name = "txtWindSpeed";
- this.txtWindSpeed.Size = new System.Drawing.Size(157, 27);
- this.txtWindSpeed.TabIndex = 27;
- this.txtWindSpeed.Text = "风速";
- this.txtWindSpeed.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- this.txtWindSpeed.Click += new System.EventHandler(this.textBox_Click);
- //
- // txtWindturbine
- //
- this.txtWindturbine.BackColor = System.Drawing.Color.Black;
- this.txtWindturbine.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.txtWindturbine.Cursor = System.Windows.Forms.Cursors.Arrow;
- this.txtWindturbine.Dock = System.Windows.Forms.DockStyle.Left;
- this.txtWindturbine.Font = new System.Drawing.Font("微软雅黑", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtWindturbine.ForeColor = System.Drawing.Color.White;
- this.txtWindturbine.Location = new System.Drawing.Point(0, 0);
- this.txtWindturbine.Name = "txtWindturbine";
- this.txtWindturbine.Size = new System.Drawing.Size(157, 27);
- this.txtWindturbine.TabIndex = 26;
- this.txtWindturbine.Text = "风机编号";
- this.txtWindturbine.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- this.txtWindturbine.Click += new System.EventHandler(this.textBox_Click);
- //
- // panel3
- //
- this.panel3.BackColor = System.Drawing.Color.Black;
- this.panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.panel3.Controls.Add(this.ckbWindturbine);
- this.panel3.Dock = System.Windows.Forms.DockStyle.Left;
- this.panel3.ForeColor = System.Drawing.Color.Transparent;
- this.panel3.Location = new System.Drawing.Point(0, 0);
- this.panel3.Name = "panel3";
- this.panel3.Size = new System.Drawing.Size(30, 27);
- this.panel3.TabIndex = 1;
- //
- // ckbWindturbine
- //
- this.ckbWindturbine.AutoSize = true;
- this.ckbWindturbine.Location = new System.Drawing.Point(7, 6);
- this.ckbWindturbine.Name = "ckbWindturbine";
- this.ckbWindturbine.Size = new System.Drawing.Size(15, 14);
- this.ckbWindturbine.TabIndex = 0;
- this.ckbWindturbine.UseVisualStyleBackColor = true;
- this.ckbWindturbine.CheckedChanged += new System.EventHandler(this.ckbWindturbine_CheckedChanged);
- //
- // ControlLine
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
- this.Controls.Add(this.panel3);
- this.Controls.Add(this.panel1);
- this.ForeColor = System.Drawing.Color.White;
- this.Name = "ControlLine";
- this.Size = new System.Drawing.Size(1920, 27);
- this.Click += new System.EventHandler(this.ControlLine_Click);
- this.panel1.ResumeLayout(false);
- this.panel1.PerformLayout();
- this.panel3.ResumeLayout(false);
- this.panel3.PerformLayout();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.Panel panel1;
- private System.Windows.Forms.Panel panel3;
- private System.Windows.Forms.CheckBox ckbWindturbine;
- private System.Windows.Forms.TextBox txtWindturbine;
- private System.Windows.Forms.TextBox txtWindAngle;
- private System.Windows.Forms.TextBox txtLaminaAngle3;
- private System.Windows.Forms.TextBox txtLaminaAngle2;
- private System.Windows.Forms.TextBox txtLaminaAngle1;
- private System.Windows.Forms.TextBox txtLimitSpeed;
- private System.Windows.Forms.TextBox txtLaminaSpeed;
- private System.Windows.Forms.TextBox txtAlternatorSpeed;
- private System.Windows.Forms.TextBox txtStatus;
- private System.Windows.Forms.TextBox txtPower;
- private System.Windows.Forms.TextBox txtWindSpeed;
- private System.Windows.Forms.TextBox txtYawPosition;
- }
- }
|