Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit 9a5698e4 authored by Markus QUARITSCH's avatar Markus QUARITSCH
Browse files

adding note regarding whr to gui

parent d8fa6a11
No related branches found
No related tags found
No related merge requests found
...@@ -147,6 +147,7 @@ Partial Class EngineForm ...@@ -147,6 +147,7 @@ Partial Class EngineForm
Me.cbFuelType2 = New System.Windows.Forms.ComboBox() Me.cbFuelType2 = New System.Windows.Forms.ComboBox()
Me.Label35 = New System.Windows.Forms.Label() Me.Label35 = New System.Windows.Forms.Label()
Me.cbDualFuel = New System.Windows.Forms.CheckBox() Me.cbDualFuel = New System.Windows.Forms.CheckBox()
Me.Label36 = New System.Windows.Forms.Label()
Me.ToolStrip1.SuspendLayout Me.ToolStrip1.SuspendLayout
Me.StatusStrip1.SuspendLayout Me.StatusStrip1.SuspendLayout
CType(Me.PictureBox1,System.ComponentModel.ISupportInitialize).BeginInit CType(Me.PictureBox1,System.ComponentModel.ISupportInitialize).BeginInit
...@@ -221,7 +222,7 @@ Partial Class EngineForm ...@@ -221,7 +222,7 @@ Partial Class EngineForm
' '
Me.ButCancel.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right),System.Windows.Forms.AnchorStyles) Me.ButCancel.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right),System.Windows.Forms.AnchorStyles)
Me.ButCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel Me.ButCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel
Me.ButCancel.Location = New System.Drawing.Point(916, 533) Me.ButCancel.Location = New System.Drawing.Point(916, 586)
Me.ButCancel.Name = "ButCancel" Me.ButCancel.Name = "ButCancel"
Me.ButCancel.Size = New System.Drawing.Size(75, 23) Me.ButCancel.Size = New System.Drawing.Size(75, 23)
Me.ButCancel.TabIndex = 13 Me.ButCancel.TabIndex = 13
...@@ -231,7 +232,7 @@ Partial Class EngineForm ...@@ -231,7 +232,7 @@ Partial Class EngineForm
'ButOK 'ButOK
' '
Me.ButOK.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right),System.Windows.Forms.AnchorStyles) Me.ButOK.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right),System.Windows.Forms.AnchorStyles)
Me.ButOK.Location = New System.Drawing.Point(835, 533) Me.ButOK.Location = New System.Drawing.Point(835, 586)
Me.ButOK.Name = "ButOK" Me.ButOK.Name = "ButOK"
Me.ButOK.Size = New System.Drawing.Size(75, 23) Me.ButOK.Size = New System.Drawing.Size(75, 23)
Me.ButOK.TabIndex = 12 Me.ButOK.TabIndex = 12
...@@ -320,7 +321,7 @@ Partial Class EngineForm ...@@ -320,7 +321,7 @@ Partial Class EngineForm
'StatusStrip1 'StatusStrip1
' '
Me.StatusStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.LbStatus}) Me.StatusStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.LbStatus})
Me.StatusStrip1.Location = New System.Drawing.Point(0, 559) Me.StatusStrip1.Location = New System.Drawing.Point(0, 612)
Me.StatusStrip1.Name = "StatusStrip1" Me.StatusStrip1.Name = "StatusStrip1"
Me.StatusStrip1.Size = New System.Drawing.Size(1003, 22) Me.StatusStrip1.Size = New System.Drawing.Size(1003, 22)
Me.StatusStrip1.SizingGrip = false Me.StatusStrip1.SizingGrip = false
...@@ -376,7 +377,7 @@ Partial Class EngineForm ...@@ -376,7 +377,7 @@ Partial Class EngineForm
' '
'TbMAP 'TbMAP
' '
Me.TbMAP.Location = New System.Drawing.Point(6, 54) Me.TbMAP.Location = New System.Drawing.Point(6, 57)
Me.TbMAP.Name = "TbMAP" Me.TbMAP.Name = "TbMAP"
Me.TbMAP.Size = New System.Drawing.Size(406, 20) Me.TbMAP.Size = New System.Drawing.Size(406, 20)
Me.TbMAP.TabIndex = 5 Me.TbMAP.TabIndex = 5
...@@ -384,7 +385,7 @@ Partial Class EngineForm ...@@ -384,7 +385,7 @@ Partial Class EngineForm
'Label6 'Label6
' '
Me.Label6.AutoSize = true Me.Label6.AutoSize = true
Me.Label6.Location = New System.Drawing.Point(6, 38) Me.Label6.Location = New System.Drawing.Point(6, 41)
Me.Label6.Name = "Label6" Me.Label6.Name = "Label6"
Me.Label6.Size = New System.Drawing.Size(115, 13) Me.Label6.Size = New System.Drawing.Size(115, 13)
Me.Label6.TabIndex = 38 Me.Label6.TabIndex = 38
...@@ -393,7 +394,7 @@ Partial Class EngineForm ...@@ -393,7 +394,7 @@ Partial Class EngineForm
'BtMAP 'BtMAP
' '
Me.BtMAP.Image = Global.TUGraz.VECTO.My.Resources.Resources.Open_icon Me.BtMAP.Image = Global.TUGraz.VECTO.My.Resources.Resources.Open_icon
Me.BtMAP.Location = New System.Drawing.Point(418, 52) Me.BtMAP.Location = New System.Drawing.Point(418, 55)
Me.BtMAP.Name = "BtMAP" Me.BtMAP.Name = "BtMAP"
Me.BtMAP.Size = New System.Drawing.Size(24, 24) Me.BtMAP.Size = New System.Drawing.Size(24, 24)
Me.BtMAP.TabIndex = 6 Me.BtMAP.TabIndex = 6
...@@ -431,7 +432,7 @@ Partial Class EngineForm ...@@ -431,7 +432,7 @@ Partial Class EngineForm
'BtMAPopen 'BtMAPopen
' '
Me.BtMAPopen.Image = Global.TUGraz.VECTO.My.Resources.Resources.application_export_icon_small Me.BtMAPopen.Image = Global.TUGraz.VECTO.My.Resources.Resources.application_export_icon_small
Me.BtMAPopen.Location = New System.Drawing.Point(441, 52) Me.BtMAPopen.Location = New System.Drawing.Point(441, 55)
Me.BtMAPopen.Name = "BtMAPopen" Me.BtMAPopen.Name = "BtMAPopen"
Me.BtMAPopen.Size = New System.Drawing.Size(24, 24) Me.BtMAPopen.Size = New System.Drawing.Size(24, 24)
Me.BtMAPopen.TabIndex = 7 Me.BtMAPopen.TabIndex = 7
...@@ -452,7 +453,7 @@ Partial Class EngineForm ...@@ -452,7 +453,7 @@ Partial Class EngineForm
' '
Me.GrWHTC.Controls.Add(Me.PnWhtcDeclaration) Me.GrWHTC.Controls.Add(Me.PnWhtcDeclaration)
Me.GrWHTC.Controls.Add(Me.PnWhtcEngineering) Me.GrWHTC.Controls.Add(Me.PnWhtcEngineering)
Me.GrWHTC.Location = New System.Drawing.Point(3, 85) Me.GrWHTC.Location = New System.Drawing.Point(3, 94)
Me.GrWHTC.Name = "GrWHTC" Me.GrWHTC.Name = "GrWHTC"
Me.GrWHTC.Size = New System.Drawing.Size(462, 135) Me.GrWHTC.Size = New System.Drawing.Size(462, 135)
Me.GrWHTC.TabIndex = 9 Me.GrWHTC.TabIndex = 9
...@@ -716,7 +717,7 @@ Partial Class EngineForm ...@@ -716,7 +717,7 @@ Partial Class EngineForm
'Label18 'Label18
' '
Me.Label18.AutoSize = true Me.Label18.AutoSize = true
Me.Label18.Location = New System.Drawing.Point(11, 9) Me.Label18.Location = New System.Drawing.Point(11, 13)
Me.Label18.Name = "Label18" Me.Label18.Name = "Label18"
Me.Label18.Size = New System.Drawing.Size(54, 13) Me.Label18.Size = New System.Drawing.Size(54, 13)
Me.Label18.TabIndex = 50 Me.Label18.TabIndex = 50
...@@ -725,7 +726,7 @@ Partial Class EngineForm ...@@ -725,7 +726,7 @@ Partial Class EngineForm
'cbFuelType 'cbFuelType
' '
Me.cbFuelType.FormattingEnabled = true Me.cbFuelType.FormattingEnabled = true
Me.cbFuelType.Location = New System.Drawing.Point(71, 6) Me.cbFuelType.Location = New System.Drawing.Point(71, 10)
Me.cbFuelType.Name = "cbFuelType" Me.cbFuelType.Name = "cbFuelType"
Me.cbFuelType.Size = New System.Drawing.Size(143, 21) Me.cbFuelType.Size = New System.Drawing.Size(143, 21)
Me.cbFuelType.TabIndex = 51 Me.cbFuelType.TabIndex = 51
...@@ -740,11 +741,12 @@ Partial Class EngineForm ...@@ -740,11 +741,12 @@ Partial Class EngineForm
' '
'gbWHR 'gbWHR
' '
Me.gbWHR.Controls.Add(Me.Label36)
Me.gbWHR.Controls.Add(Me.pnWHRDeclaration) Me.gbWHR.Controls.Add(Me.pnWHRDeclaration)
Me.gbWHR.Controls.Add(Me.pnWhrEngineering) Me.gbWHR.Controls.Add(Me.pnWhrEngineering)
Me.gbWHR.Location = New System.Drawing.Point(504, 392) Me.gbWHR.Location = New System.Drawing.Point(504, 392)
Me.gbWHR.Name = "gbWHR" Me.gbWHR.Name = "gbWHR"
Me.gbWHR.Size = New System.Drawing.Size(481, 135) Me.gbWHR.Size = New System.Drawing.Size(481, 155)
Me.gbWHR.TabIndex = 53 Me.gbWHR.TabIndex = 53
Me.gbWHR.TabStop = false Me.gbWHR.TabStop = false
Me.gbWHR.Text = "WHR Correction Factors" Me.gbWHR.Text = "WHR Correction Factors"
...@@ -906,7 +908,7 @@ Partial Class EngineForm ...@@ -906,7 +908,7 @@ Partial Class EngineForm
Me.tbDualFuel.Location = New System.Drawing.Point(12, 268) Me.tbDualFuel.Location = New System.Drawing.Point(12, 268)
Me.tbDualFuel.Name = "tbDualFuel" Me.tbDualFuel.Name = "tbDualFuel"
Me.tbDualFuel.SelectedIndex = 0 Me.tbDualFuel.SelectedIndex = 0
Me.tbDualFuel.Size = New System.Drawing.Size(481, 259) Me.tbDualFuel.Size = New System.Drawing.Size(481, 279)
Me.tbDualFuel.TabIndex = 56 Me.tbDualFuel.TabIndex = 56
' '
'tpPrimaryfuel 'tpPrimaryfuel
...@@ -921,7 +923,7 @@ Partial Class EngineForm ...@@ -921,7 +923,7 @@ Partial Class EngineForm
Me.tpPrimaryfuel.Location = New System.Drawing.Point(4, 22) Me.tpPrimaryfuel.Location = New System.Drawing.Point(4, 22)
Me.tpPrimaryfuel.Name = "tpPrimaryfuel" Me.tpPrimaryfuel.Name = "tpPrimaryfuel"
Me.tpPrimaryfuel.Padding = New System.Windows.Forms.Padding(3) Me.tpPrimaryfuel.Padding = New System.Windows.Forms.Padding(3)
Me.tpPrimaryfuel.Size = New System.Drawing.Size(473, 233) Me.tpPrimaryfuel.Size = New System.Drawing.Size(473, 253)
Me.tpPrimaryfuel.TabIndex = 0 Me.tpPrimaryfuel.TabIndex = 0
Me.tpPrimaryfuel.Text = "Primary Fuel" Me.tpPrimaryfuel.Text = "Primary Fuel"
Me.tpPrimaryfuel.UseVisualStyleBackColor = true Me.tpPrimaryfuel.UseVisualStyleBackColor = true
...@@ -1149,6 +1151,16 @@ Partial Class EngineForm ...@@ -1149,6 +1151,16 @@ Partial Class EngineForm
Me.cbDualFuel.TabIndex = 58 Me.cbDualFuel.TabIndex = 58
Me.cbDualFuel.Text = "Dual Fuel Engine" Me.cbDualFuel.Text = "Dual Fuel Engine"
Me.cbDualFuel.UseVisualStyleBackColor = true Me.cbDualFuel.UseVisualStyleBackColor = true
'
'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"
' '
'EngineForm 'EngineForm
' '
...@@ -1156,7 +1168,7 @@ Partial Class EngineForm ...@@ -1156,7 +1168,7 @@ Partial Class EngineForm
Me.AutoScaleDimensions = New System.Drawing.SizeF(6!, 13!) Me.AutoScaleDimensions = New System.Drawing.SizeF(6!, 13!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.CancelButton = Me.ButCancel Me.CancelButton = Me.ButCancel
Me.ClientSize = New System.Drawing.Size(1003, 581) Me.ClientSize = New System.Drawing.Size(1003, 634)
Me.Controls.Add(Me.cbDualFuel) Me.Controls.Add(Me.cbDualFuel)
Me.Controls.Add(Me.tbDualFuel) Me.Controls.Add(Me.tbDualFuel)
Me.Controls.Add(Me.cbWHRType) Me.Controls.Add(Me.cbWHRType)
...@@ -1213,6 +1225,7 @@ Partial Class EngineForm ...@@ -1213,6 +1225,7 @@ Partial Class EngineForm
Me.PnWhtcEngineering.PerformLayout Me.PnWhtcEngineering.PerformLayout
CType(Me.PicBox,System.ComponentModel.ISupportInitialize).EndInit CType(Me.PicBox,System.ComponentModel.ISupportInitialize).EndInit
Me.gbWHR.ResumeLayout(false) Me.gbWHR.ResumeLayout(false)
Me.gbWHR.PerformLayout
Me.pnWHRDeclaration.ResumeLayout(false) Me.pnWHRDeclaration.ResumeLayout(false)
Me.pnWHRDeclaration.PerformLayout Me.pnWHRDeclaration.PerformLayout
Me.pnWhrEngineering.ResumeLayout(false) Me.pnWhrEngineering.ResumeLayout(false)
...@@ -1341,4 +1354,5 @@ End Sub ...@@ -1341,4 +1354,5 @@ End Sub
Friend WithEvents cbFuelType2 As ComboBox Friend WithEvents cbFuelType2 As ComboBox
Friend WithEvents Label35 As Label Friend WithEvents Label35 As Label
Friend WithEvents cbDualFuel As CheckBox Friend WithEvents cbDualFuel As CheckBox
Friend WithEvents Label36 As Label
End Class End Class
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment