home *** CD-ROM | disk | FTP | other *** search
/ Pacman Top Games Collection / PacmanCollection.iso / SELECTOR.EXE / 0 / RCDATA / TINSTALLTO / TINSTALLTO.txt
Encoding:
Text File  |  1999-07-12  |  935 b   |  51 lines

  1. object InstallTo: TInstallTo
  2.   Left = 333
  3.   Top = 246
  4.   ActiveControl = Path
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Install'
  8.   ClientHeight = 101
  9.   ClientWidth = 452
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = True
  17.   Position = poScreenCenter
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Info: TLabel
  21.     Left = 16
  22.     Top = 16
  23.     Width = 170
  24.     Height = 13
  25.     Caption = 'Install Program to the following path:'
  26.   end
  27.   object Path: TEdit
  28.     Left = 16
  29.     Top = 32
  30.     Width = 409
  31.     Height = 21
  32.     TabOrder = 0
  33.   end
  34.   object BOk: TBitBtn
  35.     Left = 312
  36.     Top = 64
  37.     Width = 115
  38.     Height = 25
  39.     TabOrder = 1
  40.     Kind = bkOK
  41.   end
  42.   object BCancel: TBitBtn
  43.     Left = 192
  44.     Top = 64
  45.     Width = 115
  46.     Height = 25
  47.     TabOrder = 2
  48.     Kind = bkCancel
  49.   end
  50. end
  51.