V9.7
This commit is contained in:
f1iwq2
2024-12-20 12:17:29 +01:00
parent 087351ecd3
commit 02eccff67e
21 changed files with 2056 additions and 1395 deletions

View File

@@ -27,7 +27,7 @@ object FormRouteTrain: TFormRouteTrain
TabOrder = 3
object LabelRoute: TLabel
Left = 8
Top = 112
Top = 120
Width = 71
Height = 13
Caption = 'Route affect'#233'e'
@@ -40,16 +40,13 @@ object FormRouteTrain: TFormRouteTrain
ParentShowHint = False
ShowHint = False
end
end
object ComboBoxTrains: TComboBox
Left = 8
Top = 56
Width = 241
Height = 21
Style = csDropDownList
ItemHeight = 13
TabOrder = 0
OnChange = ComboBoxTrainsChange
object LabelID: TLabel
Left = 13
Top = 96
Width = 68
Height = 13
Caption = 'Id de la route :'
end
end
object PageControlRoutes: TPageControl
Left = 256
@@ -259,6 +256,16 @@ object FormRouteTrain: TFormRouteTrain
end
end
end
object ComboBoxTrains: TComboBox
Left = 8
Top = 56
Width = 241
Height = 21
Style = csDropDownList
ItemHeight = 13
TabOrder = 0
OnChange = ComboBoxTrainsChange
end
object ButtonQuitte: TButton
Left = 8
Top = 156