home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Logiciels PC Special 8
/
LogicielsPCHS_8.iso
/
Logique
/
Pouss-pouss
/
Pouss.exe
/
0
/
RCDATA
/
TPREFER
/
TPREFER.txt
< prev
Wrap
Text File
|
1999-08-24
|
2KB
|
76 lines
object Prefer: TPrefer
Left = 64
Top = 132
Width = 548
Height = 415
BorderIcons = [biSystemMenu]
Caption = 'Pr�f�rences'
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'System'
Font.Style = []
Icon.Data = {<image000.ico>}
OnActivate = FormActivate
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 16
object TAffich: TRadioGroup
Left = 16
Top = 16
Width = 245
Height = 337
Caption = 'A afficher'
Color = clTeal
Font.Color = clBlack
Font.Height = -16
Font.Name = 'Times New Roman'
Font.Style = [fsBold]
ItemIndex = 0
Items.Strings = (
'chiffres (1, 2, 3...)'
'lettres minuscules (a, b, c...)'
'lettres majuscules (A, B, C...)'
'image : rose'
'image : feuille'
'Choisir une image')
ParentColor = False
ParentFont = False
TabOrder = 0
OnClick = TAffichClick
end
object BitBtn1: TBitBtn
Left = 296
Top = 284
Width = 161
Height = 65
Font.Color = clBlack
Font.Height = -16
Font.Name = 'Arial'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 1
OnClick = BitBtn1Click
Kind = bkCancel
end
object BitBtn2: TBitBtn
Left = 300
Top = 164
Width = 161
Height = 65
Font.Color = clBlack
Font.Height = -16
Font.Name = 'Arial'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 2
OnClick = BitBtn2Click
Kind = bkOK
end
object OpenDialog1: TOpenDialog
FileEditStyle = fsEdit
Filter = 'images bitmap (.bmp)|*.bmp'
Left = 268
Top = 4
end
end