214 lines
9.3 KiB
C#
214 lines
9.3 KiB
C#
namespace TBF.BenchControl.Elde.RegulValve
|
|
{
|
|
partial class RegulValveCfgCtrl
|
|
{
|
|
/// <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 Component 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.positionTextBox = new System.Windows.Forms.TextBox();
|
|
this.positionLabel = new System.Windows.Forms.Label();
|
|
this.parentNameLabel = new System.Windows.Forms.Label();
|
|
this.nameTextBox = new System.Windows.Forms.TextBox();
|
|
this.nameLabel = new System.Windows.Forms.Label();
|
|
this.classNameLabel = new System.Windows.Forms.Label();
|
|
this.dacClosedLabel = new System.Windows.Forms.Label();
|
|
this.dacClosedTextBox = new System.Windows.Forms.TextBox();
|
|
this.dacOpenTextBox = new System.Windows.Forms.TextBox();
|
|
this.dacOpenLabel = new System.Windows.Forms.Label();
|
|
this.parentNameComboBox = new System.Windows.Forms.ComboBox();
|
|
this.pidCoefLabel = new System.Windows.Forms.Label();
|
|
this.pidCoefTextBox = new System.Windows.Forms.TextBox();
|
|
this.storedPosReuseCheckBox = new System.Windows.Forms.CheckBox();
|
|
this.SuspendLayout();
|
|
//
|
|
// positionTextBox
|
|
//
|
|
this.positionTextBox.Enabled = false;
|
|
this.positionTextBox.Location = new System.Drawing.Point(138, 78);
|
|
this.positionTextBox.Name = "positionTextBox";
|
|
this.positionTextBox.Size = new System.Drawing.Size(46, 20);
|
|
this.positionTextBox.TabIndex = 6;
|
|
//
|
|
// positionLabel
|
|
//
|
|
this.positionLabel.AutoSize = true;
|
|
this.positionLabel.Location = new System.Drawing.Point(28, 81);
|
|
this.positionLabel.Name = "positionLabel";
|
|
this.positionLabel.Size = new System.Drawing.Size(18, 13);
|
|
this.positionLabel.TabIndex = 5;
|
|
this.positionLabel.Text = "ID";
|
|
//
|
|
// parentNameLabel
|
|
//
|
|
this.parentNameLabel.AutoSize = true;
|
|
this.parentNameLabel.Location = new System.Drawing.Point(28, 57);
|
|
this.parentNameLabel.Name = "parentNameLabel";
|
|
this.parentNameLabel.Size = new System.Drawing.Size(69, 13);
|
|
this.parentNameLabel.TabIndex = 3;
|
|
this.parentNameLabel.Text = "Parent Name";
|
|
//
|
|
// nameTextBox
|
|
//
|
|
this.nameTextBox.Enabled = false;
|
|
this.nameTextBox.Location = new System.Drawing.Point(138, 30);
|
|
this.nameTextBox.Name = "nameTextBox";
|
|
this.nameTextBox.Size = new System.Drawing.Size(130, 20);
|
|
this.nameTextBox.TabIndex = 2;
|
|
//
|
|
// nameLabel
|
|
//
|
|
this.nameLabel.AutoSize = true;
|
|
this.nameLabel.Location = new System.Drawing.Point(28, 33);
|
|
this.nameLabel.Name = "nameLabel";
|
|
this.nameLabel.Size = new System.Drawing.Size(35, 13);
|
|
this.nameLabel.TabIndex = 1;
|
|
this.nameLabel.Text = "Name";
|
|
//
|
|
// classNameLabel
|
|
//
|
|
this.classNameLabel.AutoSize = true;
|
|
this.classNameLabel.Location = new System.Drawing.Point(135, 9);
|
|
this.classNameLabel.Name = "classNameLabel";
|
|
this.classNameLabel.Size = new System.Drawing.Size(89, 13);
|
|
this.classNameLabel.TabIndex = 0;
|
|
this.classNameLabel.Text = "ComponentName";
|
|
//
|
|
// dacClosedLabel
|
|
//
|
|
this.dacClosedLabel.AutoSize = true;
|
|
this.dacClosedLabel.Location = new System.Drawing.Point(28, 104);
|
|
this.dacClosedLabel.Name = "dacClosedLabel";
|
|
this.dacClosedLabel.Size = new System.Drawing.Size(93, 13);
|
|
this.dacClosedLabel.TabIndex = 7;
|
|
this.dacClosedLabel.Text = "DAC when Closed";
|
|
//
|
|
// dacClosedTextBox
|
|
//
|
|
this.dacClosedTextBox.Enabled = false;
|
|
this.dacClosedTextBox.Location = new System.Drawing.Point(138, 101);
|
|
this.dacClosedTextBox.Name = "dacClosedTextBox";
|
|
this.dacClosedTextBox.Size = new System.Drawing.Size(46, 20);
|
|
this.dacClosedTextBox.TabIndex = 8;
|
|
//
|
|
// dacOpenTextBox
|
|
//
|
|
this.dacOpenTextBox.Enabled = false;
|
|
this.dacOpenTextBox.Location = new System.Drawing.Point(138, 124);
|
|
this.dacOpenTextBox.Name = "dacOpenTextBox";
|
|
this.dacOpenTextBox.Size = new System.Drawing.Size(46, 20);
|
|
this.dacOpenTextBox.TabIndex = 10;
|
|
//
|
|
// dacOpenLabel
|
|
//
|
|
this.dacOpenLabel.AutoSize = true;
|
|
this.dacOpenLabel.Location = new System.Drawing.Point(28, 127);
|
|
this.dacOpenLabel.Name = "dacOpenLabel";
|
|
this.dacOpenLabel.Size = new System.Drawing.Size(87, 13);
|
|
this.dacOpenLabel.TabIndex = 9;
|
|
this.dacOpenLabel.Text = "DAC when Open";
|
|
//
|
|
// parentNameComboBox
|
|
//
|
|
this.parentNameComboBox.Enabled = false;
|
|
this.parentNameComboBox.FormattingEnabled = true;
|
|
this.parentNameComboBox.Location = new System.Drawing.Point(138, 54);
|
|
this.parentNameComboBox.Name = "parentNameComboBox";
|
|
this.parentNameComboBox.Size = new System.Drawing.Size(130, 21);
|
|
this.parentNameComboBox.TabIndex = 4;
|
|
//
|
|
// pidCoefLabel
|
|
//
|
|
this.pidCoefLabel.AutoSize = true;
|
|
this.pidCoefLabel.Location = new System.Drawing.Point(28, 150);
|
|
this.pidCoefLabel.Name = "pidCoefLabel";
|
|
this.pidCoefLabel.Size = new System.Drawing.Size(78, 13);
|
|
this.pidCoefLabel.TabIndex = 11;
|
|
this.pidCoefLabel.Text = "PID Coefficient";
|
|
//
|
|
// pidCoefTextBox
|
|
//
|
|
this.pidCoefTextBox.Enabled = false;
|
|
this.pidCoefTextBox.Location = new System.Drawing.Point(138, 147);
|
|
this.pidCoefTextBox.Name = "pidCoefTextBox";
|
|
this.pidCoefTextBox.Size = new System.Drawing.Size(46, 20);
|
|
this.pidCoefTextBox.TabIndex = 12;
|
|
//
|
|
// storedPosReuseCheckBox
|
|
//
|
|
this.storedPosReuseCheckBox.AutoSize = true;
|
|
this.storedPosReuseCheckBox.Enabled = false;
|
|
this.storedPosReuseCheckBox.Location = new System.Drawing.Point(31, 174);
|
|
this.storedPosReuseCheckBox.Name = "storedPosReuseCheckBox";
|
|
this.storedPosReuseCheckBox.Size = new System.Drawing.Size(162, 17);
|
|
this.storedPosReuseCheckBox.TabIndex = 13;
|
|
this.storedPosReuseCheckBox.Text = "Enable stored position re-use";
|
|
this.storedPosReuseCheckBox.UseVisualStyleBackColor = true;
|
|
//
|
|
// RegulValveCfgCtrl
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.Controls.Add(this.storedPosReuseCheckBox);
|
|
this.Controls.Add(this.pidCoefTextBox);
|
|
this.Controls.Add(this.pidCoefLabel);
|
|
this.Controls.Add(this.parentNameComboBox);
|
|
this.Controls.Add(this.dacOpenTextBox);
|
|
this.Controls.Add(this.dacOpenLabel);
|
|
this.Controls.Add(this.dacClosedTextBox);
|
|
this.Controls.Add(this.dacClosedLabel);
|
|
this.Controls.Add(this.positionTextBox);
|
|
this.Controls.Add(this.positionLabel);
|
|
this.Controls.Add(this.parentNameLabel);
|
|
this.Controls.Add(this.nameTextBox);
|
|
this.Controls.Add(this.nameLabel);
|
|
this.Controls.Add(this.classNameLabel);
|
|
this.Name = "RegulValveCfgCtrl";
|
|
this.Size = new System.Drawing.Size(300, 200);
|
|
this.Load += new System.EventHandler(this.RegulationValveCfgCtrl_Load);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.TextBox positionTextBox;
|
|
private System.Windows.Forms.Label positionLabel;
|
|
private System.Windows.Forms.Label parentNameLabel;
|
|
private System.Windows.Forms.TextBox nameTextBox;
|
|
private System.Windows.Forms.Label nameLabel;
|
|
private System.Windows.Forms.Label classNameLabel;
|
|
private System.Windows.Forms.Label dacClosedLabel;
|
|
private System.Windows.Forms.TextBox dacClosedTextBox;
|
|
private System.Windows.Forms.TextBox dacOpenTextBox;
|
|
private System.Windows.Forms.Label dacOpenLabel;
|
|
private System.Windows.Forms.ComboBox parentNameComboBox;
|
|
private System.Windows.Forms.Label pidCoefLabel;
|
|
private System.Windows.Forms.TextBox pidCoefTextBox;
|
|
private System.Windows.Forms.CheckBox storedPosReuseCheckBox;
|
|
}
|
|
}
|