514 lines
25 KiB
C#
514 lines
25 KiB
C#
///
|
|
/// Copyright (c) 2013-2015 Sensus Metering Systems
|
|
///
|
|
namespace TBF.BenchControl.DataEntry.Munich3
|
|
{
|
|
partial class CycleEndForm
|
|
{
|
|
/// <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.protocolGroupBox = new System.Windows.Forms.GroupBox();
|
|
this.radioButton3 = new System.Windows.Forms.RadioButton();
|
|
this.radioButton2 = new System.Windows.Forms.RadioButton();
|
|
this.radioButton1 = new System.Windows.Forms.RadioButton();
|
|
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.radioButton4 = new System.Windows.Forms.RadioButton();
|
|
this.yearOfProduction1Label = new System.Windows.Forms.Label();
|
|
this.yearOfProduction2Label = new System.Windows.Forms.Label();
|
|
this.yearOfProduction3Label = new System.Windows.Forms.Label();
|
|
this.yearOfProduction4Label = new System.Windows.Forms.Label();
|
|
this.yearOfProduction5Label = new System.Windows.Forms.Label();
|
|
this.yearOfProduction6Label = new System.Windows.Forms.Label();
|
|
this.yearOfProduction1TextBox = new System.Windows.Forms.TextBox();
|
|
this.yearOfProduction2TextBox = new System.Windows.Forms.TextBox();
|
|
this.yearOfProduction3TextBox = new System.Windows.Forms.TextBox();
|
|
this.yearOfProduction4TextBox = new System.Windows.Forms.TextBox();
|
|
this.yearOfProduction5TextBox = new System.Windows.Forms.TextBox();
|
|
this.yearOfProduction6TextBox = new System.Windows.Forms.TextBox();
|
|
this.groupBox2.SuspendLayout();
|
|
this.groupBox1.SuspendLayout();
|
|
this.protocolGroupBox.SuspendLayout();
|
|
this.groupBox3.SuspendLayout();
|
|
this.groupBox4.SuspendLayout();
|
|
this.groupBox5.SuspendLayout();
|
|
this.groupBox6.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// groupBox2
|
|
//
|
|
this.groupBox2.Controls.Add(this.yearOfProduction2TextBox);
|
|
this.groupBox2.Controls.Add(this.yearOfProduction2Label);
|
|
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, 284);
|
|
this.groupBox2.Name = "groupBox2";
|
|
this.groupBox2.Size = new System.Drawing.Size(682, 81);
|
|
this.groupBox2.TabIndex = 2;
|
|
this.groupBox2.TabStop = false;
|
|
this.groupBox2.Text = "Wasserzähler 2";
|
|
//
|
|
// textBox2
|
|
//
|
|
this.textBox2.Location = new System.Drawing.Point(160, 31);
|
|
this.textBox2.Name = "textBox2";
|
|
this.textBox2.Size = new System.Drawing.Size(163, 31);
|
|
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(74, 23);
|
|
this.label2.TabIndex = 0;
|
|
this.label2.Text = "Stand:";
|
|
//
|
|
// groupBox1
|
|
//
|
|
this.groupBox1.Controls.Add(this.yearOfProduction1TextBox);
|
|
this.groupBox1.Controls.Add(this.yearOfProduction1Label);
|
|
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, 194);
|
|
this.groupBox1.Name = "groupBox1";
|
|
this.groupBox1.Size = new System.Drawing.Size(682, 81);
|
|
this.groupBox1.TabIndex = 1;
|
|
this.groupBox1.TabStop = false;
|
|
this.groupBox1.Text = "Wasserzähler 1";
|
|
//
|
|
// textBox1
|
|
//
|
|
this.textBox1.Location = new System.Drawing.Point(160, 31);
|
|
this.textBox1.Name = "textBox1";
|
|
this.textBox1.Size = new System.Drawing.Size(163, 31);
|
|
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(74, 23);
|
|
this.label1.TabIndex = 0;
|
|
this.label1.Text = "Stand:";
|
|
//
|
|
// 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(584, 29);
|
|
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);
|
|
//
|
|
// protocolGroupBox
|
|
//
|
|
this.protocolGroupBox.Controls.Add(this.radioButton4);
|
|
this.protocolGroupBox.Controls.Add(this.radioButton3);
|
|
this.protocolGroupBox.Controls.Add(this.radioButton2);
|
|
this.protocolGroupBox.Controls.Add(this.radioButton1);
|
|
this.protocolGroupBox.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
|
|
this.protocolGroupBox.Location = new System.Drawing.Point(25, 13);
|
|
this.protocolGroupBox.Name = "protocolGroupBox";
|
|
this.protocolGroupBox.Size = new System.Drawing.Size(362, 175);
|
|
this.protocolGroupBox.TabIndex = 0;
|
|
this.protocolGroupBox.TabStop = false;
|
|
this.protocolGroupBox.Text = "Protokoll";
|
|
//
|
|
// radioButton3
|
|
//
|
|
this.radioButton3.AutoSize = true;
|
|
this.radioButton3.Location = new System.Drawing.Point(34, 100);
|
|
this.radioButton3.Name = "radioButton3";
|
|
this.radioButton3.Size = new System.Drawing.Size(152, 27);
|
|
this.radioButton3.TabIndex = 2;
|
|
this.radioButton3.TabStop = true;
|
|
this.radioButton3.Text = "radioButton3";
|
|
this.radioButton3.UseVisualStyleBackColor = true;
|
|
this.radioButton3.CheckedChanged += new System.EventHandler(this.radioButton3_CheckedChanged);
|
|
//
|
|
// radioButton2
|
|
//
|
|
this.radioButton2.AutoSize = true;
|
|
this.radioButton2.Location = new System.Drawing.Point(34, 67);
|
|
this.radioButton2.Name = "radioButton2";
|
|
this.radioButton2.Size = new System.Drawing.Size(152, 27);
|
|
this.radioButton2.TabIndex = 1;
|
|
this.radioButton2.TabStop = true;
|
|
this.radioButton2.Text = "radioButton2";
|
|
this.radioButton2.UseVisualStyleBackColor = true;
|
|
this.radioButton2.CheckedChanged += new System.EventHandler(this.radioButton2_CheckedChanged);
|
|
//
|
|
// radioButton1
|
|
//
|
|
this.radioButton1.AutoSize = true;
|
|
this.radioButton1.Checked = true;
|
|
this.radioButton1.Location = new System.Drawing.Point(34, 34);
|
|
this.radioButton1.Name = "radioButton1";
|
|
this.radioButton1.Size = new System.Drawing.Size(152, 27);
|
|
this.radioButton1.TabIndex = 0;
|
|
this.radioButton1.TabStop = true;
|
|
this.radioButton1.Text = "radioButton1";
|
|
this.radioButton1.UseVisualStyleBackColor = true;
|
|
this.radioButton1.CheckedChanged += new System.EventHandler(this.radioButton1_CheckedChanged);
|
|
//
|
|
// groupBox3
|
|
//
|
|
this.groupBox3.Controls.Add(this.yearOfProduction3TextBox);
|
|
this.groupBox3.Controls.Add(this.yearOfProduction3Label);
|
|
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, 374);
|
|
this.groupBox3.Name = "groupBox3";
|
|
this.groupBox3.Size = new System.Drawing.Size(682, 81);
|
|
this.groupBox3.TabIndex = 3;
|
|
this.groupBox3.TabStop = false;
|
|
this.groupBox3.Text = "Wasserzähler 3";
|
|
//
|
|
// textBox3
|
|
//
|
|
this.textBox3.Location = new System.Drawing.Point(160, 31);
|
|
this.textBox3.Name = "textBox3";
|
|
this.textBox3.Size = new System.Drawing.Size(163, 31);
|
|
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(74, 23);
|
|
this.label3.TabIndex = 0;
|
|
this.label3.Text = "Stand:";
|
|
//
|
|
// groupBox4
|
|
//
|
|
this.groupBox4.Controls.Add(this.yearOfProduction4TextBox);
|
|
this.groupBox4.Controls.Add(this.yearOfProduction4Label);
|
|
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, 464);
|
|
this.groupBox4.Name = "groupBox4";
|
|
this.groupBox4.Size = new System.Drawing.Size(682, 81);
|
|
this.groupBox4.TabIndex = 4;
|
|
this.groupBox4.TabStop = false;
|
|
this.groupBox4.Text = "Wasserzähler 4";
|
|
//
|
|
// textBox4
|
|
//
|
|
this.textBox4.Location = new System.Drawing.Point(160, 31);
|
|
this.textBox4.Name = "textBox4";
|
|
this.textBox4.Size = new System.Drawing.Size(163, 31);
|
|
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(74, 23);
|
|
this.label4.TabIndex = 0;
|
|
this.label4.Text = "Stand:";
|
|
//
|
|
// groupBox5
|
|
//
|
|
this.groupBox5.Controls.Add(this.yearOfProduction5TextBox);
|
|
this.groupBox5.Controls.Add(this.yearOfProduction5Label);
|
|
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, 554);
|
|
this.groupBox5.Name = "groupBox5";
|
|
this.groupBox5.Size = new System.Drawing.Size(682, 81);
|
|
this.groupBox5.TabIndex = 5;
|
|
this.groupBox5.TabStop = false;
|
|
this.groupBox5.Text = "Wasserzähler 5";
|
|
//
|
|
// textBox5
|
|
//
|
|
this.textBox5.Location = new System.Drawing.Point(160, 31);
|
|
this.textBox5.Name = "textBox5";
|
|
this.textBox5.Size = new System.Drawing.Size(163, 31);
|
|
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(74, 23);
|
|
this.label5.TabIndex = 0;
|
|
this.label5.Text = "Stand:";
|
|
//
|
|
// groupBox6
|
|
//
|
|
this.groupBox6.Controls.Add(this.yearOfProduction6TextBox);
|
|
this.groupBox6.Controls.Add(this.yearOfProduction6Label);
|
|
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, 644);
|
|
this.groupBox6.Name = "groupBox6";
|
|
this.groupBox6.Size = new System.Drawing.Size(682, 81);
|
|
this.groupBox6.TabIndex = 6;
|
|
this.groupBox6.TabStop = false;
|
|
this.groupBox6.Text = "Wasserzähler 6";
|
|
//
|
|
// textBox6
|
|
//
|
|
this.textBox6.Location = new System.Drawing.Point(160, 31);
|
|
this.textBox6.Name = "textBox6";
|
|
this.textBox6.Size = new System.Drawing.Size(163, 31);
|
|
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(74, 23);
|
|
this.label6.TabIndex = 0;
|
|
this.label6.Text = "Stand:";
|
|
//
|
|
// radioButton4
|
|
//
|
|
this.radioButton4.AutoSize = true;
|
|
this.radioButton4.Location = new System.Drawing.Point(34, 133);
|
|
this.radioButton4.Name = "radioButton4";
|
|
this.radioButton4.Size = new System.Drawing.Size(152, 27);
|
|
this.radioButton4.TabIndex = 3;
|
|
this.radioButton4.TabStop = true;
|
|
this.radioButton4.Text = "radioButton4";
|
|
this.radioButton4.UseVisualStyleBackColor = true;
|
|
this.radioButton4.CheckedChanged += new System.EventHandler(this.radioButton4_CheckedChanged);
|
|
//
|
|
// yearOfProduction1Label
|
|
//
|
|
this.yearOfProduction1Label.AutoSize = true;
|
|
this.yearOfProduction1Label.Location = new System.Drawing.Point(351, 34);
|
|
this.yearOfProduction1Label.Name = "yearOfProduction1Label";
|
|
this.yearOfProduction1Label.Size = new System.Drawing.Size(188, 23);
|
|
this.yearOfProduction1Label.TabIndex = 9;
|
|
this.yearOfProduction1Label.Text = "Year of production";
|
|
//
|
|
// yearOfProduction2Label
|
|
//
|
|
this.yearOfProduction2Label.AutoSize = true;
|
|
this.yearOfProduction2Label.Location = new System.Drawing.Point(351, 34);
|
|
this.yearOfProduction2Label.Name = "yearOfProduction2Label";
|
|
this.yearOfProduction2Label.Size = new System.Drawing.Size(188, 23);
|
|
this.yearOfProduction2Label.TabIndex = 10;
|
|
this.yearOfProduction2Label.Text = "Year of production";
|
|
//
|
|
// yearOfProduction3Label
|
|
//
|
|
this.yearOfProduction3Label.AutoSize = true;
|
|
this.yearOfProduction3Label.Location = new System.Drawing.Point(351, 34);
|
|
this.yearOfProduction3Label.Name = "yearOfProduction3Label";
|
|
this.yearOfProduction3Label.Size = new System.Drawing.Size(188, 23);
|
|
this.yearOfProduction3Label.TabIndex = 10;
|
|
this.yearOfProduction3Label.Text = "Year of production";
|
|
//
|
|
// yearOfProduction4Label
|
|
//
|
|
this.yearOfProduction4Label.AutoSize = true;
|
|
this.yearOfProduction4Label.Location = new System.Drawing.Point(351, 34);
|
|
this.yearOfProduction4Label.Name = "yearOfProduction4Label";
|
|
this.yearOfProduction4Label.Size = new System.Drawing.Size(188, 23);
|
|
this.yearOfProduction4Label.TabIndex = 10;
|
|
this.yearOfProduction4Label.Text = "Year of production";
|
|
//
|
|
// yearOfProduction5Label
|
|
//
|
|
this.yearOfProduction5Label.AutoSize = true;
|
|
this.yearOfProduction5Label.Location = new System.Drawing.Point(351, 34);
|
|
this.yearOfProduction5Label.Name = "yearOfProduction5Label";
|
|
this.yearOfProduction5Label.Size = new System.Drawing.Size(188, 23);
|
|
this.yearOfProduction5Label.TabIndex = 10;
|
|
this.yearOfProduction5Label.Text = "Year of production";
|
|
//
|
|
// yearOfProduction6Label
|
|
//
|
|
this.yearOfProduction6Label.AutoSize = true;
|
|
this.yearOfProduction6Label.Location = new System.Drawing.Point(351, 34);
|
|
this.yearOfProduction6Label.Name = "yearOfProduction6Label";
|
|
this.yearOfProduction6Label.Size = new System.Drawing.Size(188, 23);
|
|
this.yearOfProduction6Label.TabIndex = 10;
|
|
this.yearOfProduction6Label.Text = "Year of production";
|
|
//
|
|
// yearOfProduction1TextBox
|
|
//
|
|
this.yearOfProduction1TextBox.Location = new System.Drawing.Point(559, 31);
|
|
this.yearOfProduction1TextBox.Name = "yearOfProduction1TextBox";
|
|
this.yearOfProduction1TextBox.Size = new System.Drawing.Size(98, 31);
|
|
this.yearOfProduction1TextBox.TabIndex = 10;
|
|
//
|
|
// yearOfProduction2TextBox
|
|
//
|
|
this.yearOfProduction2TextBox.Location = new System.Drawing.Point(559, 31);
|
|
this.yearOfProduction2TextBox.Name = "yearOfProduction2TextBox";
|
|
this.yearOfProduction2TextBox.Size = new System.Drawing.Size(98, 31);
|
|
this.yearOfProduction2TextBox.TabIndex = 11;
|
|
//
|
|
// yearOfProduction3TextBox
|
|
//
|
|
this.yearOfProduction3TextBox.Location = new System.Drawing.Point(559, 31);
|
|
this.yearOfProduction3TextBox.Name = "yearOfProduction3TextBox";
|
|
this.yearOfProduction3TextBox.Size = new System.Drawing.Size(98, 31);
|
|
this.yearOfProduction3TextBox.TabIndex = 11;
|
|
//
|
|
// yearOfProduction4TextBox
|
|
//
|
|
this.yearOfProduction4TextBox.Location = new System.Drawing.Point(559, 31);
|
|
this.yearOfProduction4TextBox.Name = "yearOfProduction4TextBox";
|
|
this.yearOfProduction4TextBox.Size = new System.Drawing.Size(98, 31);
|
|
this.yearOfProduction4TextBox.TabIndex = 11;
|
|
//
|
|
// yearOfProduction5TextBox
|
|
//
|
|
this.yearOfProduction5TextBox.Location = new System.Drawing.Point(559, 31);
|
|
this.yearOfProduction5TextBox.Name = "yearOfProduction5TextBox";
|
|
this.yearOfProduction5TextBox.Size = new System.Drawing.Size(98, 31);
|
|
this.yearOfProduction5TextBox.TabIndex = 11;
|
|
//
|
|
// yearOfProduction6TextBox
|
|
//
|
|
this.yearOfProduction6TextBox.Location = new System.Drawing.Point(559, 31);
|
|
this.yearOfProduction6TextBox.Name = "yearOfProduction6TextBox";
|
|
this.yearOfProduction6TextBox.Size = new System.Drawing.Size(98, 31);
|
|
this.yearOfProduction6TextBox.TabIndex = 11;
|
|
//
|
|
// CycleEndForm
|
|
//
|
|
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(719, 746);
|
|
this.Controls.Add(this.groupBox6);
|
|
this.Controls.Add(this.groupBox5);
|
|
this.Controls.Add(this.groupBox4);
|
|
this.Controls.Add(this.groupBox3);
|
|
this.Controls.Add(this.protocolGroupBox);
|
|
this.Controls.Add(this.okButton);
|
|
this.Controls.Add(this.groupBox2);
|
|
this.Controls.Add(this.groupBox1);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
|
|
this.Name = "CycleEndForm";
|
|
this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
|
|
this.Text = "Daten";
|
|
this.TopMost = true;
|
|
this.Load += new System.EventHandler(this.CycleEndForm_Load);
|
|
this.groupBox2.ResumeLayout(false);
|
|
this.groupBox2.PerformLayout();
|
|
this.groupBox1.ResumeLayout(false);
|
|
this.groupBox1.PerformLayout();
|
|
this.protocolGroupBox.ResumeLayout(false);
|
|
this.protocolGroupBox.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.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 protocolGroupBox;
|
|
private System.Windows.Forms.RadioButton radioButton3;
|
|
private System.Windows.Forms.RadioButton radioButton2;
|
|
private System.Windows.Forms.RadioButton radioButton1;
|
|
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.RadioButton radioButton4;
|
|
private System.Windows.Forms.Label yearOfProduction1Label;
|
|
private System.Windows.Forms.TextBox yearOfProduction2TextBox;
|
|
private System.Windows.Forms.Label yearOfProduction2Label;
|
|
private System.Windows.Forms.TextBox yearOfProduction1TextBox;
|
|
private System.Windows.Forms.TextBox yearOfProduction3TextBox;
|
|
private System.Windows.Forms.Label yearOfProduction3Label;
|
|
private System.Windows.Forms.TextBox yearOfProduction4TextBox;
|
|
private System.Windows.Forms.Label yearOfProduction4Label;
|
|
private System.Windows.Forms.TextBox yearOfProduction5TextBox;
|
|
private System.Windows.Forms.Label yearOfProduction5Label;
|
|
private System.Windows.Forms.TextBox yearOfProduction6TextBox;
|
|
private System.Windows.Forms.Label yearOfProduction6Label;
|
|
|
|
}
|
|
} |