home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1999 January
/
Chip_1999-01_cd.bin
/
zkuste
/
delphi
/
D1
/
FONTLIST.ZIP
/
demo.ZIP
/
Unit1.dfm
/
Unit1.txt
Wrap
Text File
|
1997-04-29
|
889b
|
41 lines
object Form1: TForm1
Left = 200
Top = 104
Width = 368
Height = 170
Caption = 'TFontListBox demo - Copyright � 1997 Greg Lief'
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Position = poScreenCenter
ShowHint = True
PixelsPerInch = 96
TextHeight = 13
object FontListBox1: TFontListBox
Left = 147
Top = 19
Width = 193
Height = 105
Hint = 'Double-click to change form'#39's font'
SelectedFont = '<none>'
TabOrder = 0
OnDblClick = FontListBox1DblClick
end
object RadioGroup1: TRadioGroup
Left = 19
Top = 19
Width = 113
Height = 105
Hint = 'This changes the type of fonts shown in the listbox'
Caption = '&Font Type'
ItemIndex = 0
Items.Strings = (
'&Screen'
'&Printer'
'&Both')
TabOrder = 1
OnClick = RadioGroup1Click
end
end