From 5d300a4b287765cbbec35b129237f4fd18af5b1f Mon Sep 17 00:00:00 2001
From: Michael Krisper <michael.krisper@tugraz.at>
Date: Mon, 2 May 2022 12:37:20 +0200
Subject: [PATCH] VehicleForm: Moved Back ADAS components as they were before

---
 VECTO/GUI/VehicleForm.Designer.vb | 32 +++++++++++++++----------------
 1 file changed, 16 insertions(+), 16 deletions(-)

diff --git a/VECTO/GUI/VehicleForm.Designer.vb b/VECTO/GUI/VehicleForm.Designer.vb
index 9a6280e1f8..abc48dcf9a 100644
--- a/VECTO/GUI/VehicleForm.Designer.vb
+++ b/VECTO/GUI/VehicleForm.Designer.vb
@@ -1909,27 +1909,27 @@ Partial Class VehicleForm
 		Me.gbADAS.Controls.Add(Me.lblPCC)
 		Me.gbADAS.Location = New System.Drawing.Point(6, 6)
 		Me.gbADAS.Name = "gbADAS"
-		Me.gbADAS.Size = New System.Drawing.Size(636, 143)
+		Me.gbADAS.Size = New System.Drawing.Size(636, 161)
 		Me.gbADAS.TabIndex = 0
-		Me.gbADAS.TabStop = false
+		Me.gbADAS.TabStop = False
 		Me.gbADAS.Text = "ADAS Options"
 		'
 		'cbAtEcoRollReleaseLockupClutch
 		'
-		Me.cbAtEcoRollReleaseLockupClutch.AutoSize = true
-		Me.cbAtEcoRollReleaseLockupClutch.Location = New System.Drawing.Point(138, 42)
+		Me.cbAtEcoRollReleaseLockupClutch.AutoSize = True
+		Me.cbAtEcoRollReleaseLockupClutch.Location = New System.Drawing.Point(238, 21)
 		Me.cbAtEcoRollReleaseLockupClutch.Name = "cbAtEcoRollReleaseLockupClutch"
 		Me.cbAtEcoRollReleaseLockupClutch.Size = New System.Drawing.Size(243, 17)
 		Me.cbAtEcoRollReleaseLockupClutch.TabIndex = 3
 		Me.cbAtEcoRollReleaseLockupClutch.Text = "AT Gearbox: Eco-Roll Release Lockup Clutch"
-		Me.cbAtEcoRollReleaseLockupClutch.UseVisualStyleBackColor = true
+		Me.cbAtEcoRollReleaseLockupClutch.UseVisualStyleBackColor = True
 		'
 		'cbPcc
 		'
 		Me.cbPcc.DisplayMember = "Value"
 		Me.cbPcc.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
-		Me.cbPcc.FormattingEnabled = true
-		Me.cbPcc.Location = New System.Drawing.Point(138, 99)
+		Me.cbPcc.FormattingEnabled = True
+		Me.cbPcc.Location = New System.Drawing.Point(10, 124)
 		Me.cbPcc.Name = "cbPcc"
 		Me.cbPcc.Size = New System.Drawing.Size(266, 21)
 		Me.cbPcc.TabIndex = 2
@@ -1939,8 +1939,8 @@ Partial Class VehicleForm
 		'
 		Me.cbEcoRoll.DisplayMember = "Value"
 		Me.cbEcoRoll.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
-		Me.cbEcoRoll.FormattingEnabled = true
-		Me.cbEcoRoll.Location = New System.Drawing.Point(138, 72)
+		Me.cbEcoRoll.FormattingEnabled = True
+		Me.cbEcoRoll.Location = New System.Drawing.Point(10, 67)
 		Me.cbEcoRoll.Name = "cbEcoRoll"
 		Me.cbEcoRoll.Size = New System.Drawing.Size(266, 21)
 		Me.cbEcoRoll.TabIndex = 1
@@ -1948,8 +1948,8 @@ Partial Class VehicleForm
 		'
 		'Label22
 		'
-		Me.Label22.AutoSize = true
-		Me.Label22.Location = New System.Drawing.Point(82, 75)
+		Me.Label22.AutoSize = True
+		Me.Label22.Location = New System.Drawing.Point(7, 51)
 		Me.Label22.Name = "Label22"
 		Me.Label22.Size = New System.Drawing.Size(50, 13)
 		Me.Label22.TabIndex = 6
@@ -1957,18 +1957,18 @@ Partial Class VehicleForm
 		'
 		'cbEngineStopStart
 		'
-		Me.cbEngineStopStart.AutoSize = true
-		Me.cbEngineStopStart.Location = New System.Drawing.Point(138, 19)
+		Me.cbEngineStopStart.AutoSize = True
+		Me.cbEngineStopStart.Location = New System.Drawing.Point(10, 21)
 		Me.cbEngineStopStart.Name = "cbEngineStopStart"
 		Me.cbEngineStopStart.Size = New System.Drawing.Size(203, 17)
 		Me.cbEngineStopStart.TabIndex = 0
 		Me.cbEngineStopStart.Text = "Engine Stop/Start during vehicle stop"
-		Me.cbEngineStopStart.UseVisualStyleBackColor = true
+		Me.cbEngineStopStart.UseVisualStyleBackColor = True
 		'
 		'lblPCC
 		'
-		Me.lblPCC.AutoSize = true
-		Me.lblPCC.Location = New System.Drawing.Point(7, 102)
+		Me.lblPCC.AutoSize = True
+		Me.lblPCC.Location = New System.Drawing.Point(7, 108)
 		Me.lblPCC.Name = "lblPCC"
 		Me.lblPCC.Size = New System.Drawing.Size(125, 13)
 		Me.lblPCC.TabIndex = 3
-- 
GitLab