293 lines
14 KiB
C#
293 lines
14 KiB
C#
///
|
|
/// Copyright (c) 2013-2015 Sensus Metering Systems
|
|
///
|
|
namespace TBF.UiControls
|
|
{
|
|
partial class BenchControlPanel
|
|
{
|
|
/// <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 Component 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(BenchControlPanel));
|
|
this.stopBtn = new System.Windows.Forms.Button();
|
|
this.startTestBtn = new System.Windows.Forms.Button();
|
|
this.startCycleBtn = new System.Windows.Forms.Button();
|
|
this.purgeBeginBtn = new System.Windows.Forms.Button();
|
|
this.purgeEndBtn = new System.Windows.Forms.Button();
|
|
this.tryHeadsBtn = new System.Windows.Forms.Button();
|
|
this.resetResultsBtn = new System.Windows.Forms.Button();
|
|
this.calibrationBtn = new System.Windows.Forms.Button();
|
|
this.emptyTank1Btn = new System.Windows.Forms.Button();
|
|
this.sensitivityTestBtn = new System.Windows.Forms.Button();
|
|
this.emptyTank2Btn = new System.Windows.Forms.Button();
|
|
this.testGroupBox = new System.Windows.Forms.GroupBox();
|
|
this.startQ3Btn = new System.Windows.Forms.Button();
|
|
this.startQ2Btn = new System.Windows.Forms.Button();
|
|
this.startQ1Btn = new System.Windows.Forms.Button();
|
|
this.testComboBox = new System.Windows.Forms.ComboBox();
|
|
this.purgeGroupBox = new System.Windows.Forms.GroupBox();
|
|
this.emptyGroupBox = new System.Windows.Forms.GroupBox();
|
|
this.otherGroupBox = new System.Windows.Forms.GroupBox();
|
|
this.nextButton = new System.Windows.Forms.Button();
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
this.acceptResultsBtn = new System.Windows.Forms.Button();
|
|
this.testGroupBox.SuspendLayout();
|
|
this.purgeGroupBox.SuspendLayout();
|
|
this.emptyGroupBox.SuspendLayout();
|
|
this.otherGroupBox.SuspendLayout();
|
|
this.groupBox1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// stopBtn
|
|
//
|
|
resources.ApplyResources(this.stopBtn, "stopBtn");
|
|
this.stopBtn.BackColor = System.Drawing.Color.Tomato;
|
|
this.stopBtn.Name = "stopBtn";
|
|
this.stopBtn.UseVisualStyleBackColor = false;
|
|
this.stopBtn.Click += new System.EventHandler(this.stopBtn_Click);
|
|
//
|
|
// startTestBtn
|
|
//
|
|
resources.ApplyResources(this.startTestBtn, "startTestBtn");
|
|
this.startTestBtn.BackColor = System.Drawing.Color.DarkSeaGreen;
|
|
this.startTestBtn.Name = "startTestBtn";
|
|
this.startTestBtn.UseVisualStyleBackColor = false;
|
|
this.startTestBtn.Click += new System.EventHandler(this.startTestBtn_Click);
|
|
//
|
|
// startCycleBtn
|
|
//
|
|
resources.ApplyResources(this.startCycleBtn, "startCycleBtn");
|
|
this.startCycleBtn.BackColor = System.Drawing.Color.LightSeaGreen;
|
|
this.startCycleBtn.Name = "startCycleBtn";
|
|
this.startCycleBtn.UseVisualStyleBackColor = false;
|
|
this.startCycleBtn.Click += new System.EventHandler(this.startCycleBtn_Click);
|
|
//
|
|
// purgeBeginBtn
|
|
//
|
|
resources.ApplyResources(this.purgeBeginBtn, "purgeBeginBtn");
|
|
this.purgeBeginBtn.BackColor = System.Drawing.Color.LightSteelBlue;
|
|
this.purgeBeginBtn.Name = "purgeBeginBtn";
|
|
this.purgeBeginBtn.UseVisualStyleBackColor = false;
|
|
this.purgeBeginBtn.Click += new System.EventHandler(this.purgeBeginBtn_Click);
|
|
//
|
|
// purgeEndBtn
|
|
//
|
|
resources.ApplyResources(this.purgeEndBtn, "purgeEndBtn");
|
|
this.purgeEndBtn.BackColor = System.Drawing.Color.LightSteelBlue;
|
|
this.purgeEndBtn.Name = "purgeEndBtn";
|
|
this.purgeEndBtn.UseVisualStyleBackColor = false;
|
|
this.purgeEndBtn.Click += new System.EventHandler(this.purgeEndBtn_Click);
|
|
//
|
|
// tryHeadsBtn
|
|
//
|
|
resources.ApplyResources(this.tryHeadsBtn, "tryHeadsBtn");
|
|
this.tryHeadsBtn.BackColor = System.Drawing.Color.DarkGray;
|
|
this.tryHeadsBtn.Name = "tryHeadsBtn";
|
|
this.tryHeadsBtn.UseVisualStyleBackColor = false;
|
|
this.tryHeadsBtn.Click += new System.EventHandler(this.tryHeadsBtn_Click);
|
|
//
|
|
// resetResultsBtn
|
|
//
|
|
resources.ApplyResources(this.resetResultsBtn, "resetResultsBtn");
|
|
this.resetResultsBtn.BackColor = System.Drawing.Color.Tomato;
|
|
this.resetResultsBtn.Name = "resetResultsBtn";
|
|
this.resetResultsBtn.UseVisualStyleBackColor = false;
|
|
this.resetResultsBtn.Click += new System.EventHandler(this.resetResultsBtn_Click);
|
|
//
|
|
// calibrationBtn
|
|
//
|
|
resources.ApplyResources(this.calibrationBtn, "calibrationBtn");
|
|
this.calibrationBtn.BackColor = System.Drawing.Color.DarkGray;
|
|
this.calibrationBtn.Name = "calibrationBtn";
|
|
this.calibrationBtn.UseVisualStyleBackColor = false;
|
|
this.calibrationBtn.Click += new System.EventHandler(this.calibrationBtn_Click);
|
|
//
|
|
// emptyTank1Btn
|
|
//
|
|
resources.ApplyResources(this.emptyTank1Btn, "emptyTank1Btn");
|
|
this.emptyTank1Btn.BackColor = System.Drawing.Color.LightSteelBlue;
|
|
this.emptyTank1Btn.Name = "emptyTank1Btn";
|
|
this.emptyTank1Btn.UseVisualStyleBackColor = false;
|
|
this.emptyTank1Btn.Click += new System.EventHandler(this.emptyTank1Btn_Click);
|
|
//
|
|
// sensitivityTestBtn
|
|
//
|
|
resources.ApplyResources(this.sensitivityTestBtn, "sensitivityTestBtn");
|
|
this.sensitivityTestBtn.BackColor = System.Drawing.Color.DarkGray;
|
|
this.sensitivityTestBtn.Name = "sensitivityTestBtn";
|
|
this.sensitivityTestBtn.UseVisualStyleBackColor = false;
|
|
this.sensitivityTestBtn.Click += new System.EventHandler(this.sensitivityTestBtn_Click);
|
|
//
|
|
// emptyTank2Btn
|
|
//
|
|
resources.ApplyResources(this.emptyTank2Btn, "emptyTank2Btn");
|
|
this.emptyTank2Btn.BackColor = System.Drawing.Color.LightSteelBlue;
|
|
this.emptyTank2Btn.Name = "emptyTank2Btn";
|
|
this.emptyTank2Btn.UseVisualStyleBackColor = false;
|
|
this.emptyTank2Btn.Click += new System.EventHandler(this.emptyTank2Btn_Click);
|
|
//
|
|
// testGroupBox
|
|
//
|
|
resources.ApplyResources(this.testGroupBox, "testGroupBox");
|
|
this.testGroupBox.Controls.Add(this.startQ3Btn);
|
|
this.testGroupBox.Controls.Add(this.startQ2Btn);
|
|
this.testGroupBox.Controls.Add(this.startQ1Btn);
|
|
this.testGroupBox.Controls.Add(this.testComboBox);
|
|
this.testGroupBox.Controls.Add(this.startTestBtn);
|
|
this.testGroupBox.Controls.Add(this.startCycleBtn);
|
|
this.testGroupBox.Controls.Add(this.stopBtn);
|
|
this.testGroupBox.Name = "testGroupBox";
|
|
this.testGroupBox.TabStop = false;
|
|
//
|
|
// startQ3Btn
|
|
//
|
|
resources.ApplyResources(this.startQ3Btn, "startQ3Btn");
|
|
this.startQ3Btn.BackColor = System.Drawing.Color.DarkSeaGreen;
|
|
this.startQ3Btn.Name = "startQ3Btn";
|
|
this.startQ3Btn.UseVisualStyleBackColor = false;
|
|
this.startQ3Btn.Click += new System.EventHandler(this.startQ3Btn_Click);
|
|
//
|
|
// startQ2Btn
|
|
//
|
|
resources.ApplyResources(this.startQ2Btn, "startQ2Btn");
|
|
this.startQ2Btn.BackColor = System.Drawing.Color.DarkSeaGreen;
|
|
this.startQ2Btn.Name = "startQ2Btn";
|
|
this.startQ2Btn.UseVisualStyleBackColor = false;
|
|
this.startQ2Btn.Click += new System.EventHandler(this.startQ2Btn_Click);
|
|
//
|
|
// startQ1Btn
|
|
//
|
|
resources.ApplyResources(this.startQ1Btn, "startQ1Btn");
|
|
this.startQ1Btn.BackColor = System.Drawing.Color.DarkSeaGreen;
|
|
this.startQ1Btn.Name = "startQ1Btn";
|
|
this.startQ1Btn.UseVisualStyleBackColor = false;
|
|
this.startQ1Btn.Click += new System.EventHandler(this.startQ1Btn_Click);
|
|
//
|
|
// testComboBox
|
|
//
|
|
resources.ApplyResources(this.testComboBox, "testComboBox");
|
|
this.testComboBox.FormattingEnabled = true;
|
|
this.testComboBox.Name = "testComboBox";
|
|
this.testComboBox.SelectedIndexChanged += new System.EventHandler(this.testComboBox_SelectedIndexChanged);
|
|
//
|
|
// purgeGroupBox
|
|
//
|
|
resources.ApplyResources(this.purgeGroupBox, "purgeGroupBox");
|
|
this.purgeGroupBox.BackColor = System.Drawing.SystemColors.Control;
|
|
this.purgeGroupBox.Controls.Add(this.purgeEndBtn);
|
|
this.purgeGroupBox.Controls.Add(this.purgeBeginBtn);
|
|
this.purgeGroupBox.Name = "purgeGroupBox";
|
|
this.purgeGroupBox.TabStop = false;
|
|
//
|
|
// emptyGroupBox
|
|
//
|
|
resources.ApplyResources(this.emptyGroupBox, "emptyGroupBox");
|
|
this.emptyGroupBox.Controls.Add(this.emptyTank1Btn);
|
|
this.emptyGroupBox.Controls.Add(this.emptyTank2Btn);
|
|
this.emptyGroupBox.Name = "emptyGroupBox";
|
|
this.emptyGroupBox.TabStop = false;
|
|
//
|
|
// otherGroupBox
|
|
//
|
|
resources.ApplyResources(this.otherGroupBox, "otherGroupBox");
|
|
this.otherGroupBox.Controls.Add(this.sensitivityTestBtn);
|
|
this.otherGroupBox.Controls.Add(this.nextButton);
|
|
this.otherGroupBox.Controls.Add(this.calibrationBtn);
|
|
this.otherGroupBox.Controls.Add(this.tryHeadsBtn);
|
|
this.otherGroupBox.Name = "otherGroupBox";
|
|
this.otherGroupBox.TabStop = false;
|
|
//
|
|
// nextButton
|
|
//
|
|
resources.ApplyResources(this.nextButton, "nextButton");
|
|
this.nextButton.Name = "nextButton";
|
|
this.nextButton.UseVisualStyleBackColor = true;
|
|
this.nextButton.Click += new System.EventHandler(this.nextButton_Click);
|
|
//
|
|
// groupBox1
|
|
//
|
|
resources.ApplyResources(this.groupBox1, "groupBox1");
|
|
this.groupBox1.Controls.Add(this.acceptResultsBtn);
|
|
this.groupBox1.Controls.Add(this.resetResultsBtn);
|
|
this.groupBox1.Name = "groupBox1";
|
|
this.groupBox1.TabStop = false;
|
|
//
|
|
// acceptResultsBtn
|
|
//
|
|
resources.ApplyResources(this.acceptResultsBtn, "acceptResultsBtn");
|
|
this.acceptResultsBtn.BackColor = System.Drawing.Color.ForestGreen;
|
|
this.acceptResultsBtn.Name = "acceptResultsBtn";
|
|
this.acceptResultsBtn.UseVisualStyleBackColor = false;
|
|
this.acceptResultsBtn.Click += new System.EventHandler(this.acceptResultsBtn_Click);
|
|
//
|
|
// BenchControlPanel
|
|
//
|
|
resources.ApplyResources(this, "$this");
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.BackColor = System.Drawing.SystemColors.Control;
|
|
this.Controls.Add(this.groupBox1);
|
|
this.Controls.Add(this.otherGroupBox);
|
|
this.Controls.Add(this.emptyGroupBox);
|
|
this.Controls.Add(this.purgeGroupBox);
|
|
this.Controls.Add(this.testGroupBox);
|
|
this.Name = "BenchControlPanel";
|
|
this.Load += new System.EventHandler(this.BenchControlPanel_Load);
|
|
this.testGroupBox.ResumeLayout(false);
|
|
this.purgeGroupBox.ResumeLayout(false);
|
|
this.emptyGroupBox.ResumeLayout(false);
|
|
this.otherGroupBox.ResumeLayout(false);
|
|
this.groupBox1.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Button stopBtn;
|
|
private System.Windows.Forms.Button startTestBtn;
|
|
private System.Windows.Forms.Button startCycleBtn;
|
|
private System.Windows.Forms.Button purgeBeginBtn;
|
|
private System.Windows.Forms.Button purgeEndBtn;
|
|
private System.Windows.Forms.Button tryHeadsBtn;
|
|
private System.Windows.Forms.Button resetResultsBtn;
|
|
private System.Windows.Forms.Button calibrationBtn;
|
|
private System.Windows.Forms.Button emptyTank1Btn;
|
|
private System.Windows.Forms.Button sensitivityTestBtn;
|
|
private System.Windows.Forms.Button emptyTank2Btn;
|
|
private System.Windows.Forms.GroupBox testGroupBox;
|
|
private System.Windows.Forms.ComboBox testComboBox;
|
|
private System.Windows.Forms.Button startQ1Btn;
|
|
private System.Windows.Forms.Button startQ3Btn;
|
|
private System.Windows.Forms.Button startQ2Btn;
|
|
private System.Windows.Forms.GroupBox purgeGroupBox;
|
|
private System.Windows.Forms.GroupBox emptyGroupBox;
|
|
private System.Windows.Forms.GroupBox otherGroupBox;
|
|
private System.Windows.Forms.Button nextButton;
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
|
private System.Windows.Forms.Button acceptResultsBtn;
|
|
}
|
|
}
|