home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 1999 June
/
PCWorld_1999-06_cd.bin
/
software
/
Vyzkuste
/
Painter
/
Painter17.exe
/
0
/
RCDATA
/
TPAINTERFONTSF
/
TPAINTERFONTSF.txt
Wrap
Text File
|
1999-04-23
|
2KB
|
99 lines
object PainterFontsF: TPainterFontsF
Left = 75
Top = 95
BorderStyle = bsToolWindow
Caption = 'Painter Fonts'
ClientHeight = 316
ClientWidth = 678
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Arial'
Font.Style = []
FormStyle = fsStayOnTop
OldCreateOrder = False
OnCreate = FormCreate
PixelsPerInch = 120
TextHeight = 16
object Bevel1: TBevel
Left = 0
Top = 0
Width = 678
Height = 113
Align = alTop
Shape = bsFrame
end
object Label1: TLabel
Left = 248
Top = 16
Width = 37
Height = 67
Caption = 'F'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -60
Font.Name = 'Arial'
Font.Style = []
ParentFont = False
end
object btnuse: TSpeedButton
Left = 544
Top = 8
Width = 57
Height = 22
Caption = 'Use'
Flat = True
Font.Charset = DEFAULT_CHARSET
Font.Color = clRed
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
Transparent = False
OnClick = btnuseClick
end
object btncancel: TSpeedButton
Left = 544
Top = 40
Width = 57
Height = 22
Caption = 'Cancel'
Flat = True
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
Transparent = False
OnClick = btncancelClick
end
object ComboBox1: TComboBox
Left = 16
Top = 8
Width = 209
Height = 24
ItemHeight = 16
TabOrder = 0
Text = 'ComboBox1'
OnClick = ComboBox1Click
end
object fontgrid: TDrawGrid
Left = 0
Top = 113
Width = 678
Height = 203
Align = alClient
ColCount = 32
DefaultColWidth = 18
FixedCols = 0
RowCount = 7
FixedRows = 0
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine]
TabOrder = 1
OnDrawCell = fontgridDrawCell
OnSelectCell = fontgridSelectCell
end
end