home *** CD-ROM | disk | FTP | other *** search
- object FrmFileBrowse: TFrmFileBrowse
- Left = 442
- Top = 240
- Width = 432
- Height = 452
- BorderIcons = []
- Caption = 'File Browse'
- Color = clBtnFace
- Constraints.MinHeight = 207
- Constraints.MinWidth = 189
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- Scaled = False
- ShowHint = True
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object LblFDListing: TLabel
- Left = 8
- Top = 8
- Width = 96
- Height = 13
- Caption = 'File / directory listing'
- end
- object LblFilter: TLabel
- Left = 8
- Top = 342
- Width = 22
- Height = 13
- Anchors = [akLeft, akBottom]
- Caption = 'Filter'
- Visible = False
- end
- object SpdCancel: TButton
- Left = 253
- Top = 390
- Width = 72
- Height = 25
- Anchors = [akRight, akBottom]
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 3
- end
- object SpdOK: TButton
- Left = 341
- Top = 390
- Width = 72
- Height = 25
- Anchors = [akRight, akBottom]
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 2
- end
- object CBoxFilter: TComboBox
- Left = 8
- Top = 358
- Width = 407
- Height = 21
- Style = csDropDownList
- Anchors = [akLeft, akRight, akBottom]
- ItemHeight = 13
- TabOrder = 1
- Visible = False
- OnChange = CBoxFilterChange
- end
- object VFileTree: TVirtualStringTree
- Left = 8
- Top = 24
- Width = 407
- Height = 312
- Anchors = [akLeft, akTop, akRight, akBottom]
- BorderStyle = bsSingle
- ClipboardFormats.Strings = (
- 'Plain text'
- 'Unicode text'
- 'Virtual Tree Data')
- Colors.BorderColor = clWindowText
- Colors.HotColor = clBlack
- Ctl3D = False
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- Header.AutoSizeIndex = 0
- Header.Columns = <>
- Header.Font.Charset = DEFAULT_CHARSET
- Header.Font.Color = clWindowText
- Header.Font.Height = -11
- Header.Font.Name = 'MS Sans Serif'
- Header.Font.Style = []
- Header.MainColumn = -1
- Header.Options = [hoColumnResize, hoDrag]
- Header.Style = hsThickButtons
- HintAnimation = hatNone
- HintMode = hmDefault
- IncrementalSearch = isInitializedOnly
- IncrementalSearchDirection = sdForward
- ParentCtl3D = False
- ParentFont = False
- TabOrder = 0
- OnDblClick = VFileTreeDblClick
- OnFocusChanged = VFileTreeFocusChanged
- OnFreeNode = VFileTreeFreeNode
- OnGetText = VFileTreeGetText
- OnGetImageIndex = VFileTreeGetImageIndex
- OnIncrementalSearch = VFileTreeIncrementalSearch
- OnInitChildren = VFileTreeInitChildren
- OnInitNode = VFileTreeInitNode
- OnKeyDown = VFileTreeKeyDown
- WideDefaultText = 'Node'
- end
- end
-