home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 1999 April
/
PCWorld_1999-04_cd.bin
/
Software
/
TemaCD
/
GoldHTML
/
Golden.exe
/
0
/
RCDATA
/
TMYFONTDIALOG
/
TMYFONTDIALOG.txt
Wrap
Text File
|
1998-04-04
|
2KB
|
123 lines
object MyFontDialog: TMyFontDialog
Left = 200
Top = 108
BorderStyle = bsDialog
Caption = 'P�smo..'
ClientHeight = 112
ClientWidth = 288
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Position = poScreenCenter
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 24
Top = 19
Width = 32
Height = 13
Caption = 'P�smo:'
end
object Label2: TLabel
Left = 24
Top = 48
Width = 37
Height = 13
Caption = 'Velikost'
end
object Label3: TLabel
Left = 184
Top = 49
Width = 28
Height = 13
Caption = 'Barva'
end
object Bevel1: TBevel
Left = 8
Top = 8
Width = 273
Height = 64
Style = bsRaised
end
object ComboBox1: TComboBox
Left = 62
Top = 16
Width = 211
Height = 21
ItemHeight = 13
TabOrder = 0
end
object ComboBox2: TComboBox
Left = 63
Top = 44
Width = 42
Height = 21
Hint = 'Jak zm�nit velikost'
ItemHeight = 13
Items.Strings = (
''
'+'
'-')
TabOrder = 1
end
object ComboBox3: TComboBox
Left = 107
Top = 44
Width = 72
Height = 21
Hint = 'Velikost'
ItemHeight = 13
Items.Strings = (
''
'1'
'2'
'3'
'4'
'5'
'6'
'7')
TabOrder = 2
end
object CheckBox1: TCheckBox
Left = 260
Top = 47
Width = 17
Height = 17
TabOrder = 4
end
object Button1: TButton
Left = 200
Top = 80
Width = 75
Height = 25
Caption = 'Vlo�it'
Default = True
ModalResult = 1
TabOrder = 5
OnClick = Button1Click
end
object Button2: TButton
Left = 16
Top = 80
Width = 75
Height = 25
Cancel = True
Caption = 'Zp�t'
ModalResult = 2
TabOrder = 6
end
object Panel1: TColorCombo
Left = 217
Top = 45
Width = 40
Height = 20
Caption = 'Panel1'
TabOrder = 3
OnMouseDown = Panel1MouseDown
Color = clWhite
end
end