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 a692a0ff authored by Markus Quaritsch's avatar Markus Quaritsch
Browse files

Pull request #239: Develop

Merge in VECTO/vecto-dev from VECTO/mq_vecto-dev:develop to develop

* commit '5decd25e':
  update version number
  updating release notes: adding user guide for IEPC and IHPC
  iepc form: wheel motor and axlegear are mutualy exclusive
  gui: hybrid strategy parameters - treat IEPC-S in the same way as serial hybrids
  extending user manual: update on IEPC model, fuel consumption correction for HEV-S, PEV shift lines, serial hybrid strategy, fix incorrect links
parents 881c581a 5decd25e
No related branches found
No related tags found
No related merge requests found
......@@ -709,6 +709,10 @@ Public Class IEPCForm
Private Sub cbDesignTypeWheelMotor_CheckedChanged(sender As Object, e As EventArgs) Handles cbDesignTypeWheelMotor.CheckedChanged
tbNumberOfDesignTypeWheelMotor.Enabled = cbDesignTypeWheelMotor.Checked
cbDifferentialIncluded.Enabled = Not cbDesignTypeWheelMotor.Checked
if (cbDesignTypeWheelMotor.Checked) then
cbDifferentialIncluded.Checked = False
end if
If tbNumberOfDesignTypeWheelMotor.Enabled = False Then _
tbNumberOfDesignTypeWheelMotor.Text = "0"
Change()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment