diff --git a/VECTO/GUI/VehicleForm.vb b/VECTO/GUI/VehicleForm.vb index 2e3c9356fbf6a4b1784e2f6f7433a066431ee16b..652bcf175d592626b55f403d1b9d1b63760e5dca 100644 --- a/VECTO/GUI/VehicleForm.vb +++ b/VECTO/GUI/VehicleForm.vb @@ -148,7 +148,8 @@ Public Class VehicleForm 'VehicleType End If - + pnInitialSoC.Enabled = not cfg.DeclMode + cbLegislativeClass.DataSource = EnumHelper.GetKeyValuePairs(Of LegislativeClass)(Function(t) t.GetLabel())