346 lines
17 KiB
C#
346 lines
17 KiB
C#
///
|
|
/// Copyright (c) 2013-2015 Senus Slovensko a.s.
|
|
///
|
|
namespace TBF.UI.Procedures.TestWizard
|
|
{
|
|
partial class VolumeAndErrorSelection
|
|
{
|
|
/// <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.horizSplitContainer = new System.Windows.Forms.SplitContainer();
|
|
this.unitComboBox = new System.Windows.Forms.ComboBox();
|
|
this.tabControl1 = new System.Windows.Forms.TabControl();
|
|
this.tabPage1 = new System.Windows.Forms.TabPage();
|
|
this.errLoPctLabel = new System.Windows.Forms.Label();
|
|
this.errHiPctLabel = new System.Windows.Forms.Label();
|
|
this.errHiPctTextBox = new System.Windows.Forms.TextBox();
|
|
this.errLoPctTextBox = new System.Windows.Forms.TextBox();
|
|
this.tabPage2 = new System.Windows.Forms.TabPage();
|
|
this.classComboBox = new System.Windows.Forms.ComboBox();
|
|
this.classLabel = new System.Windows.Forms.Label();
|
|
this.qpLabel = new System.Windows.Forms.Label();
|
|
this.qpTextBox = new System.Windows.Forms.TextBox();
|
|
this.uncertaintyTextBox = new System.Windows.Forms.TextBox();
|
|
this.durationTextBox = new System.Windows.Forms.TextBox();
|
|
this.volumeTextBox = new System.Windows.Forms.TextBox();
|
|
this.uncertaintyLabel = new System.Windows.Forms.Label();
|
|
this.durationLabel = new System.Windows.Forms.Label();
|
|
this.volumeLabel = new System.Windows.Forms.Label();
|
|
this.cancelButton = new System.Windows.Forms.Button();
|
|
this.nextButton = new System.Windows.Forms.Button();
|
|
this.backButton = new System.Windows.Forms.Button();
|
|
((System.ComponentModel.ISupportInitialize)(this.horizSplitContainer)).BeginInit();
|
|
this.horizSplitContainer.Panel1.SuspendLayout();
|
|
this.horizSplitContainer.Panel2.SuspendLayout();
|
|
this.horizSplitContainer.SuspendLayout();
|
|
this.tabControl1.SuspendLayout();
|
|
this.tabPage1.SuspendLayout();
|
|
this.tabPage2.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// horizSplitContainer
|
|
//
|
|
this.horizSplitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.horizSplitContainer.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
|
|
this.horizSplitContainer.Location = new System.Drawing.Point(0, 0);
|
|
this.horizSplitContainer.Name = "horizSplitContainer";
|
|
this.horizSplitContainer.Orientation = System.Windows.Forms.Orientation.Horizontal;
|
|
//
|
|
// horizSplitContainer.Panel1
|
|
//
|
|
this.horizSplitContainer.Panel1.Controls.Add(this.unitComboBox);
|
|
this.horizSplitContainer.Panel1.Controls.Add(this.tabControl1);
|
|
this.horizSplitContainer.Panel1.Controls.Add(this.uncertaintyTextBox);
|
|
this.horizSplitContainer.Panel1.Controls.Add(this.durationTextBox);
|
|
this.horizSplitContainer.Panel1.Controls.Add(this.volumeTextBox);
|
|
this.horizSplitContainer.Panel1.Controls.Add(this.uncertaintyLabel);
|
|
this.horizSplitContainer.Panel1.Controls.Add(this.durationLabel);
|
|
this.horizSplitContainer.Panel1.Controls.Add(this.volumeLabel);
|
|
//
|
|
// horizSplitContainer.Panel2
|
|
//
|
|
this.horizSplitContainer.Panel2.Controls.Add(this.cancelButton);
|
|
this.horizSplitContainer.Panel2.Controls.Add(this.nextButton);
|
|
this.horizSplitContainer.Panel2.Controls.Add(this.backButton);
|
|
this.horizSplitContainer.Size = new System.Drawing.Size(284, 262);
|
|
this.horizSplitContainer.SplitterDistance = 182;
|
|
this.horizSplitContainer.TabIndex = 1;
|
|
//
|
|
// unitComboBox
|
|
//
|
|
this.unitComboBox.FormattingEnabled = true;
|
|
this.unitComboBox.Location = new System.Drawing.Point(202, 124);
|
|
this.unitComboBox.Name = "unitComboBox";
|
|
this.unitComboBox.Size = new System.Drawing.Size(70, 21);
|
|
this.unitComboBox.TabIndex = 7;
|
|
this.unitComboBox.SelectedIndexChanged += new System.EventHandler(this.unitComboBox_SelectedIndexChanged);
|
|
this.unitComboBox.TextChanged += new System.EventHandler(this.unitComboBox_TextChanged);
|
|
//
|
|
// tabControl1
|
|
//
|
|
this.tabControl1.Controls.Add(this.tabPage1);
|
|
this.tabControl1.Controls.Add(this.tabPage2);
|
|
this.tabControl1.Location = new System.Drawing.Point(0, 0);
|
|
this.tabControl1.Name = "tabControl1";
|
|
this.tabControl1.SelectedIndex = 0;
|
|
this.tabControl1.Size = new System.Drawing.Size(284, 93);
|
|
this.tabControl1.TabIndex = 0;
|
|
this.tabControl1.SelectedIndexChanged += new System.EventHandler(this.tabControl1_SelectedIndexChanged);
|
|
//
|
|
// tabPage1
|
|
//
|
|
this.tabPage1.BackColor = System.Drawing.SystemColors.Control;
|
|
this.tabPage1.Controls.Add(this.errLoPctLabel);
|
|
this.tabPage1.Controls.Add(this.errHiPctLabel);
|
|
this.tabPage1.Controls.Add(this.errHiPctTextBox);
|
|
this.tabPage1.Controls.Add(this.errLoPctTextBox);
|
|
this.tabPage1.Location = new System.Drawing.Point(4, 22);
|
|
this.tabPage1.Name = "tabPage1";
|
|
this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
|
|
this.tabPage1.Size = new System.Drawing.Size(276, 67);
|
|
this.tabPage1.TabIndex = 0;
|
|
//
|
|
// errLoPctLabel
|
|
//
|
|
this.errLoPctLabel.AutoSize = true;
|
|
this.errLoPctLabel.Location = new System.Drawing.Point(14, 16);
|
|
this.errLoPctLabel.Name = "errLoPctLabel";
|
|
this.errLoPctLabel.Size = new System.Drawing.Size(85, 13);
|
|
this.errLoPctLabel.TabIndex = 0;
|
|
this.errLoPctLabel.Text = "Error low limit [%]";
|
|
//
|
|
// errHiPctLabel
|
|
//
|
|
this.errHiPctLabel.AutoSize = true;
|
|
this.errHiPctLabel.Location = new System.Drawing.Point(14, 41);
|
|
this.errHiPctLabel.Name = "errHiPctLabel";
|
|
this.errHiPctLabel.Size = new System.Drawing.Size(89, 13);
|
|
this.errHiPctLabel.TabIndex = 2;
|
|
this.errHiPctLabel.Text = "Error high limit [%]";
|
|
//
|
|
// errHiPctTextBox
|
|
//
|
|
this.errHiPctTextBox.Location = new System.Drawing.Point(122, 38);
|
|
this.errHiPctTextBox.Name = "errHiPctTextBox";
|
|
this.errHiPctTextBox.Size = new System.Drawing.Size(70, 20);
|
|
this.errHiPctTextBox.TabIndex = 3;
|
|
this.errHiPctTextBox.TextChanged += new System.EventHandler(this.anyTextBox_TextChanged);
|
|
//
|
|
// errLoPctTextBox
|
|
//
|
|
this.errLoPctTextBox.Location = new System.Drawing.Point(122, 13);
|
|
this.errLoPctTextBox.Name = "errLoPctTextBox";
|
|
this.errLoPctTextBox.Size = new System.Drawing.Size(70, 20);
|
|
this.errLoPctTextBox.TabIndex = 1;
|
|
this.errLoPctTextBox.TextChanged += new System.EventHandler(this.anyTextBox_TextChanged);
|
|
//
|
|
// tabPage2
|
|
//
|
|
this.tabPage2.BackColor = System.Drawing.SystemColors.Control;
|
|
this.tabPage2.Controls.Add(this.classComboBox);
|
|
this.tabPage2.Controls.Add(this.classLabel);
|
|
this.tabPage2.Controls.Add(this.qpLabel);
|
|
this.tabPage2.Controls.Add(this.qpTextBox);
|
|
this.tabPage2.Location = new System.Drawing.Point(4, 22);
|
|
this.tabPage2.Name = "tabPage2";
|
|
this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
|
|
this.tabPage2.Size = new System.Drawing.Size(276, 67);
|
|
this.tabPage2.TabIndex = 1;
|
|
//
|
|
// classComboBox
|
|
//
|
|
this.classComboBox.FormattingEnabled = true;
|
|
this.classComboBox.Items.AddRange(new object[] {
|
|
"1",
|
|
"2",
|
|
"3"});
|
|
this.classComboBox.Location = new System.Drawing.Point(146, 13);
|
|
this.classComboBox.Name = "classComboBox";
|
|
this.classComboBox.Size = new System.Drawing.Size(86, 21);
|
|
this.classComboBox.TabIndex = 1;
|
|
this.classComboBox.TextChanged += new System.EventHandler(this.anyTextBox_TextChanged);
|
|
//
|
|
// classLabel
|
|
//
|
|
this.classLabel.AutoSize = true;
|
|
this.classLabel.Location = new System.Drawing.Point(31, 17);
|
|
this.classLabel.Name = "classLabel";
|
|
this.classLabel.Size = new System.Drawing.Size(32, 13);
|
|
this.classLabel.TabIndex = 0;
|
|
this.classLabel.Text = "Class";
|
|
//
|
|
// qpLabel
|
|
//
|
|
this.qpLabel.AutoSize = true;
|
|
this.qpLabel.Location = new System.Drawing.Point(31, 42);
|
|
this.qpLabel.Name = "qpLabel";
|
|
this.qpLabel.Size = new System.Drawing.Size(55, 13);
|
|
this.qpLabel.TabIndex = 2;
|
|
this.qpLabel.Text = "Qp [m3/h]";
|
|
//
|
|
// qpTextBox
|
|
//
|
|
this.qpTextBox.Location = new System.Drawing.Point(146, 39);
|
|
this.qpTextBox.Name = "qpTextBox";
|
|
this.qpTextBox.Size = new System.Drawing.Size(86, 20);
|
|
this.qpTextBox.TabIndex = 3;
|
|
this.qpTextBox.TextChanged += new System.EventHandler(this.anyTextBox_TextChanged);
|
|
//
|
|
// uncertaintyTextBox
|
|
//
|
|
this.uncertaintyTextBox.Location = new System.Drawing.Point(126, 100);
|
|
this.uncertaintyTextBox.Name = "uncertaintyTextBox";
|
|
this.uncertaintyTextBox.Size = new System.Drawing.Size(70, 20);
|
|
this.uncertaintyTextBox.TabIndex = 2;
|
|
this.uncertaintyTextBox.TextChanged += new System.EventHandler(this.anyTextBox_TextChanged);
|
|
//
|
|
// durationTextBox
|
|
//
|
|
this.durationTextBox.Location = new System.Drawing.Point(126, 149);
|
|
this.durationTextBox.Name = "durationTextBox";
|
|
this.durationTextBox.Size = new System.Drawing.Size(70, 20);
|
|
this.durationTextBox.TabIndex = 6;
|
|
//
|
|
// volumeTextBox
|
|
//
|
|
this.volumeTextBox.Location = new System.Drawing.Point(126, 124);
|
|
this.volumeTextBox.Name = "volumeTextBox";
|
|
this.volumeTextBox.Size = new System.Drawing.Size(70, 20);
|
|
this.volumeTextBox.TabIndex = 4;
|
|
//
|
|
// uncertaintyLabel
|
|
//
|
|
this.uncertaintyLabel.AutoSize = true;
|
|
this.uncertaintyLabel.Location = new System.Drawing.Point(18, 103);
|
|
this.uncertaintyLabel.Name = "uncertaintyLabel";
|
|
this.uncertaintyLabel.Size = new System.Drawing.Size(78, 13);
|
|
this.uncertaintyLabel.TabIndex = 1;
|
|
this.uncertaintyLabel.Text = "Uncertainty [%]";
|
|
//
|
|
// durationLabel
|
|
//
|
|
this.durationLabel.AutoSize = true;
|
|
this.durationLabel.Location = new System.Drawing.Point(18, 152);
|
|
this.durationLabel.Name = "durationLabel";
|
|
this.durationLabel.Size = new System.Drawing.Size(83, 13);
|
|
this.durationLabel.TabIndex = 5;
|
|
this.durationLabel.Text = "Test duration [s]";
|
|
//
|
|
// volumeLabel
|
|
//
|
|
this.volumeLabel.AutoSize = true;
|
|
this.volumeLabel.Location = new System.Drawing.Point(18, 127);
|
|
this.volumeLabel.Name = "volumeLabel";
|
|
this.volumeLabel.Size = new System.Drawing.Size(42, 13);
|
|
this.volumeLabel.TabIndex = 3;
|
|
this.volumeLabel.Text = "Volume";
|
|
//
|
|
// cancelButton
|
|
//
|
|
this.cancelButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
|
this.cancelButton.Location = new System.Drawing.Point(186, 17);
|
|
this.cancelButton.Name = "cancelButton";
|
|
this.cancelButton.Size = new System.Drawing.Size(75, 42);
|
|
this.cancelButton.TabIndex = 2;
|
|
this.cancelButton.Text = "&Cancel";
|
|
this.cancelButton.UseVisualStyleBackColor = true;
|
|
this.cancelButton.Click += new System.EventHandler(this.cancelButton_Click);
|
|
//
|
|
// nextButton
|
|
//
|
|
this.nextButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.nextButton.Location = new System.Drawing.Point(105, 17);
|
|
this.nextButton.Name = "nextButton";
|
|
this.nextButton.Size = new System.Drawing.Size(75, 42);
|
|
this.nextButton.TabIndex = 1;
|
|
this.nextButton.Text = "&Next >";
|
|
this.nextButton.UseVisualStyleBackColor = true;
|
|
this.nextButton.Click += new System.EventHandler(this.nextButton_Click);
|
|
//
|
|
// backButton
|
|
//
|
|
this.backButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.backButton.DialogResult = System.Windows.Forms.DialogResult.Retry;
|
|
this.backButton.Location = new System.Drawing.Point(24, 17);
|
|
this.backButton.Name = "backButton";
|
|
this.backButton.Size = new System.Drawing.Size(75, 42);
|
|
this.backButton.TabIndex = 0;
|
|
this.backButton.Text = "< &Back";
|
|
this.backButton.UseVisualStyleBackColor = true;
|
|
this.backButton.Click += new System.EventHandler(this.backButton_Click);
|
|
//
|
|
// VolumeAndErrorSelection
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(284, 262);
|
|
this.Controls.Add(this.horizSplitContainer);
|
|
this.Name = "VolumeAndErrorSelection";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|
this.Text = "VolumeAndErrorSelection";
|
|
this.Load += new System.EventHandler(this.VolumeAndErrorSelection_Load);
|
|
this.horizSplitContainer.Panel1.ResumeLayout(false);
|
|
this.horizSplitContainer.Panel1.PerformLayout();
|
|
this.horizSplitContainer.Panel2.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.horizSplitContainer)).EndInit();
|
|
this.horizSplitContainer.ResumeLayout(false);
|
|
this.tabControl1.ResumeLayout(false);
|
|
this.tabPage1.ResumeLayout(false);
|
|
this.tabPage1.PerformLayout();
|
|
this.tabPage2.ResumeLayout(false);
|
|
this.tabPage2.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.SplitContainer horizSplitContainer;
|
|
private System.Windows.Forms.Button cancelButton;
|
|
private System.Windows.Forms.Button nextButton;
|
|
private System.Windows.Forms.Button backButton;
|
|
private System.Windows.Forms.TextBox errLoPctTextBox;
|
|
private System.Windows.Forms.TextBox errHiPctTextBox;
|
|
private System.Windows.Forms.TextBox durationTextBox;
|
|
private System.Windows.Forms.TextBox volumeTextBox;
|
|
private System.Windows.Forms.Label errHiPctLabel;
|
|
private System.Windows.Forms.Label errLoPctLabel;
|
|
private System.Windows.Forms.Label durationLabel;
|
|
private System.Windows.Forms.Label volumeLabel;
|
|
private System.Windows.Forms.TextBox uncertaintyTextBox;
|
|
private System.Windows.Forms.Label uncertaintyLabel;
|
|
private System.Windows.Forms.TabControl tabControl1;
|
|
private System.Windows.Forms.TabPage tabPage1;
|
|
private System.Windows.Forms.TabPage tabPage2;
|
|
private System.Windows.Forms.Label classLabel;
|
|
private System.Windows.Forms.Label qpLabel;
|
|
private System.Windows.Forms.TextBox qpTextBox;
|
|
private System.Windows.Forms.ComboBox classComboBox;
|
|
private System.Windows.Forms.ComboBox unitComboBox;
|
|
}
|
|
} |