home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 June / CHIP_CD_2004-06.iso / software / foto / faprosetup.exe / FotoAlbum.exe / 0 / RCDATA / TFORMEXPLORERVIEW / TFORMEXPLORERVIEW.txt
Encoding:
Text File  |  2004-04-06  |  3.4 KB  |  147 lines

  1. object FormExplorerView: TFormExplorerView
  2.   Left = 404
  3.   Top = 422
  4.   Width = 663
  5.   Height = 412
  6.   HelpContext = 147
  7.   Caption = 'FormExplorerView'
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   KeyPreview = True
  15.   OldCreateOrder = False
  16.   OnCreate = FormCreate
  17.   OnDestroy = FormDestroy
  18.   OnMouseWheelDown = FormMouseWheelDown
  19.   OnMouseWheelUp = FormMouseWheelUp
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object Splitter1: TSplitter
  24.     Left = 180
  25.     Top = 0
  26.     Height = 385
  27.   end
  28.   object PanelTree: TPanel
  29.     Left = 0
  30.     Top = 0
  31.     Width = 180
  32.     Height = 385
  33.     Align = alLeft
  34.     BevelOuter = bvNone
  35.     TabOrder = 0
  36.     object Splitter2: TSplitter
  37.       Left = 0
  38.       Top = 226
  39.       Width = 180
  40.       Height = 3
  41.       Cursor = crVSplit
  42.       Align = alBottom
  43.       AutoSnap = False
  44.     end
  45.     object PanelDock: TPanel
  46.       Left = 0
  47.       Top = 229
  48.       Width = 180
  49.       Height = 156
  50.       Align = alBottom
  51.       BevelOuter = bvNone
  52.       TabOrder = 0
  53.     end
  54.     object JamShellTree1: TJamShellTree
  55.       Left = 0
  56.       Top = 0
  57.       Width = 180
  58.       Height = 226
  59.       RootedAt = SF_DESKTOP
  60.       SpecialFolder = SF_DESKTOP
  61.       OleDragDrop = True
  62.       ShellContextMenu = True
  63.       ShowOptions = [soShowNethood, soShowRecycleBin, soShowErrorMessages]
  64.       FileSystemOnly = True
  65.       Filter = '*'
  66.       HideSelection = False
  67.       Indent = 19
  68.       OnChange = JamShellTree1Change
  69.       Align = alClient
  70.       TabOrder = 1
  71.       PopupMenu = pmExplorerTree
  72.       ParentFont = False
  73.       RightClickSelect = True
  74.     end
  75.   end
  76.   object Panel1: TPanel
  77.     Left = 183
  78.     Top = 0
  79.     Width = 472
  80.     Height = 385
  81.     Align = alClient
  82.     BevelOuter = bvLowered
  83.     TabOrder = 1
  84.     object ThumbViewExplorer: TThumbView
  85.       Left = 1
  86.       Top = 1
  87.       Width = 470
  88.       Height = 383
  89.       Align = alClient
  90.       Color = clBtnFace
  91.       ParentColor = False
  92.       ParentShowHint = False
  93.       TabStop = True
  94.       TabOrder = 0
  95.       ShowHint = True
  96.       OnMouseDown = ThumbViewExplorerMouseDown
  97.       OnMouseUp = ThumbViewExplorerMouseUp
  98.       OnMouseWheelDown = ThumbViewExplorerMouseWheelDown
  99.       OnMouseWheelUp = ThumbViewExplorerMouseWheelUp
  100.       OnViewPics = ThumbViewExplorerViewPics
  101.       OnCursorPicMoved = ThumbViewExplorerCursorPicMoved
  102.       OnNeedThumbnail = ThumbViewExplorerNeedThumbnail
  103.       OnTargetDrop = ThumbViewExplorerTargetDrop
  104.       AllowReordering = False
  105.       AllowDragIn = True
  106.       AllowDragOut = True
  107.       TooltipFilename = False
  108.       TooltipCaptions = False
  109.       TooltipFilesize = False
  110.       TooltipFiledate = False
  111.       TooltipDimensions = False
  112.       TooltipPicDate = False
  113.       TooltipMergeDescr = False
  114.       TooltipMergeDebug = False
  115.       AllowDragMove = True
  116.     end
  117.   end
  118.   object pmExplorerTree: TPopupMenu
  119.     Left = 256
  120.     Top = 153
  121.     object CreateFolder1: TMenuItem
  122.       Caption = 'Create Subfolder'
  123.       OnClick = CreateFolder1Click
  124.     end
  125.     object Importintoalbum1: TMenuItem
  126.       Caption = 'Import into album ...'
  127.       OnClick = Importintoalbum1Click
  128.     end
  129.   end
  130.   object pmCopyPaste: TPopupMenu
  131.     Left = 320
  132.     Top = 152
  133.     object Copy1: TMenuItem
  134.       Caption = 'Copy Here'
  135.     end
  136.     object Paste2: TMenuItem
  137.       Caption = 'Paste Here'
  138.     end
  139.     object N139: TMenuItem
  140.       Caption = '-'
  141.     end
  142.     object Cancel1: TMenuItem
  143.       Caption = 'Cancel'
  144.     end
  145.   end
  146. end
  147.