home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 January / Chip_2000-01_cd.bin / sharewar / CD2HTML / cd2html.exe / 0 / RCDATA / TBROWSEFORFOLDER / TBROWSEFORFOLDER.txt
Text File  |  1999-11-02  |  2KB  |  94 lines

  1. object BrowseForFolder: TBrowseForFolder
  2.   Left = 5
  3.   Top = 185
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Browse for Folder'
  7.   ClientHeight = 267
  8.   ClientWidth = 356
  9.   Font.Charset = ANSI_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Edit1: TEdit
  17.     Left = 0
  18.     Top = 3
  19.     Width = 257
  20.     Height = 21
  21.     ReadOnly = True
  22.     TabOrder = 2
  23.   end
  24.   object ComboBox1: TComboBox
  25.     Left = 0
  26.     Top = 245
  27.     Width = 257
  28.     Height = 21
  29.     Style = csDropDownList
  30.     ItemHeight = 13
  31.     Sorted = True
  32.     TabOrder = 3
  33.     OnClick = ComboBox1Click
  34.   end
  35.   object Button1: TButton
  36.     Left = 264
  37.     Top = 8
  38.     Width = 89
  39.     Height = 25
  40.     Caption = '&Open'
  41.     ModalResult = 1
  42.     TabOrder = 0
  43.     OnClick = Button1Click
  44.   end
  45.   object Button2: TButton
  46.     Left = 264
  47.     Top = 40
  48.     Width = 89
  49.     Height = 25
  50.     Caption = '&Cancel'
  51.     ModalResult = 2
  52.     TabOrder = 1
  53.   end
  54.   object Button3: TButton
  55.     Left = 264
  56.     Top = 244
  57.     Width = 85
  58.     Height = 22
  59.     Caption = '&Remove'
  60.     TabOrder = 4
  61.     OnClick = Button3Click
  62.   end
  63.   object ShellTree1: TShellTree
  64.     Left = 0
  65.     Top = 24
  66.     Width = 257
  67.     Height = 221
  68.     ShowVirtualFolders = True
  69.     ShowSharedOverlay = True
  70.     ShowLinkOverlay = True
  71.     RootUsePIDL = True
  72.     RootPIDL = PIDL_DESKTOP
  73.     RootDir = 'C:\'
  74.     Options = [TF_FOLDERS, TF_HIDDEN]
  75.     Path = 'C:\WIN98\Desktop'
  76.     UpdAutoThread = True
  77.     UpdAuto = True
  78.     UpdAutoRec = False
  79.     ShowIcons = True
  80.     FileMask = '*.*'
  81.     FileMaskUse = False
  82.     FileSortType = so_Name
  83.     FileSortOrder = so_Ascending
  84.     PopupMenuMode = pmm_System
  85.     ShowMessages = True
  86.     ToolTips = True
  87.     ReadOnly = True
  88.     Indent = 19
  89.     OnChange = ShellTree1Change
  90.     TabOrder = 5
  91.     RightClickSelect = False
  92.   end
  93. end
  94.