home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2002 May
/
Chip_2002-05_cd1.bin
/
sharewar
/
fontlist
/
UNIT1.DFM
/
UNIT1.txt
Wrap
Text File
|
1998-08-24
|
2KB
|
107 lines
object FontForm: TFontForm
Left = 259
Top = 111
Width = 322
Height = 221
Caption = 'P�ehled instalovan�ch font�'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Panel1: TPanel
Left = 0
Top = 0
Width = 314
Height = 65
Align = alTop
TabOrder = 0
object Label2: TLabel
Left = 175
Top = 38
Width = 9
Height = 13
Caption = '...'
end
object Label3: TLabel
Left = 16
Top = 10
Width = 44
Height = 13
Caption = 'Fonty pro'
end
object Button1: TButton
Left = 224
Top = 4
Width = 75
Height = 25
Caption = 'Start'
TabOrder = 0
OnClick = Button1Click
end
object ProgressBar1: TProgressBar
Left = 12
Top = 36
Width = 150
Height = 17
Min = 0
Max = 100
TabOrder = 1
end
object RadioButton1: TRadioButton
Left = 72
Top = 8
Width = 65
Height = 17
Caption = 'Tisk�rnu'
Checked = True
TabOrder = 2
TabStop = True
end
object RadioButton2: TRadioButton
Left = 136
Top = 8
Width = 81
Height = 17
Caption = 'Obrazovku'
TabOrder = 3
end
end
object RichEdit1: TRichEdit
Left = 0
Top = 65
Width = 314
Height = 129
Align = alClient
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
Lines.Strings = (
'Program FontList vygeneruje RTF soubor'
's p�ehledem instalovan�ch font�.'
'Tento p�ehled je potom mo�n� otev��t'
'nap�. v Ami Pro nebo p��padn� ve Wordu,'
'upravit dle pot�eby a vytisknout.'
''
'Autor: Jan �abl�k, 1998')
ParentFont = False
TabOrder = 1
WantTabs = True
WordWrap = False
end
object SaveDialog1: TSaveDialog
DefaultExt = 'rtf'
Filter = 'Rich Text|*.rtf'
FilterIndex = 0
Options = [ofOverwritePrompt, ofHideReadOnly, ofPathMustExist]
Title = 'Ulo�it p�ehled font� do RTF souboru'
Left = 96
Top = 28
end
end