Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c88119e64d | ||
|
|
2b35b3137f |
@@ -18,7 +18,7 @@
|
||||
<DebugType>full</DebugType>
|
||||
<Optimize>false</Optimize>
|
||||
<OutputPath>bin\Debug\</OutputPath>
|
||||
<DefineConstants>TRACE;DEBUG;MUNICH</DefineConstants>
|
||||
<DefineConstants>TRACE;DEBUG;MUNICH;LANG_DE</DefineConstants>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
|
||||
@@ -28,7 +28,7 @@
|
||||
<DebugType>pdbonly</DebugType>
|
||||
<Optimize>true</Optimize>
|
||||
<OutputPath>bin\Release\</OutputPath>
|
||||
<DefineConstants>TRACE;MUNICH</DefineConstants>
|
||||
<DefineConstants>TRACE;MUNICH;LANG_DE</DefineConstants>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
</PropertyGroup>
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
<DebugType>full</DebugType>
|
||||
<Optimize>false</Optimize>
|
||||
<OutputPath>bin\Debug\</OutputPath>
|
||||
<DefineConstants>TRACE;DEBUG;MUNICH</DefineConstants>
|
||||
<DefineConstants>TRACE;DEBUG;MUNICH;LANG_DE</DefineConstants>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
<PlatformTarget>x86</PlatformTarget>
|
||||
@@ -27,7 +27,7 @@
|
||||
<DebugType>pdbonly</DebugType>
|
||||
<Optimize>true</Optimize>
|
||||
<OutputPath>bin\Release\</OutputPath>
|
||||
<DefineConstants>TRACE;MUNICH</DefineConstants>
|
||||
<DefineConstants>TRACE;MUNICH;LANG_DE</DefineConstants>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
</PropertyGroup>
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
<DebugType>full</DebugType>
|
||||
<Optimize>false</Optimize>
|
||||
<OutputPath>bin\Debug\</OutputPath>
|
||||
<DefineConstants>TRACE;DEBUG;MUNICH</DefineConstants>
|
||||
<DefineConstants>TRACE;DEBUG;MUNICH;LANG_DE</DefineConstants>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
|
||||
@@ -31,7 +31,7 @@
|
||||
<DebugType>pdbonly</DebugType>
|
||||
<Optimize>true</Optimize>
|
||||
<OutputPath>bin\Release\</OutputPath>
|
||||
<DefineConstants>TRACE;MUNICH</DefineConstants>
|
||||
<DefineConstants>TRACE;MUNICH;LANG_DE</DefineConstants>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
</PropertyGroup>
|
||||
|
||||
+4
-4
@@ -39,7 +39,7 @@
|
||||
<DebugType>full</DebugType>
|
||||
<Optimize>false</Optimize>
|
||||
<OutputPath>bin\Debug\</OutputPath>
|
||||
<DefineConstants>TRACE;DEBUG;MUNICH;CAMERA</DefineConstants>
|
||||
<DefineConstants>TRACE;DEBUG;MUNICH;CAMERA;NO_GRAPHS;LANG_DE</DefineConstants>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
||||
@@ -49,7 +49,7 @@
|
||||
<DebugType>pdbonly</DebugType>
|
||||
<Optimize>true</Optimize>
|
||||
<OutputPath>bin\Release\</OutputPath>
|
||||
<DefineConstants>TRACE;MUNICH;CAMERA</DefineConstants>
|
||||
<DefineConstants>TRACE;MUNICH;CAMERA;NO_GRAPHS;LANG_DE</DefineConstants>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
<PlatformTarget>x86</PlatformTarget>
|
||||
@@ -58,7 +58,7 @@
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
<OutputPath>bin\Debug\</OutputPath>
|
||||
<DefineConstants>TRACE;DEBUG;MUNICH;CAMERA</DefineConstants>
|
||||
<DefineConstants>TRACE;DEBUG;MUNICH;CAMERA;NO_GRAPHS;LANG_DE</DefineConstants>
|
||||
<DebugType>full</DebugType>
|
||||
<PlatformTarget>x86</PlatformTarget>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
@@ -67,7 +67,7 @@
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
|
||||
<OutputPath>bin\x86\Release\</OutputPath>
|
||||
<DefineConstants>TRACE;MUNICH;CAMERA</DefineConstants>
|
||||
<DefineConstants>TRACE;MUNICH;CAMERA;NO_GRAPHS;LANG_DE</DefineConstants>
|
||||
<Optimize>true</Optimize>
|
||||
<DebugType>pdbonly</DebugType>
|
||||
<PlatformTarget>x86</PlatformTarget>
|
||||
|
||||
Generated
+286
-286
@@ -31,292 +31,292 @@ namespace TBF.TestWizard
|
||||
/// </summary>
|
||||
private void InitializeComponent()
|
||||
{
|
||||
this.horizSplitContainer = new System.Windows.Forms.SplitContainer();
|
||||
this.tabControl1 = new System.Windows.Forms.TabControl();
|
||||
this.tabPage1 = new System.Windows.Forms.TabPage();
|
||||
this.qFromLabel = new System.Windows.Forms.Label();
|
||||
this.qToLabel = new System.Windows.Forms.Label();
|
||||
this.qFromTextBox = new System.Windows.Forms.TextBox();
|
||||
this.qToTextBox = new System.Windows.Forms.TextBox();
|
||||
this.tabPage2 = new System.Windows.Forms.TabPage();
|
||||
this.label1 = new System.Windows.Forms.Label();
|
||||
this.label2 = new System.Windows.Forms.Label();
|
||||
this.q2TextBox = new System.Windows.Forms.TextBox();
|
||||
this.dQTextBox = new System.Windows.Forms.TextBox();
|
||||
this.tabPage3 = new System.Windows.Forms.TabPage();
|
||||
this.label3 = new System.Windows.Forms.Label();
|
||||
this.label4 = new System.Windows.Forms.Label();
|
||||
this.q3TextBox = new System.Windows.Forms.TextBox();
|
||||
this.dQpctTextBox = new System.Windows.Forms.TextBox();
|
||||
this.sensorsComboBox = new System.Windows.Forms.ComboBox();
|
||||
this.sensorsLabel = 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.tabPage3.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.tabControl1);
|
||||
this.horizSplitContainer.Panel1.Controls.Add(this.sensorsComboBox);
|
||||
this.horizSplitContainer.Panel1.Controls.Add(this.sensorsLabel);
|
||||
//
|
||||
// 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;
|
||||
//
|
||||
// tabControl1
|
||||
//
|
||||
this.tabControl1.Controls.Add(this.tabPage1);
|
||||
this.tabControl1.Controls.Add(this.tabPage2);
|
||||
this.tabControl1.Controls.Add(this.tabPage3);
|
||||
this.tabControl1.Location = new System.Drawing.Point(0, 3);
|
||||
this.tabControl1.Name = "tabControl1";
|
||||
this.tabControl1.SelectedIndex = 0;
|
||||
this.tabControl1.Size = new System.Drawing.Size(284, 123);
|
||||
this.tabControl1.TabIndex = 11;
|
||||
this.tabControl1.SelectedIndexChanged += new System.EventHandler(this.tabControl1_SelectedIndexChanged);
|
||||
//
|
||||
// tabPage1
|
||||
//
|
||||
this.tabPage1.BackColor = System.Drawing.SystemColors.Control;
|
||||
this.tabPage1.Controls.Add(this.qFromLabel);
|
||||
this.tabPage1.Controls.Add(this.qToLabel);
|
||||
this.tabPage1.Controls.Add(this.qFromTextBox);
|
||||
this.tabPage1.Controls.Add(this.qToTextBox);
|
||||
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, 97);
|
||||
this.tabPage1.TabIndex = 0;
|
||||
this.tabPage1.Text = "Q from / Q to";
|
||||
//
|
||||
// qFromLabel
|
||||
//
|
||||
this.qFromLabel.AutoSize = true;
|
||||
this.qFromLabel.Location = new System.Drawing.Point(18, 35);
|
||||
this.qFromLabel.Name = "qFromLabel";
|
||||
this.qFromLabel.Size = new System.Drawing.Size(72, 13);
|
||||
this.qFromLabel.TabIndex = 1;
|
||||
this.qFromLabel.Text = "Q from [m3/h]";
|
||||
//
|
||||
// qToLabel
|
||||
//
|
||||
this.qToLabel.AutoSize = true;
|
||||
this.qToLabel.Location = new System.Drawing.Point(18, 61);
|
||||
this.qToLabel.Name = "qToLabel";
|
||||
this.qToLabel.Size = new System.Drawing.Size(61, 13);
|
||||
this.qToLabel.TabIndex = 2;
|
||||
this.qToLabel.Text = "Q to [m3/h]";
|
||||
//
|
||||
// qFromTextBox
|
||||
//
|
||||
this.qFromTextBox.Location = new System.Drawing.Point(134, 32);
|
||||
this.qFromTextBox.Name = "qFromTextBox";
|
||||
this.qFromTextBox.Size = new System.Drawing.Size(124, 20);
|
||||
this.qFromTextBox.TabIndex = 4;
|
||||
this.qFromTextBox.TextChanged += new System.EventHandler(this.anyTextBox_TextChanged);
|
||||
//
|
||||
// qToTextBox
|
||||
//
|
||||
this.qToTextBox.Location = new System.Drawing.Point(134, 58);
|
||||
this.qToTextBox.Name = "qToTextBox";
|
||||
this.qToTextBox.Size = new System.Drawing.Size(124, 20);
|
||||
this.qToTextBox.TabIndex = 5;
|
||||
this.qToTextBox.TextChanged += new System.EventHandler(this.anyTextBox_TextChanged);
|
||||
//
|
||||
// tabPage2
|
||||
//
|
||||
this.tabPage2.BackColor = System.Drawing.SystemColors.Control;
|
||||
this.tabPage2.Controls.Add(this.label1);
|
||||
this.tabPage2.Controls.Add(this.label2);
|
||||
this.tabPage2.Controls.Add(this.q2TextBox);
|
||||
this.tabPage2.Controls.Add(this.dQTextBox);
|
||||
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, 97);
|
||||
this.tabPage2.TabIndex = 1;
|
||||
this.tabPage2.Text = "Q +/- dQ";
|
||||
//
|
||||
// label1
|
||||
//
|
||||
this.label1.AutoSize = true;
|
||||
this.label1.Location = new System.Drawing.Point(18, 35);
|
||||
this.label1.Name = "label1";
|
||||
this.label1.Size = new System.Drawing.Size(49, 13);
|
||||
this.label1.TabIndex = 6;
|
||||
this.label1.Text = "Q [m3/h]";
|
||||
//
|
||||
// label2
|
||||
//
|
||||
this.label2.AutoSize = true;
|
||||
this.label2.Location = new System.Drawing.Point(18, 61);
|
||||
this.label2.Name = "label2";
|
||||
this.label2.Size = new System.Drawing.Size(55, 13);
|
||||
this.label2.TabIndex = 7;
|
||||
this.label2.Text = "dQ [m3/h]";
|
||||
//
|
||||
// q2TextBox
|
||||
//
|
||||
this.q2TextBox.Location = new System.Drawing.Point(134, 32);
|
||||
this.q2TextBox.Name = "q2TextBox";
|
||||
this.q2TextBox.Size = new System.Drawing.Size(124, 20);
|
||||
this.q2TextBox.TabIndex = 8;
|
||||
this.q2TextBox.TextChanged += new System.EventHandler(this.anyTextBox_TextChanged);
|
||||
//
|
||||
// dQTextBox
|
||||
//
|
||||
this.dQTextBox.Location = new System.Drawing.Point(134, 58);
|
||||
this.dQTextBox.Name = "dQTextBox";
|
||||
this.dQTextBox.Size = new System.Drawing.Size(124, 20);
|
||||
this.dQTextBox.TabIndex = 9;
|
||||
this.dQTextBox.TextChanged += new System.EventHandler(this.anyTextBox_TextChanged);
|
||||
//
|
||||
// tabPage3
|
||||
//
|
||||
this.tabPage3.BackColor = System.Drawing.SystemColors.Control;
|
||||
this.tabPage3.Controls.Add(this.label3);
|
||||
this.tabPage3.Controls.Add(this.label4);
|
||||
this.tabPage3.Controls.Add(this.q3TextBox);
|
||||
this.tabPage3.Controls.Add(this.dQpctTextBox);
|
||||
this.tabPage3.Location = new System.Drawing.Point(4, 22);
|
||||
this.tabPage3.Name = "tabPage3";
|
||||
this.tabPage3.Size = new System.Drawing.Size(276, 97);
|
||||
this.tabPage3.TabIndex = 2;
|
||||
this.tabPage3.Text = "Q +/- delta [%]";
|
||||
//
|
||||
// label3
|
||||
//
|
||||
this.label3.AutoSize = true;
|
||||
this.label3.Location = new System.Drawing.Point(18, 35);
|
||||
this.label3.Name = "label3";
|
||||
this.label3.Size = new System.Drawing.Size(49, 13);
|
||||
this.label3.TabIndex = 6;
|
||||
this.label3.Text = "Q [m3/h]";
|
||||
//
|
||||
// label4
|
||||
//
|
||||
this.label4.AutoSize = true;
|
||||
this.label4.Location = new System.Drawing.Point(18, 61);
|
||||
this.label4.Name = "label4";
|
||||
this.label4.Size = new System.Drawing.Size(38, 13);
|
||||
this.label4.TabIndex = 7;
|
||||
this.label4.Text = "dQ [%]";
|
||||
//
|
||||
// q3TextBox
|
||||
//
|
||||
this.q3TextBox.Location = new System.Drawing.Point(134, 32);
|
||||
this.q3TextBox.Name = "q3TextBox";
|
||||
this.q3TextBox.Size = new System.Drawing.Size(124, 20);
|
||||
this.q3TextBox.TabIndex = 8;
|
||||
this.q3TextBox.TextChanged += new System.EventHandler(this.anyTextBox_TextChanged);
|
||||
//
|
||||
// dQpctTextBox
|
||||
//
|
||||
this.dQpctTextBox.Location = new System.Drawing.Point(134, 58);
|
||||
this.dQpctTextBox.Name = "dQpctTextBox";
|
||||
this.dQpctTextBox.Size = new System.Drawing.Size(124, 20);
|
||||
this.dQpctTextBox.TabIndex = 9;
|
||||
this.dQpctTextBox.TextChanged += new System.EventHandler(this.anyTextBox_TextChanged);
|
||||
//
|
||||
// sensorsComboBox
|
||||
//
|
||||
this.sensorsComboBox.FormattingEnabled = true;
|
||||
this.sensorsComboBox.Location = new System.Drawing.Point(137, 145);
|
||||
this.sensorsComboBox.Name = "sensorsComboBox";
|
||||
this.sensorsComboBox.Size = new System.Drawing.Size(124, 21);
|
||||
this.sensorsComboBox.TabIndex = 7;
|
||||
this.sensorsComboBox.SelectedIndexChanged += new System.EventHandler(this.anyTextBox_TextChanged);
|
||||
//
|
||||
// sensorsLabel
|
||||
//
|
||||
this.sensorsLabel.AutoSize = true;
|
||||
this.sensorsLabel.Location = new System.Drawing.Point(21, 148);
|
||||
this.sensorsLabel.Name = "sensorsLabel";
|
||||
this.sensorsLabel.Size = new System.Drawing.Size(45, 13);
|
||||
this.sensorsLabel.TabIndex = 6;
|
||||
this.sensorsLabel.Text = "Sensors";
|
||||
//
|
||||
// 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 = 27;
|
||||
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 = 26;
|
||||
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 = 25;
|
||||
this.backButton.Text = "< &Back";
|
||||
this.backButton.UseVisualStyleBackColor = true;
|
||||
this.backButton.Click += new System.EventHandler(this.backButton_Click);
|
||||
//
|
||||
// FlowSelection
|
||||
//
|
||||
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 = "FlowSelection";
|
||||
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
||||
this.Text = "FlowSelection";
|
||||
this.Load += new System.EventHandler(this.FlowSelection_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.tabPage3.ResumeLayout(false);
|
||||
this.tabPage3.PerformLayout();
|
||||
this.ResumeLayout(false);
|
||||
this.horizSplitContainer = new System.Windows.Forms.SplitContainer();
|
||||
this.tabControl1 = new System.Windows.Forms.TabControl();
|
||||
this.tabPage1 = new System.Windows.Forms.TabPage();
|
||||
this.qFromLabel = new System.Windows.Forms.Label();
|
||||
this.qToLabel = new System.Windows.Forms.Label();
|
||||
this.qFromTextBox = new System.Windows.Forms.TextBox();
|
||||
this.qToTextBox = new System.Windows.Forms.TextBox();
|
||||
this.tabPage2 = new System.Windows.Forms.TabPage();
|
||||
this.label1 = new System.Windows.Forms.Label();
|
||||
this.label2 = new System.Windows.Forms.Label();
|
||||
this.q2TextBox = new System.Windows.Forms.TextBox();
|
||||
this.dQTextBox = new System.Windows.Forms.TextBox();
|
||||
this.tabPage3 = new System.Windows.Forms.TabPage();
|
||||
this.label3 = new System.Windows.Forms.Label();
|
||||
this.label4 = new System.Windows.Forms.Label();
|
||||
this.q3TextBox = new System.Windows.Forms.TextBox();
|
||||
this.dQpctTextBox = new System.Windows.Forms.TextBox();
|
||||
this.sensorsComboBox = new System.Windows.Forms.ComboBox();
|
||||
this.sensorsLabel = 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.tabPage3.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.tabControl1);
|
||||
this.horizSplitContainer.Panel1.Controls.Add(this.sensorsComboBox);
|
||||
this.horizSplitContainer.Panel1.Controls.Add(this.sensorsLabel);
|
||||
//
|
||||
// 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;
|
||||
//
|
||||
// tabControl1
|
||||
//
|
||||
this.tabControl1.Controls.Add(this.tabPage1);
|
||||
this.tabControl1.Controls.Add(this.tabPage2);
|
||||
this.tabControl1.Controls.Add(this.tabPage3);
|
||||
this.tabControl1.Location = new System.Drawing.Point(0, 3);
|
||||
this.tabControl1.Name = "tabControl1";
|
||||
this.tabControl1.SelectedIndex = 0;
|
||||
this.tabControl1.Size = new System.Drawing.Size(284, 123);
|
||||
this.tabControl1.TabIndex = 11;
|
||||
this.tabControl1.SelectedIndexChanged += new System.EventHandler(this.tabControl1_SelectedIndexChanged);
|
||||
//
|
||||
// tabPage1
|
||||
//
|
||||
this.tabPage1.BackColor = System.Drawing.SystemColors.Control;
|
||||
this.tabPage1.Controls.Add(this.qFromLabel);
|
||||
this.tabPage1.Controls.Add(this.qToLabel);
|
||||
this.tabPage1.Controls.Add(this.qFromTextBox);
|
||||
this.tabPage1.Controls.Add(this.qToTextBox);
|
||||
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, 97);
|
||||
this.tabPage1.TabIndex = 0;
|
||||
this.tabPage1.Text = "Q von / Q bis";
|
||||
//
|
||||
// qFromLabel
|
||||
//
|
||||
this.qFromLabel.AutoSize = true;
|
||||
this.qFromLabel.Location = new System.Drawing.Point(18, 35);
|
||||
this.qFromLabel.Name = "qFromLabel";
|
||||
this.qFromLabel.Size = new System.Drawing.Size(72, 13);
|
||||
this.qFromLabel.TabIndex = 1;
|
||||
this.qFromLabel.Text = "Q from [m3/h]";
|
||||
//
|
||||
// qToLabel
|
||||
//
|
||||
this.qToLabel.AutoSize = true;
|
||||
this.qToLabel.Location = new System.Drawing.Point(18, 61);
|
||||
this.qToLabel.Name = "qToLabel";
|
||||
this.qToLabel.Size = new System.Drawing.Size(61, 13);
|
||||
this.qToLabel.TabIndex = 2;
|
||||
this.qToLabel.Text = "Q to [m3/h]";
|
||||
//
|
||||
// qFromTextBox
|
||||
//
|
||||
this.qFromTextBox.Location = new System.Drawing.Point(134, 32);
|
||||
this.qFromTextBox.Name = "qFromTextBox";
|
||||
this.qFromTextBox.Size = new System.Drawing.Size(124, 20);
|
||||
this.qFromTextBox.TabIndex = 4;
|
||||
this.qFromTextBox.TextChanged += new System.EventHandler(this.anyTextBox_TextChanged);
|
||||
//
|
||||
// qToTextBox
|
||||
//
|
||||
this.qToTextBox.Location = new System.Drawing.Point(134, 58);
|
||||
this.qToTextBox.Name = "qToTextBox";
|
||||
this.qToTextBox.Size = new System.Drawing.Size(124, 20);
|
||||
this.qToTextBox.TabIndex = 5;
|
||||
this.qToTextBox.TextChanged += new System.EventHandler(this.anyTextBox_TextChanged);
|
||||
//
|
||||
// tabPage2
|
||||
//
|
||||
this.tabPage2.BackColor = System.Drawing.SystemColors.Control;
|
||||
this.tabPage2.Controls.Add(this.label1);
|
||||
this.tabPage2.Controls.Add(this.label2);
|
||||
this.tabPage2.Controls.Add(this.q2TextBox);
|
||||
this.tabPage2.Controls.Add(this.dQTextBox);
|
||||
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, 97);
|
||||
this.tabPage2.TabIndex = 1;
|
||||
this.tabPage2.Text = "Q +/- dQ";
|
||||
//
|
||||
// label1
|
||||
//
|
||||
this.label1.AutoSize = true;
|
||||
this.label1.Location = new System.Drawing.Point(18, 35);
|
||||
this.label1.Name = "label1";
|
||||
this.label1.Size = new System.Drawing.Size(49, 13);
|
||||
this.label1.TabIndex = 6;
|
||||
this.label1.Text = "Q [m3/h]";
|
||||
//
|
||||
// label2
|
||||
//
|
||||
this.label2.AutoSize = true;
|
||||
this.label2.Location = new System.Drawing.Point(18, 61);
|
||||
this.label2.Name = "label2";
|
||||
this.label2.Size = new System.Drawing.Size(55, 13);
|
||||
this.label2.TabIndex = 7;
|
||||
this.label2.Text = "dQ [m3/h]";
|
||||
//
|
||||
// q2TextBox
|
||||
//
|
||||
this.q2TextBox.Location = new System.Drawing.Point(134, 32);
|
||||
this.q2TextBox.Name = "q2TextBox";
|
||||
this.q2TextBox.Size = new System.Drawing.Size(124, 20);
|
||||
this.q2TextBox.TabIndex = 8;
|
||||
this.q2TextBox.TextChanged += new System.EventHandler(this.anyTextBox_TextChanged);
|
||||
//
|
||||
// dQTextBox
|
||||
//
|
||||
this.dQTextBox.Location = new System.Drawing.Point(134, 58);
|
||||
this.dQTextBox.Name = "dQTextBox";
|
||||
this.dQTextBox.Size = new System.Drawing.Size(124, 20);
|
||||
this.dQTextBox.TabIndex = 9;
|
||||
this.dQTextBox.TextChanged += new System.EventHandler(this.anyTextBox_TextChanged);
|
||||
//
|
||||
// tabPage3
|
||||
//
|
||||
this.tabPage3.BackColor = System.Drawing.SystemColors.Control;
|
||||
this.tabPage3.Controls.Add(this.label3);
|
||||
this.tabPage3.Controls.Add(this.label4);
|
||||
this.tabPage3.Controls.Add(this.q3TextBox);
|
||||
this.tabPage3.Controls.Add(this.dQpctTextBox);
|
||||
this.tabPage3.Location = new System.Drawing.Point(4, 22);
|
||||
this.tabPage3.Name = "tabPage3";
|
||||
this.tabPage3.Size = new System.Drawing.Size(276, 97);
|
||||
this.tabPage3.TabIndex = 2;
|
||||
this.tabPage3.Text = "Q +/- delta [%]";
|
||||
//
|
||||
// label3
|
||||
//
|
||||
this.label3.AutoSize = true;
|
||||
this.label3.Location = new System.Drawing.Point(18, 35);
|
||||
this.label3.Name = "label3";
|
||||
this.label3.Size = new System.Drawing.Size(49, 13);
|
||||
this.label3.TabIndex = 6;
|
||||
this.label3.Text = "Q [m3/h]";
|
||||
//
|
||||
// label4
|
||||
//
|
||||
this.label4.AutoSize = true;
|
||||
this.label4.Location = new System.Drawing.Point(18, 61);
|
||||
this.label4.Name = "label4";
|
||||
this.label4.Size = new System.Drawing.Size(38, 13);
|
||||
this.label4.TabIndex = 7;
|
||||
this.label4.Text = "dQ [%]";
|
||||
//
|
||||
// q3TextBox
|
||||
//
|
||||
this.q3TextBox.Location = new System.Drawing.Point(134, 32);
|
||||
this.q3TextBox.Name = "q3TextBox";
|
||||
this.q3TextBox.Size = new System.Drawing.Size(124, 20);
|
||||
this.q3TextBox.TabIndex = 8;
|
||||
this.q3TextBox.TextChanged += new System.EventHandler(this.anyTextBox_TextChanged);
|
||||
//
|
||||
// dQpctTextBox
|
||||
//
|
||||
this.dQpctTextBox.Location = new System.Drawing.Point(134, 58);
|
||||
this.dQpctTextBox.Name = "dQpctTextBox";
|
||||
this.dQpctTextBox.Size = new System.Drawing.Size(124, 20);
|
||||
this.dQpctTextBox.TabIndex = 9;
|
||||
this.dQpctTextBox.TextChanged += new System.EventHandler(this.anyTextBox_TextChanged);
|
||||
//
|
||||
// sensorsComboBox
|
||||
//
|
||||
this.sensorsComboBox.FormattingEnabled = true;
|
||||
this.sensorsComboBox.Location = new System.Drawing.Point(137, 145);
|
||||
this.sensorsComboBox.Name = "sensorsComboBox";
|
||||
this.sensorsComboBox.Size = new System.Drawing.Size(124, 21);
|
||||
this.sensorsComboBox.TabIndex = 7;
|
||||
this.sensorsComboBox.SelectedIndexChanged += new System.EventHandler(this.anyTextBox_TextChanged);
|
||||
//
|
||||
// sensorsLabel
|
||||
//
|
||||
this.sensorsLabel.AutoSize = true;
|
||||
this.sensorsLabel.Location = new System.Drawing.Point(21, 148);
|
||||
this.sensorsLabel.Name = "sensorsLabel";
|
||||
this.sensorsLabel.Size = new System.Drawing.Size(45, 13);
|
||||
this.sensorsLabel.TabIndex = 6;
|
||||
this.sensorsLabel.Text = "Sensors";
|
||||
//
|
||||
// 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 = 27;
|
||||
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 = 26;
|
||||
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 = 25;
|
||||
this.backButton.Text = "< &Back";
|
||||
this.backButton.UseVisualStyleBackColor = true;
|
||||
this.backButton.Click += new System.EventHandler(this.backButton_Click);
|
||||
//
|
||||
// FlowSelection
|
||||
//
|
||||
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 = "FlowSelection";
|
||||
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
||||
this.Text = "FlowSelection";
|
||||
this.Load += new System.EventHandler(this.FlowSelection_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.tabPage3.ResumeLayout(false);
|
||||
this.tabPage3.PerformLayout();
|
||||
this.ResumeLayout(false);
|
||||
|
||||
}
|
||||
|
||||
|
||||
+214
-280
@@ -31,280 +31,219 @@ namespace TBF.TestWizard
|
||||
/// </summary>
|
||||
private void InitializeComponent()
|
||||
{
|
||||
this.horizSplitContainer = new System.Windows.Forms.SplitContainer();
|
||||
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.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;
|
||||
//
|
||||
// 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(31, 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(31, 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(146, 38);
|
||||
this.errHiPctTextBox.Name = "errHiPctTextBox";
|
||||
this.errHiPctTextBox.Size = new System.Drawing.Size(86, 20);
|
||||
this.errHiPctTextBox.TabIndex = 3;
|
||||
this.errHiPctTextBox.TextChanged += new System.EventHandler(this.anyTextBox_TextChanged);
|
||||
//
|
||||
// errLoPctTextBox
|
||||
//
|
||||
this.errLoPctTextBox.Location = new System.Drawing.Point(146, 13);
|
||||
this.errLoPctTextBox.Name = "errLoPctTextBox";
|
||||
this.errLoPctTextBox.Size = new System.Drawing.Size(86, 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(150, 100);
|
||||
this.uncertaintyTextBox.Name = "uncertaintyTextBox";
|
||||
this.uncertaintyTextBox.Size = new System.Drawing.Size(86, 20);
|
||||
this.uncertaintyTextBox.TabIndex = 2;
|
||||
this.uncertaintyTextBox.TextChanged += new System.EventHandler(this.anyTextBox_TextChanged);
|
||||
//
|
||||
// durationTextBox
|
||||
//
|
||||
this.durationTextBox.Location = new System.Drawing.Point(150, 149);
|
||||
this.durationTextBox.Name = "durationTextBox";
|
||||
this.durationTextBox.Size = new System.Drawing.Size(86, 20);
|
||||
this.durationTextBox.TabIndex = 6;
|
||||
this.durationTextBox.TextChanged += new System.EventHandler(this.durationTextBox_TextChanged);
|
||||
//
|
||||
// volumeTextBox
|
||||
//
|
||||
this.volumeTextBox.Location = new System.Drawing.Point(150, 124);
|
||||
this.volumeTextBox.Name = "volumeTextBox";
|
||||
this.volumeTextBox.Size = new System.Drawing.Size(86, 20);
|
||||
this.volumeTextBox.TabIndex = 4;
|
||||
this.volumeTextBox.TextChanged += new System.EventHandler(this.volumeTextBox_TextChanged);
|
||||
//
|
||||
// uncertaintyLabel
|
||||
//
|
||||
this.uncertaintyLabel.AutoSize = true;
|
||||
this.uncertaintyLabel.Location = new System.Drawing.Point(35, 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(35, 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(35, 127);
|
||||
this.volumeLabel.Name = "volumeLabel";
|
||||
this.volumeLabel.Size = new System.Drawing.Size(53, 13);
|
||||
this.volumeLabel.TabIndex = 3;
|
||||
this.volumeLabel.Text = "Volume [l]";
|
||||
//
|
||||
// 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);
|
||||
this.horizSplitContainer = new System.Windows.Forms.SplitContainer();
|
||||
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.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.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.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;
|
||||
//
|
||||
// tabControl1
|
||||
//
|
||||
this.tabControl1.Controls.Add(this.tabPage1);
|
||||
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(31, 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(31, 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(146, 38);
|
||||
this.errHiPctTextBox.Name = "errHiPctTextBox";
|
||||
this.errHiPctTextBox.Size = new System.Drawing.Size(86, 20);
|
||||
this.errHiPctTextBox.TabIndex = 3;
|
||||
this.errHiPctTextBox.TextChanged += new System.EventHandler(this.anyTextBox_TextChanged);
|
||||
//
|
||||
// errLoPctTextBox
|
||||
//
|
||||
this.errLoPctTextBox.Location = new System.Drawing.Point(146, 13);
|
||||
this.errLoPctTextBox.Name = "errLoPctTextBox";
|
||||
this.errLoPctTextBox.Size = new System.Drawing.Size(86, 20);
|
||||
this.errLoPctTextBox.TabIndex = 1;
|
||||
this.errLoPctTextBox.TextChanged += new System.EventHandler(this.anyTextBox_TextChanged);
|
||||
//
|
||||
// uncertaintyTextBox
|
||||
//
|
||||
this.uncertaintyTextBox.Location = new System.Drawing.Point(150, 100);
|
||||
this.uncertaintyTextBox.Name = "uncertaintyTextBox";
|
||||
this.uncertaintyTextBox.Size = new System.Drawing.Size(86, 20);
|
||||
this.uncertaintyTextBox.TabIndex = 2;
|
||||
this.uncertaintyTextBox.TextChanged += new System.EventHandler(this.anyTextBox_TextChanged);
|
||||
//
|
||||
// durationTextBox
|
||||
//
|
||||
this.durationTextBox.Location = new System.Drawing.Point(150, 149);
|
||||
this.durationTextBox.Name = "durationTextBox";
|
||||
this.durationTextBox.Size = new System.Drawing.Size(86, 20);
|
||||
this.durationTextBox.TabIndex = 6;
|
||||
this.durationTextBox.TextChanged += new System.EventHandler(this.durationTextBox_TextChanged);
|
||||
//
|
||||
// volumeTextBox
|
||||
//
|
||||
this.volumeTextBox.Location = new System.Drawing.Point(150, 124);
|
||||
this.volumeTextBox.Name = "volumeTextBox";
|
||||
this.volumeTextBox.Size = new System.Drawing.Size(86, 20);
|
||||
this.volumeTextBox.TabIndex = 4;
|
||||
this.volumeTextBox.TextChanged += new System.EventHandler(this.volumeTextBox_TextChanged);
|
||||
//
|
||||
// uncertaintyLabel
|
||||
//
|
||||
this.uncertaintyLabel.AutoSize = true;
|
||||
this.uncertaintyLabel.Location = new System.Drawing.Point(35, 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(35, 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(35, 127);
|
||||
this.volumeLabel.Name = "volumeLabel";
|
||||
this.volumeLabel.Size = new System.Drawing.Size(53, 13);
|
||||
this.volumeLabel.TabIndex = 3;
|
||||
this.volumeLabel.Text = "Volume [l]";
|
||||
//
|
||||
// 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.ResumeLayout(false);
|
||||
|
||||
}
|
||||
|
||||
@@ -325,11 +264,6 @@ namespace TBF.TestWizard
|
||||
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.TabPage tabPage1;
|
||||
}
|
||||
}
|
||||
@@ -35,9 +35,9 @@ namespace TBF.TestWizard
|
||||
nextButton.Text = Strings.FinishBtnText;
|
||||
cancelButton.Text = Strings.CancelBtnText;
|
||||
tabPage1.Text = Strings.Water_Meter;
|
||||
tabPage2.Text = Strings.Heat_meter;
|
||||
classLabel.Text = Strings.Metrological_class;
|
||||
qpLabel.Text = "Qp [m3/h]";
|
||||
//tabPage2.Text = Strings.Heat_meter;
|
||||
//classLabel.Text = Strings.Metrological_class;
|
||||
//qpLabel.Text = "Qp [m3/h]";
|
||||
}
|
||||
|
||||
public VolumeAndErrorSelection(bool first, bool last, Test test)
|
||||
@@ -58,7 +58,7 @@ namespace TBF.TestWizard
|
||||
errLoPctTextBox.Text = test.ErrLimLo.ToString();
|
||||
errHiPctTextBox.Text = test.ErrLimHi.ToString();
|
||||
uncertaintyTextBox.Text = test.Uncertainty.ToString();
|
||||
classComboBox.Text = "2";
|
||||
//classComboBox.Text = "2";
|
||||
|
||||
nextButton.Enabled = IsFormValid();
|
||||
}
|
||||
@@ -77,9 +77,10 @@ namespace TBF.TestWizard
|
||||
&& Utils.TryParseSFloat(errHiPctTextBox.Text, out dummy);
|
||||
break;
|
||||
case TabId.HeatMeterTab:
|
||||
tabsValid = int.TryParse(classComboBox.Text, out idummy)
|
||||
&& idummy >= 1 && idummy <= 3
|
||||
&& Utils.TryParseUFloat(qpTextBox.Text, out dummy);
|
||||
//tabsValid = int.TryParse(classComboBox.Text, out idummy)
|
||||
// && idummy >= 1 && idummy <= 3
|
||||
// && Utils.TryParseUFloat(qpTextBox.Text, out dummy);
|
||||
tabsValid = true;
|
||||
break;
|
||||
}
|
||||
|
||||
@@ -103,8 +104,8 @@ namespace TBF.TestWizard
|
||||
test.ErrLimHi = Utils.ParseSFloat(errHiPctTextBox.Text);
|
||||
break;
|
||||
case TabId.HeatMeterTab:
|
||||
test.ErrLimLo = (float)int.Parse(classComboBox.Text);
|
||||
test.ErrLimHi = -Utils.ParseUFloat(qpTextBox.Text);
|
||||
//test.ErrLimLo = (float)int.Parse(classComboBox.Text);
|
||||
//test.ErrLimHi = -Utils.ParseUFloat(qpTextBox.Text);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user