524 lines
24 KiB
C#
524 lines
24 KiB
C#
|
|
///
|
|||
|
|
/// Copyright (c) 2013-2015 Sensus Metering Systems
|
|||
|
|
///
|
|||
|
|
namespace TBF.BenchControl.Elde.RegulValveMilwaukee
|
|||
|
|
{
|
|||
|
|
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.adcClosedLabel = new System.Windows.Forms.Label();
|
|||
|
|
this.adcClosedTextBox = new System.Windows.Forms.TextBox();
|
|||
|
|
this.adcOpenTextBox = new System.Windows.Forms.TextBox();
|
|||
|
|
this.adcOpenLabel = 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.adcTextBox = new System.Windows.Forms.TextBox();
|
|||
|
|
this.groupBox4 = new System.Windows.Forms.GroupBox();
|
|||
|
|
this.label4 = new System.Windows.Forms.Label();
|
|||
|
|
this.categoryComboBox = new System.Windows.Forms.ComboBox();
|
|||
|
|
this.categoryLabel = new System.Windows.Forms.Label();
|
|||
|
|
this.reTryCommandsCheckBox = new System.Windows.Forms.CheckBox();
|
|||
|
|
this.groupBox1.SuspendLayout();
|
|||
|
|
this.groupBox2.SuspendLayout();
|
|||
|
|
this.groupBox3.SuspendLayout();
|
|||
|
|
this.groupBox4.SuspendLayout();
|
|||
|
|
this.SuspendLayout();
|
|||
|
|
//
|
|||
|
|
// positionTextBox
|
|||
|
|
//
|
|||
|
|
this.positionTextBox.Enabled = false;
|
|||
|
|
this.positionTextBox.Location = new System.Drawing.Point(138, 114);
|
|||
|
|
this.positionTextBox.Name = "positionTextBox";
|
|||
|
|
this.positionTextBox.Size = new System.Drawing.Size(46, 20);
|
|||
|
|
this.positionTextBox.TabIndex = 8;
|
|||
|
|
//
|
|||
|
|
// positionLabel
|
|||
|
|
//
|
|||
|
|
this.positionLabel.AutoSize = true;
|
|||
|
|
this.positionLabel.Location = new System.Drawing.Point(28, 117);
|
|||
|
|
this.positionLabel.Name = "positionLabel";
|
|||
|
|
this.positionLabel.Size = new System.Drawing.Size(18, 13);
|
|||
|
|
this.positionLabel.TabIndex = 7;
|
|||
|
|
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";
|
|||
|
|
//
|
|||
|
|
// adcClosedLabel
|
|||
|
|
//
|
|||
|
|
this.adcClosedLabel.AutoSize = true;
|
|||
|
|
this.adcClosedLabel.Location = new System.Drawing.Point(28, 141);
|
|||
|
|
this.adcClosedLabel.Name = "adcClosedLabel";
|
|||
|
|
this.adcClosedLabel.Size = new System.Drawing.Size(93, 13);
|
|||
|
|
this.adcClosedLabel.TabIndex = 9;
|
|||
|
|
this.adcClosedLabel.Text = "ADC when Closed";
|
|||
|
|
//
|
|||
|
|
// adcClosedTextBox
|
|||
|
|
//
|
|||
|
|
this.adcClosedTextBox.Enabled = false;
|
|||
|
|
this.adcClosedTextBox.Location = new System.Drawing.Point(138, 138);
|
|||
|
|
this.adcClosedTextBox.Name = "adcClosedTextBox";
|
|||
|
|
this.adcClosedTextBox.Size = new System.Drawing.Size(46, 20);
|
|||
|
|
this.adcClosedTextBox.TabIndex = 10;
|
|||
|
|
//
|
|||
|
|
// adcOpenTextBox
|
|||
|
|
//
|
|||
|
|
this.adcOpenTextBox.Enabled = false;
|
|||
|
|
this.adcOpenTextBox.Location = new System.Drawing.Point(138, 162);
|
|||
|
|
this.adcOpenTextBox.Name = "adcOpenTextBox";
|
|||
|
|
this.adcOpenTextBox.Size = new System.Drawing.Size(46, 20);
|
|||
|
|
this.adcOpenTextBox.TabIndex = 12;
|
|||
|
|
//
|
|||
|
|
// adcOpenLabel
|
|||
|
|
//
|
|||
|
|
this.adcOpenLabel.AutoSize = true;
|
|||
|
|
this.adcOpenLabel.Location = new System.Drawing.Point(28, 165);
|
|||
|
|
this.adcOpenLabel.Name = "adcOpenLabel";
|
|||
|
|
this.adcOpenLabel.Size = new System.Drawing.Size(87, 13);
|
|||
|
|
this.adcOpenLabel.TabIndex = 11;
|
|||
|
|
this.adcOpenLabel.Text = "ADC 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, 239);
|
|||
|
|
this.storedPosReuseCheckBox.Name = "storedPosReuseCheckBox";
|
|||
|
|
this.storedPosReuseCheckBox.Size = new System.Drawing.Size(162, 17);
|
|||
|
|
this.storedPosReuseCheckBox.TabIndex = 17;
|
|||
|
|
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, 186);
|
|||
|
|
this.stableTimeTextBox.Name = "stableTimeTextBox";
|
|||
|
|
this.stableTimeTextBox.Size = new System.Drawing.Size(46, 20);
|
|||
|
|
this.stableTimeTextBox.TabIndex = 14;
|
|||
|
|
//
|
|||
|
|
// stableTimeLabel
|
|||
|
|
//
|
|||
|
|
this.stableTimeLabel.AutoSize = true;
|
|||
|
|
this.stableTimeLabel.Location = new System.Drawing.Point(28, 189);
|
|||
|
|
this.stableTimeLabel.Name = "stableTimeLabel";
|
|||
|
|
this.stableTimeLabel.Size = new System.Drawing.Size(81, 13);
|
|||
|
|
this.stableTimeLabel.TabIndex = 13;
|
|||
|
|
this.stableTimeLabel.Text = "Stable time [ms]";
|
|||
|
|
//
|
|||
|
|
// flowStableSecTextBox
|
|||
|
|
//
|
|||
|
|
this.flowStableSecTextBox.Enabled = false;
|
|||
|
|
this.flowStableSecTextBox.Location = new System.Drawing.Point(138, 210);
|
|||
|
|
this.flowStableSecTextBox.Name = "flowStableSecTextBox";
|
|||
|
|
this.flowStableSecTextBox.Size = new System.Drawing.Size(46, 20);
|
|||
|
|
this.flowStableSecTextBox.TabIndex = 16;
|
|||
|
|
//
|
|||
|
|
// flowStableSecLabel
|
|||
|
|
//
|
|||
|
|
this.flowStableSecLabel.AutoSize = true;
|
|||
|
|
this.flowStableSecLabel.Location = new System.Drawing.Point(28, 213);
|
|||
|
|
this.flowStableSecLabel.Name = "flowStableSecLabel";
|
|||
|
|
this.flowStableSecLabel.Size = new System.Drawing.Size(74, 13);
|
|||
|
|
this.flowStableSecLabel.TabIndex = 15;
|
|||
|
|
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(10, 398);
|
|||
|
|
this.groupBox1.Name = "groupBox1";
|
|||
|
|
this.groupBox1.Size = new System.Drawing.Size(280, 59);
|
|||
|
|
this.groupBox1.TabIndex = 19;
|
|||
|
|
this.groupBox1.TabStop = false;
|
|||
|
|
this.groupBox1.Text = "Measured value 1";
|
|||
|
|
//
|
|||
|
|
// setButton1
|
|||
|
|
//
|
|||
|
|
this.setButton1.Location = new System.Drawing.Point(229, 17);
|
|||
|
|
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.setButton_Click);
|
|||
|
|
//
|
|||
|
|
// label1
|
|||
|
|
//
|
|||
|
|
this.label1.AutoSize = true;
|
|||
|
|
this.label1.Location = new System.Drawing.Point(209, 28);
|
|||
|
|
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, 28);
|
|||
|
|
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, 18);
|
|||
|
|
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, 24);
|
|||
|
|
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, 24);
|
|||
|
|
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(10, 462);
|
|||
|
|
this.groupBox2.Name = "groupBox2";
|
|||
|
|
this.groupBox2.Size = new System.Drawing.Size(280, 59);
|
|||
|
|
this.groupBox2.TabIndex = 20;
|
|||
|
|
this.groupBox2.TabStop = false;
|
|||
|
|
this.groupBox2.Text = "Measured value 2";
|
|||
|
|
//
|
|||
|
|
// setButton2
|
|||
|
|
//
|
|||
|
|
this.setButton2.Location = new System.Drawing.Point(229, 17);
|
|||
|
|
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.setButton_Click);
|
|||
|
|
//
|
|||
|
|
// label2
|
|||
|
|
//
|
|||
|
|
this.label2.AutoSize = true;
|
|||
|
|
this.label2.Location = new System.Drawing.Point(209, 28);
|
|||
|
|
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, 27);
|
|||
|
|
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, 18);
|
|||
|
|
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, 24);
|
|||
|
|
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, 24);
|
|||
|
|
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(10, 527);
|
|||
|
|
this.groupBox3.Name = "groupBox3";
|
|||
|
|
this.groupBox3.Size = new System.Drawing.Size(280, 60);
|
|||
|
|
this.groupBox3.TabIndex = 21;
|
|||
|
|
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);
|
|||
|
|
//
|
|||
|
|
// adcTextBox
|
|||
|
|
//
|
|||
|
|
this.adcTextBox.Location = new System.Drawing.Point(47, 14);
|
|||
|
|
this.adcTextBox.Name = "adcTextBox";
|
|||
|
|
this.adcTextBox.Size = new System.Drawing.Size(44, 20);
|
|||
|
|
this.adcTextBox.TabIndex = 21;
|
|||
|
|
//
|
|||
|
|
// groupBox4
|
|||
|
|
//
|
|||
|
|
this.groupBox4.Controls.Add(this.label4);
|
|||
|
|
this.groupBox4.Controls.Add(this.adcTextBox);
|
|||
|
|
this.groupBox4.Location = new System.Drawing.Point(10, 352);
|
|||
|
|
this.groupBox4.Name = "groupBox4";
|
|||
|
|
this.groupBox4.Size = new System.Drawing.Size(279, 40);
|
|||
|
|
this.groupBox4.TabIndex = 22;
|
|||
|
|
this.groupBox4.TabStop = false;
|
|||
|
|
//
|
|||
|
|
// label4
|
|||
|
|
//
|
|||
|
|
this.label4.AutoSize = true;
|
|||
|
|
this.label4.Location = new System.Drawing.Point(11, 17);
|
|||
|
|
this.label4.Name = "label4";
|
|||
|
|
this.label4.Size = new System.Drawing.Size(32, 13);
|
|||
|
|
this.label4.TabIndex = 22;
|
|||
|
|
this.label4.Text = "ADC:";
|
|||
|
|
//
|
|||
|
|
// categoryComboBox
|
|||
|
|
//
|
|||
|
|
this.categoryComboBox.Enabled = false;
|
|||
|
|
this.categoryComboBox.FormattingEnabled = true;
|
|||
|
|
this.categoryComboBox.Location = new System.Drawing.Point(138, 90);
|
|||
|
|
this.categoryComboBox.Name = "categoryComboBox";
|
|||
|
|
this.categoryComboBox.Size = new System.Drawing.Size(130, 21);
|
|||
|
|
this.categoryComboBox.TabIndex = 6;
|
|||
|
|
//
|
|||
|
|
// categoryLabel
|
|||
|
|
//
|
|||
|
|
this.categoryLabel.AutoSize = true;
|
|||
|
|
this.categoryLabel.Location = new System.Drawing.Point(28, 93);
|
|||
|
|
this.categoryLabel.Name = "categoryLabel";
|
|||
|
|
this.categoryLabel.Size = new System.Drawing.Size(49, 13);
|
|||
|
|
this.categoryLabel.TabIndex = 5;
|
|||
|
|
this.categoryLabel.Text = "Category";
|
|||
|
|
//
|
|||
|
|
// reTryCommandsCheckBox
|
|||
|
|
//
|
|||
|
|
this.reTryCommandsCheckBox.AutoSize = true;
|
|||
|
|
this.reTryCommandsCheckBox.Enabled = false;
|
|||
|
|
this.reTryCommandsCheckBox.Location = new System.Drawing.Point(31, 262);
|
|||
|
|
this.reTryCommandsCheckBox.Name = "reTryCommandsCheckBox";
|
|||
|
|
this.reTryCommandsCheckBox.Size = new System.Drawing.Size(108, 17);
|
|||
|
|
this.reTryCommandsCheckBox.TabIndex = 18;
|
|||
|
|
this.reTryCommandsCheckBox.Text = "Re-try commands";
|
|||
|
|
this.reTryCommandsCheckBox.UseVisualStyleBackColor = true;
|
|||
|
|
//
|
|||
|
|
// RegulValveCfgCtrl
|
|||
|
|
//
|
|||
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|||
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|||
|
|
this.Controls.Add(this.reTryCommandsCheckBox);
|
|||
|
|
this.Controls.Add(this.categoryComboBox);
|
|||
|
|
this.Controls.Add(this.categoryLabel);
|
|||
|
|
this.Controls.Add(this.groupBox4);
|
|||
|
|
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.adcOpenTextBox);
|
|||
|
|
this.Controls.Add(this.adcOpenLabel);
|
|||
|
|
this.Controls.Add(this.adcClosedTextBox);
|
|||
|
|
this.Controls.Add(this.adcClosedLabel);
|
|||
|
|
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, 700);
|
|||
|
|
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.groupBox4.ResumeLayout(false);
|
|||
|
|
this.groupBox4.PerformLayout();
|
|||
|
|
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 adcClosedLabel;
|
|||
|
|
private System.Windows.Forms.TextBox adcClosedTextBox;
|
|||
|
|
private System.Windows.Forms.TextBox adcOpenTextBox;
|
|||
|
|
private System.Windows.Forms.Label adcOpenLabel;
|
|||
|
|
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;
|
|||
|
|
private System.Windows.Forms.TextBox adcTextBox;
|
|||
|
|
private System.Windows.Forms.GroupBox groupBox4;
|
|||
|
|
private System.Windows.Forms.Label label4;
|
|||
|
|
private System.Windows.Forms.ComboBox categoryComboBox;
|
|||
|
|
private System.Windows.Forms.Label categoryLabel;
|
|||
|
|
private System.Windows.Forms.CheckBox reTryCommandsCheckBox;
|
|||
|
|
}
|
|||
|
|
}
|