This commit is contained in:
f1iwq2
2023-03-29 10:07:51 +02:00
parent 9da5aa677c
commit 325dcf308f
42 changed files with 3544 additions and 2010 deletions

View File

@@ -1,10 +1,12 @@
object FormSimulation: TFormSimulation
Left = 332
Top = 283
Width = 447
Height = 189
Caption = 'Simulation'
Color = clBtnFace
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsDialog
Caption = 'Ouvrir un fichier de simulation'
ClientHeight = 150
ClientWidth = 431
Color = clActiveBorder
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
@@ -16,7 +18,7 @@ object FormSimulation: TFormSimulation
TextHeight = 13
object Label1: TLabel
Left = 8
Top = 32
Top = 24
Width = 369
Height = 16
Caption = 'Intervalle de temps entre deux '#233'v'#232'nements d'#233'tecteurs (x100ms)'
@@ -29,7 +31,7 @@ object FormSimulation: TFormSimulation
end
object ButtonCharge: TButton
Left = 160
Top = 96
Top = 104
Width = 105
Height = 41
Caption = 'Charger un fichier de simulation'
@@ -39,7 +41,7 @@ object FormSimulation: TFormSimulation
end
object EditIntervalle: TEdit
Left = 384
Top = 32
Top = 24
Width = 41
Height = 21
TabOrder = 1
@@ -49,12 +51,22 @@ object FormSimulation: TFormSimulation
end
object CheckAffTick: TCheckBox
Left = 64
Top = 64
Top = 48
Width = 313
Height = 17
Caption = 'RAZ des trains et de leurs placements avant de d'#233'marrer'
TabOrder = 2
end
object CheckEvalroutes: TCheckBox
Left = 64
Top = 64
Width = 345
Height = 17
Caption =
'Affichage de l'#39#233'valuation des routes des trains dans la fen'#234'tre ' +
'debug'
TabOrder = 3
end
object OpenDialog: TOpenDialog
Left = 48
Top = 96