133 lines
4.4 KiB
C#
133 lines
4.4 KiB
C#
///
|
|
/// Copyright (c) 2013-2015 Sensus Metering Systems
|
|
///
|
|
namespace TBF.BenchControl.BenchInfo.Munich
|
|
{
|
|
partial class ComponentCfgCtrl
|
|
{
|
|
/// <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.benchNameLabel = new System.Windows.Forms.Label();
|
|
this.benchNameTextBox = new System.Windows.Forms.TextBox();
|
|
this.benchIdTextBox = new System.Windows.Forms.TextBox();
|
|
this.benchIdLabel = new System.Windows.Forms.Label();
|
|
this.SuspendLayout();
|
|
//
|
|
// nameTextBox
|
|
//
|
|
this.nameTextBox.Enabled = false;
|
|
this.nameTextBox.Location = new System.Drawing.Point(140, 55);
|
|
this.nameTextBox.Name = "nameTextBox";
|
|
this.nameTextBox.Size = new System.Drawing.Size(130, 20);
|
|
this.nameTextBox.TabIndex = 5;
|
|
//
|
|
// nameLabel
|
|
//
|
|
this.nameLabel.AutoSize = true;
|
|
this.nameLabel.Location = new System.Drawing.Point(25, 58);
|
|
this.nameLabel.Name = "nameLabel";
|
|
this.nameLabel.Size = new System.Drawing.Size(35, 13);
|
|
this.nameLabel.TabIndex = 4;
|
|
this.nameLabel.Text = "Name";
|
|
//
|
|
// classNameLabel
|
|
//
|
|
this.classNameLabel.AutoSize = true;
|
|
this.classNameLabel.Location = new System.Drawing.Point(137, 31);
|
|
this.classNameLabel.Name = "classNameLabel";
|
|
this.classNameLabel.Size = new System.Drawing.Size(60, 13);
|
|
this.classNameLabel.TabIndex = 3;
|
|
this.classNameLabel.Text = "ClassName";
|
|
//
|
|
// benchNameLabel
|
|
//
|
|
this.benchNameLabel.AutoSize = true;
|
|
this.benchNameLabel.Location = new System.Drawing.Point(25, 84);
|
|
this.benchNameLabel.Name = "benchNameLabel";
|
|
this.benchNameLabel.Size = new System.Drawing.Size(90, 13);
|
|
this.benchNameLabel.TabIndex = 6;
|
|
this.benchNameLabel.Text = "Test bench name";
|
|
//
|
|
// benchNameTextBox
|
|
//
|
|
this.benchNameTextBox.Enabled = false;
|
|
this.benchNameTextBox.Location = new System.Drawing.Point(140, 81);
|
|
this.benchNameTextBox.Name = "benchNameTextBox";
|
|
this.benchNameTextBox.Size = new System.Drawing.Size(67, 20);
|
|
this.benchNameTextBox.TabIndex = 7;
|
|
//
|
|
// benchIdTextBox
|
|
//
|
|
this.benchIdTextBox.Enabled = false;
|
|
this.benchIdTextBox.Location = new System.Drawing.Point(140, 107);
|
|
this.benchIdTextBox.Name = "benchIdTextBox";
|
|
this.benchIdTextBox.Size = new System.Drawing.Size(67, 20);
|
|
this.benchIdTextBox.TabIndex = 9;
|
|
//
|
|
// benchIdLabel
|
|
//
|
|
this.benchIdLabel.AutoSize = true;
|
|
this.benchIdLabel.Location = new System.Drawing.Point(25, 110);
|
|
this.benchIdLabel.Name = "benchIdLabel";
|
|
this.benchIdLabel.Size = new System.Drawing.Size(99, 13);
|
|
this.benchIdLabel.TabIndex = 8;
|
|
this.benchIdLabel.Text = "Test bench number";
|
|
//
|
|
// ComponentCfgCtrl
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.Controls.Add(this.benchIdTextBox);
|
|
this.Controls.Add(this.benchIdLabel);
|
|
this.Controls.Add(this.benchNameTextBox);
|
|
this.Controls.Add(this.benchNameLabel);
|
|
this.Controls.Add(this.nameTextBox);
|
|
this.Controls.Add(this.nameLabel);
|
|
this.Controls.Add(this.classNameLabel);
|
|
this.Name = "ComponentCfgCtrl";
|
|
this.Size = new System.Drawing.Size(300, 200);
|
|
this.Load += new System.EventHandler(this.EntryFormCfgCtrl_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.Label benchNameLabel;
|
|
private System.Windows.Forms.TextBox benchNameTextBox;
|
|
private System.Windows.Forms.TextBox benchIdTextBox;
|
|
private System.Windows.Forms.Label benchIdLabel;
|
|
}
|
|
}
|