235 lines
8.9 KiB
C#
235 lines
8.9 KiB
C#
///
|
|
/// Copyright (c) 2017 Sensus Metering Systems
|
|
///
|
|
namespace TBF.BenchControl.DataEntry.StandardCamera
|
|
{
|
|
partial class EntryFormCfgCtrl
|
|
{
|
|
/// <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.showEndStateFormCheckBox = new System.Windows.Forms.CheckBox();
|
|
this.enterSNsAtTheEndCheckBox = new System.Windows.Forms.CheckBox();
|
|
this.saveImagesCheckBox = new System.Windows.Forms.CheckBox();
|
|
this.protocolTitle4TextBox = new System.Windows.Forms.TextBox();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.protocolTitle3TextBox = new System.Windows.Forms.TextBox();
|
|
this.protocolTitle2TextBox = new System.Windows.Forms.TextBox();
|
|
this.protocolTitle1TextBox = new System.Windows.Forms.TextBox();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.hideOrderCheckBox = new System.Windows.Forms.CheckBox();
|
|
this.SuspendLayout();
|
|
//
|
|
// nameTextBox
|
|
//
|
|
this.nameTextBox.Enabled = false;
|
|
this.nameTextBox.Location = new System.Drawing.Point(136, 31);
|
|
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(26, 34);
|
|
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(133, 10);
|
|
this.classNameLabel.Name = "classNameLabel";
|
|
this.classNameLabel.Size = new System.Drawing.Size(61, 13);
|
|
this.classNameLabel.TabIndex = 0;
|
|
this.classNameLabel.Text = "Class name";
|
|
//
|
|
// showEndStateFormCheckBox
|
|
//
|
|
this.showEndStateFormCheckBox.AutoSize = true;
|
|
this.showEndStateFormCheckBox.Enabled = false;
|
|
this.showEndStateFormCheckBox.Location = new System.Drawing.Point(136, 103);
|
|
this.showEndStateFormCheckBox.Name = "showEndStateFormCheckBox";
|
|
this.showEndStateFormCheckBox.Size = new System.Drawing.Size(151, 17);
|
|
this.showEndStateFormCheckBox.TabIndex = 5;
|
|
this.showEndStateFormCheckBox.Text = "Watermeter end state form";
|
|
this.showEndStateFormCheckBox.UseVisualStyleBackColor = true;
|
|
//
|
|
// enterSNsAtTheEndCheckBox
|
|
//
|
|
this.enterSNsAtTheEndCheckBox.AutoSize = true;
|
|
this.enterSNsAtTheEndCheckBox.Enabled = false;
|
|
this.enterSNsAtTheEndCheckBox.Location = new System.Drawing.Point(136, 82);
|
|
this.enterSNsAtTheEndCheckBox.Name = "enterSNsAtTheEndCheckBox";
|
|
this.enterSNsAtTheEndCheckBox.Size = new System.Drawing.Size(167, 17);
|
|
this.enterSNsAtTheEndCheckBox.TabIndex = 4;
|
|
this.enterSNsAtTheEndCheckBox.Text = "Enter serial number at the end";
|
|
this.enterSNsAtTheEndCheckBox.UseVisualStyleBackColor = true;
|
|
//
|
|
// saveImagesCheckBox
|
|
//
|
|
this.saveImagesCheckBox.AutoSize = true;
|
|
this.saveImagesCheckBox.Enabled = false;
|
|
this.saveImagesCheckBox.Location = new System.Drawing.Point(136, 124);
|
|
this.saveImagesCheckBox.Name = "saveImagesCheckBox";
|
|
this.saveImagesCheckBox.Size = new System.Drawing.Size(87, 17);
|
|
this.saveImagesCheckBox.TabIndex = 6;
|
|
this.saveImagesCheckBox.Text = "Save images";
|
|
this.saveImagesCheckBox.UseVisualStyleBackColor = true;
|
|
//
|
|
// protocolTitle4TextBox
|
|
//
|
|
this.protocolTitle4TextBox.Enabled = false;
|
|
this.protocolTitle4TextBox.Location = new System.Drawing.Point(136, 228);
|
|
this.protocolTitle4TextBox.Name = "protocolTitle4TextBox";
|
|
this.protocolTitle4TextBox.Size = new System.Drawing.Size(130, 20);
|
|
this.protocolTitle4TextBox.TabIndex = 14;
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Location = new System.Drawing.Point(26, 231);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(74, 13);
|
|
this.label4.TabIndex = 13;
|
|
this.label4.Text = "Protocol title 4";
|
|
//
|
|
// protocolTitle3TextBox
|
|
//
|
|
this.protocolTitle3TextBox.Enabled = false;
|
|
this.protocolTitle3TextBox.Location = new System.Drawing.Point(136, 202);
|
|
this.protocolTitle3TextBox.Name = "protocolTitle3TextBox";
|
|
this.protocolTitle3TextBox.Size = new System.Drawing.Size(130, 20);
|
|
this.protocolTitle3TextBox.TabIndex = 12;
|
|
//
|
|
// protocolTitle2TextBox
|
|
//
|
|
this.protocolTitle2TextBox.Enabled = false;
|
|
this.protocolTitle2TextBox.Location = new System.Drawing.Point(136, 176);
|
|
this.protocolTitle2TextBox.Name = "protocolTitle2TextBox";
|
|
this.protocolTitle2TextBox.Size = new System.Drawing.Size(130, 20);
|
|
this.protocolTitle2TextBox.TabIndex = 10;
|
|
//
|
|
// protocolTitle1TextBox
|
|
//
|
|
this.protocolTitle1TextBox.Enabled = false;
|
|
this.protocolTitle1TextBox.Location = new System.Drawing.Point(136, 150);
|
|
this.protocolTitle1TextBox.Name = "protocolTitle1TextBox";
|
|
this.protocolTitle1TextBox.Size = new System.Drawing.Size(130, 20);
|
|
this.protocolTitle1TextBox.TabIndex = 8;
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(26, 205);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(74, 13);
|
|
this.label3.TabIndex = 11;
|
|
this.label3.Text = "Protocol title 3";
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(26, 179);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(74, 13);
|
|
this.label2.TabIndex = 9;
|
|
this.label2.Text = "Protocol title 2";
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(26, 153);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(74, 13);
|
|
this.label1.TabIndex = 7;
|
|
this.label1.Text = "Protocol title 1";
|
|
//
|
|
// hideOrderCheckBox
|
|
//
|
|
this.hideOrderCheckBox.AutoSize = true;
|
|
this.hideOrderCheckBox.Enabled = false;
|
|
this.hideOrderCheckBox.Location = new System.Drawing.Point(136, 61);
|
|
this.hideOrderCheckBox.Name = "hideOrderCheckBox";
|
|
this.hideOrderCheckBox.Size = new System.Drawing.Size(103, 17);
|
|
this.hideOrderCheckBox.TabIndex = 3;
|
|
this.hideOrderCheckBox.Text = "Hide \'Order\' field";
|
|
this.hideOrderCheckBox.UseVisualStyleBackColor = true;
|
|
//
|
|
// EntryFormCfgCtrl
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.Controls.Add(this.hideOrderCheckBox);
|
|
this.Controls.Add(this.protocolTitle4TextBox);
|
|
this.Controls.Add(this.label4);
|
|
this.Controls.Add(this.protocolTitle3TextBox);
|
|
this.Controls.Add(this.protocolTitle2TextBox);
|
|
this.Controls.Add(this.protocolTitle1TextBox);
|
|
this.Controls.Add(this.label3);
|
|
this.Controls.Add(this.label2);
|
|
this.Controls.Add(this.label1);
|
|
this.Controls.Add(this.saveImagesCheckBox);
|
|
this.Controls.Add(this.enterSNsAtTheEndCheckBox);
|
|
this.Controls.Add(this.showEndStateFormCheckBox);
|
|
this.Controls.Add(this.nameTextBox);
|
|
this.Controls.Add(this.nameLabel);
|
|
this.Controls.Add(this.classNameLabel);
|
|
this.Name = "EntryFormCfgCtrl";
|
|
this.Size = new System.Drawing.Size(359, 275);
|
|
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.CheckBox showEndStateFormCheckBox;
|
|
private System.Windows.Forms.CheckBox enterSNsAtTheEndCheckBox;
|
|
private System.Windows.Forms.CheckBox saveImagesCheckBox;
|
|
private System.Windows.Forms.TextBox protocolTitle4TextBox;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.TextBox protocolTitle3TextBox;
|
|
private System.Windows.Forms.TextBox protocolTitle2TextBox;
|
|
private System.Windows.Forms.TextBox protocolTitle1TextBox;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.CheckBox hideOrderCheckBox;
|
|
}
|
|
}
|