home *** CD-ROM | disk | FTP | other *** search
/ PC World 2003 July & August / PCWorld_2003-07-08_cd.bin / Software / Vyzkuste / merak / Setup.exe / 0 / RCDATA / TBROWSEFOLDER / TBROWSEFOLDER.txt
Text File  |  2003-05-05  |  2KB  |  101 lines

  1. object BrowseFolder: TBrowseFolder
  2.   Left = 411
  3.   Top = 215
  4.   BorderStyle = bsDialog
  5.   Caption = 'Choose Folder'
  6.   ClientHeight = 266
  7.   ClientWidth = 250
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   OnCloseQuery = FormCloseQuery
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object PathLabel: TLabel
  21.     Left = 16
  22.     Top = 32
  23.     Width = 28
  24.     Height = 13
  25.     Caption = '&Path: '
  26.   end
  27.   object DirLabel: TLabel
  28.     Left = 17
  29.     Top = 79
  30.     Width = 50
  31.     Height = 13
  32.     Caption = '&Directories'
  33.   end
  34.   object ChooseLabel: TLabel
  35.     Left = 17
  36.     Top = 11
  37.     Width = 172
  38.     Height = 13
  39.     Caption = 'Please choose the installation folder.'
  40.   end
  41.   object DriveLabel: TLabel
  42.     Left = 16
  43.     Top = 224
  44.     Width = 33
  45.     Height = 13
  46.     Caption = 'Dr&ives:'
  47.   end
  48.   object PathEdit: TEdit
  49.     Left = 16
  50.     Top = 48
  51.     Width = 216
  52.     Height = 21
  53.     TabOrder = 0
  54.   end
  55.   object OKButton: TButton
  56.     Left = 162
  57.     Top = 96
  58.     Width = 75
  59.     Height = 23
  60.     Caption = '&OK'
  61.     Default = True
  62.     ModalResult = 1
  63.     TabOrder = 1
  64.   end
  65.   object CancelButton: TButton
  66.     Left = 162
  67.     Top = 126
  68.     Width = 75
  69.     Height = 25
  70.     Caption = '&Cancel'
  71.     ModalResult = 2
  72.     TabOrder = 2
  73.   end
  74.   object DirectoryListBox: TDirectoryListBox
  75.     Left = 16
  76.     Top = 96
  77.     Width = 137
  78.     Height = 105
  79.     ItemHeight = 16
  80.     TabOrder = 3
  81.     OnChange = DirectoryListBoxDblClick
  82.   end
  83.   object DriveComboBox: TDriveComboBox
  84.     Left = 16
  85.     Top = 240
  86.     Width = 137
  87.     Height = 19
  88.     DirList = DirectoryListBox
  89.     TabOrder = 4
  90.   end
  91.   object Netbutton: TButton
  92.     Left = 162
  93.     Top = 238
  94.     Width = 75
  95.     Height = 23
  96.     Caption = '&Network...'
  97.     TabOrder = 5
  98.     OnClick = NetbuttonClick
  99.   end
  100. end
  101.