2015-04-15 18:32:56 +00:00
|
|
|
|
///
|
|
|
|
|
|
/// Copyright (c) 2013-2015 Sensus Metering Systems
|
|
|
|
|
|
///
|
|
|
|
|
|
namespace TBF.BenchControl.Elde
|
2014-07-28 07:54:35 +00:00
|
|
|
|
{
|
|
|
|
|
|
partial class ControlBoardCfgCtrl
|
|
|
|
|
|
{
|
|
|
|
|
|
/// <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()
|
|
|
|
|
|
{
|
2015-06-27 05:47:58 +00:00
|
|
|
|
this.comPortNrLabel = new System.Windows.Forms.Label();
|
2014-07-28 07:54:35 +00:00
|
|
|
|
this.comPortNrTextBox = new System.Windows.Forms.TextBox();
|
|
|
|
|
|
this.classNameLabel = new System.Windows.Forms.Label();
|
|
|
|
|
|
this.nameLabel = new System.Windows.Forms.Label();
|
|
|
|
|
|
this.nameTextBox = new System.Windows.Forms.TextBox();
|
2015-06-27 05:47:58 +00:00
|
|
|
|
this.vValveRangeLoTextBox = new System.Windows.Forms.TextBox();
|
|
|
|
|
|
this.vValveRangeLoLabel = new System.Windows.Forms.Label();
|
|
|
|
|
|
this.vValveRangeHiTextBox = new System.Windows.Forms.TextBox();
|
|
|
|
|
|
this.vValveRangeHiLabel = new System.Windows.Forms.Label();
|
2014-07-28 07:54:35 +00:00
|
|
|
|
this.SuspendLayout();
|
|
|
|
|
|
//
|
2015-06-27 05:47:58 +00:00
|
|
|
|
// comPortNrLabel
|
2014-07-28 07:54:35 +00:00
|
|
|
|
//
|
2015-06-27 05:47:58 +00:00
|
|
|
|
this.comPortNrLabel.AutoSize = true;
|
|
|
|
|
|
this.comPortNrLabel.Location = new System.Drawing.Point(42, 85);
|
|
|
|
|
|
this.comPortNrLabel.Name = "comPortNrLabel";
|
|
|
|
|
|
this.comPortNrLabel.Size = new System.Drawing.Size(95, 13);
|
|
|
|
|
|
this.comPortNrLabel.TabIndex = 0;
|
|
|
|
|
|
this.comPortNrLabel.Text = "Serial port number:";
|
2014-07-28 07:54:35 +00:00
|
|
|
|
//
|
|
|
|
|
|
// comPortNrTextBox
|
|
|
|
|
|
//
|
|
|
|
|
|
this.comPortNrTextBox.Enabled = false;
|
2015-06-27 05:47:58 +00:00
|
|
|
|
this.comPortNrTextBox.Location = new System.Drawing.Point(166, 82);
|
2014-07-28 07:54:35 +00:00
|
|
|
|
this.comPortNrTextBox.Name = "comPortNrTextBox";
|
2015-06-27 05:47:58 +00:00
|
|
|
|
this.comPortNrTextBox.Size = new System.Drawing.Size(80, 20);
|
2014-07-28 07:54:35 +00:00
|
|
|
|
this.comPortNrTextBox.TabIndex = 1;
|
|
|
|
|
|
//
|
|
|
|
|
|
// classNameLabel
|
|
|
|
|
|
//
|
|
|
|
|
|
this.classNameLabel.AutoSize = true;
|
2015-06-27 05:47:58 +00:00
|
|
|
|
this.classNameLabel.Location = new System.Drawing.Point(163, 26);
|
2014-07-28 07:54:35 +00:00
|
|
|
|
this.classNameLabel.Name = "classNameLabel";
|
|
|
|
|
|
this.classNameLabel.Size = new System.Drawing.Size(83, 13);
|
|
|
|
|
|
this.classNameLabel.TabIndex = 2;
|
|
|
|
|
|
this.classNameLabel.Text = "ComonentName";
|
|
|
|
|
|
//
|
|
|
|
|
|
// nameLabel
|
|
|
|
|
|
//
|
|
|
|
|
|
this.nameLabel.AutoSize = true;
|
2015-06-27 05:47:58 +00:00
|
|
|
|
this.nameLabel.Location = new System.Drawing.Point(42, 60);
|
2014-07-28 07:54:35 +00:00
|
|
|
|
this.nameLabel.Name = "nameLabel";
|
|
|
|
|
|
this.nameLabel.Size = new System.Drawing.Size(35, 13);
|
|
|
|
|
|
this.nameLabel.TabIndex = 3;
|
|
|
|
|
|
this.nameLabel.Text = "Name";
|
|
|
|
|
|
//
|
|
|
|
|
|
// nameTextBox
|
|
|
|
|
|
//
|
|
|
|
|
|
this.nameTextBox.Enabled = false;
|
2015-06-27 05:47:58 +00:00
|
|
|
|
this.nameTextBox.Location = new System.Drawing.Point(166, 57);
|
2014-07-28 07:54:35 +00:00
|
|
|
|
this.nameTextBox.Name = "nameTextBox";
|
2015-06-27 05:47:58 +00:00
|
|
|
|
this.nameTextBox.Size = new System.Drawing.Size(80, 20);
|
2014-07-28 07:54:35 +00:00
|
|
|
|
this.nameTextBox.TabIndex = 4;
|
|
|
|
|
|
//
|
2015-06-27 05:47:58 +00:00
|
|
|
|
// vValveRangeLoTextBox
|
|
|
|
|
|
//
|
|
|
|
|
|
this.vValveRangeLoTextBox.Enabled = false;
|
|
|
|
|
|
this.vValveRangeLoTextBox.Location = new System.Drawing.Point(166, 107);
|
|
|
|
|
|
this.vValveRangeLoTextBox.Name = "vValveRangeLoTextBox";
|
|
|
|
|
|
this.vValveRangeLoTextBox.Size = new System.Drawing.Size(80, 20);
|
|
|
|
|
|
this.vValveRangeLoTextBox.TabIndex = 6;
|
|
|
|
|
|
//
|
|
|
|
|
|
// vValveRangeLoLabel
|
|
|
|
|
|
//
|
|
|
|
|
|
this.vValveRangeLoLabel.AutoSize = true;
|
|
|
|
|
|
this.vValveRangeLoLabel.Location = new System.Drawing.Point(42, 110);
|
|
|
|
|
|
this.vValveRangeLoLabel.Name = "vValveRangeLoLabel";
|
|
|
|
|
|
this.vValveRangeLoLabel.Size = new System.Drawing.Size(118, 13);
|
|
|
|
|
|
this.vValveRangeLoLabel.TabIndex = 5;
|
|
|
|
|
|
this.vValveRangeLoLabel.Text = "Virtual valves range Lo:";
|
|
|
|
|
|
//
|
|
|
|
|
|
// vValveRangeHiTextBox
|
|
|
|
|
|
//
|
|
|
|
|
|
this.vValveRangeHiTextBox.Enabled = false;
|
|
|
|
|
|
this.vValveRangeHiTextBox.Location = new System.Drawing.Point(166, 132);
|
|
|
|
|
|
this.vValveRangeHiTextBox.Name = "vValveRangeHiTextBox";
|
|
|
|
|
|
this.vValveRangeHiTextBox.Size = new System.Drawing.Size(80, 20);
|
|
|
|
|
|
this.vValveRangeHiTextBox.TabIndex = 8;
|
|
|
|
|
|
//
|
|
|
|
|
|
// vValveRangeHiLabel
|
|
|
|
|
|
//
|
|
|
|
|
|
this.vValveRangeHiLabel.AutoSize = true;
|
|
|
|
|
|
this.vValveRangeHiLabel.Location = new System.Drawing.Point(42, 135);
|
|
|
|
|
|
this.vValveRangeHiLabel.Name = "vValveRangeHiLabel";
|
|
|
|
|
|
this.vValveRangeHiLabel.Size = new System.Drawing.Size(116, 13);
|
|
|
|
|
|
this.vValveRangeHiLabel.TabIndex = 7;
|
|
|
|
|
|
this.vValveRangeHiLabel.Text = "Virtual valves range Hi:";
|
|
|
|
|
|
//
|
2014-07-28 07:54:35 +00:00
|
|
|
|
// ControlBoardCfgCtrl
|
|
|
|
|
|
//
|
|
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
2015-06-27 05:47:58 +00:00
|
|
|
|
this.Controls.Add(this.vValveRangeHiTextBox);
|
|
|
|
|
|
this.Controls.Add(this.vValveRangeHiLabel);
|
|
|
|
|
|
this.Controls.Add(this.vValveRangeLoTextBox);
|
|
|
|
|
|
this.Controls.Add(this.vValveRangeLoLabel);
|
2014-07-28 07:54:35 +00:00
|
|
|
|
this.Controls.Add(this.nameTextBox);
|
|
|
|
|
|
this.Controls.Add(this.nameLabel);
|
|
|
|
|
|
this.Controls.Add(this.classNameLabel);
|
|
|
|
|
|
this.Controls.Add(this.comPortNrTextBox);
|
2015-06-27 05:47:58 +00:00
|
|
|
|
this.Controls.Add(this.comPortNrLabel);
|
2014-07-28 07:54:35 +00:00
|
|
|
|
this.Name = "ControlBoardCfgCtrl";
|
|
|
|
|
|
this.Size = new System.Drawing.Size(300, 200);
|
|
|
|
|
|
this.Load += new System.EventHandler(this.ControlBoardCfgCtrl_Load);
|
|
|
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
this.PerformLayout();
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
2015-06-27 05:47:58 +00:00
|
|
|
|
private System.Windows.Forms.Label comPortNrLabel;
|
2014-07-28 07:54:35 +00:00
|
|
|
|
private System.Windows.Forms.TextBox comPortNrTextBox;
|
|
|
|
|
|
private System.Windows.Forms.Label classNameLabel;
|
|
|
|
|
|
private System.Windows.Forms.Label nameLabel;
|
|
|
|
|
|
private System.Windows.Forms.TextBox nameTextBox;
|
2015-06-27 05:47:58 +00:00
|
|
|
|
private System.Windows.Forms.TextBox vValveRangeLoTextBox;
|
|
|
|
|
|
private System.Windows.Forms.Label vValveRangeLoLabel;
|
|
|
|
|
|
private System.Windows.Forms.TextBox vValveRangeHiTextBox;
|
|
|
|
|
|
private System.Windows.Forms.Label vValveRangeHiLabel;
|
2014-07-28 07:54:35 +00:00
|
|
|
|
}
|
|
|
|
|
|
}
|