namespace TBF.BenchControl.DataEntry.Munich3 { partial class CycleEndForm { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.groupBox2 = new System.Windows.Forms.GroupBox(); this.textBox2 = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.textBox1 = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.okButton = new System.Windows.Forms.Button(); this.groupBox0 = 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.label1 = 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.groupBox2.SuspendLayout(); this.groupBox1.SuspendLayout(); this.groupBox0.SuspendLayout(); this.groupBox3.SuspendLayout(); this.groupBox4.SuspendLayout(); this.groupBox5.SuspendLayout(); this.groupBox6.SuspendLayout(); this.SuspendLayout(); // // groupBox2 // this.groupBox2.Controls.Add(this.textBox2); this.groupBox2.Controls.Add(this.label3); 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, 251); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(362, 81); this.groupBox2.TabIndex = 2; this.groupBox2.TabStop = false; this.groupBox2.Text = "Wasserzähler 2"; // // textBox2 // this.textBox2.Location = new System.Drawing.Point(183, 31); this.textBox2.Name = "textBox2"; this.textBox2.Size = new System.Drawing.Size(163, 31); this.textBox2.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:"; // // groupBox1 // this.groupBox1.Controls.Add(this.textBox1); this.groupBox1.Controls.Add(this.label2); 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, 161); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(362, 81); this.groupBox1.TabIndex = 1; this.groupBox1.TabStop = false; this.groupBox1.Text = "Wasserzähler 1"; // // textBox1 // this.textBox1.Location = new System.Drawing.Point(183, 31); this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(163, 31); this.textBox1.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:"; // // 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(425, 23); 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); // // groupBox0 // this.groupBox0.Controls.Add(this.radioButton3); this.groupBox0.Controls.Add(this.radioButton2); this.groupBox0.Controls.Add(this.radioButton1); this.groupBox0.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); this.groupBox0.Location = new System.Drawing.Point(25, 13); this.groupBox0.Name = "groupBox0"; this.groupBox0.Size = new System.Drawing.Size(362, 142); this.groupBox0.TabIndex = 0; this.groupBox0.TabStop = false; this.groupBox0.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; // // 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; // // 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; // // groupBox3 // this.groupBox3.Controls.Add(this.textBox3); this.groupBox3.Controls.Add(this.label1); 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, 341); this.groupBox3.Name = "groupBox3"; this.groupBox3.Size = new System.Drawing.Size(362, 81); this.groupBox3.TabIndex = 3; this.groupBox3.TabStop = false; this.groupBox3.Text = "Wasserzähler 3"; // // textBox3 // this.textBox3.Location = new System.Drawing.Point(183, 31); this.textBox3.Name = "textBox3"; this.textBox3.Size = new System.Drawing.Size(163, 31); this.textBox3.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:"; // // groupBox4 // 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, 431); this.groupBox4.Name = "groupBox4"; this.groupBox4.Size = new System.Drawing.Size(362, 81); this.groupBox4.TabIndex = 4; this.groupBox4.TabStop = false; this.groupBox4.Text = "Wasserzähler 4"; // // textBox4 // this.textBox4.Location = new System.Drawing.Point(183, 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.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, 521); this.groupBox5.Name = "groupBox5"; this.groupBox5.Size = new System.Drawing.Size(362, 81); this.groupBox5.TabIndex = 5; this.groupBox5.TabStop = false; this.groupBox5.Text = "Wasserzähler 5"; // // textBox5 // this.textBox5.Location = new System.Drawing.Point(183, 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.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, 611); this.groupBox6.Name = "groupBox6"; this.groupBox6.Size = new System.Drawing.Size(362, 81); this.groupBox6.TabIndex = 6; this.groupBox6.TabStop = false; this.groupBox6.Text = "Wasserzähler 6"; // // textBox6 // this.textBox6.Location = new System.Drawing.Point(183, 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:"; // // 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(559, 439); this.Controls.Add(this.groupBox6); this.Controls.Add(this.groupBox5); this.Controls.Add(this.groupBox4); this.Controls.Add(this.groupBox3); this.Controls.Add(this.groupBox0); 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.groupBox0.ResumeLayout(false); this.groupBox0.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 label3; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.TextBox textBox1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Button okButton; private System.Windows.Forms.GroupBox groupBox0; 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 label1; 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; } }