1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47
|
object script: Tscript
Left = 285
Height = 217
Top = 201
Width = 801
BorderIcons = []
BorderStyle = bsNone
Caption = 'script'
ClientHeight = 217
ClientWidth = 801
OnCreate = FormCreate
OnShow = FormShow
LCLVersion = '0.9.29'
object Label1: TLabel
Left = 39
Height = 55
Top = 22
Width = 153
Caption = 'Label1'
Font.Height = 34
ParentColor = False
ParentFont = False
end
object Label2: TLabel
Left = 39
Height = 39
Top = 92
Width = 1052
Caption = 'Ne touchez à rien, l''onglet suivant va bientôt être affiché.'
Font.Color = clGreen
Font.Height = 24
Font.Style = [fsBold]
ParentColor = False
ParentFont = False
end
object Label3: TLabel
Left = 44
Height = 39
Top = 137
Width = 1118
Caption = 'Après l''affichage des courbes, vous pourrez revisiter tous les onglets.'
Font.Color = clRed
Font.Height = 24
ParentColor = False
ParentFont = False
end
end
|