home *** CD-ROM | disk | FTP | other *** search
/ PC World Plus! (NZ) 2001 October / PCW1001.iso / October / Translation / catscradle23.exe / 0 / RCDATA / TDLGAPPTARGET / TDLGAPPTARGET.txt
Text File  |  2001-05-22  |  1KB  |  70 lines

  1. object dlgAppTarget: TdlgAppTarget
  2.   Left = 293
  3.   Top = 152
  4.   BorderStyle = bsDialog
  5.   Caption = 'Choose folder to install into...'
  6.   ClientHeight = 209
  7.   ClientWidth = 313
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Bevel1: TBevel
  18.     Left = 0
  19.     Top = 0
  20.     Width = 313
  21.     Height = 177
  22.     Shape = bsFrame
  23.   end
  24.   object OKBtn: TButton
  25.     Left = 79
  26.     Top = 180
  27.     Width = 75
  28.     Height = 25
  29.     Caption = 'OK'
  30.     Default = True
  31.     ModalResult = 1
  32.     TabOrder = 0
  33.     OnClick = OKBtnClick
  34.   end
  35.   object CancelBtn: TButton
  36.     Left = 159
  37.     Top = 180
  38.     Width = 75
  39.     Height = 25
  40.     Cancel = True
  41.     Caption = 'Cancel'
  42.     ModalResult = 2
  43.     TabOrder = 1
  44.   end
  45.   object edtTarget: TEdit
  46.     Left = 8
  47.     Top = 150
  48.     Width = 297
  49.     Height = 21
  50.     TabOrder = 2
  51.   end
  52.   object DirectoryListBox1: TDirectoryListBox
  53.     Left = 8
  54.     Top = 32
  55.     Width = 297
  56.     Height = 113
  57.     ItemHeight = 16
  58.     TabOrder = 3
  59.     OnChange = DirectoryListBox1Change
  60.   end
  61.   object DriveComboBox1: TDriveComboBox
  62.     Left = 8
  63.     Top = 8
  64.     Width = 297
  65.     Height = 19
  66.     DirList = DirectoryListBox1
  67.     TabOrder = 4
  68.   end
  69. end
  70.