Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS has been phased out. To see alternatives please check here

Skip to content
Snippets Groups Projects
Commit e99054e6 authored by Stefanos Doumpoulakis's avatar Stefanos Doumpoulakis
Browse files

UI fix: removed label about NCV in cycle data from VTP editor

parent c1320989
No related branches found
No related tags found
No related merge requests found
...@@ -28,7 +28,6 @@ Partial Class VectoVTPJobForm ...@@ -28,7 +28,6 @@ Partial Class VectoVTPJobForm
Me.components = New System.ComponentModel.Container() Me.components = New System.ComponentModel.Container()
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(VectoVTPJobForm)) Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(VectoVTPJobForm))
Me.GrCycles = New System.Windows.Forms.GroupBox() Me.GrCycles = New System.Windows.Forms.GroupBox()
Me.Label12 = New System.Windows.Forms.Label()
Me.Label2 = New System.Windows.Forms.Label() Me.Label2 = New System.Windows.Forms.Label()
Me.LvCycles = New System.Windows.Forms.ListView() Me.LvCycles = New System.Windows.Forms.ListView()
Me.ColumnHeader1 = CType(New System.Windows.Forms.ColumnHeader(), System.Windows.Forms.ColumnHeader) Me.ColumnHeader1 = CType(New System.Windows.Forms.ColumnHeader(), System.Windows.Forms.ColumnHeader)
...@@ -125,7 +124,6 @@ Partial Class VectoVTPJobForm ...@@ -125,7 +124,6 @@ Partial Class VectoVTPJobForm
' '
Me.GrCycles.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ Me.GrCycles.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.GrCycles.Controls.Add(Me.Label12)
Me.GrCycles.Controls.Add(Me.Label2) Me.GrCycles.Controls.Add(Me.Label2)
Me.GrCycles.Controls.Add(Me.LvCycles) Me.GrCycles.Controls.Add(Me.LvCycles)
Me.GrCycles.Controls.Add(Me.BtDRIrem) Me.GrCycles.Controls.Add(Me.BtDRIrem)
...@@ -139,19 +137,6 @@ Partial Class VectoVTPJobForm ...@@ -139,19 +137,6 @@ Partial Class VectoVTPJobForm
Me.GrCycles.TabStop = False Me.GrCycles.TabStop = False
Me.GrCycles.Text = "Cycles" Me.GrCycles.Text = "Cycles"
' '
'Label12
'
Me.Label12.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Label12.AutoSize = True
Me.Label12.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label12.Location = New System.Drawing.Point(8, 25)
Me.Label12.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
Me.Label12.Name = "Label12"
Me.Label12.Size = New System.Drawing.Size(541, 17)
Me.Label12.TabIndex = 4
Me.Label12.Text = "The fuel cocnsumption in the cycle has to be corrected for standard NCV!"
'
'Label2 'Label2
' '
Me.Label2.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _ Me.Label2.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
...@@ -175,11 +160,11 @@ Partial Class VectoVTPJobForm ...@@ -175,11 +160,11 @@ Partial Class VectoVTPJobForm
Me.LvCycles.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None Me.LvCycles.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None
Me.LvCycles.HideSelection = False Me.LvCycles.HideSelection = False
Me.LvCycles.LabelEdit = True Me.LvCycles.LabelEdit = True
Me.LvCycles.Location = New System.Drawing.Point(8, 49) Me.LvCycles.Location = New System.Drawing.Point(8, 23)
Me.LvCycles.Margin = New System.Windows.Forms.Padding(4) Me.LvCycles.Margin = New System.Windows.Forms.Padding(4)
Me.LvCycles.MultiSelect = False Me.LvCycles.MultiSelect = False
Me.LvCycles.Name = "LvCycles" Me.LvCycles.Name = "LvCycles"
Me.LvCycles.Size = New System.Drawing.Size(669, 117) Me.LvCycles.Size = New System.Drawing.Size(669, 143)
Me.LvCycles.TabIndex = 0 Me.LvCycles.TabIndex = 0
Me.LvCycles.TabStop = False Me.LvCycles.TabStop = False
Me.LvCycles.UseCompatibleStateImageBehavior = False Me.LvCycles.UseCompatibleStateImageBehavior = False
...@@ -1023,7 +1008,6 @@ End Sub ...@@ -1023,7 +1008,6 @@ End Sub
Friend WithEvents Label11 As Label Friend WithEvents Label11 As Label
Friend WithEvents Label10 As Label Friend WithEvents Label10 As Label
Friend WithEvents Label9 As Label Friend WithEvents Label9 As Label
Friend WithEvents Label12 As Label
Friend WithEvents _ncvGrpBox As GroupBox Friend WithEvents _ncvGrpBox As GroupBox
Friend WithEvents _ncvFuel1Lbl As Label Friend WithEvents _ncvFuel1Lbl As Label
Friend WithEvents _ncvFuel2Lbl As Label Friend WithEvents _ncvFuel2Lbl As Label
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment