home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 May / CHIPCD5_98.iso / software / shareware / screen / SETUP.EXE / 0 / RCDATA / TCHOOSEDIR / TCHOOSEDIR.txt
Text File  |  1998-03-04  |  3KB  |  128 lines

  1. object ChooseDir: TChooseDir
  2.   Left = 283
  3.   Top = 186
  4.   ActiveControl = Path
  5.   BorderIcons = []
  6.   BorderStyle = bsDialog
  7.   Caption = 'Choose Directory'
  8.   ClientHeight = 269
  9.   ClientWidth = 250
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clBlack
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = [fsBold]
  15.   FormStyle = fsStayOnTop
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label1: TLabel
  21.     Left = 13
  22.     Top = 10
  23.     Width = 201
  24.     Height = 13
  25.     Caption = 'Please choose the directory for installation:'
  26.     Font.Charset = DEFAULT_CHARSET
  27.     Font.Color = clBlack
  28.     Font.Height = -12
  29.     Font.Name = 'MS Sans Serif'
  30.     Font.Style = []
  31.     ParentFont = False
  32.   end
  33.   object PathLabel: TLabel
  34.     Left = 13
  35.     Top = 34
  36.     Width = 25
  37.     Height = 13
  38.     Caption = '&Path:'
  39.     Font.Charset = DEFAULT_CHARSET
  40.     Font.Color = clBlack
  41.     Font.Height = -12
  42.     Font.Name = 'MS Sans Serif'
  43.     Font.Style = []
  44.     ParentFont = False
  45.   end
  46.   object Label3: TLabel
  47.     Left = 13
  48.     Top = 218
  49.     Width = 33
  50.     Height = 13
  51.     Caption = 'Dri&ves:'
  52.     Font.Charset = DEFAULT_CHARSET
  53.     Font.Color = clBlack
  54.     Font.Height = -12
  55.     Font.Name = 'MS Sans Serif'
  56.     Font.Style = []
  57.     ParentFont = False
  58.   end
  59.   object Label4: TLabel
  60.     Left = 13
  61.     Top = 86
  62.     Width = 53
  63.     Height = 13
  64.     Caption = '&Directories:'
  65.     Font.Charset = DEFAULT_CHARSET
  66.     Font.Color = clBlack
  67.     Font.Height = -12
  68.     Font.Name = 'MS Sans Serif'
  69.     Font.Style = []
  70.     ParentFont = False
  71.   end
  72.   object OKBtn: TBitBtn
  73.     Left = 158
  74.     Top = 104
  75.     Width = 81
  76.     Height = 27
  77.     Font.Charset = DEFAULT_CHARSET
  78.     Font.Color = clBlack
  79.     Font.Height = -12
  80.     Font.Name = 'MS Sans Serif'
  81.     Font.Style = [fsBold]
  82.     ParentFont = False
  83.     TabOrder = 0
  84.     OnClick = OKBtnClick
  85.     Kind = bkOK
  86.     Margin = 4
  87.     Spacing = -1
  88.     IsControl = True
  89.   end
  90.   object CancelBtn: TBitBtn
  91.     Left = 158
  92.     Top = 138
  93.     Width = 81
  94.     Height = 27
  95.     TabOrder = 1
  96.     OnClick = CancelBtnClick
  97.     Kind = bkCancel
  98.     Margin = 4
  99.     Spacing = -1
  100.     IsControl = True
  101.   end
  102.   object Path: TEdit
  103.     Left = 13
  104.     Top = 52
  105.     Width = 225
  106.     Height = 21
  107.     TabOrder = 2
  108.     Text = 'C:\Program Files\AquaScape'
  109.   end
  110.   object DirectoryListBox1: TDirectoryListBox
  111.     Left = 13
  112.     Top = 105
  113.     Width = 133
  114.     Height = 101
  115.     ItemHeight = 16
  116.     TabOrder = 3
  117.     OnChange = DirectoryListBox1Change
  118.   end
  119.   object DriveComboBox1: TDriveComboBox
  120.     Left = 13
  121.     Top = 236
  122.     Width = 133
  123.     Height = 19
  124.     DirList = DirectoryListBox1
  125.     TabOrder = 4
  126.   end
  127. end
  128.