home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 October / Chip_2002-10_cd1.bin / sharewar / slunec / app / cdcheck.exe / CDCheck.exe / 0 / RCDATA / TFRMFILEBROWSE / TFRMFILEBROWSE.txt
Encoding:
Text File  |  2002-08-12  |  2.8 KB  |  121 lines

  1. object FrmFileBrowse: TFrmFileBrowse
  2.   Left = 442
  3.   Top = 240
  4.   Width = 432
  5.   Height = 452
  6.   BorderIcons = []
  7.   Caption = 'File Browse'
  8.   Color = clBtnFace
  9.   Constraints.MinHeight = 207
  10.   Constraints.MinWidth = 189
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   Scaled = False
  19.   ShowHint = True
  20.   OnCreate = FormCreate
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object LblFDListing: TLabel
  24.     Left = 8
  25.     Top = 8
  26.     Width = 96
  27.     Height = 13
  28.     Caption = 'File / directory listing'
  29.   end
  30.   object LblFilter: TLabel
  31.     Left = 8
  32.     Top = 342
  33.     Width = 22
  34.     Height = 13
  35.     Anchors = [akLeft, akBottom]
  36.     Caption = 'Filter'
  37.     Visible = False
  38.   end
  39.   object SpdCancel: TButton
  40.     Left = 253
  41.     Top = 390
  42.     Width = 72
  43.     Height = 25
  44.     Anchors = [akRight, akBottom]
  45.     Cancel = True
  46.     Caption = 'Cancel'
  47.     ModalResult = 2
  48.     TabOrder = 3
  49.   end
  50.   object SpdOK: TButton
  51.     Left = 341
  52.     Top = 390
  53.     Width = 72
  54.     Height = 25
  55.     Anchors = [akRight, akBottom]
  56.     Caption = 'OK'
  57.     Default = True
  58.     ModalResult = 1
  59.     TabOrder = 2
  60.   end
  61.   object CBoxFilter: TComboBox
  62.     Left = 8
  63.     Top = 358
  64.     Width = 407
  65.     Height = 21
  66.     Style = csDropDownList
  67.     Anchors = [akLeft, akRight, akBottom]
  68.     ItemHeight = 13
  69.     TabOrder = 1
  70.     Visible = False
  71.     OnChange = CBoxFilterChange
  72.   end
  73.   object VFileTree: TVirtualStringTree
  74.     Left = 8
  75.     Top = 24
  76.     Width = 407
  77.     Height = 312
  78.     Anchors = [akLeft, akTop, akRight, akBottom]
  79.     BorderStyle = bsSingle
  80.     ClipboardFormats.Strings = (
  81.       'Plain text'
  82.       'Unicode text'
  83.       'Virtual Tree Data')
  84.     Colors.BorderColor = clWindowText
  85.     Colors.HotColor = clBlack
  86.     Ctl3D = False
  87.     Font.Charset = DEFAULT_CHARSET
  88.     Font.Color = clWindowText
  89.     Font.Height = -11
  90.     Font.Name = 'Tahoma'
  91.     Font.Style = []
  92.     Header.AutoSizeIndex = 0
  93.     Header.Columns = <>
  94.     Header.Font.Charset = DEFAULT_CHARSET
  95.     Header.Font.Color = clWindowText
  96.     Header.Font.Height = -11
  97.     Header.Font.Name = 'MS Sans Serif'
  98.     Header.Font.Style = []
  99.     Header.MainColumn = -1
  100.     Header.Options = [hoColumnResize, hoDrag]
  101.     Header.Style = hsThickButtons
  102.     HintAnimation = hatNone
  103.     HintMode = hmDefault
  104.     IncrementalSearch = isInitializedOnly
  105.     IncrementalSearchDirection = sdForward
  106.     ParentCtl3D = False
  107.     ParentFont = False
  108.     TabOrder = 0
  109.     OnDblClick = VFileTreeDblClick
  110.     OnFocusChanged = VFileTreeFocusChanged
  111.     OnFreeNode = VFileTreeFreeNode
  112.     OnGetText = VFileTreeGetText
  113.     OnGetImageIndex = VFileTreeGetImageIndex
  114.     OnIncrementalSearch = VFileTreeIncrementalSearch
  115.     OnInitChildren = VFileTreeInitChildren
  116.     OnInitNode = VFileTreeInitNode
  117.     OnKeyDown = VFileTreeKeyDown
  118.     WideDefaultText = 'Node'
  119.   end
  120. end
  121.