home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 July / CMCD0704.ISO / Software / Freeware / Programare / PSPad / PSPad.exe / 0 / RCDATA / TFFILES / TFFILES.txt
Encoding:
Text File  |  2004-06-06  |  3.1 KB  |  149 lines

  1. object fFiles: TfFiles
  2.   Tag = 98
  3.   Left = 280
  4.   Top = 204
  5.   Width = 269
  6.   Height = 345
  7.   BorderIcons = [biHelp]
  8.   BorderStyle = bsSizeToolWin
  9.   Caption = 'File Explorer'
  10.   Color = clBtnFace
  11.   UseDockManager = True
  12.   DragKind = dkDock
  13.   DragMode = dmAutomatic
  14.   Font.Charset = DEFAULT_CHARSET
  15.   Font.Color = clWindowText
  16.   Font.Height = -11
  17.   Font.Name = 'MS Sans Serif'
  18.   Font.Style = []
  19.   OldCreateOrder = False
  20.   Visible = True
  21.   OnActivate = FormActivate
  22.   OnCreate = FormCreate
  23.   OnShow = FormShow
  24.   DesignSize = (
  25.     261
  26.     311)
  27.   PixelsPerInch = 96
  28.   TextHeight = 13
  29.   object lActualDir: TLabel
  30.     Left = 0
  31.     Top = 24
  32.     Width = 261
  33.     Height = 13
  34.     Align = alTop
  35.     Caption = 'lActualDir'
  36.     Transparent = False
  37.   end
  38.   object Splitter1: TSplitter
  39.     Left = 0
  40.     Top = 128
  41.     Width = 261
  42.     Height = 3
  43.     Cursor = crVSplit
  44.     Align = alBottom
  45.   end
  46.   object ToolBarFile: TToolBar
  47.     Left = 0
  48.     Top = 0
  49.     Width = 261
  50.     Height = 24
  51.     HelpContext = 7
  52.     AutoSize = True
  53.     Caption = 'ProjToolBar'
  54.     EdgeBorders = [ebBottom]
  55.     Flat = True
  56.     Images = fPSPad.MainImageList
  57.     TabOrder = 0
  58.     Transparent = False
  59.     Wrapable = False
  60.     object tbDirRefresh: TToolButton
  61.       Left = 0
  62.       Top = 0
  63.       Hint = 'Obnovit'
  64.       Caption = 'Obnovit'
  65.       ImageIndex = 27
  66.       OnClick = tbDirRefreshExecute
  67.     end
  68.     object tbOpenFileDir: TToolButton
  69.       Left = 23
  70.       Top = 0
  71.       Hint = 'Synchronizovat se souborem'
  72.       Caption = 'Synchronizovat se souborem'
  73.       ImageIndex = 142
  74.       OnClick = tbOpenFileDirClick
  75.     end
  76.   end
  77.   object DirBox: TFolderTree
  78.     Left = 0
  79.     Top = 37
  80.     Width = 261
  81.     Height = 91
  82.     Active = False
  83.     FolderOptions = [foNetworkNeighborhood]
  84.     OnChange = DirBoxChange
  85.     ShowRoot = False
  86.     HideSelection = False
  87.     Align = alClient
  88.     DragMode = dmAutomatic
  89.     Indent = 19
  90.     OnContextPopup = FileBoxContextPopup
  91.     TabOrder = 1
  92.   end
  93.   object FileBox: TListView
  94.     Left = 0
  95.     Top = 131
  96.     Width = 261
  97.     Height = 180
  98.     Align = alBottom
  99.     Columns = <
  100.       item
  101.         Caption = 'Name'
  102.         Width = 110
  103.       end
  104.       item
  105.         Alignment = taRightJustify
  106.         Caption = 'Size'
  107.         Width = 65
  108.       end
  109.       item
  110.         Alignment = taRightJustify
  111.         Caption = 'Modified'
  112.         Width = 65
  113.       end
  114.       item
  115.         AutoSize = True
  116.         Caption = 'File type'
  117.       end>
  118.     DragMode = dmAutomatic
  119.     Enabled = False
  120.     HideSelection = False
  121.     OwnerData = True
  122.     ReadOnly = True
  123.     RowSelect = True
  124.     TabOrder = 2
  125.     ViewStyle = vsReport
  126.     OnColumnClick = FileBoxColumnClick
  127.     OnContextPopup = FileBoxContextPopup
  128.     OnCustomDrawItem = FileBoxCustomDrawItem
  129.     OnData = FileBoxData
  130.     OnDataFind = FileBoxDataFind
  131.     OnDblClick = FileBoxDblClick
  132.     OnInfoTip = FileBoxInfoTip
  133.     OnKeyDown = FileBoxKeyDown
  134.   end
  135.   object cbFilters: TComboBox
  136.     Left = 48
  137.     Top = 0
  138.     Width = 212
  139.     Height = 21
  140.     Anchors = [akLeft, akTop, akRight]
  141.     Ctl3D = True
  142.     DropDownCount = 20
  143.     ItemHeight = 13
  144.     ParentCtl3D = False
  145.     TabOrder = 3
  146.     OnChange = cbFiltersChange
  147.   end
  148. end
  149.