namespace TBF.BenchControl.DataEntry.Munich { partial class CycleBeginningForm { /// /// 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.okButton = new System.Windows.Forms.Button(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.mainStateTextBox = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.mainSnTextBox = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.auxStateTextBox = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.auxSnTextBox = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.groupBox1.SuspendLayout(); this.groupBox2.SuspendLayout(); this.SuspendLayout(); // // 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(439, 27); this.okButton.Name = "okButton"; this.okButton.Size = new System.Drawing.Size(98, 63); this.okButton.TabIndex = 0; this.okButton.Text = "OK"; this.okButton.UseVisualStyleBackColor = true; this.okButton.Click += new System.EventHandler(this.okButton_Click); // // groupBox1 // this.groupBox1.Controls.Add(this.mainStateTextBox); this.groupBox1.Controls.Add(this.label2); this.groupBox1.Controls.Add(this.mainSnTextBox); 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(28, 18); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(376, 92); this.groupBox1.TabIndex = 1; this.groupBox1.TabStop = false; this.groupBox1.Text = "Hauptzähler"; // // mainStateTextBox // this.mainStateTextBox.Location = new System.Drawing.Point(183, 56); this.mainStateTextBox.Name = "mainStateTextBox"; this.mainStateTextBox.Size = new System.Drawing.Size(163, 31); this.mainStateTextBox.TabIndex = 3; this.mainStateTextBox.Visible = false; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(18, 59); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(74, 23); this.label2.TabIndex = 2; this.label2.Text = "Stand:"; this.label2.Visible = false; // // mainSnTextBox // this.mainSnTextBox.Location = new System.Drawing.Point(183, 37); this.mainSnTextBox.Name = "mainSnTextBox"; this.mainSnTextBox.Size = new System.Drawing.Size(163, 31); this.mainSnTextBox.TabIndex = 1; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(18, 40); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(159, 23); this.label1.TabIndex = 0; this.label1.Text = "Seriennummer:"; // // groupBox2 // this.groupBox2.Controls.Add(this.auxStateTextBox); this.groupBox2.Controls.Add(this.label3); this.groupBox2.Controls.Add(this.auxSnTextBox); this.groupBox2.Controls.Add(this.label4); 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(28, 135); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(376, 92); this.groupBox2.TabIndex = 2; this.groupBox2.TabStop = false; this.groupBox2.Text = "Nebenzähler"; // // auxStateTextBox // this.auxStateTextBox.Location = new System.Drawing.Point(183, 54); this.auxStateTextBox.Name = "auxStateTextBox"; this.auxStateTextBox.Size = new System.Drawing.Size(163, 31); this.auxStateTextBox.TabIndex = 3; this.auxStateTextBox.Visible = false; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(18, 57); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(74, 23); this.label3.TabIndex = 2; this.label3.Text = "Stand:"; this.label3.Visible = false; // // auxSnTextBox // this.auxSnTextBox.Location = new System.Drawing.Point(183, 37); this.auxSnTextBox.Name = "auxSnTextBox"; this.auxSnTextBox.Size = new System.Drawing.Size(163, 31); this.auxSnTextBox.TabIndex = 1; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(18, 40); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(159, 23); this.label4.TabIndex = 0; this.label4.Text = "Seriennummer:"; // // CycleBeginningForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoSize = true; this.BackColor = System.Drawing.Color.DarkGoldenrod; this.ClientSize = new System.Drawing.Size(569, 255); 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.Text = "Daten"; this.TopMost = true; this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.groupBox2.ResumeLayout(false); this.groupBox2.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 mainStateTextBox; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox mainSnTextBox; private System.Windows.Forms.GroupBox groupBox2; private System.Windows.Forms.TextBox auxStateTextBox; private System.Windows.Forms.Label label3; private System.Windows.Forms.TextBox auxSnTextBox; private System.Windows.Forms.Label label4; } }