317 lines
12 KiB
C#
317 lines
12 KiB
C#
///
|
|
/// Copyright (c) 2015 Sensus Metering Systems
|
|
///
|
|
namespace TBF.BenchControl.BenchInfo.Polska
|
|
{
|
|
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.benchIdLabel = new System.Windows.Forms.Label();
|
|
this.benchIdTextBox = new System.Windows.Forms.TextBox();
|
|
this.address1TextBox = new System.Windows.Forms.TextBox();
|
|
this.address1Label = new System.Windows.Forms.Label();
|
|
this.address2TextBox = new System.Windows.Forms.TextBox();
|
|
this.address2Label = new System.Windows.Forms.Label();
|
|
this.address3TextBox = new System.Windows.Forms.TextBox();
|
|
this.address3Label = new System.Windows.Forms.Label();
|
|
this.address4TextBox = new System.Windows.Forms.TextBox();
|
|
this.address4Label = new System.Windows.Forms.Label();
|
|
this.address5TextBox = new System.Windows.Forms.TextBox();
|
|
this.address5Label = new System.Windows.Forms.Label();
|
|
this.approvedByTextBox = new System.Windows.Forms.TextBox();
|
|
this.approvedByLabel = new System.Windows.Forms.Label();
|
|
this.approvalDateTextBox = new System.Windows.Forms.TextBox();
|
|
this.approvalDateLabel = new System.Windows.Forms.Label();
|
|
this.approvalIdTextBox = new System.Windows.Forms.TextBox();
|
|
this.approvalIdLabel = new System.Windows.Forms.Label();
|
|
this.benchNameTextBox = new System.Windows.Forms.TextBox();
|
|
this.benchNameLabel = new System.Windows.Forms.Label();
|
|
this.SuspendLayout();
|
|
//
|
|
// nameTextBox
|
|
//
|
|
this.nameTextBox.Enabled = false;
|
|
this.nameTextBox.Location = new System.Drawing.Point(113, 24);
|
|
this.nameTextBox.Name = "nameTextBox";
|
|
this.nameTextBox.Size = new System.Drawing.Size(88, 20);
|
|
this.nameTextBox.TabIndex = 2;
|
|
//
|
|
// nameLabel
|
|
//
|
|
this.nameLabel.AutoSize = true;
|
|
this.nameLabel.Location = new System.Drawing.Point(6, 27);
|
|
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(110, 6);
|
|
this.classNameLabel.Name = "classNameLabel";
|
|
this.classNameLabel.Size = new System.Drawing.Size(60, 13);
|
|
this.classNameLabel.TabIndex = 0;
|
|
this.classNameLabel.Text = "ClassName";
|
|
//
|
|
// benchIdLabel
|
|
//
|
|
this.benchIdLabel.AutoSize = true;
|
|
this.benchIdLabel.Location = new System.Drawing.Point(6, 66);
|
|
this.benchIdLabel.Name = "benchIdLabel";
|
|
this.benchIdLabel.Size = new System.Drawing.Size(99, 13);
|
|
this.benchIdLabel.TabIndex = 5;
|
|
this.benchIdLabel.Text = "Test bench number";
|
|
//
|
|
// benchIdTextBox
|
|
//
|
|
this.benchIdTextBox.Enabled = false;
|
|
this.benchIdTextBox.Location = new System.Drawing.Point(113, 64);
|
|
this.benchIdTextBox.Name = "benchIdTextBox";
|
|
this.benchIdTextBox.Size = new System.Drawing.Size(57, 20);
|
|
this.benchIdTextBox.TabIndex = 6;
|
|
//
|
|
// address1TextBox
|
|
//
|
|
this.address1TextBox.Enabled = false;
|
|
this.address1TextBox.Location = new System.Drawing.Point(73, 86);
|
|
this.address1TextBox.Name = "address1TextBox";
|
|
this.address1TextBox.Size = new System.Drawing.Size(220, 20);
|
|
this.address1TextBox.TabIndex = 8;
|
|
//
|
|
// address1Label
|
|
//
|
|
this.address1Label.AutoSize = true;
|
|
this.address1Label.Location = new System.Drawing.Point(6, 89);
|
|
this.address1Label.Name = "address1Label";
|
|
this.address1Label.Size = new System.Drawing.Size(54, 13);
|
|
this.address1Label.TabIndex = 7;
|
|
this.address1Label.Text = "Address 1";
|
|
//
|
|
// address2TextBox
|
|
//
|
|
this.address2TextBox.Enabled = false;
|
|
this.address2TextBox.Location = new System.Drawing.Point(73, 106);
|
|
this.address2TextBox.Name = "address2TextBox";
|
|
this.address2TextBox.Size = new System.Drawing.Size(220, 20);
|
|
this.address2TextBox.TabIndex = 10;
|
|
//
|
|
// address2Label
|
|
//
|
|
this.address2Label.AutoSize = true;
|
|
this.address2Label.Location = new System.Drawing.Point(6, 109);
|
|
this.address2Label.Name = "address2Label";
|
|
this.address2Label.Size = new System.Drawing.Size(54, 13);
|
|
this.address2Label.TabIndex = 9;
|
|
this.address2Label.Text = "Address 2";
|
|
//
|
|
// address3TextBox
|
|
//
|
|
this.address3TextBox.Enabled = false;
|
|
this.address3TextBox.Location = new System.Drawing.Point(73, 126);
|
|
this.address3TextBox.Name = "address3TextBox";
|
|
this.address3TextBox.Size = new System.Drawing.Size(220, 20);
|
|
this.address3TextBox.TabIndex = 12;
|
|
//
|
|
// address3Label
|
|
//
|
|
this.address3Label.AutoSize = true;
|
|
this.address3Label.Location = new System.Drawing.Point(6, 129);
|
|
this.address3Label.Name = "address3Label";
|
|
this.address3Label.Size = new System.Drawing.Size(54, 13);
|
|
this.address3Label.TabIndex = 11;
|
|
this.address3Label.Text = "Address 3";
|
|
//
|
|
// address4TextBox
|
|
//
|
|
this.address4TextBox.Enabled = false;
|
|
this.address4TextBox.Location = new System.Drawing.Point(73, 146);
|
|
this.address4TextBox.Name = "address4TextBox";
|
|
this.address4TextBox.Size = new System.Drawing.Size(220, 20);
|
|
this.address4TextBox.TabIndex = 14;
|
|
//
|
|
// address4Label
|
|
//
|
|
this.address4Label.AutoSize = true;
|
|
this.address4Label.Location = new System.Drawing.Point(6, 149);
|
|
this.address4Label.Name = "address4Label";
|
|
this.address4Label.Size = new System.Drawing.Size(54, 13);
|
|
this.address4Label.TabIndex = 13;
|
|
this.address4Label.Text = "Address 4";
|
|
//
|
|
// address5TextBox
|
|
//
|
|
this.address5TextBox.Enabled = false;
|
|
this.address5TextBox.Location = new System.Drawing.Point(73, 166);
|
|
this.address5TextBox.Name = "address5TextBox";
|
|
this.address5TextBox.Size = new System.Drawing.Size(220, 20);
|
|
this.address5TextBox.TabIndex = 16;
|
|
//
|
|
// address5Label
|
|
//
|
|
this.address5Label.AutoSize = true;
|
|
this.address5Label.Location = new System.Drawing.Point(6, 169);
|
|
this.address5Label.Name = "address5Label";
|
|
this.address5Label.Size = new System.Drawing.Size(54, 13);
|
|
this.address5Label.TabIndex = 15;
|
|
this.address5Label.Text = "Address 5";
|
|
//
|
|
// approvedByTextBox
|
|
//
|
|
this.approvedByTextBox.Enabled = false;
|
|
this.approvedByTextBox.Location = new System.Drawing.Point(113, 227);
|
|
this.approvedByTextBox.Name = "approvedByTextBox";
|
|
this.approvedByTextBox.Size = new System.Drawing.Size(180, 20);
|
|
this.approvedByTextBox.TabIndex = 22;
|
|
//
|
|
// approvedByLabel
|
|
//
|
|
this.approvedByLabel.AutoSize = true;
|
|
this.approvedByLabel.Location = new System.Drawing.Point(6, 230);
|
|
this.approvedByLabel.Name = "approvedByLabel";
|
|
this.approvedByLabel.Size = new System.Drawing.Size(67, 13);
|
|
this.approvedByLabel.TabIndex = 21;
|
|
this.approvedByLabel.Text = "Approved by";
|
|
//
|
|
// approvalDateTextBox
|
|
//
|
|
this.approvalDateTextBox.Enabled = false;
|
|
this.approvalDateTextBox.Location = new System.Drawing.Point(113, 207);
|
|
this.approvalDateTextBox.Name = "approvalDateTextBox";
|
|
this.approvalDateTextBox.Size = new System.Drawing.Size(180, 20);
|
|
this.approvalDateTextBox.TabIndex = 20;
|
|
//
|
|
// approvalDateLabel
|
|
//
|
|
this.approvalDateLabel.AutoSize = true;
|
|
this.approvalDateLabel.Location = new System.Drawing.Point(6, 210);
|
|
this.approvalDateLabel.Name = "approvalDateLabel";
|
|
this.approvalDateLabel.Size = new System.Drawing.Size(73, 13);
|
|
this.approvalDateLabel.TabIndex = 19;
|
|
this.approvalDateLabel.Text = "Approval date";
|
|
//
|
|
// approvalIdTextBox
|
|
//
|
|
this.approvalIdTextBox.Enabled = false;
|
|
this.approvalIdTextBox.Location = new System.Drawing.Point(113, 187);
|
|
this.approvalIdTextBox.Name = "approvalIdTextBox";
|
|
this.approvalIdTextBox.Size = new System.Drawing.Size(180, 20);
|
|
this.approvalIdTextBox.TabIndex = 18;
|
|
//
|
|
// approvalIdLabel
|
|
//
|
|
this.approvalIdLabel.AutoSize = true;
|
|
this.approvalIdLabel.Location = new System.Drawing.Point(6, 190);
|
|
this.approvalIdLabel.Name = "approvalIdLabel";
|
|
this.approvalIdLabel.Size = new System.Drawing.Size(61, 13);
|
|
this.approvalIdLabel.TabIndex = 17;
|
|
this.approvalIdLabel.Text = "Approval Id";
|
|
//
|
|
// benchNameTextBox
|
|
//
|
|
this.benchNameTextBox.Enabled = false;
|
|
this.benchNameTextBox.Location = new System.Drawing.Point(113, 44);
|
|
this.benchNameTextBox.Name = "benchNameTextBox";
|
|
this.benchNameTextBox.Size = new System.Drawing.Size(57, 20);
|
|
this.benchNameTextBox.TabIndex = 4;
|
|
//
|
|
// benchNameLabel
|
|
//
|
|
this.benchNameLabel.AutoSize = true;
|
|
this.benchNameLabel.Location = new System.Drawing.Point(6, 46);
|
|
this.benchNameLabel.Name = "benchNameLabel";
|
|
this.benchNameLabel.Size = new System.Drawing.Size(90, 13);
|
|
this.benchNameLabel.TabIndex = 3;
|
|
this.benchNameLabel.Text = "Test bench name";
|
|
//
|
|
// ComponentCfgCtrl
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.Controls.Add(this.benchNameTextBox);
|
|
this.Controls.Add(this.benchNameLabel);
|
|
this.Controls.Add(this.approvedByTextBox);
|
|
this.Controls.Add(this.approvedByLabel);
|
|
this.Controls.Add(this.approvalDateTextBox);
|
|
this.Controls.Add(this.approvalDateLabel);
|
|
this.Controls.Add(this.approvalIdTextBox);
|
|
this.Controls.Add(this.approvalIdLabel);
|
|
this.Controls.Add(this.address5TextBox);
|
|
this.Controls.Add(this.address5Label);
|
|
this.Controls.Add(this.address4TextBox);
|
|
this.Controls.Add(this.address4Label);
|
|
this.Controls.Add(this.address3TextBox);
|
|
this.Controls.Add(this.address3Label);
|
|
this.Controls.Add(this.address2TextBox);
|
|
this.Controls.Add(this.address2Label);
|
|
this.Controls.Add(this.address1TextBox);
|
|
this.Controls.Add(this.address1Label);
|
|
this.Controls.Add(this.benchIdTextBox);
|
|
this.Controls.Add(this.benchIdLabel);
|
|
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, 250);
|
|
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 benchIdLabel;
|
|
private System.Windows.Forms.TextBox benchIdTextBox;
|
|
private System.Windows.Forms.TextBox address1TextBox;
|
|
private System.Windows.Forms.Label address1Label;
|
|
private System.Windows.Forms.TextBox address2TextBox;
|
|
private System.Windows.Forms.Label address2Label;
|
|
private System.Windows.Forms.TextBox address3TextBox;
|
|
private System.Windows.Forms.Label address3Label;
|
|
private System.Windows.Forms.TextBox address4TextBox;
|
|
private System.Windows.Forms.Label address4Label;
|
|
private System.Windows.Forms.TextBox address5TextBox;
|
|
private System.Windows.Forms.Label address5Label;
|
|
private System.Windows.Forms.TextBox approvedByTextBox;
|
|
private System.Windows.Forms.Label approvedByLabel;
|
|
private System.Windows.Forms.TextBox approvalDateTextBox;
|
|
private System.Windows.Forms.Label approvalDateLabel;
|
|
private System.Windows.Forms.TextBox approvalIdTextBox;
|
|
private System.Windows.Forms.Label approvalIdLabel;
|
|
private System.Windows.Forms.TextBox benchNameTextBox;
|
|
private System.Windows.Forms.Label benchNameLabel;
|
|
}
|
|
}
|