299 lines
11 KiB
C#
299 lines
11 KiB
C#
///
|
|
/// Copyright (c) 2013-2015 Sensus Metering Systems
|
|
///
|
|
namespace TBF.BenchControl.Danfoss.VLT2800
|
|
{
|
|
partial class PumpCfgCtrl
|
|
{
|
|
/// <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.comPortNrTextBox = new System.Windows.Forms.TextBox();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.baudRateLabel = new System.Windows.Forms.Label();
|
|
this.baudRateTextBox = new System.Windows.Forms.TextBox();
|
|
this.partityLabel = new System.Windows.Forms.Label();
|
|
this.dataBitsLabel = new System.Windows.Forms.Label();
|
|
this.dataBitsTextBox = new System.Windows.Forms.TextBox();
|
|
this.stopBitsLabel = new System.Windows.Forms.Label();
|
|
this.busAddressLabel = 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.parityComboBox = new System.Windows.Forms.ComboBox();
|
|
this.stopBitsComboBox = new System.Windows.Forms.ComboBox();
|
|
this.busAddressTextBox = new System.Windows.Forms.TextBox();
|
|
this.delayTextBox = new System.Windows.Forms.TextBox();
|
|
this.delayLabel = new System.Windows.Forms.Label();
|
|
this.protocolLabel = new System.Windows.Forms.Label();
|
|
this.protocolComboBox = new System.Windows.Forms.ComboBox();
|
|
this.bitPositionTextBox = new System.Windows.Forms.TextBox();
|
|
this.bitPositionLabel = new System.Windows.Forms.Label();
|
|
this.SuspendLayout();
|
|
//
|
|
// comPortNrTextBox
|
|
//
|
|
this.comPortNrTextBox.Enabled = false;
|
|
this.comPortNrTextBox.Location = new System.Drawing.Point(140, 129);
|
|
this.comPortNrTextBox.Name = "comPortNrTextBox";
|
|
this.comPortNrTextBox.Size = new System.Drawing.Size(34, 20);
|
|
this.comPortNrTextBox.TabIndex = 6;
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(29, 132);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(98, 13);
|
|
this.label1.TabIndex = 5;
|
|
this.label1.Text = "Serial Port Number:";
|
|
//
|
|
// baudRateLabel
|
|
//
|
|
this.baudRateLabel.AutoSize = true;
|
|
this.baudRateLabel.Location = new System.Drawing.Point(29, 153);
|
|
this.baudRateLabel.Name = "baudRateLabel";
|
|
this.baudRateLabel.Size = new System.Drawing.Size(58, 13);
|
|
this.baudRateLabel.TabIndex = 7;
|
|
this.baudRateLabel.Text = "Baud Rate";
|
|
//
|
|
// baudRateTextBox
|
|
//
|
|
this.baudRateTextBox.Enabled = false;
|
|
this.baudRateTextBox.Location = new System.Drawing.Point(140, 150);
|
|
this.baudRateTextBox.Name = "baudRateTextBox";
|
|
this.baudRateTextBox.Size = new System.Drawing.Size(130, 20);
|
|
this.baudRateTextBox.TabIndex = 8;
|
|
//
|
|
// partityLabel
|
|
//
|
|
this.partityLabel.AutoSize = true;
|
|
this.partityLabel.Location = new System.Drawing.Point(29, 174);
|
|
this.partityLabel.Name = "partityLabel";
|
|
this.partityLabel.Size = new System.Drawing.Size(33, 13);
|
|
this.partityLabel.TabIndex = 9;
|
|
this.partityLabel.Text = "Parity";
|
|
//
|
|
// dataBitsLabel
|
|
//
|
|
this.dataBitsLabel.AutoSize = true;
|
|
this.dataBitsLabel.Location = new System.Drawing.Point(29, 196);
|
|
this.dataBitsLabel.Name = "dataBitsLabel";
|
|
this.dataBitsLabel.Size = new System.Drawing.Size(50, 13);
|
|
this.dataBitsLabel.TabIndex = 11;
|
|
this.dataBitsLabel.Text = "Data Bits";
|
|
//
|
|
// dataBitsTextBox
|
|
//
|
|
this.dataBitsTextBox.Enabled = false;
|
|
this.dataBitsTextBox.Location = new System.Drawing.Point(140, 193);
|
|
this.dataBitsTextBox.Name = "dataBitsTextBox";
|
|
this.dataBitsTextBox.Size = new System.Drawing.Size(34, 20);
|
|
this.dataBitsTextBox.TabIndex = 12;
|
|
//
|
|
// stopBitsLabel
|
|
//
|
|
this.stopBitsLabel.AutoSize = true;
|
|
this.stopBitsLabel.Location = new System.Drawing.Point(29, 217);
|
|
this.stopBitsLabel.Name = "stopBitsLabel";
|
|
this.stopBitsLabel.Size = new System.Drawing.Size(49, 13);
|
|
this.stopBitsLabel.TabIndex = 13;
|
|
this.stopBitsLabel.Text = "Stop Bits";
|
|
//
|
|
// busAddressLabel
|
|
//
|
|
this.busAddressLabel.AutoSize = true;
|
|
this.busAddressLabel.Location = new System.Drawing.Point(29, 110);
|
|
this.busAddressLabel.Name = "busAddressLabel";
|
|
this.busAddressLabel.Size = new System.Drawing.Size(66, 13);
|
|
this.busAddressLabel.TabIndex = 3;
|
|
this.busAddressLabel.Text = "Bus Address";
|
|
//
|
|
// nameTextBox
|
|
//
|
|
this.nameTextBox.Enabled = false;
|
|
this.nameTextBox.Location = new System.Drawing.Point(140, 23);
|
|
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(30, 26);
|
|
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(137, 5);
|
|
this.classNameLabel.Name = "classNameLabel";
|
|
this.classNameLabel.Size = new System.Drawing.Size(83, 13);
|
|
this.classNameLabel.TabIndex = 0;
|
|
this.classNameLabel.Text = "ComonentName";
|
|
//
|
|
// parityComboBox
|
|
//
|
|
this.parityComboBox.Enabled = false;
|
|
this.parityComboBox.FormattingEnabled = true;
|
|
this.parityComboBox.Location = new System.Drawing.Point(140, 171);
|
|
this.parityComboBox.Name = "parityComboBox";
|
|
this.parityComboBox.Size = new System.Drawing.Size(130, 21);
|
|
this.parityComboBox.TabIndex = 10;
|
|
//
|
|
// stopBitsComboBox
|
|
//
|
|
this.stopBitsComboBox.Enabled = false;
|
|
this.stopBitsComboBox.FormattingEnabled = true;
|
|
this.stopBitsComboBox.Location = new System.Drawing.Point(140, 214);
|
|
this.stopBitsComboBox.Name = "stopBitsComboBox";
|
|
this.stopBitsComboBox.Size = new System.Drawing.Size(130, 21);
|
|
this.stopBitsComboBox.TabIndex = 14;
|
|
//
|
|
// busAddressTextBox
|
|
//
|
|
this.busAddressTextBox.Enabled = false;
|
|
this.busAddressTextBox.Location = new System.Drawing.Point(140, 108);
|
|
this.busAddressTextBox.Name = "busAddressTextBox";
|
|
this.busAddressTextBox.Size = new System.Drawing.Size(34, 20);
|
|
this.busAddressTextBox.TabIndex = 4;
|
|
//
|
|
// delayTextBox
|
|
//
|
|
this.delayTextBox.Enabled = false;
|
|
this.delayTextBox.Location = new System.Drawing.Point(140, 44);
|
|
this.delayTextBox.Name = "delayTextBox";
|
|
this.delayTextBox.Size = new System.Drawing.Size(34, 20);
|
|
this.delayTextBox.TabIndex = 16;
|
|
//
|
|
// delayLabel
|
|
//
|
|
this.delayLabel.AutoSize = true;
|
|
this.delayLabel.Location = new System.Drawing.Point(29, 46);
|
|
this.delayLabel.Name = "delayLabel";
|
|
this.delayLabel.Size = new System.Drawing.Size(45, 13);
|
|
this.delayLabel.TabIndex = 15;
|
|
this.delayLabel.Text = "Delay[s]";
|
|
//
|
|
// protocolLabel
|
|
//
|
|
this.protocolLabel.AutoSize = true;
|
|
this.protocolLabel.Location = new System.Drawing.Point(29, 89);
|
|
this.protocolLabel.Name = "protocolLabel";
|
|
this.protocolLabel.Size = new System.Drawing.Size(46, 13);
|
|
this.protocolLabel.TabIndex = 17;
|
|
this.protocolLabel.Text = "Protocol";
|
|
//
|
|
// protocolComboBox
|
|
//
|
|
this.protocolComboBox.Enabled = false;
|
|
this.protocolComboBox.FormattingEnabled = true;
|
|
this.protocolComboBox.Location = new System.Drawing.Point(140, 86);
|
|
this.protocolComboBox.Name = "protocolComboBox";
|
|
this.protocolComboBox.Size = new System.Drawing.Size(130, 21);
|
|
this.protocolComboBox.TabIndex = 18;
|
|
//
|
|
// bitPositionTextBox
|
|
//
|
|
this.bitPositionTextBox.Enabled = false;
|
|
this.bitPositionTextBox.Location = new System.Drawing.Point(140, 65);
|
|
this.bitPositionTextBox.Name = "bitPositionTextBox";
|
|
this.bitPositionTextBox.Size = new System.Drawing.Size(34, 20);
|
|
this.bitPositionTextBox.TabIndex = 20;
|
|
//
|
|
// bitPositionLabel
|
|
//
|
|
this.bitPositionLabel.AutoSize = true;
|
|
this.bitPositionLabel.Location = new System.Drawing.Point(30, 68);
|
|
this.bitPositionLabel.Name = "bitPositionLabel";
|
|
this.bitPositionLabel.Size = new System.Drawing.Size(89, 13);
|
|
this.bitPositionLabel.TabIndex = 19;
|
|
this.bitPositionLabel.Text = "Valve Bit Position";
|
|
//
|
|
// PumpCfgCtrl
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.BackColor = System.Drawing.SystemColors.Control;
|
|
this.Controls.Add(this.bitPositionTextBox);
|
|
this.Controls.Add(this.bitPositionLabel);
|
|
this.Controls.Add(this.protocolComboBox);
|
|
this.Controls.Add(this.protocolLabel);
|
|
this.Controls.Add(this.delayTextBox);
|
|
this.Controls.Add(this.delayLabel);
|
|
this.Controls.Add(this.busAddressTextBox);
|
|
this.Controls.Add(this.stopBitsComboBox);
|
|
this.Controls.Add(this.parityComboBox);
|
|
this.Controls.Add(this.nameTextBox);
|
|
this.Controls.Add(this.nameLabel);
|
|
this.Controls.Add(this.classNameLabel);
|
|
this.Controls.Add(this.busAddressLabel);
|
|
this.Controls.Add(this.stopBitsLabel);
|
|
this.Controls.Add(this.dataBitsTextBox);
|
|
this.Controls.Add(this.dataBitsLabel);
|
|
this.Controls.Add(this.partityLabel);
|
|
this.Controls.Add(this.baudRateTextBox);
|
|
this.Controls.Add(this.baudRateLabel);
|
|
this.Controls.Add(this.comPortNrTextBox);
|
|
this.Controls.Add(this.label1);
|
|
this.Name = "PumpCfgCtrl";
|
|
this.Size = new System.Drawing.Size(300, 240);
|
|
this.Load += new System.EventHandler(this.AbbientCfgCtrl_Load);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.TextBox comPortNrTextBox;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Label baudRateLabel;
|
|
private System.Windows.Forms.TextBox baudRateTextBox;
|
|
private System.Windows.Forms.Label partityLabel;
|
|
private System.Windows.Forms.Label dataBitsLabel;
|
|
private System.Windows.Forms.TextBox dataBitsTextBox;
|
|
private System.Windows.Forms.Label stopBitsLabel;
|
|
private System.Windows.Forms.Label busAddressLabel;
|
|
private System.Windows.Forms.TextBox nameTextBox;
|
|
private System.Windows.Forms.Label nameLabel;
|
|
private System.Windows.Forms.Label classNameLabel;
|
|
private System.Windows.Forms.ComboBox parityComboBox;
|
|
private System.Windows.Forms.ComboBox stopBitsComboBox;
|
|
private System.Windows.Forms.TextBox busAddressTextBox;
|
|
private System.Windows.Forms.TextBox delayTextBox;
|
|
private System.Windows.Forms.Label delayLabel;
|
|
private System.Windows.Forms.Label protocolLabel;
|
|
private System.Windows.Forms.ComboBox protocolComboBox;
|
|
private System.Windows.Forms.TextBox bitPositionTextBox;
|
|
private System.Windows.Forms.Label bitPositionLabel;
|
|
|
|
}
|
|
}
|