diff --git a/VECTO/GUI/EngineForm.Designer.vb b/VECTO/GUI/EngineForm.Designer.vb
index 73c70261e61c8c2e8e355c8df4c2646136f9edf8..9f2df7b39af3c2b46455db736ba3137c8240f85f 100644
--- a/VECTO/GUI/EngineForm.Designer.vb
+++ b/VECTO/GUI/EngineForm.Designer.vb
@@ -104,9 +104,9 @@ Partial Class EngineForm
         Me.cbFuelType = New System.Windows.Forms.ComboBox()
         Me.lblEngineCharacteristics = New System.Windows.Forms.Label()
         Me.gbWHR = New System.Windows.Forms.GroupBox()
+        Me.Label36 = New System.Windows.Forms.Label()
         Me.pnWHRDeclaration = New System.Windows.Forms.Panel()
-        Me.tbWHRRegPer = New System.Windows.Forms.Label()
-        Me.TextBox1 = New System.Windows.Forms.TextBox()
+        Me.tbWHRRegPer = New System.Windows.Forms.TextBox()
         Me.Label21 = New System.Windows.Forms.Label()
         Me.tbWHRColdHot = New System.Windows.Forms.TextBox()
         Me.Label22 = New System.Windows.Forms.Label()
@@ -147,7 +147,7 @@ Partial Class EngineForm
         Me.cbFuelType2 = New System.Windows.Forms.ComboBox()
         Me.Label35 = New System.Windows.Forms.Label()
         Me.cbDualFuel = New System.Windows.Forms.CheckBox()
-        Me.Label36 = New System.Windows.Forms.Label()
+        Me.lblWHRRegPer = New System.Windows.Forms.Label()
         Me.ToolStrip1.SuspendLayout
         Me.StatusStrip1.SuspendLayout
         CType(Me.PictureBox1,System.ComponentModel.ISupportInitialize).BeginInit
@@ -750,11 +750,21 @@ Partial Class EngineForm
         Me.gbWHR.TabIndex = 53
         Me.gbWHR.TabStop = false
         Me.gbWHR.Text = "WHR Correction Factors"
+        '
+        'Label36
+        '
+        Me.Label36.AutoSize = true
+        Me.Label36.Location = New System.Drawing.Point(5, 132)
+        Me.Label36.Name = "Label36"
+        Me.Label36.Size = New System.Drawing.Size(408, 13)
+        Me.Label36.TabIndex = 11
+        Me.Label36.Text = "Note: Electric power generated by WHR has to be provided in FC-Map of primary fue"& _ 
+    "l"
         '
         'pnWHRDeclaration
         '
+        Me.pnWHRDeclaration.Controls.Add(Me.lblWHRRegPer)
         Me.pnWHRDeclaration.Controls.Add(Me.tbWHRRegPer)
-        Me.pnWHRDeclaration.Controls.Add(Me.TextBox1)
         Me.pnWHRDeclaration.Controls.Add(Me.Label21)
         Me.pnWHRDeclaration.Controls.Add(Me.tbWHRColdHot)
         Me.pnWHRDeclaration.Controls.Add(Me.Label22)
@@ -771,19 +781,10 @@ Partial Class EngineForm
         '
         'tbWHRRegPer
         '
-        Me.tbWHRRegPer.AutoSize = true
-        Me.tbWHRRegPer.Location = New System.Drawing.Point(307, 49)
+        Me.tbWHRRegPer.Location = New System.Drawing.Point(402, 46)
         Me.tbWHRRegPer.Name = "tbWHRRegPer"
-        Me.tbWHRRegPer.Size = New System.Drawing.Size(89, 13)
-        Me.tbWHRRegPer.TabIndex = 9
-        Me.tbWHRRegPer.Text = "Reg. Per. Corr. F."
-        '
-        'TextBox1
-        '
-        Me.TextBox1.Location = New System.Drawing.Point(402, 46)
-        Me.TextBox1.Name = "TextBox1"
-        Me.TextBox1.Size = New System.Drawing.Size(57, 20)
-        Me.TextBox1.TabIndex = 10
+        Me.tbWHRRegPer.Size = New System.Drawing.Size(57, 20)
+        Me.tbWHRRegPer.TabIndex = 10
         '
         'Label21
         '
@@ -940,7 +941,7 @@ Partial Class EngineForm
         Me.tpSecondaryFuel.Location = New System.Drawing.Point(4, 22)
         Me.tpSecondaryFuel.Name = "tpSecondaryFuel"
         Me.tpSecondaryFuel.Padding = New System.Windows.Forms.Padding(3)
-        Me.tpSecondaryFuel.Size = New System.Drawing.Size(473, 233)
+        Me.tpSecondaryFuel.Size = New System.Drawing.Size(473, 253)
         Me.tpSecondaryFuel.TabIndex = 1
         Me.tpSecondaryFuel.Text = "Secondary Fuel"
         Me.tpSecondaryFuel.UseVisualStyleBackColor = true
@@ -1152,15 +1153,14 @@ Partial Class EngineForm
         Me.cbDualFuel.Text = "Dual Fuel Engine"
         Me.cbDualFuel.UseVisualStyleBackColor = true
         '
-        'Label36
+        'lblWHRRegPer
         '
-        Me.Label36.AutoSize = true
-        Me.Label36.Location = New System.Drawing.Point(5, 132)
-        Me.Label36.Name = "Label36"
-        Me.Label36.Size = New System.Drawing.Size(408, 13)
-        Me.Label36.TabIndex = 11
-        Me.Label36.Text = "Note: Electric power generated by WHR has to be provided in FC-Map of primary fue"& _ 
-    "l"
+        Me.lblWHRRegPer.AutoSize = true
+        Me.lblWHRRegPer.Location = New System.Drawing.Point(306, 49)
+        Me.lblWHRRegPer.Name = "lblWHRRegPer"
+        Me.lblWHRRegPer.Size = New System.Drawing.Size(89, 13)
+        Me.lblWHRRegPer.TabIndex = 11
+        Me.lblWHRRegPer.Text = "Reg. Per. Corr. F."
         '
         'EngineForm
         '
@@ -1312,8 +1312,7 @@ End Sub
 	Friend WithEvents lblEngineCharacteristics As System.Windows.Forms.Label
     Friend WithEvents gbWHR As GroupBox
     Friend WithEvents pnWHRDeclaration As Panel
-    Friend WithEvents tbWHRRegPer As Label
-    Friend WithEvents TextBox1 As TextBox
+    Friend WithEvents tbWHRRegPer As TextBox
     Friend WithEvents Label21 As Label
     Friend WithEvents tbWHRColdHot As TextBox
     Friend WithEvents Label22 As Label
@@ -1355,4 +1354,5 @@ End Sub
     Friend WithEvents Label35 As Label
     Friend WithEvents cbDualFuel As CheckBox
     Friend WithEvents Label36 As Label
+    Friend WithEvents lblWHRRegPer As Label
 End Class