This commit is contained in:
f1iwq2
2020-04-02 18:40:35 +02:00
parent 3758d64936
commit 8f2e8119a6
14 changed files with 678 additions and 498 deletions

View File

@@ -43,10 +43,18 @@ object FormSimulation: TFormSimulation
Width = 49
Height = 21
TabOrder = 1
Text = '1'
Text = '0'
OnChange = EditIntervalleChange
OnKeyPress = EditIntervalleKeyPress
end
object CheckAffTick: TCheckBox
Left = 64
Top = 64
Width = 225
Height = 17
Caption = 'Afficher les ticks pendant la simulation'
TabOrder = 2
end
object OpenDialog: TOpenDialog
Left = 48
Top = 96