385 lines
18 KiB
C#
385 lines
18 KiB
C#
///
|
|
/// Copyright (c) 2015 Sensus Metering Systems
|
|
///
|
|
namespace TBF.BenchControl.TestMethods.Adjustment
|
|
{
|
|
partial class WMErrorsForm12
|
|
{
|
|
/// <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.wmErrorTextBox2 = new System.Windows.Forms.TextBox();
|
|
this.wmErrorLabel2 = new System.Windows.Forms.Label();
|
|
this.wmErrorLabel1 = new System.Windows.Forms.Label();
|
|
this.okButton = new System.Windows.Forms.Button();
|
|
this.wmErrorTextBox3 = new System.Windows.Forms.TextBox();
|
|
this.wmErrorLabel3 = new System.Windows.Forms.Label();
|
|
this.wmErrorTextBox4 = new System.Windows.Forms.TextBox();
|
|
this.wmErrorLabel4 = new System.Windows.Forms.Label();
|
|
this.wmErrorTextBox5 = new System.Windows.Forms.TextBox();
|
|
this.wmErrorLabel5 = new System.Windows.Forms.Label();
|
|
this.wmErrorTextBox6 = new System.Windows.Forms.TextBox();
|
|
this.wmErrorLabel6 = new System.Windows.Forms.Label();
|
|
this.wmErrorTextBox1 = new System.Windows.Forms.TextBox();
|
|
this.wmErrorTextBox7 = new System.Windows.Forms.TextBox();
|
|
this.wmErrorLabel7 = new System.Windows.Forms.Label();
|
|
this.wmErrorTextBox8 = new System.Windows.Forms.TextBox();
|
|
this.wmErrorLabel8 = new System.Windows.Forms.Label();
|
|
this.wmErrorTextBox9 = new System.Windows.Forms.TextBox();
|
|
this.wmErrorLabel9 = new System.Windows.Forms.Label();
|
|
this.wmErrorTextBox10 = new System.Windows.Forms.TextBox();
|
|
this.wmErrorLabel10 = new System.Windows.Forms.Label();
|
|
this.wmErrorTextBox12 = new System.Windows.Forms.TextBox();
|
|
this.wmErrorLabel12 = new System.Windows.Forms.Label();
|
|
this.wmErrorTextBox11 = new System.Windows.Forms.TextBox();
|
|
this.wmErrorLabel11 = new System.Windows.Forms.Label();
|
|
this.SuspendLayout();
|
|
//
|
|
// wmErrorTextBox2
|
|
//
|
|
this.wmErrorTextBox2.Font = new System.Drawing.Font("Verdana", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
|
|
this.wmErrorTextBox2.Location = new System.Drawing.Point(198, 74);
|
|
this.wmErrorTextBox2.Name = "wmErrorTextBox2";
|
|
this.wmErrorTextBox2.Size = new System.Drawing.Size(137, 40);
|
|
this.wmErrorTextBox2.TabIndex = 1;
|
|
this.wmErrorTextBox2.Visible = false;
|
|
//
|
|
// wmErrorLabel2
|
|
//
|
|
this.wmErrorLabel2.AutoSize = true;
|
|
this.wmErrorLabel2.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
|
|
this.wmErrorLabel2.Location = new System.Drawing.Point(33, 85);
|
|
this.wmErrorLabel2.Name = "wmErrorLabel2";
|
|
this.wmErrorLabel2.Size = new System.Drawing.Size(103, 23);
|
|
this.wmErrorLabel2.TabIndex = 0;
|
|
this.wmErrorLabel2.Text = "Error [%]";
|
|
this.wmErrorLabel2.Visible = false;
|
|
//
|
|
// wmErrorLabel1
|
|
//
|
|
this.wmErrorLabel1.AutoSize = true;
|
|
this.wmErrorLabel1.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
|
|
this.wmErrorLabel1.Location = new System.Drawing.Point(33, 39);
|
|
this.wmErrorLabel1.Name = "wmErrorLabel1";
|
|
this.wmErrorLabel1.Size = new System.Drawing.Size(103, 23);
|
|
this.wmErrorLabel1.TabIndex = 0;
|
|
this.wmErrorLabel1.Text = "Error [%]";
|
|
this.wmErrorLabel1.Visible = false;
|
|
//
|
|
// 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(601, 28);
|
|
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);
|
|
//
|
|
// wmErrorTextBox3
|
|
//
|
|
this.wmErrorTextBox3.Font = new System.Drawing.Font("Verdana", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
|
|
this.wmErrorTextBox3.Location = new System.Drawing.Point(198, 120);
|
|
this.wmErrorTextBox3.Name = "wmErrorTextBox3";
|
|
this.wmErrorTextBox3.Size = new System.Drawing.Size(137, 40);
|
|
this.wmErrorTextBox3.TabIndex = 1;
|
|
this.wmErrorTextBox3.Visible = false;
|
|
//
|
|
// wmErrorLabel3
|
|
//
|
|
this.wmErrorLabel3.AutoSize = true;
|
|
this.wmErrorLabel3.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
|
|
this.wmErrorLabel3.Location = new System.Drawing.Point(33, 131);
|
|
this.wmErrorLabel3.Name = "wmErrorLabel3";
|
|
this.wmErrorLabel3.Size = new System.Drawing.Size(103, 23);
|
|
this.wmErrorLabel3.TabIndex = 0;
|
|
this.wmErrorLabel3.Text = "Error [%]";
|
|
this.wmErrorLabel3.Visible = false;
|
|
//
|
|
// wmErrorTextBox4
|
|
//
|
|
this.wmErrorTextBox4.Font = new System.Drawing.Font("Verdana", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
|
|
this.wmErrorTextBox4.Location = new System.Drawing.Point(198, 166);
|
|
this.wmErrorTextBox4.Name = "wmErrorTextBox4";
|
|
this.wmErrorTextBox4.Size = new System.Drawing.Size(137, 40);
|
|
this.wmErrorTextBox4.TabIndex = 1;
|
|
this.wmErrorTextBox4.Visible = false;
|
|
//
|
|
// wmErrorLabel4
|
|
//
|
|
this.wmErrorLabel4.AutoSize = true;
|
|
this.wmErrorLabel4.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
|
|
this.wmErrorLabel4.Location = new System.Drawing.Point(33, 177);
|
|
this.wmErrorLabel4.Name = "wmErrorLabel4";
|
|
this.wmErrorLabel4.Size = new System.Drawing.Size(103, 23);
|
|
this.wmErrorLabel4.TabIndex = 0;
|
|
this.wmErrorLabel4.Text = "Error [%]";
|
|
this.wmErrorLabel4.Visible = false;
|
|
//
|
|
// wmErrorTextBox5
|
|
//
|
|
this.wmErrorTextBox5.Font = new System.Drawing.Font("Verdana", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
|
|
this.wmErrorTextBox5.Location = new System.Drawing.Point(198, 213);
|
|
this.wmErrorTextBox5.Name = "wmErrorTextBox5";
|
|
this.wmErrorTextBox5.Size = new System.Drawing.Size(137, 40);
|
|
this.wmErrorTextBox5.TabIndex = 1;
|
|
this.wmErrorTextBox5.Visible = false;
|
|
//
|
|
// wmErrorLabel5
|
|
//
|
|
this.wmErrorLabel5.AutoSize = true;
|
|
this.wmErrorLabel5.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
|
|
this.wmErrorLabel5.Location = new System.Drawing.Point(33, 224);
|
|
this.wmErrorLabel5.Name = "wmErrorLabel5";
|
|
this.wmErrorLabel5.Size = new System.Drawing.Size(103, 23);
|
|
this.wmErrorLabel5.TabIndex = 0;
|
|
this.wmErrorLabel5.Text = "Error [%]";
|
|
this.wmErrorLabel5.Visible = false;
|
|
//
|
|
// wmErrorTextBox6
|
|
//
|
|
this.wmErrorTextBox6.Font = new System.Drawing.Font("Verdana", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
|
|
this.wmErrorTextBox6.Location = new System.Drawing.Point(198, 259);
|
|
this.wmErrorTextBox6.Name = "wmErrorTextBox6";
|
|
this.wmErrorTextBox6.Size = new System.Drawing.Size(137, 40);
|
|
this.wmErrorTextBox6.TabIndex = 1;
|
|
this.wmErrorTextBox6.Visible = false;
|
|
//
|
|
// wmErrorLabel6
|
|
//
|
|
this.wmErrorLabel6.AutoSize = true;
|
|
this.wmErrorLabel6.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
|
|
this.wmErrorLabel6.Location = new System.Drawing.Point(33, 271);
|
|
this.wmErrorLabel6.Name = "wmErrorLabel6";
|
|
this.wmErrorLabel6.Size = new System.Drawing.Size(103, 23);
|
|
this.wmErrorLabel6.TabIndex = 0;
|
|
this.wmErrorLabel6.Text = "Error [%]";
|
|
this.wmErrorLabel6.Visible = false;
|
|
//
|
|
// wmErrorTextBox1
|
|
//
|
|
this.wmErrorTextBox1.Font = new System.Drawing.Font("Verdana", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
|
|
this.wmErrorTextBox1.Location = new System.Drawing.Point(198, 28);
|
|
this.wmErrorTextBox1.Name = "wmErrorTextBox1";
|
|
this.wmErrorTextBox1.Size = new System.Drawing.Size(137, 40);
|
|
this.wmErrorTextBox1.TabIndex = 1;
|
|
this.wmErrorTextBox1.Visible = false;
|
|
//
|
|
// wmErrorTextBox7
|
|
//
|
|
this.wmErrorTextBox7.Font = new System.Drawing.Font("Verdana", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
|
|
this.wmErrorTextBox7.Location = new System.Drawing.Point(198, 305);
|
|
this.wmErrorTextBox7.Name = "wmErrorTextBox7";
|
|
this.wmErrorTextBox7.Size = new System.Drawing.Size(137, 40);
|
|
this.wmErrorTextBox7.TabIndex = 9;
|
|
this.wmErrorTextBox7.Visible = false;
|
|
//
|
|
// wmErrorLabel7
|
|
//
|
|
this.wmErrorLabel7.AutoSize = true;
|
|
this.wmErrorLabel7.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
|
|
this.wmErrorLabel7.Location = new System.Drawing.Point(33, 317);
|
|
this.wmErrorLabel7.Name = "wmErrorLabel7";
|
|
this.wmErrorLabel7.Size = new System.Drawing.Size(103, 23);
|
|
this.wmErrorLabel7.TabIndex = 8;
|
|
this.wmErrorLabel7.Text = "Error [%]";
|
|
this.wmErrorLabel7.Visible = false;
|
|
//
|
|
// wmErrorTextBox8
|
|
//
|
|
this.wmErrorTextBox8.Font = new System.Drawing.Font("Verdana", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
|
|
this.wmErrorTextBox8.Location = new System.Drawing.Point(198, 351);
|
|
this.wmErrorTextBox8.Name = "wmErrorTextBox8";
|
|
this.wmErrorTextBox8.Size = new System.Drawing.Size(137, 40);
|
|
this.wmErrorTextBox8.TabIndex = 11;
|
|
this.wmErrorTextBox8.Visible = false;
|
|
//
|
|
// wmErrorLabel8
|
|
//
|
|
this.wmErrorLabel8.AutoSize = true;
|
|
this.wmErrorLabel8.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
|
|
this.wmErrorLabel8.Location = new System.Drawing.Point(33, 363);
|
|
this.wmErrorLabel8.Name = "wmErrorLabel8";
|
|
this.wmErrorLabel8.Size = new System.Drawing.Size(103, 23);
|
|
this.wmErrorLabel8.TabIndex = 10;
|
|
this.wmErrorLabel8.Text = "Error [%]";
|
|
this.wmErrorLabel8.Visible = false;
|
|
//
|
|
// wmErrorTextBox9
|
|
//
|
|
this.wmErrorTextBox9.Font = new System.Drawing.Font("Verdana", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
|
|
this.wmErrorTextBox9.Location = new System.Drawing.Point(198, 397);
|
|
this.wmErrorTextBox9.Name = "wmErrorTextBox9";
|
|
this.wmErrorTextBox9.Size = new System.Drawing.Size(137, 40);
|
|
this.wmErrorTextBox9.TabIndex = 13;
|
|
this.wmErrorTextBox9.Visible = false;
|
|
//
|
|
// wmErrorLabel9
|
|
//
|
|
this.wmErrorLabel9.AutoSize = true;
|
|
this.wmErrorLabel9.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
|
|
this.wmErrorLabel9.Location = new System.Drawing.Point(33, 408);
|
|
this.wmErrorLabel9.Name = "wmErrorLabel9";
|
|
this.wmErrorLabel9.Size = new System.Drawing.Size(103, 23);
|
|
this.wmErrorLabel9.TabIndex = 12;
|
|
this.wmErrorLabel9.Text = "Error [%]";
|
|
this.wmErrorLabel9.Visible = false;
|
|
//
|
|
// wmErrorTextBox10
|
|
//
|
|
this.wmErrorTextBox10.Font = new System.Drawing.Font("Verdana", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
|
|
this.wmErrorTextBox10.Location = new System.Drawing.Point(198, 443);
|
|
this.wmErrorTextBox10.Name = "wmErrorTextBox10";
|
|
this.wmErrorTextBox10.Size = new System.Drawing.Size(137, 40);
|
|
this.wmErrorTextBox10.TabIndex = 15;
|
|
this.wmErrorTextBox10.Visible = false;
|
|
//
|
|
// wmErrorLabel10
|
|
//
|
|
this.wmErrorLabel10.AutoSize = true;
|
|
this.wmErrorLabel10.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
|
|
this.wmErrorLabel10.Location = new System.Drawing.Point(33, 454);
|
|
this.wmErrorLabel10.Name = "wmErrorLabel10";
|
|
this.wmErrorLabel10.Size = new System.Drawing.Size(103, 23);
|
|
this.wmErrorLabel10.TabIndex = 14;
|
|
this.wmErrorLabel10.Text = "Error [%]";
|
|
this.wmErrorLabel10.Visible = false;
|
|
//
|
|
// wmErrorTextBox12
|
|
//
|
|
this.wmErrorTextBox12.Font = new System.Drawing.Font("Verdana", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
|
|
this.wmErrorTextBox12.Location = new System.Drawing.Point(198, 535);
|
|
this.wmErrorTextBox12.Name = "wmErrorTextBox12";
|
|
this.wmErrorTextBox12.Size = new System.Drawing.Size(137, 40);
|
|
this.wmErrorTextBox12.TabIndex = 19;
|
|
this.wmErrorTextBox12.Visible = false;
|
|
//
|
|
// wmErrorLabel12
|
|
//
|
|
this.wmErrorLabel12.AutoSize = true;
|
|
this.wmErrorLabel12.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
|
|
this.wmErrorLabel12.Location = new System.Drawing.Point(33, 546);
|
|
this.wmErrorLabel12.Name = "wmErrorLabel12";
|
|
this.wmErrorLabel12.Size = new System.Drawing.Size(103, 23);
|
|
this.wmErrorLabel12.TabIndex = 18;
|
|
this.wmErrorLabel12.Text = "Error [%]";
|
|
this.wmErrorLabel12.Visible = false;
|
|
//
|
|
// wmErrorTextBox11
|
|
//
|
|
this.wmErrorTextBox11.Font = new System.Drawing.Font("Verdana", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
|
|
this.wmErrorTextBox11.Location = new System.Drawing.Point(198, 489);
|
|
this.wmErrorTextBox11.Name = "wmErrorTextBox11";
|
|
this.wmErrorTextBox11.Size = new System.Drawing.Size(137, 40);
|
|
this.wmErrorTextBox11.TabIndex = 17;
|
|
this.wmErrorTextBox11.Visible = false;
|
|
//
|
|
// wmErrorLabel11
|
|
//
|
|
this.wmErrorLabel11.AutoSize = true;
|
|
this.wmErrorLabel11.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
|
|
this.wmErrorLabel11.Location = new System.Drawing.Point(33, 500);
|
|
this.wmErrorLabel11.Name = "wmErrorLabel11";
|
|
this.wmErrorLabel11.Size = new System.Drawing.Size(103, 23);
|
|
this.wmErrorLabel11.TabIndex = 16;
|
|
this.wmErrorLabel11.Text = "Error [%]";
|
|
this.wmErrorLabel11.Visible = false;
|
|
//
|
|
// WMErrorsForm12
|
|
//
|
|
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(731, 592);
|
|
this.Controls.Add(this.wmErrorTextBox12);
|
|
this.Controls.Add(this.wmErrorLabel12);
|
|
this.Controls.Add(this.wmErrorTextBox11);
|
|
this.Controls.Add(this.wmErrorLabel11);
|
|
this.Controls.Add(this.wmErrorTextBox10);
|
|
this.Controls.Add(this.wmErrorLabel10);
|
|
this.Controls.Add(this.wmErrorTextBox9);
|
|
this.Controls.Add(this.wmErrorLabel9);
|
|
this.Controls.Add(this.wmErrorTextBox8);
|
|
this.Controls.Add(this.wmErrorLabel8);
|
|
this.Controls.Add(this.wmErrorTextBox7);
|
|
this.Controls.Add(this.wmErrorLabel7);
|
|
this.Controls.Add(this.wmErrorTextBox6);
|
|
this.Controls.Add(this.wmErrorLabel6);
|
|
this.Controls.Add(this.wmErrorTextBox5);
|
|
this.Controls.Add(this.wmErrorLabel5);
|
|
this.Controls.Add(this.wmErrorTextBox4);
|
|
this.Controls.Add(this.wmErrorLabel4);
|
|
this.Controls.Add(this.wmErrorTextBox3);
|
|
this.Controls.Add(this.wmErrorLabel3);
|
|
this.Controls.Add(this.wmErrorTextBox2);
|
|
this.Controls.Add(this.wmErrorLabel2);
|
|
this.Controls.Add(this.wmErrorTextBox1);
|
|
this.Controls.Add(this.wmErrorLabel1);
|
|
this.Controls.Add(this.okButton);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
|
|
this.Name = "WMErrorsForm12";
|
|
this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
|
|
this.Text = "Water Meter States";
|
|
this.TopMost = true;
|
|
this.Load += new System.EventHandler(this.WMErrorsForm12_Load);
|
|
this.Paint += new System.Windows.Forms.PaintEventHandler(this.WMErrorsForm_Paint);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.TextBox wmErrorTextBox2;
|
|
private System.Windows.Forms.Label wmErrorLabel2;
|
|
private System.Windows.Forms.Label wmErrorLabel1;
|
|
private System.Windows.Forms.Button okButton;
|
|
private System.Windows.Forms.TextBox wmErrorTextBox3;
|
|
private System.Windows.Forms.Label wmErrorLabel3;
|
|
private System.Windows.Forms.TextBox wmErrorTextBox4;
|
|
private System.Windows.Forms.Label wmErrorLabel4;
|
|
private System.Windows.Forms.TextBox wmErrorTextBox5;
|
|
private System.Windows.Forms.Label wmErrorLabel5;
|
|
private System.Windows.Forms.TextBox wmErrorTextBox6;
|
|
private System.Windows.Forms.Label wmErrorLabel6;
|
|
private System.Windows.Forms.TextBox wmErrorTextBox1;
|
|
private System.Windows.Forms.TextBox wmErrorTextBox7;
|
|
private System.Windows.Forms.Label wmErrorLabel7;
|
|
private System.Windows.Forms.TextBox wmErrorTextBox8;
|
|
private System.Windows.Forms.Label wmErrorLabel8;
|
|
private System.Windows.Forms.TextBox wmErrorTextBox9;
|
|
private System.Windows.Forms.Label wmErrorLabel9;
|
|
private System.Windows.Forms.TextBox wmErrorTextBox10;
|
|
private System.Windows.Forms.Label wmErrorLabel10;
|
|
private System.Windows.Forms.TextBox wmErrorTextBox12;
|
|
private System.Windows.Forms.Label wmErrorLabel12;
|
|
private System.Windows.Forms.TextBox wmErrorTextBox11;
|
|
private System.Windows.Forms.Label wmErrorLabel11;
|
|
|
|
}
|
|
} |