135 lines
5.2 KiB
C#
135 lines
5.2 KiB
C#
///
|
|
/// Copyright (c) 2013-2015 Sensus Metering Systems
|
|
///
|
|
namespace TBF.BenchControl.Elde.PumpTandem
|
|
{
|
|
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.nameTextBox = new System.Windows.Forms.TextBox();
|
|
this.nameLabel = new System.Windows.Forms.Label();
|
|
this.classNameLabel = new System.Windows.Forms.Label();
|
|
this.pump2ComboBox = new System.Windows.Forms.ComboBox();
|
|
this.pump2Label = new System.Windows.Forms.Label();
|
|
this.pump1ComboBox = new System.Windows.Forms.ComboBox();
|
|
this.pump1Label = new System.Windows.Forms.Label();
|
|
this.SuspendLayout();
|
|
//
|
|
// nameTextBox
|
|
//
|
|
this.nameTextBox.Enabled = false;
|
|
this.nameTextBox.Location = new System.Drawing.Point(140, 47);
|
|
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, 50);
|
|
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(119, 21);
|
|
this.classNameLabel.Name = "classNameLabel";
|
|
this.classNameLabel.Size = new System.Drawing.Size(83, 13);
|
|
this.classNameLabel.TabIndex = 0;
|
|
this.classNameLabel.Text = "ComonentName";
|
|
//
|
|
// pump2ComboBox
|
|
//
|
|
this.pump2ComboBox.Enabled = false;
|
|
this.pump2ComboBox.FormattingEnabled = true;
|
|
this.pump2ComboBox.Location = new System.Drawing.Point(140, 96);
|
|
this.pump2ComboBox.Name = "pump2ComboBox";
|
|
this.pump2ComboBox.Size = new System.Drawing.Size(130, 21);
|
|
this.pump2ComboBox.TabIndex = 12;
|
|
//
|
|
// pump2Label
|
|
//
|
|
this.pump2Label.AutoSize = true;
|
|
this.pump2Label.Location = new System.Drawing.Point(30, 99);
|
|
this.pump2Label.Name = "pump2Label";
|
|
this.pump2Label.Size = new System.Drawing.Size(43, 13);
|
|
this.pump2Label.TabIndex = 11;
|
|
this.pump2Label.Text = "Pump 2";
|
|
//
|
|
// pump1ComboBox
|
|
//
|
|
this.pump1ComboBox.Enabled = false;
|
|
this.pump1ComboBox.FormattingEnabled = true;
|
|
this.pump1ComboBox.Location = new System.Drawing.Point(140, 71);
|
|
this.pump1ComboBox.Name = "pump1ComboBox";
|
|
this.pump1ComboBox.Size = new System.Drawing.Size(130, 21);
|
|
this.pump1ComboBox.TabIndex = 10;
|
|
//
|
|
// pump1Label
|
|
//
|
|
this.pump1Label.AutoSize = true;
|
|
this.pump1Label.Location = new System.Drawing.Point(30, 74);
|
|
this.pump1Label.Name = "pump1Label";
|
|
this.pump1Label.Size = new System.Drawing.Size(43, 13);
|
|
this.pump1Label.TabIndex = 9;
|
|
this.pump1Label.Text = "Pump 1";
|
|
//
|
|
// PumpCfgCtrl
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.Controls.Add(this.pump2ComboBox);
|
|
this.Controls.Add(this.pump2Label);
|
|
this.Controls.Add(this.pump1ComboBox);
|
|
this.Controls.Add(this.pump1Label);
|
|
this.Controls.Add(this.nameTextBox);
|
|
this.Controls.Add(this.nameLabel);
|
|
this.Controls.Add(this.classNameLabel);
|
|
this.Name = "PumpCfgCtrl";
|
|
this.Size = new System.Drawing.Size(300, 200);
|
|
this.Load += new System.EventHandler(this.PumpCfgCtrl_Load);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.TextBox nameTextBox;
|
|
private System.Windows.Forms.Label nameLabel;
|
|
private System.Windows.Forms.Label classNameLabel;
|
|
private System.Windows.Forms.ComboBox pump2ComboBox;
|
|
private System.Windows.Forms.Label pump2Label;
|
|
private System.Windows.Forms.ComboBox pump1ComboBox;
|
|
private System.Windows.Forms.Label pump1Label;
|
|
}
|
|
}
|