home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2007 September
/
PCWorld_2007-09_cd.bin
/
temacd
/
photofiltre
/
pfs-setup-en.exe
/
pf-studio.exe
/
0
/
RCDATA
/
TICONFORM
/
TICONFORM.txt
Wrap
Text File
|
2007-07-11
|
3KB
|
153 lines
object IconForm: TIconForm
Left = 334
Top = 185
BorderStyle = bsDialog
Caption = 'Exportation en ic'#244'ne'
ClientHeight = 264
ClientWidth = 362
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
KeyPreview = True
OldCreateOrder = False
Position = poMainFormCenter
OnCreate = FormCreate
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object BAnnuler: TButton
Left = 270
Top = 224
Width = 75
Height = 25
Caption = 'Fermer'
ModalResult = 2
TabOrder = 0
end
object BSauver: TButton
Left = 176
Top = 224
Width = 75
Height = 25
Caption = 'Exporter'
TabOrder = 1
OnClick = BSauverClick
end
object Panel1: TPanel
Left = 88
Top = 40
Width = 34
Height = 34
BevelOuter = bvLowered
TabOrder = 2
object Image32: TImage
Left = 1
Top = 1
Width = 32
Height = 32
Center = True
end
end
object RGFormat: TRadioGroup
Left = 16
Top = 120
Width = 330
Height = 89
Caption = ' Format d'#39'export '
ItemIndex = 0
Items.Strings = (
'16 couleurs (4 bits)'
'256 couleurs (8 bits)'
'16 millions de couleurs (24 bits)')
TabOrder = 3
end
object Panel2: TPanel
Left = 176
Top = 40
Width = 50
Height = 50
BevelOuter = bvLowered
TabOrder = 4
object Image48: TImage
Left = 1
Top = 1
Width = 48
Height = 48
Center = True
end
end
object RB32: TRadioButton
Left = 86
Top = 16
Width = 67
Height = 17
Caption = '32 x 32'
Checked = True
TabOrder = 5
TabStop = True
end
object RB48: TRadioButton
Left = 174
Top = 16
Width = 67
Height = 17
Caption = '48 x 48'
TabOrder = 6
end
object RB64: TRadioButton
Left = 278
Top = 16
Width = 65
Height = 17
Caption = '64 x 64'
TabOrder = 7
end
object Panel3: TPanel
Left = 280
Top = 40
Width = 66
Height = 66
BevelOuter = bvLowered
TabOrder = 8
object Image64: TImage
Left = 1
Top = 1
Width = 64
Height = 64
Center = True
end
end
object RB16: TRadioButton
Left = 14
Top = 16
Width = 67
Height = 17
Caption = '16 x 16'
TabOrder = 9
end
object Panel4: TPanel
Left = 16
Top = 40
Width = 18
Height = 18
BevelOuter = bvLowered
TabOrder = 10
object Image16: TImage
Left = 1
Top = 1
Width = 16
Height = 16
Center = True
end
end
object SaveDialog: TSaveDialog
DefaultExt = 'ico'
Options = [ofOverwritePrompt, ofHideReadOnly, ofPathMustExist, ofFileMustExist]
Left = 16
Top = 224
end
end