home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2003 April (Special)
/
Chip-Special_2003-04_Vypalujeme-cd-i-dvd.bin
/
soft
/
cdmage
/
CDmage.exe
/
0
/
RCDATA
/
TCHOOSEEXTDLG
/
TCHOOSEEXTDLG.txt
Wrap
Text File
|
2001-03-01
|
816b
|
45 lines
object ChooseExtDlg: TChooseExtDlg
Left = 416
Top = 279
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'Select file type'
ClientHeight = 83
ClientWidth = 249
Color = clBtnFace
ParentFont = True
OldCreateOrder = True
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 13
object OKBtn: TButton
Left = 11
Top = 51
Width = 75
Height = 25
Caption = 'Open'
Default = True
ModalResult = 1
TabOrder = 1
end
object CancelBtn: TButton
Left = 163
Top = 51
Width = 75
Height = 25
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 2
end
object FileTypes: TComboBox
Left = 8
Top = 16
Width = 233
Height = 21
Style = csDropDownList
ItemHeight = 13
TabOrder = 0
end
end