292 lines
11 KiB
C#
292 lines
11 KiB
C#
///
|
|
/// Copyright (c) 2015 Sensus Metering Systems
|
|
///
|
|
namespace TBF.BenchControl.Elde.ValveEx
|
|
{
|
|
partial class ValveCfgCtrl
|
|
{
|
|
/// <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.bitPositionTextBox = new System.Windows.Forms.TextBox();
|
|
this.bitPositionLabel = 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.inputsCountLabel = new System.Windows.Forms.Label();
|
|
this.inputsCountTextBox = new System.Windows.Forms.TextBox();
|
|
this.logicalOpLabel = new System.Windows.Forms.Label();
|
|
this.logicalOpComboBox = new System.Windows.Forms.ComboBox();
|
|
this.invertedOutpCheckBox = new System.Windows.Forms.CheckBox();
|
|
this.input1ComboBox = new System.Windows.Forms.ComboBox();
|
|
this.input1Label = new System.Windows.Forms.Label();
|
|
this.input2ComboBox = new System.Windows.Forms.ComboBox();
|
|
this.input2Label = new System.Windows.Forms.Label();
|
|
this.input3ComboBox = new System.Windows.Forms.ComboBox();
|
|
this.input3Label = new System.Windows.Forms.Label();
|
|
this.input4ComboBox = new System.Windows.Forms.ComboBox();
|
|
this.input4Label = new System.Windows.Forms.Label();
|
|
this.input5ComboBox = new System.Windows.Forms.ComboBox();
|
|
this.input5Label = new System.Windows.Forms.Label();
|
|
this.SuspendLayout();
|
|
//
|
|
// bitPositionTextBox
|
|
//
|
|
this.bitPositionTextBox.Enabled = false;
|
|
this.bitPositionTextBox.Location = new System.Drawing.Point(117, 58);
|
|
this.bitPositionTextBox.Name = "bitPositionTextBox";
|
|
this.bitPositionTextBox.Size = new System.Drawing.Size(66, 20);
|
|
this.bitPositionTextBox.TabIndex = 4;
|
|
//
|
|
// bitPositionLabel
|
|
//
|
|
this.bitPositionLabel.AutoSize = true;
|
|
this.bitPositionLabel.Location = new System.Drawing.Point(17, 61);
|
|
this.bitPositionLabel.Name = "bitPositionLabel";
|
|
this.bitPositionLabel.Size = new System.Drawing.Size(58, 13);
|
|
this.bitPositionLabel.TabIndex = 3;
|
|
this.bitPositionLabel.Text = "Bit position";
|
|
//
|
|
// nameTextBox
|
|
//
|
|
this.nameTextBox.Enabled = false;
|
|
this.nameTextBox.Location = new System.Drawing.Point(117, 35);
|
|
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(17, 38);
|
|
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(115, 15);
|
|
this.classNameLabel.Name = "classNameLabel";
|
|
this.classNameLabel.Size = new System.Drawing.Size(83, 13);
|
|
this.classNameLabel.TabIndex = 0;
|
|
this.classNameLabel.Text = "ComonentName";
|
|
//
|
|
// inputsCountLabel
|
|
//
|
|
this.inputsCountLabel.AutoSize = true;
|
|
this.inputsCountLabel.Location = new System.Drawing.Point(17, 108);
|
|
this.inputsCountLabel.Name = "inputsCountLabel";
|
|
this.inputsCountLabel.Size = new System.Drawing.Size(66, 13);
|
|
this.inputsCountLabel.TabIndex = 8;
|
|
this.inputsCountLabel.Text = "Inputs count";
|
|
//
|
|
// inputsCountTextBox
|
|
//
|
|
this.inputsCountTextBox.Enabled = false;
|
|
this.inputsCountTextBox.Location = new System.Drawing.Point(117, 105);
|
|
this.inputsCountTextBox.Name = "inputsCountTextBox";
|
|
this.inputsCountTextBox.Size = new System.Drawing.Size(66, 20);
|
|
this.inputsCountTextBox.TabIndex = 9;
|
|
this.inputsCountTextBox.TextChanged += new System.EventHandler(this.inputsCountTextBox_TextChanged);
|
|
//
|
|
// logicalOpLabel
|
|
//
|
|
this.logicalOpLabel.AutoSize = true;
|
|
this.logicalOpLabel.Location = new System.Drawing.Point(17, 84);
|
|
this.logicalOpLabel.Name = "logicalOpLabel";
|
|
this.logicalOpLabel.Size = new System.Drawing.Size(88, 13);
|
|
this.logicalOpLabel.TabIndex = 6;
|
|
this.logicalOpLabel.Text = "Logical operation";
|
|
//
|
|
// logicalOpComboBox
|
|
//
|
|
this.logicalOpComboBox.Enabled = false;
|
|
this.logicalOpComboBox.FormattingEnabled = true;
|
|
this.logicalOpComboBox.Location = new System.Drawing.Point(117, 81);
|
|
this.logicalOpComboBox.Name = "logicalOpComboBox";
|
|
this.logicalOpComboBox.Size = new System.Drawing.Size(66, 21);
|
|
this.logicalOpComboBox.TabIndex = 7;
|
|
//
|
|
// invertedOutpCheckBox
|
|
//
|
|
this.invertedOutpCheckBox.AutoSize = true;
|
|
this.invertedOutpCheckBox.Enabled = false;
|
|
this.invertedOutpCheckBox.Location = new System.Drawing.Point(196, 61);
|
|
this.invertedOutpCheckBox.Name = "invertedOutpCheckBox";
|
|
this.invertedOutpCheckBox.Size = new System.Drawing.Size(98, 17);
|
|
this.invertedOutpCheckBox.TabIndex = 5;
|
|
this.invertedOutpCheckBox.Text = "Inverted output";
|
|
this.invertedOutpCheckBox.UseVisualStyleBackColor = true;
|
|
//
|
|
// input1ComboBox
|
|
//
|
|
this.input1ComboBox.Enabled = false;
|
|
this.input1ComboBox.FormattingEnabled = true;
|
|
this.input1ComboBox.Location = new System.Drawing.Point(117, 127);
|
|
this.input1ComboBox.Name = "input1ComboBox";
|
|
this.input1ComboBox.Size = new System.Drawing.Size(130, 21);
|
|
this.input1ComboBox.TabIndex = 11;
|
|
//
|
|
// input1Label
|
|
//
|
|
this.input1Label.AutoSize = true;
|
|
this.input1Label.Location = new System.Drawing.Point(18, 130);
|
|
this.input1Label.Name = "input1Label";
|
|
this.input1Label.Size = new System.Drawing.Size(40, 13);
|
|
this.input1Label.TabIndex = 10;
|
|
this.input1Label.Text = "Input 1";
|
|
//
|
|
// input2ComboBox
|
|
//
|
|
this.input2ComboBox.Enabled = false;
|
|
this.input2ComboBox.FormattingEnabled = true;
|
|
this.input2ComboBox.Location = new System.Drawing.Point(117, 150);
|
|
this.input2ComboBox.Name = "input2ComboBox";
|
|
this.input2ComboBox.Size = new System.Drawing.Size(130, 21);
|
|
this.input2ComboBox.TabIndex = 13;
|
|
//
|
|
// input2Label
|
|
//
|
|
this.input2Label.AutoSize = true;
|
|
this.input2Label.Location = new System.Drawing.Point(17, 153);
|
|
this.input2Label.Name = "input2Label";
|
|
this.input2Label.Size = new System.Drawing.Size(40, 13);
|
|
this.input2Label.TabIndex = 12;
|
|
this.input2Label.Text = "Input 2";
|
|
//
|
|
// input3ComboBox
|
|
//
|
|
this.input3ComboBox.Enabled = false;
|
|
this.input3ComboBox.FormattingEnabled = true;
|
|
this.input3ComboBox.Location = new System.Drawing.Point(117, 173);
|
|
this.input3ComboBox.Name = "input3ComboBox";
|
|
this.input3ComboBox.Size = new System.Drawing.Size(130, 21);
|
|
this.input3ComboBox.TabIndex = 15;
|
|
//
|
|
// input3Label
|
|
//
|
|
this.input3Label.AutoSize = true;
|
|
this.input3Label.Location = new System.Drawing.Point(18, 176);
|
|
this.input3Label.Name = "input3Label";
|
|
this.input3Label.Size = new System.Drawing.Size(40, 13);
|
|
this.input3Label.TabIndex = 14;
|
|
this.input3Label.Text = "Input 3";
|
|
//
|
|
// input4ComboBox
|
|
//
|
|
this.input4ComboBox.Enabled = false;
|
|
this.input4ComboBox.FormattingEnabled = true;
|
|
this.input4ComboBox.Location = new System.Drawing.Point(117, 196);
|
|
this.input4ComboBox.Name = "input4ComboBox";
|
|
this.input4ComboBox.Size = new System.Drawing.Size(130, 21);
|
|
this.input4ComboBox.TabIndex = 17;
|
|
//
|
|
// input4Label
|
|
//
|
|
this.input4Label.AutoSize = true;
|
|
this.input4Label.Location = new System.Drawing.Point(18, 199);
|
|
this.input4Label.Name = "input4Label";
|
|
this.input4Label.Size = new System.Drawing.Size(40, 13);
|
|
this.input4Label.TabIndex = 16;
|
|
this.input4Label.Text = "Input 4";
|
|
//
|
|
// input5ComboBox
|
|
//
|
|
this.input5ComboBox.Enabled = false;
|
|
this.input5ComboBox.FormattingEnabled = true;
|
|
this.input5ComboBox.Location = new System.Drawing.Point(117, 219);
|
|
this.input5ComboBox.Name = "input5ComboBox";
|
|
this.input5ComboBox.Size = new System.Drawing.Size(130, 21);
|
|
this.input5ComboBox.TabIndex = 19;
|
|
//
|
|
// input5Label
|
|
//
|
|
this.input5Label.AutoSize = true;
|
|
this.input5Label.Location = new System.Drawing.Point(18, 222);
|
|
this.input5Label.Name = "input5Label";
|
|
this.input5Label.Size = new System.Drawing.Size(40, 13);
|
|
this.input5Label.TabIndex = 18;
|
|
this.input5Label.Text = "Input 5";
|
|
//
|
|
// ValveCfgCtrl
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.Controls.Add(this.input5ComboBox);
|
|
this.Controls.Add(this.input5Label);
|
|
this.Controls.Add(this.input4ComboBox);
|
|
this.Controls.Add(this.input4Label);
|
|
this.Controls.Add(this.input3ComboBox);
|
|
this.Controls.Add(this.input3Label);
|
|
this.Controls.Add(this.input2ComboBox);
|
|
this.Controls.Add(this.input2Label);
|
|
this.Controls.Add(this.input1ComboBox);
|
|
this.Controls.Add(this.input1Label);
|
|
this.Controls.Add(this.invertedOutpCheckBox);
|
|
this.Controls.Add(this.logicalOpComboBox);
|
|
this.Controls.Add(this.logicalOpLabel);
|
|
this.Controls.Add(this.inputsCountTextBox);
|
|
this.Controls.Add(this.inputsCountLabel);
|
|
this.Controls.Add(this.bitPositionTextBox);
|
|
this.Controls.Add(this.bitPositionLabel);
|
|
this.Controls.Add(this.nameTextBox);
|
|
this.Controls.Add(this.nameLabel);
|
|
this.Controls.Add(this.classNameLabel);
|
|
this.Name = "ValveCfgCtrl";
|
|
this.Size = new System.Drawing.Size(300, 250);
|
|
this.Load += new System.EventHandler(this.ValveCfgCtrl_Load);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.TextBox bitPositionTextBox;
|
|
private System.Windows.Forms.Label bitPositionLabel;
|
|
private System.Windows.Forms.TextBox nameTextBox;
|
|
private System.Windows.Forms.Label nameLabel;
|
|
private System.Windows.Forms.Label classNameLabel;
|
|
private System.Windows.Forms.Label inputsCountLabel;
|
|
private System.Windows.Forms.TextBox inputsCountTextBox;
|
|
private System.Windows.Forms.Label logicalOpLabel;
|
|
private System.Windows.Forms.ComboBox logicalOpComboBox;
|
|
private System.Windows.Forms.CheckBox invertedOutpCheckBox;
|
|
private System.Windows.Forms.ComboBox input1ComboBox;
|
|
private System.Windows.Forms.Label input1Label;
|
|
private System.Windows.Forms.ComboBox input2ComboBox;
|
|
private System.Windows.Forms.Label input2Label;
|
|
private System.Windows.Forms.ComboBox input3ComboBox;
|
|
private System.Windows.Forms.Label input3Label;
|
|
private System.Windows.Forms.ComboBox input4ComboBox;
|
|
private System.Windows.Forms.Label input4Label;
|
|
private System.Windows.Forms.ComboBox input5ComboBox;
|
|
private System.Windows.Forms.Label input5Label;
|
|
}
|
|
}
|