- Part field (int) added to Test and TestResult, shown and processed in UI in ProcedureDlg
447 lines
17 KiB
C#
447 lines
17 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.storedPosReuseCheckBox = new System.Windows.Forms.CheckBox();
|
|
this.stableTimeTextBox = new System.Windows.Forms.TextBox();
|
|
this.stableTimeLabel = new System.Windows.Forms.Label();
|
|
this.flowStableSecTextBox = new System.Windows.Forms.TextBox();
|
|
this.flowStableSecLabel = new System.Windows.Forms.Label();
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
this.setButton1 = new System.Windows.Forms.Button();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.ADC = new System.Windows.Forms.Label();
|
|
this.getButton1 = new System.Windows.Forms.Button();
|
|
this.pctTextBox1 = new System.Windows.Forms.TextBox();
|
|
this.adcTextBox1 = new System.Windows.Forms.TextBox();
|
|
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
|
this.setButton2 = new System.Windows.Forms.Button();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.getButton2 = new System.Windows.Forms.Button();
|
|
this.pctTextBox2 = new System.Windows.Forms.TextBox();
|
|
this.adcTextBox2 = new System.Windows.Forms.TextBox();
|
|
this.groupBox3 = new System.Windows.Forms.GroupBox();
|
|
this.closeButton = new System.Windows.Forms.Button();
|
|
this.openButton = new System.Windows.Forms.Button();
|
|
this.groupBox1.SuspendLayout();
|
|
this.groupBox2.SuspendLayout();
|
|
this.groupBox3.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// positionTextBox
|
|
//
|
|
this.positionTextBox.Enabled = false;
|
|
this.positionTextBox.Location = new System.Drawing.Point(138, 89);
|
|
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, 92);
|
|
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, 68);
|
|
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, 41);
|
|
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, 44);
|
|
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, 14);
|
|
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, 115);
|
|
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, 112);
|
|
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, 135);
|
|
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, 138);
|
|
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, 65);
|
|
this.parentNameComboBox.Name = "parentNameComboBox";
|
|
this.parentNameComboBox.Size = new System.Drawing.Size(130, 21);
|
|
this.parentNameComboBox.TabIndex = 4;
|
|
//
|
|
// storedPosReuseCheckBox
|
|
//
|
|
this.storedPosReuseCheckBox.AutoSize = true;
|
|
this.storedPosReuseCheckBox.Enabled = false;
|
|
this.storedPosReuseCheckBox.Location = new System.Drawing.Point(31, 184);
|
|
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;
|
|
//
|
|
// stableTimeTextBox
|
|
//
|
|
this.stableTimeTextBox.Enabled = false;
|
|
this.stableTimeTextBox.Location = new System.Drawing.Point(138, 158);
|
|
this.stableTimeTextBox.Name = "stableTimeTextBox";
|
|
this.stableTimeTextBox.Size = new System.Drawing.Size(46, 20);
|
|
this.stableTimeTextBox.TabIndex = 15;
|
|
//
|
|
// stableTimeLabel
|
|
//
|
|
this.stableTimeLabel.AutoSize = true;
|
|
this.stableTimeLabel.Location = new System.Drawing.Point(28, 161);
|
|
this.stableTimeLabel.Name = "stableTimeLabel";
|
|
this.stableTimeLabel.Size = new System.Drawing.Size(81, 13);
|
|
this.stableTimeLabel.TabIndex = 14;
|
|
this.stableTimeLabel.Text = "Stable time [ms]";
|
|
//
|
|
// flowStableSecTextBox
|
|
//
|
|
this.flowStableSecTextBox.Enabled = false;
|
|
this.flowStableSecTextBox.Location = new System.Drawing.Point(138, 207);
|
|
this.flowStableSecTextBox.Name = "flowStableSecTextBox";
|
|
this.flowStableSecTextBox.Size = new System.Drawing.Size(46, 20);
|
|
this.flowStableSecTextBox.TabIndex = 17;
|
|
//
|
|
// flowStableSecLabel
|
|
//
|
|
this.flowStableSecLabel.AutoSize = true;
|
|
this.flowStableSecLabel.Location = new System.Drawing.Point(28, 210);
|
|
this.flowStableSecLabel.Name = "flowStableSecLabel";
|
|
this.flowStableSecLabel.Size = new System.Drawing.Size(74, 13);
|
|
this.flowStableSecLabel.TabIndex = 16;
|
|
this.flowStableSecLabel.Text = "Flow stable [s]";
|
|
//
|
|
// groupBox1
|
|
//
|
|
this.groupBox1.Controls.Add(this.setButton1);
|
|
this.groupBox1.Controls.Add(this.label1);
|
|
this.groupBox1.Controls.Add(this.ADC);
|
|
this.groupBox1.Controls.Add(this.getButton1);
|
|
this.groupBox1.Controls.Add(this.pctTextBox1);
|
|
this.groupBox1.Controls.Add(this.adcTextBox1);
|
|
this.groupBox1.Location = new System.Drawing.Point(17, 273);
|
|
this.groupBox1.Name = "groupBox1";
|
|
this.groupBox1.Size = new System.Drawing.Size(280, 68);
|
|
this.groupBox1.TabIndex = 18;
|
|
this.groupBox1.TabStop = false;
|
|
this.groupBox1.Text = "Measured value 1";
|
|
//
|
|
// setButton1
|
|
//
|
|
this.setButton1.Location = new System.Drawing.Point(229, 21);
|
|
this.setButton1.Name = "setButton1";
|
|
this.setButton1.Size = new System.Drawing.Size(38, 33);
|
|
this.setButton1.TabIndex = 5;
|
|
this.setButton1.Text = "Set";
|
|
this.setButton1.UseVisualStyleBackColor = true;
|
|
this.setButton1.Click += new System.EventHandler(this.setButton1_Click);
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(209, 32);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(15, 13);
|
|
this.label1.TabIndex = 4;
|
|
this.label1.Text = "%";
|
|
//
|
|
// ADC
|
|
//
|
|
this.ADC.AutoSize = true;
|
|
this.ADC.Location = new System.Drawing.Point(11, 32);
|
|
this.ADC.Name = "ADC";
|
|
this.ADC.Size = new System.Drawing.Size(32, 13);
|
|
this.ADC.TabIndex = 3;
|
|
this.ADC.Text = "ADC:";
|
|
//
|
|
// getButton1
|
|
//
|
|
this.getButton1.Location = new System.Drawing.Point(101, 22);
|
|
this.getButton1.Name = "getButton1";
|
|
this.getButton1.Size = new System.Drawing.Size(38, 33);
|
|
this.getButton1.TabIndex = 2;
|
|
this.getButton1.Text = "Get";
|
|
this.getButton1.UseVisualStyleBackColor = true;
|
|
this.getButton1.Click += new System.EventHandler(this.getButton1_Click);
|
|
//
|
|
// pctTextBox1
|
|
//
|
|
this.pctTextBox1.Location = new System.Drawing.Point(160, 28);
|
|
this.pctTextBox1.Name = "pctTextBox1";
|
|
this.pctTextBox1.Size = new System.Drawing.Size(46, 20);
|
|
this.pctTextBox1.TabIndex = 1;
|
|
//
|
|
// adcTextBox1
|
|
//
|
|
this.adcTextBox1.Location = new System.Drawing.Point(47, 28);
|
|
this.adcTextBox1.Name = "adcTextBox1";
|
|
this.adcTextBox1.Size = new System.Drawing.Size(44, 20);
|
|
this.adcTextBox1.TabIndex = 0;
|
|
//
|
|
// groupBox2
|
|
//
|
|
this.groupBox2.Controls.Add(this.setButton2);
|
|
this.groupBox2.Controls.Add(this.label2);
|
|
this.groupBox2.Controls.Add(this.label3);
|
|
this.groupBox2.Controls.Add(this.getButton2);
|
|
this.groupBox2.Controls.Add(this.pctTextBox2);
|
|
this.groupBox2.Controls.Add(this.adcTextBox2);
|
|
this.groupBox2.Location = new System.Drawing.Point(17, 350);
|
|
this.groupBox2.Name = "groupBox2";
|
|
this.groupBox2.Size = new System.Drawing.Size(280, 68);
|
|
this.groupBox2.TabIndex = 19;
|
|
this.groupBox2.TabStop = false;
|
|
this.groupBox2.Text = "Measured value 2";
|
|
//
|
|
// setButton2
|
|
//
|
|
this.setButton2.Location = new System.Drawing.Point(229, 21);
|
|
this.setButton2.Name = "setButton2";
|
|
this.setButton2.Size = new System.Drawing.Size(38, 33);
|
|
this.setButton2.TabIndex = 5;
|
|
this.setButton2.Text = "Set";
|
|
this.setButton2.UseVisualStyleBackColor = true;
|
|
this.setButton2.Click += new System.EventHandler(this.setButton2_Click);
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(209, 32);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(15, 13);
|
|
this.label2.TabIndex = 4;
|
|
this.label2.Text = "%";
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(11, 32);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(32, 13);
|
|
this.label3.TabIndex = 3;
|
|
this.label3.Text = "ADC:";
|
|
//
|
|
// getButton2
|
|
//
|
|
this.getButton2.Location = new System.Drawing.Point(101, 22);
|
|
this.getButton2.Name = "getButton2";
|
|
this.getButton2.Size = new System.Drawing.Size(38, 33);
|
|
this.getButton2.TabIndex = 2;
|
|
this.getButton2.Text = "Get";
|
|
this.getButton2.UseVisualStyleBackColor = true;
|
|
this.getButton2.Click += new System.EventHandler(this.getButton2_Click);
|
|
//
|
|
// pctTextBox2
|
|
//
|
|
this.pctTextBox2.Location = new System.Drawing.Point(160, 28);
|
|
this.pctTextBox2.Name = "pctTextBox2";
|
|
this.pctTextBox2.Size = new System.Drawing.Size(46, 20);
|
|
this.pctTextBox2.TabIndex = 1;
|
|
//
|
|
// adcTextBox2
|
|
//
|
|
this.adcTextBox2.Location = new System.Drawing.Point(47, 28);
|
|
this.adcTextBox2.Name = "adcTextBox2";
|
|
this.adcTextBox2.Size = new System.Drawing.Size(44, 20);
|
|
this.adcTextBox2.TabIndex = 0;
|
|
//
|
|
// groupBox3
|
|
//
|
|
this.groupBox3.Controls.Add(this.closeButton);
|
|
this.groupBox3.Controls.Add(this.openButton);
|
|
this.groupBox3.Location = new System.Drawing.Point(17, 427);
|
|
this.groupBox3.Name = "groupBox3";
|
|
this.groupBox3.Size = new System.Drawing.Size(280, 60);
|
|
this.groupBox3.TabIndex = 20;
|
|
this.groupBox3.TabStop = false;
|
|
this.groupBox3.Text = "Regulation valve";
|
|
//
|
|
// closeButton
|
|
//
|
|
this.closeButton.Location = new System.Drawing.Point(14, 19);
|
|
this.closeButton.Name = "closeButton";
|
|
this.closeButton.Size = new System.Drawing.Size(107, 28);
|
|
this.closeButton.TabIndex = 1;
|
|
this.closeButton.Text = "Close";
|
|
this.closeButton.UseVisualStyleBackColor = true;
|
|
this.closeButton.Click += new System.EventHandler(this.closeButton_Click);
|
|
//
|
|
// openButton
|
|
//
|
|
this.openButton.Location = new System.Drawing.Point(160, 19);
|
|
this.openButton.Name = "openButton";
|
|
this.openButton.Size = new System.Drawing.Size(107, 28);
|
|
this.openButton.TabIndex = 0;
|
|
this.openButton.Text = "Open";
|
|
this.openButton.UseVisualStyleBackColor = true;
|
|
this.openButton.Click += new System.EventHandler(this.openButton_Click);
|
|
//
|
|
// RegulValveCfgCtrl
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.Controls.Add(this.groupBox3);
|
|
this.Controls.Add(this.groupBox2);
|
|
this.Controls.Add(this.groupBox1);
|
|
this.Controls.Add(this.flowStableSecTextBox);
|
|
this.Controls.Add(this.flowStableSecLabel);
|
|
this.Controls.Add(this.stableTimeTextBox);
|
|
this.Controls.Add(this.stableTimeLabel);
|
|
this.Controls.Add(this.storedPosReuseCheckBox);
|
|
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, 500);
|
|
this.Load += new System.EventHandler(this.RegulationValveCfgCtrl_Load);
|
|
this.groupBox1.ResumeLayout(false);
|
|
this.groupBox1.PerformLayout();
|
|
this.groupBox2.ResumeLayout(false);
|
|
this.groupBox2.PerformLayout();
|
|
this.groupBox3.ResumeLayout(false);
|
|
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.CheckBox storedPosReuseCheckBox;
|
|
private System.Windows.Forms.TextBox stableTimeTextBox;
|
|
private System.Windows.Forms.Label stableTimeLabel;
|
|
private System.Windows.Forms.TextBox flowStableSecTextBox;
|
|
private System.Windows.Forms.Label flowStableSecLabel;
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
|
private System.Windows.Forms.Button setButton1;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Label ADC;
|
|
private System.Windows.Forms.Button getButton1;
|
|
private System.Windows.Forms.TextBox pctTextBox1;
|
|
private System.Windows.Forms.TextBox adcTextBox1;
|
|
private System.Windows.Forms.GroupBox groupBox2;
|
|
private System.Windows.Forms.Button setButton2;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.Button getButton2;
|
|
private System.Windows.Forms.TextBox pctTextBox2;
|
|
private System.Windows.Forms.TextBox adcTextBox2;
|
|
private System.Windows.Forms.GroupBox groupBox3;
|
|
private System.Windows.Forms.Button closeButton;
|
|
private System.Windows.Forms.Button openButton;
|
|
}
|
|
}
|