home *** CD-ROM | disk | FTP | other *** search
/ PC World 2003 February / PCWorld_2003-02_cd.bin / Software / Topware / devpascal / devpas.exe / 0 / RCDATA / TSELECTDIRFORM / TSELECTDIRFORM.txt
Text File  |  2002-07-15  |  1KB  |  57 lines

  1. object SelectDirForm: TSelectDirForm
  2.   Left = 192
  3.   Top = 107
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'Select group install directory'
  7.   ClientHeight = 128
  8.   ClientWidth = 366
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -14
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   PixelsPerInch = 120
  17.   TextHeight = 16
  18.   object GroupBox1: TGroupBox
  19.     Left = 5
  20.     Top = 5
  21.     Width = 356
  22.     Height = 75
  23.     Caption = 'Install Directory  :'
  24.     TabOrder = 0
  25.     object InstallDir: TComboBox
  26.       Left = 10
  27.       Top = 30
  28.       Width = 336
  29.       Height = 24
  30.       ItemHeight = 16
  31.       TabOrder = 0
  32.       Items.Strings = (
  33.         '<INSTALLDIR>'
  34.         '<WINDIR>'
  35.         '<WINSYSDIR>')
  36.     end
  37.   end
  38.   object BitBtn1: TBitBtn
  39.     Left = 268
  40.     Top = 89
  41.     Width = 93
  42.     Height = 30
  43.     Caption = '&Cancel'
  44.     TabOrder = 1
  45.     Kind = bkCancel
  46.   end
  47.   object BitBtn2: TBitBtn
  48.     Left = 170
  49.     Top = 89
  50.     Width = 92
  51.     Height = 30
  52.     Caption = '&OK'
  53.     TabOrder = 2
  54.     Kind = bkOK
  55.   end
  56. end
  57.