home *** CD-ROM | disk | FTP | other *** search
/ PC World 2005 July & August / PCWorld_2005-07-08_cd.bin / software / komercni / merak / setup.exe / 0 / RCDATA / TBROWSEFOLDER / TBROWSEFOLDER.txt
Text File  |  2005-02-26  |  2KB  |  103 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.   KeyPreview = True
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnCloseQuery = FormCloseQuery
  18.   OnKeyPress = FormKeyPress
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object PathLabel: TLabel
  23.     Left = 16
  24.     Top = 32
  25.     Width = 28
  26.     Height = 13
  27.     Caption = '&Path: '
  28.   end
  29.   object DirLabel: TLabel
  30.     Left = 17
  31.     Top = 79
  32.     Width = 50
  33.     Height = 13
  34.     Caption = '&Directories'
  35.   end
  36.   object ChooseLabel: TLabel
  37.     Left = 17
  38.     Top = 11
  39.     Width = 172
  40.     Height = 13
  41.     Caption = 'Please choose the installation folder.'
  42.   end
  43.   object DriveLabel: TLabel
  44.     Left = 16
  45.     Top = 224
  46.     Width = 33
  47.     Height = 13
  48.     Caption = 'Dr&ives:'
  49.   end
  50.   object PathEdit: TEdit
  51.     Left = 16
  52.     Top = 48
  53.     Width = 216
  54.     Height = 21
  55.     TabOrder = 0
  56.   end
  57.   object OKButton: TButton
  58.     Left = 162
  59.     Top = 96
  60.     Width = 75
  61.     Height = 23
  62.     Caption = '&OK'
  63.     Default = True
  64.     ModalResult = 1
  65.     TabOrder = 1
  66.   end
  67.   object CancelButton: TButton
  68.     Left = 162
  69.     Top = 126
  70.     Width = 75
  71.     Height = 25
  72.     Caption = '&Cancel'
  73.     ModalResult = 2
  74.     TabOrder = 2
  75.   end
  76.   object DirectoryListBox: TDirectoryListBox
  77.     Left = 16
  78.     Top = 96
  79.     Width = 137
  80.     Height = 105
  81.     ItemHeight = 16
  82.     TabOrder = 3
  83.     OnChange = DirectoryListBoxDblClick
  84.   end
  85.   object DriveComboBox: TDriveComboBox
  86.     Left = 16
  87.     Top = 240
  88.     Width = 137
  89.     Height = 19
  90.     DirList = DirectoryListBox
  91.     TabOrder = 4
  92.   end
  93.   object Netbutton: TButton
  94.     Left = 162
  95.     Top = 238
  96.     Width = 75
  97.     Height = 23
  98.     Caption = '&Network...'
  99.     TabOrder = 5
  100.     OnClick = NetbuttonClick
  101.   end
  102. end
  103.