home *** CD-ROM | disk | FTP | other *** search
- object fFiles: TfFiles
- Tag = 98
- Left = 280
- Top = 204
- Width = 269
- Height = 345
- BorderIcons = [biHelp]
- BorderStyle = bsSizeToolWin
- Caption = 'File Explorer'
- Color = clBtnFace
- UseDockManager = True
- DragKind = dkDock
- DragMode = dmAutomatic
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Visible = True
- OnActivate = FormActivate
- OnCreate = FormCreate
- OnShow = FormShow
- DesignSize = (
- 261
- 311)
- PixelsPerInch = 96
- TextHeight = 13
- object lActualDir: TLabel
- Left = 0
- Top = 24
- Width = 261
- Height = 13
- Align = alTop
- Caption = 'lActualDir'
- Transparent = False
- end
- object Splitter1: TSplitter
- Left = 0
- Top = 128
- Width = 261
- Height = 3
- Cursor = crVSplit
- Align = alBottom
- end
- object ToolBarFile: TToolBar
- Left = 0
- Top = 0
- Width = 261
- Height = 24
- HelpContext = 7
- AutoSize = True
- Caption = 'ProjToolBar'
- EdgeBorders = [ebBottom]
- Flat = True
- Images = fPSPad.MainImageList
- TabOrder = 0
- Transparent = False
- Wrapable = False
- object tbDirRefresh: TToolButton
- Left = 0
- Top = 0
- Hint = 'Obnovit'
- Caption = 'Obnovit'
- ImageIndex = 27
- OnClick = tbDirRefreshExecute
- end
- object tbOpenFileDir: TToolButton
- Left = 23
- Top = 0
- Hint = 'Synchronizovat se souborem'
- Caption = 'Synchronizovat se souborem'
- ImageIndex = 142
- OnClick = tbOpenFileDirClick
- end
- end
- object DirBox: TFolderTree
- Left = 0
- Top = 37
- Width = 261
- Height = 91
- Active = False
- FolderOptions = [foNetworkNeighborhood]
- OnChange = DirBoxChange
- ShowRoot = False
- HideSelection = False
- Align = alClient
- DragMode = dmAutomatic
- Indent = 19
- OnContextPopup = FileBoxContextPopup
- TabOrder = 1
- end
- object FileBox: TListView
- Left = 0
- Top = 131
- Width = 261
- Height = 180
- Align = alBottom
- Columns = <
- item
- Caption = 'Name'
- Width = 110
- end
- item
- Alignment = taRightJustify
- Caption = 'Size'
- Width = 65
- end
- item
- Alignment = taRightJustify
- Caption = 'Modified'
- Width = 65
- end
- item
- AutoSize = True
- Caption = 'File type'
- end>
- DragMode = dmAutomatic
- Enabled = False
- HideSelection = False
- OwnerData = True
- ReadOnly = True
- RowSelect = True
- TabOrder = 2
- ViewStyle = vsReport
- OnColumnClick = FileBoxColumnClick
- OnContextPopup = FileBoxContextPopup
- OnCustomDrawItem = FileBoxCustomDrawItem
- OnData = FileBoxData
- OnDataFind = FileBoxDataFind
- OnDblClick = FileBoxDblClick
- OnInfoTip = FileBoxInfoTip
- OnKeyDown = FileBoxKeyDown
- end
- object cbFilters: TComboBox
- Left = 48
- Top = 0
- Width = 212
- Height = 21
- Anchors = [akLeft, akTop, akRight]
- Ctl3D = True
- DropDownCount = 20
- ItemHeight = 13
- ParentCtl3D = False
- TabOrder = 3
- OnChange = cbFiltersChange
- end
- end
-