home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Freelog 59
/
Freelog059.iso
/
Endirect
/
BioCourbes
/
_SETUP.1
/
BioCourbes.exe
/
0
/
RCDATA
/
TFPERIODE
/
TFPERIODE.txt
Wrap
Text File
|
2004-02-21
|
2KB
|
111 lines
object Fperiode: TFperiode
Left = 398
Top = 227
HelpContext = 500
BorderIcons = []
BorderStyle = bsToolWindow
Caption = 'BioCourbes - Mois et Ann'#233'e du calcul'
ClientHeight = 74
ClientWidth = 404
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = True
ShowHint = True
OnClose = FormClose
OnCreate = FormCreate
OnDestroy = FormDestroy
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 102
Top = 8
Width = 202
Height = 13
Caption = 'Choisissez l'#39'ann'#233'e et le mois pour le calcul.'
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlue
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object Panel1: TPanel
Left = 0
Top = 33
Width = 404
Height = 41
Align = alBottom
TabOrder = 0
object Edit1: TEdit
Left = 78
Top = 9
Width = 110
Height = 21
Hint = 'Mois'
TabOrder = 2
end
object Edit2: TEdit
Left = 8
Top = 8
Width = 41
Height = 21
Hint = 'Ann'#233'e'
TabOrder = 0
Text = '2001'
end
object UpDown1: TUpDown
Left = 188
Top = 9
Width = 16
Height = 21
Min = 1
Max = 12
Position = 1
TabOrder = 3
Thousands = False
Wrap = True
OnClick = UpDown1Click
end
object UpDown2: TUpDown
Left = 49
Top = 8
Width = 15
Height = 21
Associate = Edit2
Min = 1800
Max = 3000
Position = 2001
TabOrder = 1
Thousands = False
Wrap = True
end
object Calculer: TButton
Left = 224
Top = 8
Width = 75
Height = 25
Hint = 'Calculer'
Caption = '&Calculer'
Default = True
TabOrder = 4
OnClick = CalculerClick
end
object Annuler: TButton
Left = 312
Top = 8
Width = 75
Height = 25
Hint = 'Quitter'
Cancel = True
Caption = '&Quitter'
TabOrder = 5
OnClick = AnnulerClick
end
end
end