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

Skip to content
Snippets Groups Projects
Commit f1d30139 authored by Michael KRISPER's avatar Michael KRISPER
Browse files

MainForm: Added Serial Hybrid Vehicle in Menu

parent b6f9503f
No related branches found
No related tags found
No related merge requests found
This diff is collapsed.
......@@ -223,6 +223,9 @@
<metadata name="CmOpenFile.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>732, 12</value>
</metadata>
<metadata name="ToolTip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>850, 12</value>
</metadata>
<metadata name="$this.TrayHeight" type="System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>49</value>
</metadata>
......
......@@ -2175,14 +2175,8 @@ lbFound:
Private Sub JobEditorEngineOnlyModeToolStripMenuItem_Click(sender As Object, e As EventArgs) Handles JobEditorEngineOnlyModeToolStripMenuItem.Click
OpenVECTOeditor("<New>", VectoSimulationJobType.EngineOnlySimulation)
End Sub
End Class
'Public Enum VectoJobType
' NotSet
' ConventionalVehicle
' ParallelHybrid
' BatteryElectric
' EngineOnly
'End Enum
Private Sub JobEditorSerialHybridVehicleToolStripMenuItem_Click(sender As Object, e As EventArgs) Handles JobEditorSerialHybridVehicleToolStripMenuItem.Click
OpenVECTOeditor("<New>", VectoSimulationJobType.SerialHybridVehicle)
End Sub
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