This commit is contained in:
f1iwq2
2024-09-25 14:13:46 +02:00
parent 7d2c4bd591
commit 20b1990c2e
29 changed files with 4529 additions and 1448 deletions

View File

@@ -43,8 +43,8 @@ object FormRouteTrain: TFormRouteTrain
end
object ButtonQuitte: TButton
Left = 8
Top = 118
Width = 89
Top = 120
Width = 81
Height = 33
Caption = 'Quitter'
TabOrder = 1
@@ -93,9 +93,9 @@ object FormRouteTrain: TFormRouteTrain
OnClick = ButtonSupprimeClick
end
object ButtonRouler1Tr: TButton
Left = 256
Left = 280
Top = 120
Width = 107
Width = 83
Height = 33
Hint = 'Roule le train s'#233'lectionn'#233' s'#39'il dispose d'#39'une route'
Caption = 'Rouler le train'
@@ -106,7 +106,7 @@ object FormRouteTrain: TFormRouteTrain
OnClick = ButtonRouler1TrClick
end
object ButtonRoulerTsTrains: TButton
Left = 168
Left = 192
Top = 120
Width = 75
Height = 33
@@ -118,4 +118,16 @@ object FormRouteTrain: TFormRouteTrain
WordWrap = True
OnClick = ButtonRoulerTsTrainsClick
end
object ButtonSauveRoute: TButton
Left = 104
Top = 120
Width = 81
Height = 33
Hint = 'Sauve la route et l'#39'affecte '#224' ce train'
Caption = 'Sauve route'
ParentShowHint = False
ShowHint = True
TabOrder = 7
OnClick = ButtonSauveRouteClick
end
end