home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 Extra / Chip_Extra_1999.iso / top50 / netbuddy / netbuddy.exe / Setup.exe / 0 / RCDATA / TBROWSEFORM / TBROWSEFORM.txt
Encoding:
Text File  |  1999-07-23  |  1.7 KB  |  92 lines

  1. object BrowseForm: TBrowseForm
  2.   Left = 551
  3.   Top = 235
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Choose Directory'
  7.   ClientHeight = 299
  8.   ClientWidth = 261
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   OnActivate = FormActivate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label1: TLabel
  21.     Left = 16
  22.     Top = 12
  23.     Width = 201
  24.     Height = 13
  25.     Caption = 'Please choose the directory for installation.'
  26.   end
  27.   object Label3: TLabel
  28.     Left = 16
  29.     Top = 243
  30.     Width = 33
  31.     Height = 13
  32.     Caption = 'Drives:'
  33.   end
  34.   object Label4: TLabel
  35.     Left = 16
  36.     Top = 82
  37.     Width = 50
  38.     Height = 13
  39.     Caption = 'Directories'
  40.   end
  41.   object Label2: TLabel
  42.     Left = 16
  43.     Top = 36
  44.     Width = 25
  45.     Height = 13
  46.     Caption = 'Path:'
  47.   end
  48.   object DirectoryListBox1: TDirectoryListBox
  49.     Left = 16
  50.     Top = 102
  51.     Width = 145
  52.     Height = 129
  53.     ItemHeight = 16
  54.     TabOrder = 0
  55.     OnChange = DirectoryListBox1Change
  56.   end
  57.   object DriveComboBox1: TDriveComboBox
  58.     Left = 16
  59.     Top = 263
  60.     Width = 145
  61.     Height = 19
  62.     DirList = DirectoryListBox1
  63.     TabOrder = 1
  64.   end
  65.   object Button1: TButton
  66.     Left = 173
  67.     Top = 102
  68.     Width = 75
  69.     Height = 25
  70.     Caption = '&OK'
  71.     Default = True
  72.     TabOrder = 2
  73.     OnClick = Button1Click
  74.   end
  75.   object Button2: TButton
  76.     Left = 173
  77.     Top = 134
  78.     Width = 75
  79.     Height = 25
  80.     Caption = '&Cancel'
  81.     TabOrder = 3
  82.     OnClick = Button2Click
  83.   end
  84.   object PathEdit: TEdit
  85.     Left = 16
  86.     Top = 55
  87.     Width = 233
  88.     Height = 21
  89.     TabOrder = 4
  90.   end
  91. end
  92.