/// /// Copyright (c) 2013-2015 Sensus Metering Systems /// namespace TBF.BenchControl.DataEntry.Combined { 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.mainState1TextBox = new System.Windows.Forms.TextBox(); this.mainState1Label = new System.Windows.Forms.Label(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.qFall1Label = new System.Windows.Forms.Label(); this.qFall1TextBox = new System.Windows.Forms.TextBox(); this.qRise1Label = new System.Windows.Forms.Label(); this.qRise1TextBox = new System.Windows.Forms.TextBox(); this.auxState1TextBox = new System.Windows.Forms.TextBox(); this.auxState1Label = 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.groupBox2 = new System.Windows.Forms.GroupBox(); this.qFall2Label = new System.Windows.Forms.Label(); this.qFall2TextBox = new System.Windows.Forms.TextBox(); this.qRise2Label = new System.Windows.Forms.Label(); this.qRise2TextBox = new System.Windows.Forms.TextBox(); this.mainState2TextBox = new System.Windows.Forms.TextBox(); this.mainState2Label = new System.Windows.Forms.Label(); this.auxState2TextBox = new System.Windows.Forms.TextBox(); this.auxState2Label = new System.Windows.Forms.Label(); this.groupBox3 = new System.Windows.Forms.GroupBox(); this.qFall3Label = new System.Windows.Forms.Label(); this.qFall3TextBox = new System.Windows.Forms.TextBox(); this.qRise3Label = new System.Windows.Forms.Label(); this.qRise3TextBox = new System.Windows.Forms.TextBox(); this.mainState3TextBox = new System.Windows.Forms.TextBox(); this.mainState3Label = new System.Windows.Forms.Label(); this.auxState3TextBox = new System.Windows.Forms.TextBox(); this.auxState3Label = new System.Windows.Forms.Label(); this.groupBox1.SuspendLayout(); this.protocolGroupBox.SuspendLayout(); this.groupBox2.SuspendLayout(); this.groupBox3.SuspendLayout(); this.SuspendLayout(); // // mainState1TextBox // this.mainState1TextBox.Location = new System.Drawing.Point(211, 42); this.mainState1TextBox.Name = "mainState1TextBox"; this.mainState1TextBox.Size = new System.Drawing.Size(135, 31); this.mainState1TextBox.TabIndex = 1; // // mainState1Label // this.mainState1Label.AutoSize = true; this.mainState1Label.Location = new System.Drawing.Point(18, 45); this.mainState1Label.Name = "mainState1Label"; this.mainState1Label.Size = new System.Drawing.Size(153, 23); this.mainState1Label.TabIndex = 0; this.mainState1Label.Text = "Main WM State"; // // groupBox1 // this.groupBox1.Controls.Add(this.qFall1Label); this.groupBox1.Controls.Add(this.qFall1TextBox); this.groupBox1.Controls.Add(this.qRise1Label); this.groupBox1.Controls.Add(this.qRise1TextBox); this.groupBox1.Controls.Add(this.mainState1TextBox); this.groupBox1.Controls.Add(this.mainState1Label); this.groupBox1.Controls.Add(this.auxState1TextBox); this.groupBox1.Controls.Add(this.auxState1Label); 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, 23); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(375, 237); this.groupBox1.TabIndex = 1; this.groupBox1.TabStop = false; this.groupBox1.Text = "Water Meter 1"; // // qFall1Label // this.qFall1Label.AutoSize = true; this.qFall1Label.Location = new System.Drawing.Point(18, 184); this.qFall1Label.Name = "qFall1Label"; this.qFall1Label.Size = new System.Drawing.Size(55, 23); this.qFall1Label.TabIndex = 6; this.qFall1Label.Text = "Qfall"; // // qFall1TextBox // this.qFall1TextBox.Location = new System.Drawing.Point(211, 177); this.qFall1TextBox.Name = "qFall1TextBox"; this.qFall1TextBox.Size = new System.Drawing.Size(135, 31); this.qFall1TextBox.TabIndex = 7; // // qRise1Label // this.qRise1Label.AutoSize = true; this.qRise1Label.Location = new System.Drawing.Point(18, 135); this.qRise1Label.Name = "qRise1Label"; this.qRise1Label.Size = new System.Drawing.Size(60, 23); this.qRise1Label.TabIndex = 4; this.qRise1Label.Text = "Qrise"; // // qRise1TextBox // this.qRise1TextBox.Location = new System.Drawing.Point(211, 132); this.qRise1TextBox.Name = "qRise1TextBox"; this.qRise1TextBox.Size = new System.Drawing.Size(135, 31); this.qRise1TextBox.TabIndex = 5; // // auxState1TextBox // this.auxState1TextBox.Location = new System.Drawing.Point(211, 87); this.auxState1TextBox.Name = "auxState1TextBox"; this.auxState1TextBox.Size = new System.Drawing.Size(135, 31); this.auxState1TextBox.TabIndex = 3; // // auxState1Label // this.auxState1Label.AutoSize = true; this.auxState1Label.Location = new System.Drawing.Point(18, 90); this.auxState1Label.Name = "auxState1Label"; this.auxState1Label.Size = new System.Drawing.Size(151, 23); this.auxState1Label.TabIndex = 2; this.auxState1Label.Text = "Aux. WM State"; // // 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(699, 33); 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); // // protocolGroupBox // 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(422, 118); this.protocolGroupBox.Name = "protocolGroupBox"; this.protocolGroupBox.Size = new System.Drawing.Size(375, 142); this.protocolGroupBox.TabIndex = 4; this.protocolGroupBox.TabStop = false; this.protocolGroupBox.Text = "Protocol"; // // 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.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.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; // // groupBox2 // this.groupBox2.Controls.Add(this.qFall2Label); this.groupBox2.Controls.Add(this.qFall2TextBox); this.groupBox2.Controls.Add(this.qRise2Label); this.groupBox2.Controls.Add(this.qRise2TextBox); this.groupBox2.Controls.Add(this.mainState2TextBox); this.groupBox2.Controls.Add(this.mainState2Label); this.groupBox2.Controls.Add(this.auxState2TextBox); this.groupBox2.Controls.Add(this.auxState2Label); 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, 282); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(375, 237); this.groupBox2.TabIndex = 2; this.groupBox2.TabStop = false; this.groupBox2.Text = "Water Meter 2"; // // qFall2Label // this.qFall2Label.AutoSize = true; this.qFall2Label.Location = new System.Drawing.Point(18, 184); this.qFall2Label.Name = "qFall2Label"; this.qFall2Label.Size = new System.Drawing.Size(55, 23); this.qFall2Label.TabIndex = 6; this.qFall2Label.Text = "Qfall"; // // qFall2TextBox // this.qFall2TextBox.Location = new System.Drawing.Point(211, 177); this.qFall2TextBox.Name = "qFall2TextBox"; this.qFall2TextBox.Size = new System.Drawing.Size(135, 31); this.qFall2TextBox.TabIndex = 7; // // qRise2Label // this.qRise2Label.AutoSize = true; this.qRise2Label.Location = new System.Drawing.Point(18, 135); this.qRise2Label.Name = "qRise2Label"; this.qRise2Label.Size = new System.Drawing.Size(60, 23); this.qRise2Label.TabIndex = 4; this.qRise2Label.Text = "Qrise"; // // qRise2TextBox // this.qRise2TextBox.Location = new System.Drawing.Point(211, 132); this.qRise2TextBox.Name = "qRise2TextBox"; this.qRise2TextBox.Size = new System.Drawing.Size(135, 31); this.qRise2TextBox.TabIndex = 5; // // mainState2TextBox // this.mainState2TextBox.Location = new System.Drawing.Point(211, 42); this.mainState2TextBox.Name = "mainState2TextBox"; this.mainState2TextBox.Size = new System.Drawing.Size(135, 31); this.mainState2TextBox.TabIndex = 1; // // mainState2Label // this.mainState2Label.AutoSize = true; this.mainState2Label.Location = new System.Drawing.Point(17, 45); this.mainState2Label.Name = "mainState2Label"; this.mainState2Label.Size = new System.Drawing.Size(153, 23); this.mainState2Label.TabIndex = 0; this.mainState2Label.Text = "Main WM State"; // // auxState2TextBox // this.auxState2TextBox.Location = new System.Drawing.Point(211, 87); this.auxState2TextBox.Name = "auxState2TextBox"; this.auxState2TextBox.Size = new System.Drawing.Size(135, 31); this.auxState2TextBox.TabIndex = 3; // // auxState2Label // this.auxState2Label.AutoSize = true; this.auxState2Label.Location = new System.Drawing.Point(18, 90); this.auxState2Label.Name = "auxState2Label"; this.auxState2Label.Size = new System.Drawing.Size(151, 23); this.auxState2Label.TabIndex = 2; this.auxState2Label.Text = "Aux. WM State"; // // groupBox3 // this.groupBox3.Controls.Add(this.qFall3Label); this.groupBox3.Controls.Add(this.qFall3TextBox); this.groupBox3.Controls.Add(this.qRise3Label); this.groupBox3.Controls.Add(this.qRise3TextBox); this.groupBox3.Controls.Add(this.mainState3TextBox); this.groupBox3.Controls.Add(this.mainState3Label); this.groupBox3.Controls.Add(this.auxState3TextBox); this.groupBox3.Controls.Add(this.auxState3Label); 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(422, 282); this.groupBox3.Name = "groupBox3"; this.groupBox3.Size = new System.Drawing.Size(375, 237); this.groupBox3.TabIndex = 3; this.groupBox3.TabStop = false; this.groupBox3.Text = "Water Meter 3"; // // qFall3Label // this.qFall3Label.AutoSize = true; this.qFall3Label.Location = new System.Drawing.Point(18, 184); this.qFall3Label.Name = "qFall3Label"; this.qFall3Label.Size = new System.Drawing.Size(55, 23); this.qFall3Label.TabIndex = 6; this.qFall3Label.Text = "Qfall"; // // qFall3TextBox // this.qFall3TextBox.Location = new System.Drawing.Point(211, 177); this.qFall3TextBox.Name = "qFall3TextBox"; this.qFall3TextBox.Size = new System.Drawing.Size(135, 31); this.qFall3TextBox.TabIndex = 7; // // qRise3Label // this.qRise3Label.AutoSize = true; this.qRise3Label.Location = new System.Drawing.Point(18, 135); this.qRise3Label.Name = "qRise3Label"; this.qRise3Label.Size = new System.Drawing.Size(60, 23); this.qRise3Label.TabIndex = 4; this.qRise3Label.Text = "Qrise"; // // qRise3TextBox // this.qRise3TextBox.Location = new System.Drawing.Point(211, 132); this.qRise3TextBox.Name = "qRise3TextBox"; this.qRise3TextBox.Size = new System.Drawing.Size(135, 31); this.qRise3TextBox.TabIndex = 5; // // mainState3TextBox // this.mainState3TextBox.Location = new System.Drawing.Point(211, 42); this.mainState3TextBox.Name = "mainState3TextBox"; this.mainState3TextBox.Size = new System.Drawing.Size(135, 31); this.mainState3TextBox.TabIndex = 1; // // mainState3Label // this.mainState3Label.AutoSize = true; this.mainState3Label.Location = new System.Drawing.Point(18, 45); this.mainState3Label.Name = "mainState3Label"; this.mainState3Label.Size = new System.Drawing.Size(153, 23); this.mainState3Label.TabIndex = 0; this.mainState3Label.Text = "Main WM State"; // // auxState3TextBox // this.auxState3TextBox.Location = new System.Drawing.Point(211, 87); this.auxState3TextBox.Name = "auxState3TextBox"; this.auxState3TextBox.Size = new System.Drawing.Size(135, 31); this.auxState3TextBox.TabIndex = 3; // // auxState3Label // this.auxState3Label.AutoSize = true; this.auxState3Label.Location = new System.Drawing.Point(18, 90); this.auxState3Label.Name = "auxState3Label"; this.auxState3Label.Size = new System.Drawing.Size(151, 23); this.auxState3Label.TabIndex = 2; this.auxState3Label.Text = "Aux. WM State"; // // 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(822, 542); this.Controls.Add(this.groupBox3); this.Controls.Add(this.groupBox2); this.Controls.Add(this.protocolGroupBox); this.Controls.Add(this.okButton); 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.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.protocolGroupBox.ResumeLayout(false); this.protocolGroupBox.PerformLayout(); this.groupBox2.ResumeLayout(false); this.groupBox2.PerformLayout(); this.groupBox3.ResumeLayout(false); this.groupBox3.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.TextBox mainState1TextBox; private System.Windows.Forms.Label mainState1Label; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.TextBox auxState1TextBox; private System.Windows.Forms.Label auxState1Label; 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.Label qFall1Label; private System.Windows.Forms.TextBox qFall1TextBox; private System.Windows.Forms.Label qRise1Label; private System.Windows.Forms.TextBox qRise1TextBox; private System.Windows.Forms.GroupBox groupBox2; private System.Windows.Forms.Label qFall2Label; private System.Windows.Forms.TextBox qFall2TextBox; private System.Windows.Forms.Label qRise2Label; private System.Windows.Forms.TextBox qRise2TextBox; private System.Windows.Forms.TextBox mainState2TextBox; private System.Windows.Forms.Label mainState2Label; private System.Windows.Forms.TextBox auxState2TextBox; private System.Windows.Forms.Label auxState2Label; private System.Windows.Forms.GroupBox groupBox3; private System.Windows.Forms.Label qFall3Label; private System.Windows.Forms.TextBox qFall3TextBox; private System.Windows.Forms.Label qRise3Label; private System.Windows.Forms.TextBox qRise3TextBox; private System.Windows.Forms.TextBox mainState3TextBox; private System.Windows.Forms.Label mainState3Label; private System.Windows.Forms.TextBox auxState3TextBox; private System.Windows.Forms.Label auxState3Label; } }