This commit is contained in:
f1iwq2
2020-02-15 17:44:58 +01:00
parent 110f42baaa
commit dec80cafac
23 changed files with 1943 additions and 924 deletions

53
UnitSimule.dfm Normal file
View File

@@ -0,0 +1,53 @@
object FormSimulation: TFormSimulation
Left = 332
Top = 283
Width = 438
Height = 189
Caption = 'Simulation'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 16
Top = 32
Width = 330
Height = 16
Caption = 'Intervalle de temps entre deux '#233'v'#232'nements d'#233'tecteurs (s)'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Arial'
Font.Style = []
ParentFont = False
end
object Button1: TButton
Left = 160
Top = 96
Width = 105
Height = 41
Caption = 'Charger un fichier de simulation'
TabOrder = 0
WordWrap = True
OnClick = Button1Click
end
object EditIntervalle: TEdit
Left = 352
Top = 32
Width = 49
Height = 21
TabOrder = 1
Text = '2'
OnChange = EditIntervalleChange
end
object OpenDialog: TOpenDialog
Left = 40
Top = 64
end
end