home *** CD-ROM | disk | FTP | other *** search
- object Explorer: TExplorer
- Left = 262
- Top = 156
- HelpContext = 23
- BorderIcons = [biSystemMenu, biMinimize]
- BorderStyle = bsSingle
- Caption = 'Explorer'
- ClientHeight = 254
- ClientWidth = 213
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- PixelsPerInch = 96
- Scaled = False
- OnClose = FormClose
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- OnHide = FormHide
- OnPaint = FormPaint
- OnResize = FormResize
- OnShow = FormShow
- TextHeight = 13
- object Outline: TScrollTree
- Left = 4
- Top = 4
- Width = 205
- Height = 214
- OnExpand = OutlineExpand
- Options = [ooDrawTreeRoot]
- Style = otOwnerDraw
- ItemHeight = 16
- OnDrawItem = OutlineDrawItem
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'Arial'
- Font.Style = []
- Color = clWhite
- TabOrder = 0
- OnClick = OutlineClick
- OnDragDrop = OutlineDragDrop
- OnDragOver = OutlineDragOver
- OnMouseDown = OutlineMouseDown
- OnMouseUp = OutlineMouseUp
- OnKeyDown = OutlineKeyDown
- ItemSeparator = '\'
- ParentFont = False
- PopupMenu = PopupMenu
- ScrollBars = ssVertical
- Data = {1F}
- end
- object OKBtn: TBitBtn
- Left = 51
- Top = 223
- Width = 77
- Height = 27
- TabOrder = 1
- OnClick = OpenFolderClick
- Kind = bkOK
- Margin = 4
- Style = bsNew
- Spacing = -1
- IsControl = True
- end
- object CancelBtn: TBitBtn
- Left = 132
- Top = 223
- Width = 77
- Height = 27
- TabOrder = 2
- Kind = bkCancel
- Margin = 4
- Style = bsNew
- Spacing = -1
- IsControl = True
- end
- object PopupMenu: TPopupMenu
- AutoPopup = False
- OnPopup = PopupMenuPopup
- Left = 87
- Top = 36
- object OpenFolder: TMenuItem
- Caption = '&Open folder'
- OnClick = OpenFolderClick
- ShortCutText = 'Enter'
- end
- object OpenNew: TMenuItem
- Caption = 'Open &new window'
- OnClick = OpenNewClick
- ShortCutText = 'Ctrl+Enter'
- end
- object N2: TMenuItem
- Caption = '-'
- end
- object ExpandLevel: TMenuItem
- Caption = 'Expand one &level'
- OnClick = ExpandLevelClick
- ShortCutText = '+'
- end
- object ExpandBranch: TMenuItem
- Caption = 'Expand &branch'
- OnClick = ExpandBranchClick
- ShortCutText = '*'
- end
- object ExpandAll: TMenuItem
- Caption = 'Expand &all'
- OnClick = ExpandAllClick
- ShortCutText = 'Ctrl+*'
- end
- object CollapseBranch: TMenuItem
- Caption = '&Collapse branch'
- OnClick = CollapseBranchClick
- ShortCutText = '-'
- end
- object N1: TMenuItem
- Caption = '-'
- end
- object RefreshTree: TMenuItem
- Caption = '&Refresh'
- OnClick = RefreshTreeClick
- ShortCutText = 'F5'
- end
- object FileWindow: TMenuItem
- Caption = 'Show file window'
- OnClick = FileWindowClick
- ShortCutText = 'Ctrl+W'
- end
- end
- object SystemMenu: TSystemMenu
- Left = 124
- Top = 36
- end
- end
-