home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Plus! (NZ) 2001 October
/
PCW1001.iso
/
October
/
Translation
/
catscradle23.exe
/
0
/
RCDATA
/
TDLGAPPTARGET
/
TDLGAPPTARGET.txt
Wrap
Text File
|
2001-05-22
|
1KB
|
70 lines
object dlgAppTarget: TdlgAppTarget
Left = 293
Top = 152
BorderStyle = bsDialog
Caption = 'Choose folder to install into...'
ClientHeight = 209
ClientWidth = 313
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Position = poScreenCenter
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Bevel1: TBevel
Left = 0
Top = 0
Width = 313
Height = 177
Shape = bsFrame
end
object OKBtn: TButton
Left = 79
Top = 180
Width = 75
Height = 25
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 0
OnClick = OKBtnClick
end
object CancelBtn: TButton
Left = 159
Top = 180
Width = 75
Height = 25
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 1
end
object edtTarget: TEdit
Left = 8
Top = 150
Width = 297
Height = 21
TabOrder = 2
end
object DirectoryListBox1: TDirectoryListBox
Left = 8
Top = 32
Width = 297
Height = 113
ItemHeight = 16
TabOrder = 3
OnChange = DirectoryListBox1Change
end
object DriveComboBox1: TDriveComboBox
Left = 8
Top = 8
Width = 297
Height = 19
DirList = DirectoryListBox1
TabOrder = 4
end
end