586 lines
29 KiB
C#
586 lines
29 KiB
C#
///
|
|
/// Copyright (c) 2019 Sensus Slovensko a.s.
|
|
///
|
|
namespace TBF.BenchControl.TestMethods.ManualEntry
|
|
{
|
|
partial class ManualEntryForm
|
|
{
|
|
/// <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 Windows Form 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.groupBox2 = new System.Windows.Forms.GroupBox();
|
|
this.textBox2 = new System.Windows.Forms.TextBox();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
this.textBox1 = new System.Windows.Forms.TextBox();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.okButton = new System.Windows.Forms.Button();
|
|
this.groupBox3 = new System.Windows.Forms.GroupBox();
|
|
this.textBox3 = new System.Windows.Forms.TextBox();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.groupBox4 = new System.Windows.Forms.GroupBox();
|
|
this.textBox4 = new System.Windows.Forms.TextBox();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.groupBox5 = new System.Windows.Forms.GroupBox();
|
|
this.textBox5 = new System.Windows.Forms.TextBox();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.groupBox6 = new System.Windows.Forms.GroupBox();
|
|
this.textBox6 = new System.Windows.Forms.TextBox();
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
this.groupBox7 = new System.Windows.Forms.GroupBox();
|
|
this.textBox7 = new System.Windows.Forms.TextBox();
|
|
this.label7 = new System.Windows.Forms.Label();
|
|
this.promptLabel = new System.Windows.Forms.Label();
|
|
this.yesRadioButton1 = new System.Windows.Forms.RadioButton();
|
|
this.noRadioButton1 = new System.Windows.Forms.RadioButton();
|
|
this.noRadioButton2 = new System.Windows.Forms.RadioButton();
|
|
this.yesRadioButton2 = new System.Windows.Forms.RadioButton();
|
|
this.noRadioButton3 = new System.Windows.Forms.RadioButton();
|
|
this.yesRadioButton3 = new System.Windows.Forms.RadioButton();
|
|
this.noRadioButton4 = new System.Windows.Forms.RadioButton();
|
|
this.yesRadioButton4 = new System.Windows.Forms.RadioButton();
|
|
this.noRadioButton5 = new System.Windows.Forms.RadioButton();
|
|
this.yesRadioButton5 = new System.Windows.Forms.RadioButton();
|
|
this.noRadioButton6 = new System.Windows.Forms.RadioButton();
|
|
this.yesRadioButton6 = new System.Windows.Forms.RadioButton();
|
|
this.noRadioButton7 = new System.Windows.Forms.RadioButton();
|
|
this.yesRadioButton7 = new System.Windows.Forms.RadioButton();
|
|
this.groupBox2.SuspendLayout();
|
|
this.groupBox1.SuspendLayout();
|
|
this.groupBox3.SuspendLayout();
|
|
this.groupBox4.SuspendLayout();
|
|
this.groupBox5.SuspendLayout();
|
|
this.groupBox6.SuspendLayout();
|
|
this.groupBox7.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// groupBox2
|
|
//
|
|
this.groupBox2.Controls.Add(this.noRadioButton2);
|
|
this.groupBox2.Controls.Add(this.yesRadioButton2);
|
|
this.groupBox2.Controls.Add(this.textBox2);
|
|
this.groupBox2.Controls.Add(this.label2);
|
|
this.groupBox2.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
|
|
this.groupBox2.ForeColor = System.Drawing.Color.Black;
|
|
this.groupBox2.Location = new System.Drawing.Point(25, 159);
|
|
this.groupBox2.Name = "groupBox2";
|
|
this.groupBox2.Size = new System.Drawing.Size(497, 81);
|
|
this.groupBox2.TabIndex = 2;
|
|
this.groupBox2.TabStop = false;
|
|
this.groupBox2.Visible = false;
|
|
//
|
|
// textBox2
|
|
//
|
|
this.textBox2.Font = new System.Drawing.Font("Verdana", 27.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
|
|
this.textBox2.Location = new System.Drawing.Point(226, 21);
|
|
this.textBox2.Name = "textBox2";
|
|
this.textBox2.Size = new System.Drawing.Size(241, 52);
|
|
this.textBox2.TabIndex = 1;
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(18, 34);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(68, 23);
|
|
this.label2.TabIndex = 0;
|
|
this.label2.Text = "label2";
|
|
//
|
|
// groupBox1
|
|
//
|
|
this.groupBox1.Controls.Add(this.noRadioButton1);
|
|
this.groupBox1.Controls.Add(this.yesRadioButton1);
|
|
this.groupBox1.Controls.Add(this.textBox1);
|
|
this.groupBox1.Controls.Add(this.label1);
|
|
this.groupBox1.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
|
|
this.groupBox1.ForeColor = System.Drawing.Color.Black;
|
|
this.groupBox1.Location = new System.Drawing.Point(25, 69);
|
|
this.groupBox1.Name = "groupBox1";
|
|
this.groupBox1.Size = new System.Drawing.Size(497, 81);
|
|
this.groupBox1.TabIndex = 1;
|
|
this.groupBox1.TabStop = false;
|
|
//
|
|
// textBox1
|
|
//
|
|
this.textBox1.Font = new System.Drawing.Font("Verdana", 27.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
|
|
this.textBox1.Location = new System.Drawing.Point(226, 21);
|
|
this.textBox1.Name = "textBox1";
|
|
this.textBox1.Size = new System.Drawing.Size(241, 52);
|
|
this.textBox1.TabIndex = 1;
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(18, 34);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(68, 23);
|
|
this.label1.TabIndex = 0;
|
|
this.label1.Text = "label1";
|
|
//
|
|
// okButton
|
|
//
|
|
this.okButton.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
|
|
this.okButton.ForeColor = System.Drawing.Color.Black;
|
|
this.okButton.Location = new System.Drawing.Point(583, 21);
|
|
this.okButton.Name = "okButton";
|
|
this.okButton.Size = new System.Drawing.Size(98, 63);
|
|
this.okButton.TabIndex = 7;
|
|
this.okButton.Text = "OK";
|
|
this.okButton.UseVisualStyleBackColor = true;
|
|
this.okButton.Click += new System.EventHandler(this.okButton_Click);
|
|
//
|
|
// groupBox3
|
|
//
|
|
this.groupBox3.Controls.Add(this.noRadioButton3);
|
|
this.groupBox3.Controls.Add(this.yesRadioButton3);
|
|
this.groupBox3.Controls.Add(this.textBox3);
|
|
this.groupBox3.Controls.Add(this.label3);
|
|
this.groupBox3.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
|
|
this.groupBox3.ForeColor = System.Drawing.Color.Black;
|
|
this.groupBox3.Location = new System.Drawing.Point(25, 249);
|
|
this.groupBox3.Name = "groupBox3";
|
|
this.groupBox3.Size = new System.Drawing.Size(497, 81);
|
|
this.groupBox3.TabIndex = 3;
|
|
this.groupBox3.TabStop = false;
|
|
this.groupBox3.Visible = false;
|
|
//
|
|
// textBox3
|
|
//
|
|
this.textBox3.Font = new System.Drawing.Font("Verdana", 27.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
|
|
this.textBox3.Location = new System.Drawing.Point(226, 21);
|
|
this.textBox3.Name = "textBox3";
|
|
this.textBox3.Size = new System.Drawing.Size(241, 52);
|
|
this.textBox3.TabIndex = 1;
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(18, 34);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(68, 23);
|
|
this.label3.TabIndex = 0;
|
|
this.label3.Text = "label3";
|
|
//
|
|
// groupBox4
|
|
//
|
|
this.groupBox4.Controls.Add(this.noRadioButton4);
|
|
this.groupBox4.Controls.Add(this.yesRadioButton4);
|
|
this.groupBox4.Controls.Add(this.textBox4);
|
|
this.groupBox4.Controls.Add(this.label4);
|
|
this.groupBox4.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
|
|
this.groupBox4.ForeColor = System.Drawing.Color.Black;
|
|
this.groupBox4.Location = new System.Drawing.Point(25, 339);
|
|
this.groupBox4.Name = "groupBox4";
|
|
this.groupBox4.Size = new System.Drawing.Size(497, 81);
|
|
this.groupBox4.TabIndex = 4;
|
|
this.groupBox4.TabStop = false;
|
|
this.groupBox4.Visible = false;
|
|
//
|
|
// textBox4
|
|
//
|
|
this.textBox4.Font = new System.Drawing.Font("Verdana", 27.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
|
|
this.textBox4.Location = new System.Drawing.Point(226, 21);
|
|
this.textBox4.Name = "textBox4";
|
|
this.textBox4.Size = new System.Drawing.Size(241, 52);
|
|
this.textBox4.TabIndex = 1;
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Location = new System.Drawing.Point(18, 34);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(68, 23);
|
|
this.label4.TabIndex = 0;
|
|
this.label4.Text = "label4";
|
|
//
|
|
// groupBox5
|
|
//
|
|
this.groupBox5.Controls.Add(this.noRadioButton5);
|
|
this.groupBox5.Controls.Add(this.yesRadioButton5);
|
|
this.groupBox5.Controls.Add(this.textBox5);
|
|
this.groupBox5.Controls.Add(this.label5);
|
|
this.groupBox5.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
|
|
this.groupBox5.ForeColor = System.Drawing.Color.Black;
|
|
this.groupBox5.Location = new System.Drawing.Point(25, 429);
|
|
this.groupBox5.Name = "groupBox5";
|
|
this.groupBox5.Size = new System.Drawing.Size(497, 81);
|
|
this.groupBox5.TabIndex = 8;
|
|
this.groupBox5.TabStop = false;
|
|
this.groupBox5.Visible = false;
|
|
//
|
|
// textBox5
|
|
//
|
|
this.textBox5.Font = new System.Drawing.Font("Verdana", 27.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
|
|
this.textBox5.Location = new System.Drawing.Point(226, 21);
|
|
this.textBox5.Name = "textBox5";
|
|
this.textBox5.Size = new System.Drawing.Size(241, 52);
|
|
this.textBox5.TabIndex = 1;
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.Location = new System.Drawing.Point(18, 34);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(68, 23);
|
|
this.label5.TabIndex = 0;
|
|
this.label5.Text = "label5";
|
|
//
|
|
// groupBox6
|
|
//
|
|
this.groupBox6.Controls.Add(this.noRadioButton6);
|
|
this.groupBox6.Controls.Add(this.yesRadioButton6);
|
|
this.groupBox6.Controls.Add(this.textBox6);
|
|
this.groupBox6.Controls.Add(this.label6);
|
|
this.groupBox6.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
|
|
this.groupBox6.ForeColor = System.Drawing.Color.Black;
|
|
this.groupBox6.Location = new System.Drawing.Point(25, 519);
|
|
this.groupBox6.Name = "groupBox6";
|
|
this.groupBox6.Size = new System.Drawing.Size(497, 81);
|
|
this.groupBox6.TabIndex = 9;
|
|
this.groupBox6.TabStop = false;
|
|
this.groupBox6.Visible = false;
|
|
//
|
|
// textBox6
|
|
//
|
|
this.textBox6.Font = new System.Drawing.Font("Verdana", 27.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
|
|
this.textBox6.Location = new System.Drawing.Point(226, 21);
|
|
this.textBox6.Name = "textBox6";
|
|
this.textBox6.Size = new System.Drawing.Size(241, 52);
|
|
this.textBox6.TabIndex = 1;
|
|
//
|
|
// label6
|
|
//
|
|
this.label6.AutoSize = true;
|
|
this.label6.Location = new System.Drawing.Point(18, 34);
|
|
this.label6.Name = "label6";
|
|
this.label6.Size = new System.Drawing.Size(68, 23);
|
|
this.label6.TabIndex = 0;
|
|
this.label6.Text = "label6";
|
|
//
|
|
// groupBox7
|
|
//
|
|
this.groupBox7.Controls.Add(this.noRadioButton7);
|
|
this.groupBox7.Controls.Add(this.yesRadioButton7);
|
|
this.groupBox7.Controls.Add(this.textBox7);
|
|
this.groupBox7.Controls.Add(this.label7);
|
|
this.groupBox7.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
|
|
this.groupBox7.ForeColor = System.Drawing.Color.Black;
|
|
this.groupBox7.Location = new System.Drawing.Point(25, 609);
|
|
this.groupBox7.Name = "groupBox7";
|
|
this.groupBox7.Size = new System.Drawing.Size(497, 81);
|
|
this.groupBox7.TabIndex = 10;
|
|
this.groupBox7.TabStop = false;
|
|
this.groupBox7.Visible = false;
|
|
//
|
|
// textBox7
|
|
//
|
|
this.textBox7.Font = new System.Drawing.Font("Verdana", 27.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
|
|
this.textBox7.Location = new System.Drawing.Point(226, 21);
|
|
this.textBox7.Name = "textBox7";
|
|
this.textBox7.Size = new System.Drawing.Size(241, 52);
|
|
this.textBox7.TabIndex = 1;
|
|
//
|
|
// label7
|
|
//
|
|
this.label7.AutoSize = true;
|
|
this.label7.Location = new System.Drawing.Point(18, 34);
|
|
this.label7.Name = "label7";
|
|
this.label7.Size = new System.Drawing.Size(68, 23);
|
|
this.label7.TabIndex = 0;
|
|
this.label7.Text = "label7";
|
|
//
|
|
// promptLabel
|
|
//
|
|
this.promptLabel.AutoSize = true;
|
|
this.promptLabel.Font = new System.Drawing.Font("Verdana", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
|
|
this.promptLabel.Location = new System.Drawing.Point(20, 27);
|
|
this.promptLabel.Name = "promptLabel";
|
|
this.promptLabel.Size = new System.Drawing.Size(99, 29);
|
|
this.promptLabel.TabIndex = 11;
|
|
this.promptLabel.Text = "Prompt";
|
|
//
|
|
// yesRadioButton1
|
|
//
|
|
this.yesRadioButton1.AutoSize = true;
|
|
this.yesRadioButton1.Location = new System.Drawing.Point(226, 32);
|
|
this.yesRadioButton1.Name = "yesRadioButton1";
|
|
this.yesRadioButton1.Size = new System.Drawing.Size(61, 27);
|
|
this.yesRadioButton1.TabIndex = 2;
|
|
this.yesRadioButton1.TabStop = true;
|
|
this.yesRadioButton1.Text = "Yes";
|
|
this.yesRadioButton1.UseVisualStyleBackColor = true;
|
|
this.yesRadioButton1.Visible = false;
|
|
this.yesRadioButton1.CheckedChanged += new System.EventHandler(this.yesRadioButton1_CheckedChanged);
|
|
//
|
|
// noRadioButton1
|
|
//
|
|
this.noRadioButton1.AutoSize = true;
|
|
this.noRadioButton1.Location = new System.Drawing.Point(339, 32);
|
|
this.noRadioButton1.Name = "noRadioButton1";
|
|
this.noRadioButton1.Size = new System.Drawing.Size(54, 27);
|
|
this.noRadioButton1.TabIndex = 3;
|
|
this.noRadioButton1.TabStop = true;
|
|
this.noRadioButton1.Text = "No";
|
|
this.noRadioButton1.UseVisualStyleBackColor = true;
|
|
this.noRadioButton1.Visible = false;
|
|
this.noRadioButton1.CheckedChanged += new System.EventHandler(this.noRadioButton1_CheckedChanged);
|
|
//
|
|
// noRadioButton2
|
|
//
|
|
this.noRadioButton2.AutoSize = true;
|
|
this.noRadioButton2.Location = new System.Drawing.Point(339, 32);
|
|
this.noRadioButton2.Name = "noRadioButton2";
|
|
this.noRadioButton2.Size = new System.Drawing.Size(54, 27);
|
|
this.noRadioButton2.TabIndex = 5;
|
|
this.noRadioButton2.TabStop = true;
|
|
this.noRadioButton2.Text = "No";
|
|
this.noRadioButton2.UseVisualStyleBackColor = true;
|
|
this.noRadioButton2.Visible = false;
|
|
this.noRadioButton2.CheckedChanged += new System.EventHandler(this.noRadioButton2_CheckedChanged);
|
|
//
|
|
// yesRadioButton2
|
|
//
|
|
this.yesRadioButton2.AutoSize = true;
|
|
this.yesRadioButton2.Location = new System.Drawing.Point(226, 32);
|
|
this.yesRadioButton2.Name = "yesRadioButton2";
|
|
this.yesRadioButton2.Size = new System.Drawing.Size(61, 27);
|
|
this.yesRadioButton2.TabIndex = 4;
|
|
this.yesRadioButton2.TabStop = true;
|
|
this.yesRadioButton2.Text = "Yes";
|
|
this.yesRadioButton2.UseVisualStyleBackColor = true;
|
|
this.yesRadioButton2.Visible = false;
|
|
this.yesRadioButton2.CheckedChanged += new System.EventHandler(this.yesRadioButton2_CheckedChanged);
|
|
//
|
|
// noRadioButton3
|
|
//
|
|
this.noRadioButton3.AutoSize = true;
|
|
this.noRadioButton3.Location = new System.Drawing.Point(339, 32);
|
|
this.noRadioButton3.Name = "noRadioButton3";
|
|
this.noRadioButton3.Size = new System.Drawing.Size(54, 27);
|
|
this.noRadioButton3.TabIndex = 5;
|
|
this.noRadioButton3.TabStop = true;
|
|
this.noRadioButton3.Text = "No";
|
|
this.noRadioButton3.UseVisualStyleBackColor = true;
|
|
this.noRadioButton3.Visible = false;
|
|
this.noRadioButton3.CheckedChanged += new System.EventHandler(this.noRadioButton3_CheckedChanged);
|
|
//
|
|
// yesRadioButton3
|
|
//
|
|
this.yesRadioButton3.AutoSize = true;
|
|
this.yesRadioButton3.Location = new System.Drawing.Point(226, 32);
|
|
this.yesRadioButton3.Name = "yesRadioButton3";
|
|
this.yesRadioButton3.Size = new System.Drawing.Size(61, 27);
|
|
this.yesRadioButton3.TabIndex = 4;
|
|
this.yesRadioButton3.TabStop = true;
|
|
this.yesRadioButton3.Text = "Yes";
|
|
this.yesRadioButton3.UseVisualStyleBackColor = true;
|
|
this.yesRadioButton3.Visible = false;
|
|
this.yesRadioButton3.CheckedChanged += new System.EventHandler(this.yesRadioButton3_CheckedChanged);
|
|
//
|
|
// noRadioButton4
|
|
//
|
|
this.noRadioButton4.AutoSize = true;
|
|
this.noRadioButton4.Location = new System.Drawing.Point(339, 32);
|
|
this.noRadioButton4.Name = "noRadioButton4";
|
|
this.noRadioButton4.Size = new System.Drawing.Size(54, 27);
|
|
this.noRadioButton4.TabIndex = 5;
|
|
this.noRadioButton4.TabStop = true;
|
|
this.noRadioButton4.Text = "No";
|
|
this.noRadioButton4.UseVisualStyleBackColor = true;
|
|
this.noRadioButton4.Visible = false;
|
|
this.noRadioButton4.CheckedChanged += new System.EventHandler(this.noRadioButton4_CheckedChanged);
|
|
//
|
|
// yesRadioButton4
|
|
//
|
|
this.yesRadioButton4.AutoSize = true;
|
|
this.yesRadioButton4.Location = new System.Drawing.Point(226, 32);
|
|
this.yesRadioButton4.Name = "yesRadioButton4";
|
|
this.yesRadioButton4.Size = new System.Drawing.Size(61, 27);
|
|
this.yesRadioButton4.TabIndex = 4;
|
|
this.yesRadioButton4.TabStop = true;
|
|
this.yesRadioButton4.Text = "Yes";
|
|
this.yesRadioButton4.UseVisualStyleBackColor = true;
|
|
this.yesRadioButton4.Visible = false;
|
|
this.yesRadioButton4.CheckedChanged += new System.EventHandler(this.yesRadioButton4_CheckedChanged);
|
|
//
|
|
// noRadioButton5
|
|
//
|
|
this.noRadioButton5.AutoSize = true;
|
|
this.noRadioButton5.Location = new System.Drawing.Point(339, 32);
|
|
this.noRadioButton5.Name = "noRadioButton5";
|
|
this.noRadioButton5.Size = new System.Drawing.Size(54, 27);
|
|
this.noRadioButton5.TabIndex = 5;
|
|
this.noRadioButton5.TabStop = true;
|
|
this.noRadioButton5.Text = "No";
|
|
this.noRadioButton5.UseVisualStyleBackColor = true;
|
|
this.noRadioButton5.Visible = false;
|
|
this.noRadioButton5.CheckedChanged += new System.EventHandler(this.noRadioButton5_CheckedChanged);
|
|
//
|
|
// yesRadioButton5
|
|
//
|
|
this.yesRadioButton5.AutoSize = true;
|
|
this.yesRadioButton5.Location = new System.Drawing.Point(226, 32);
|
|
this.yesRadioButton5.Name = "yesRadioButton5";
|
|
this.yesRadioButton5.Size = new System.Drawing.Size(61, 27);
|
|
this.yesRadioButton5.TabIndex = 4;
|
|
this.yesRadioButton5.TabStop = true;
|
|
this.yesRadioButton5.Text = "Yes";
|
|
this.yesRadioButton5.UseVisualStyleBackColor = true;
|
|
this.yesRadioButton5.Visible = false;
|
|
this.yesRadioButton5.CheckedChanged += new System.EventHandler(this.yesRadioButton5_CheckedChanged);
|
|
//
|
|
// noRadioButton6
|
|
//
|
|
this.noRadioButton6.AutoSize = true;
|
|
this.noRadioButton6.Location = new System.Drawing.Point(339, 32);
|
|
this.noRadioButton6.Name = "noRadioButton6";
|
|
this.noRadioButton6.Size = new System.Drawing.Size(54, 27);
|
|
this.noRadioButton6.TabIndex = 5;
|
|
this.noRadioButton6.TabStop = true;
|
|
this.noRadioButton6.Text = "No";
|
|
this.noRadioButton6.UseVisualStyleBackColor = true;
|
|
this.noRadioButton6.Visible = false;
|
|
this.noRadioButton6.CheckedChanged += new System.EventHandler(this.noRadioButton6_CheckedChanged);
|
|
//
|
|
// yesRadioButton6
|
|
//
|
|
this.yesRadioButton6.AutoSize = true;
|
|
this.yesRadioButton6.Location = new System.Drawing.Point(226, 32);
|
|
this.yesRadioButton6.Name = "yesRadioButton6";
|
|
this.yesRadioButton6.Size = new System.Drawing.Size(61, 27);
|
|
this.yesRadioButton6.TabIndex = 4;
|
|
this.yesRadioButton6.TabStop = true;
|
|
this.yesRadioButton6.Text = "Yes";
|
|
this.yesRadioButton6.UseVisualStyleBackColor = true;
|
|
this.yesRadioButton6.Visible = false;
|
|
this.yesRadioButton6.CheckedChanged += new System.EventHandler(this.yesRadioButton6_CheckedChanged);
|
|
//
|
|
// noRadioButton7
|
|
//
|
|
this.noRadioButton7.AutoSize = true;
|
|
this.noRadioButton7.Location = new System.Drawing.Point(339, 30);
|
|
this.noRadioButton7.Name = "noRadioButton7";
|
|
this.noRadioButton7.Size = new System.Drawing.Size(54, 27);
|
|
this.noRadioButton7.TabIndex = 5;
|
|
this.noRadioButton7.TabStop = true;
|
|
this.noRadioButton7.Text = "No";
|
|
this.noRadioButton7.UseVisualStyleBackColor = true;
|
|
this.noRadioButton7.Visible = false;
|
|
this.noRadioButton7.CheckedChanged += new System.EventHandler(this.noRadioButton7_CheckedChanged);
|
|
//
|
|
// yesRadioButton7
|
|
//
|
|
this.yesRadioButton7.AutoSize = true;
|
|
this.yesRadioButton7.Location = new System.Drawing.Point(226, 30);
|
|
this.yesRadioButton7.Name = "yesRadioButton7";
|
|
this.yesRadioButton7.Size = new System.Drawing.Size(61, 27);
|
|
this.yesRadioButton7.TabIndex = 4;
|
|
this.yesRadioButton7.TabStop = true;
|
|
this.yesRadioButton7.Text = "Yes";
|
|
this.yesRadioButton7.UseVisualStyleBackColor = true;
|
|
this.yesRadioButton7.Visible = false;
|
|
this.yesRadioButton7.CheckedChanged += new System.EventHandler(this.yesRadioButton7_CheckedChanged);
|
|
//
|
|
// ManualEntryForm
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.BackColor = System.Drawing.Color.DarkGoldenrod;
|
|
this.ClientSize = new System.Drawing.Size(735, 706);
|
|
this.Controls.Add(this.promptLabel);
|
|
this.Controls.Add(this.groupBox7);
|
|
this.Controls.Add(this.groupBox6);
|
|
this.Controls.Add(this.groupBox5);
|
|
this.Controls.Add(this.groupBox4);
|
|
this.Controls.Add(this.groupBox3);
|
|
this.Controls.Add(this.okButton);
|
|
this.Controls.Add(this.groupBox2);
|
|
this.Controls.Add(this.groupBox1);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
|
|
this.Name = "ManualEntryForm";
|
|
this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
|
|
this.TopMost = true;
|
|
this.groupBox2.ResumeLayout(false);
|
|
this.groupBox2.PerformLayout();
|
|
this.groupBox1.ResumeLayout(false);
|
|
this.groupBox1.PerformLayout();
|
|
this.groupBox3.ResumeLayout(false);
|
|
this.groupBox3.PerformLayout();
|
|
this.groupBox4.ResumeLayout(false);
|
|
this.groupBox4.PerformLayout();
|
|
this.groupBox5.ResumeLayout(false);
|
|
this.groupBox5.PerformLayout();
|
|
this.groupBox6.ResumeLayout(false);
|
|
this.groupBox6.PerformLayout();
|
|
this.groupBox7.ResumeLayout(false);
|
|
this.groupBox7.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.GroupBox groupBox2;
|
|
private System.Windows.Forms.TextBox textBox2;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
|
private System.Windows.Forms.TextBox textBox1;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Button okButton;
|
|
private System.Windows.Forms.GroupBox groupBox3;
|
|
private System.Windows.Forms.TextBox textBox3;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.GroupBox groupBox4;
|
|
private System.Windows.Forms.TextBox textBox4;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.GroupBox groupBox5;
|
|
private System.Windows.Forms.TextBox textBox5;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.GroupBox groupBox6;
|
|
private System.Windows.Forms.TextBox textBox6;
|
|
private System.Windows.Forms.Label label6;
|
|
private System.Windows.Forms.GroupBox groupBox7;
|
|
private System.Windows.Forms.TextBox textBox7;
|
|
private System.Windows.Forms.Label label7;
|
|
private System.Windows.Forms.Label promptLabel;
|
|
private System.Windows.Forms.RadioButton noRadioButton1;
|
|
private System.Windows.Forms.RadioButton yesRadioButton1;
|
|
private System.Windows.Forms.RadioButton noRadioButton2;
|
|
private System.Windows.Forms.RadioButton yesRadioButton2;
|
|
private System.Windows.Forms.RadioButton noRadioButton3;
|
|
private System.Windows.Forms.RadioButton yesRadioButton3;
|
|
private System.Windows.Forms.RadioButton noRadioButton4;
|
|
private System.Windows.Forms.RadioButton yesRadioButton4;
|
|
private System.Windows.Forms.RadioButton noRadioButton5;
|
|
private System.Windows.Forms.RadioButton yesRadioButton5;
|
|
private System.Windows.Forms.RadioButton noRadioButton6;
|
|
private System.Windows.Forms.RadioButton yesRadioButton6;
|
|
private System.Windows.Forms.RadioButton noRadioButton7;
|
|
private System.Windows.Forms.RadioButton yesRadioButton7;
|
|
|
|
}
|
|
} |