home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1997 May
/
Pcwk0597.iso
/
borland
/
cb
/
setup
/
cbuilder
/
data.z
/
IMAGEDIT.EXE
/
0
/
RCDATA
/
TICONPROPERTIES
/
TICONPROPERTIES.txt
Wrap
Text File
|
1997-02-28
|
1KB
|
67 lines
object IconProperties: TIconProperties
Left = 341
Top = 386
BorderStyle = bsDialog
Caption = 'Icon Properties'
ClientHeight = 99
ClientWidth = 313
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
PixelsPerInch = 96
Position = poScreenCenter
TextHeight = 13
object OKButton: TButton
Left = 39
Top = 67
Width = 75
Height = 25
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 0
OnClick = OKButtonClick
end
object CancelButton: TButton
Left = 119
Top = 67
Width = 75
Height = 25
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 1
end
object HelpButton: TButton
Left = 199
Top = 67
Width = 75
Height = 25
Caption = 'Help'
TabOrder = 2
end
object SizeGroup: TRadioGroup
Left = 8
Top = 8
Width = 145
Height = 52
Caption = 'Size'
Items.Strings = (
'&16 x 16 (small icon)'
'&32 x 32 (standard icon)')
TabOrder = 3
end
object ColorGroup: TRadioGroup
Left = 160
Top = 8
Width = 145
Height = 52
Caption = 'Colors'
Items.Strings = (
'&2 color'
'&16 color')
TabOrder = 4
end
end