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 c60e123e authored by Michael KRISPER's avatar Michael KRISPER
Browse files

tooltip in gui that the Rim will be removed in Vecto 3

parent 01812445
Branches
Tags
No related merge requests found
...@@ -121,6 +121,7 @@ Partial Class F_VEH ...@@ -121,6 +121,7 @@ Partial Class F_VEH
Me.cbAngularGearType = New System.Windows.Forms.ComboBox() Me.cbAngularGearType = New System.Windows.Forms.ComboBox()
Me.PicVehicle = New System.Windows.Forms.PictureBox() Me.PicVehicle = New System.Windows.Forms.PictureBox()
Me.Label8 = New System.Windows.Forms.Label() Me.Label8 = New System.Windows.Forms.Label()
Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components)
Me.GroupBox6.SuspendLayout() Me.GroupBox6.SuspendLayout()
Me.ToolStrip1.SuspendLayout() Me.ToolStrip1.SuspendLayout()
Me.GroupBox7.SuspendLayout() Me.GroupBox7.SuspendLayout()
...@@ -547,6 +548,7 @@ Partial Class F_VEH ...@@ -547,6 +548,7 @@ Partial Class F_VEH
Me.CbRim.Name = "CbRim" Me.CbRim.Name = "CbRim"
Me.CbRim.Size = New System.Drawing.Size(184, 21) Me.CbRim.Size = New System.Drawing.Size(184, 21)
Me.CbRim.TabIndex = 4 Me.CbRim.TabIndex = 4
Me.ToolTip1.SetToolTip(Me.CbRim, "(Vecto 2 only)" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "The Rims parameter will be removed in Vecto 3")
' '
'Label7 'Label7
' '
...@@ -1086,4 +1088,5 @@ Partial Class F_VEH ...@@ -1086,4 +1088,5 @@ Partial Class F_VEH
Friend WithEvents tbAngularGearRatio As System.Windows.Forms.TextBox Friend WithEvents tbAngularGearRatio As System.Windows.Forms.TextBox
Friend WithEvents btAngularGearLossMapBrowse As System.Windows.Forms.Button Friend WithEvents btAngularGearLossMapBrowse As System.Windows.Forms.Button
Friend WithEvents tbAngularGearLossMapPath As System.Windows.Forms.TextBox Friend WithEvents tbAngularGearLossMapPath As System.Windows.Forms.TextBox
Friend WithEvents ToolTip1 As System.Windows.Forms.ToolTip
End Class End Class
...@@ -120,6 +120,9 @@ ...@@ -120,6 +120,9 @@
<metadata name="ToolStrip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> <metadata name="ToolStrip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>32, 17</value> <value>32, 17</value>
</metadata> </metadata>
<metadata name="ToolTip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>376, 21</value>
</metadata>
<metadata name="StatusStrip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> <metadata name="StatusStrip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>142, 21</value> <value>142, 21</value>
</metadata> </metadata>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment