Uppdatering

This commit is contained in:
2026-01-19 10:48:43 +01:00
parent d28cf14342
commit 1524140fd0
2 changed files with 20 additions and 11 deletions

View File

@@ -54,6 +54,7 @@ namespace MetoderUppgift
Throttle.Name = "Throttle";
Throttle.Size = new Size(112, 45);
Throttle.TabIndex = 0;
Throttle.TabStop = false;
Throttle.Value = 2;
//
// lblThr
@@ -150,6 +151,7 @@ namespace MetoderUppgift
lblMaxHastighet.Size = new Size(223, 15);
lblMaxHastighet.TabIndex = 11;
lblMaxHastighet.Text = "Max hastighet [m/s] (Recommended: 30)";
lblMaxHastighet.Click += lblMaxHastighet_Click;
//
// BilSimulation
//