299 lines
10 KiB
C#
299 lines
10 KiB
C#
///
|
|
/// Copyright (c) 2013-2015 Sensus Metering Systems
|
|
///
|
|
namespace TBF.Rig.DataEntry.Munich3
|
|
{
|
|
partial class CycleBeginningForm
|
|
{
|
|
/// <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()
|
|
{
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CycleBeginningForm));
|
|
this.okButton = new System.Windows.Forms.Button();
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
this.textBox1 = new System.Windows.Forms.TextBox();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
|
this.textBox2 = new System.Windows.Forms.TextBox();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
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.checkBox1 = new System.Windows.Forms.CheckBox();
|
|
this.checkBox2 = new System.Windows.Forms.CheckBox();
|
|
this.checkBox3 = new System.Windows.Forms.CheckBox();
|
|
this.checkBox4 = new System.Windows.Forms.CheckBox();
|
|
this.checkBox5 = new System.Windows.Forms.CheckBox();
|
|
this.checkBox6 = new System.Windows.Forms.CheckBox();
|
|
this.groupBox1.SuspendLayout();
|
|
this.groupBox2.SuspendLayout();
|
|
this.groupBox3.SuspendLayout();
|
|
this.groupBox4.SuspendLayout();
|
|
this.groupBox5.SuspendLayout();
|
|
this.groupBox6.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// okButton
|
|
//
|
|
resources.ApplyResources(this.okButton, "okButton");
|
|
this.okButton.ForeColor = System.Drawing.Color.Black;
|
|
this.okButton.Name = "okButton";
|
|
this.okButton.UseVisualStyleBackColor = true;
|
|
this.okButton.Click += new System.EventHandler(this.okButton_Click);
|
|
//
|
|
// groupBox1
|
|
//
|
|
this.groupBox1.Controls.Add(this.checkBox1);
|
|
this.groupBox1.Controls.Add(this.textBox1);
|
|
this.groupBox1.Controls.Add(this.label1);
|
|
resources.ApplyResources(this.groupBox1, "groupBox1");
|
|
this.groupBox1.ForeColor = System.Drawing.Color.Black;
|
|
this.groupBox1.Name = "groupBox1";
|
|
this.groupBox1.TabStop = false;
|
|
//
|
|
// textBox1
|
|
//
|
|
resources.ApplyResources(this.textBox1, "textBox1");
|
|
this.textBox1.Name = "textBox1";
|
|
this.textBox1.TextChanged += new System.EventHandler(this.textBox1_TextChanged);
|
|
//
|
|
// label1
|
|
//
|
|
resources.ApplyResources(this.label1, "label1");
|
|
this.label1.Name = "label1";
|
|
//
|
|
// groupBox2
|
|
//
|
|
this.groupBox2.Controls.Add(this.checkBox2);
|
|
this.groupBox2.Controls.Add(this.textBox2);
|
|
this.groupBox2.Controls.Add(this.label2);
|
|
resources.ApplyResources(this.groupBox2, "groupBox2");
|
|
this.groupBox2.ForeColor = System.Drawing.Color.Black;
|
|
this.groupBox2.Name = "groupBox2";
|
|
this.groupBox2.TabStop = false;
|
|
//
|
|
// textBox2
|
|
//
|
|
resources.ApplyResources(this.textBox2, "textBox2");
|
|
this.textBox2.Name = "textBox2";
|
|
this.textBox2.TextChanged += new System.EventHandler(this.textBox2_TextChanged);
|
|
//
|
|
// label2
|
|
//
|
|
resources.ApplyResources(this.label2, "label2");
|
|
this.label2.Name = "label2";
|
|
//
|
|
// groupBox3
|
|
//
|
|
this.groupBox3.Controls.Add(this.checkBox3);
|
|
this.groupBox3.Controls.Add(this.textBox3);
|
|
this.groupBox3.Controls.Add(this.label3);
|
|
resources.ApplyResources(this.groupBox3, "groupBox3");
|
|
this.groupBox3.ForeColor = System.Drawing.Color.Black;
|
|
this.groupBox3.Name = "groupBox3";
|
|
this.groupBox3.TabStop = false;
|
|
//
|
|
// textBox3
|
|
//
|
|
resources.ApplyResources(this.textBox3, "textBox3");
|
|
this.textBox3.Name = "textBox3";
|
|
this.textBox3.TextChanged += new System.EventHandler(this.textBox3_TextChanged);
|
|
//
|
|
// label3
|
|
//
|
|
resources.ApplyResources(this.label3, "label3");
|
|
this.label3.Name = "label3";
|
|
//
|
|
// groupBox4
|
|
//
|
|
this.groupBox4.Controls.Add(this.checkBox4);
|
|
this.groupBox4.Controls.Add(this.textBox4);
|
|
this.groupBox4.Controls.Add(this.label4);
|
|
resources.ApplyResources(this.groupBox4, "groupBox4");
|
|
this.groupBox4.ForeColor = System.Drawing.Color.Black;
|
|
this.groupBox4.Name = "groupBox4";
|
|
this.groupBox4.TabStop = false;
|
|
//
|
|
// textBox4
|
|
//
|
|
resources.ApplyResources(this.textBox4, "textBox4");
|
|
this.textBox4.Name = "textBox4";
|
|
this.textBox4.TextChanged += new System.EventHandler(this.textBox4_TextChanged);
|
|
//
|
|
// label4
|
|
//
|
|
resources.ApplyResources(this.label4, "label4");
|
|
this.label4.Name = "label4";
|
|
//
|
|
// groupBox5
|
|
//
|
|
this.groupBox5.Controls.Add(this.checkBox5);
|
|
this.groupBox5.Controls.Add(this.textBox5);
|
|
this.groupBox5.Controls.Add(this.label5);
|
|
resources.ApplyResources(this.groupBox5, "groupBox5");
|
|
this.groupBox5.ForeColor = System.Drawing.Color.Black;
|
|
this.groupBox5.Name = "groupBox5";
|
|
this.groupBox5.TabStop = false;
|
|
//
|
|
// textBox5
|
|
//
|
|
resources.ApplyResources(this.textBox5, "textBox5");
|
|
this.textBox5.Name = "textBox5";
|
|
this.textBox5.TextChanged += new System.EventHandler(this.textBox5_TextChanged);
|
|
//
|
|
// label5
|
|
//
|
|
resources.ApplyResources(this.label5, "label5");
|
|
this.label5.Name = "label5";
|
|
//
|
|
// groupBox6
|
|
//
|
|
this.groupBox6.Controls.Add(this.checkBox6);
|
|
this.groupBox6.Controls.Add(this.textBox6);
|
|
this.groupBox6.Controls.Add(this.label6);
|
|
resources.ApplyResources(this.groupBox6, "groupBox6");
|
|
this.groupBox6.ForeColor = System.Drawing.Color.Black;
|
|
this.groupBox6.Name = "groupBox6";
|
|
this.groupBox6.TabStop = false;
|
|
//
|
|
// textBox6
|
|
//
|
|
resources.ApplyResources(this.textBox6, "textBox6");
|
|
this.textBox6.Name = "textBox6";
|
|
this.textBox6.TextChanged += new System.EventHandler(this.textBox6_TextChanged);
|
|
//
|
|
// label6
|
|
//
|
|
resources.ApplyResources(this.label6, "label6");
|
|
this.label6.Name = "label6";
|
|
//
|
|
// checkBox1
|
|
//
|
|
resources.ApplyResources(this.checkBox1, "checkBox1");
|
|
this.checkBox1.Name = "checkBox1";
|
|
this.checkBox1.UseVisualStyleBackColor = true;
|
|
//
|
|
// checkBox2
|
|
//
|
|
resources.ApplyResources(this.checkBox2, "checkBox2");
|
|
this.checkBox2.Name = "checkBox2";
|
|
this.checkBox2.UseVisualStyleBackColor = true;
|
|
//
|
|
// checkBox3
|
|
//
|
|
resources.ApplyResources(this.checkBox3, "checkBox3");
|
|
this.checkBox3.Name = "checkBox3";
|
|
this.checkBox3.UseVisualStyleBackColor = true;
|
|
//
|
|
// checkBox4
|
|
//
|
|
resources.ApplyResources(this.checkBox4, "checkBox4");
|
|
this.checkBox4.Name = "checkBox4";
|
|
this.checkBox4.UseVisualStyleBackColor = true;
|
|
//
|
|
// checkBox5
|
|
//
|
|
resources.ApplyResources(this.checkBox5, "checkBox5");
|
|
this.checkBox5.Name = "checkBox5";
|
|
this.checkBox5.UseVisualStyleBackColor = true;
|
|
//
|
|
// checkBox6
|
|
//
|
|
resources.ApplyResources(this.checkBox6, "checkBox6");
|
|
this.checkBox6.Name = "checkBox6";
|
|
this.checkBox6.UseVisualStyleBackColor = true;
|
|
//
|
|
// CycleBeginningForm
|
|
//
|
|
resources.ApplyResources(this, "$this");
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.BackColor = System.Drawing.Color.DarkGray;
|
|
this.Controls.Add(this.groupBox6);
|
|
this.Controls.Add(this.groupBox5);
|
|
this.Controls.Add(this.groupBox4);
|
|
this.Controls.Add(this.groupBox3);
|
|
this.Controls.Add(this.groupBox2);
|
|
this.Controls.Add(this.groupBox1);
|
|
this.Controls.Add(this.okButton);
|
|
this.ForeColor = System.Drawing.Color.Black;
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
|
|
this.Name = "CycleBeginningForm";
|
|
this.TopMost = true;
|
|
this.Load += new System.EventHandler(this.CycleBeginningForm_Load);
|
|
this.groupBox1.ResumeLayout(false);
|
|
this.groupBox1.PerformLayout();
|
|
this.groupBox2.ResumeLayout(false);
|
|
this.groupBox2.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.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Button okButton;
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.TextBox textBox1;
|
|
private System.Windows.Forms.GroupBox groupBox2;
|
|
private System.Windows.Forms.TextBox textBox2;
|
|
private System.Windows.Forms.Label label2;
|
|
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.CheckBox checkBox1;
|
|
private System.Windows.Forms.CheckBox checkBox2;
|
|
private System.Windows.Forms.CheckBox checkBox3;
|
|
private System.Windows.Forms.CheckBox checkBox4;
|
|
private System.Windows.Forms.CheckBox checkBox5;
|
|
private System.Windows.Forms.CheckBox checkBox6;
|
|
}
|
|
} |