home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 April A / Pcwk4a98.iso / PROGRAM / DELPHI16 / Calmira / Src / SRC / ICONWIN.DFM / ICONWIN.txt next >
Text File  |  1997-02-17  |  5KB  |  226 lines

  1. object IconWindow: TIconWindow
  2.   Left = 198
  3.   Top = 103
  4.   HelpContext = 22
  5.   ActiveControl = Grid
  6.   BorderStyle = bsSingle
  7.   ClientHeight = 219
  8.   ClientWidth = 379
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Icon.Data = {<image000.ico>}
  14.   PixelsPerInch = 96
  15.   Scaled = False
  16.   OnClose = FormClose
  17.   OnCreate = FormCreate
  18.   OnDblClick = FormDblClick
  19.   OnDestroy = FormDestroy
  20.   OnDragDrop = FormDragDrop
  21.   OnDragOver = FormDragOver
  22.   OnHide = FormHide
  23.   OnMouseDown = FormMouseDown
  24.   OnPaint = FormPaint
  25.   OnResize = FormResize
  26.   OnShow = FormShow
  27.   TextHeight = 13
  28.   object SelLabel: TLabel
  29.     Left = 155
  30.     Top = 202
  31.     Width = 118
  32.     Height = 13
  33.     Cursor = -24
  34.     Caption = 'Selected 0 file(s)  0 bytes'
  35.     Transparent = True
  36.     OnDragDrop = FormDragDrop
  37.     OnDragOver = FormDragOver
  38.     OnMouseDown = SelLabelMouseDown
  39.   end
  40.   object TotalLabel: TLabel
  41.     Left = 12
  42.     Top = 202
  43.     Width = 43
  44.     Height = 13
  45.     Cursor = -24
  46.     Caption = '0 objects'
  47.     Font.Color = clBlack
  48.     Font.Height = -11
  49.     Font.Name = 'MS Sans Serif'
  50.     Font.Style = []
  51.     ParentFont = False
  52.     Transparent = True
  53.     OnClick = TotalLabelClick
  54.     OnDragDrop = FormDragDrop
  55.     OnDragOver = FormDragOver
  56.     OnMouseDown = TotalLabelMouseDown
  57.   end
  58.   object Grid: TMultiGrid
  59.     Tag = 2
  60.     Left = 4
  61.     Top = 4
  62.     Width = 371
  63.     Height = 193
  64.     Focus = 0
  65.     OnSelect = GridSelect
  66.     OnCellSelected = GridCellSelected
  67.     OnDrawCell = GridDrawCell
  68.     OnSelectCell = GridSelectCell
  69.     AllowMulti = True
  70.     Limit = 0
  71.     SelColor = clBtnFace
  72.     DefaultRowHeight = 48
  73.     RowCount = 4
  74.     GridLineWidth = 0
  75.     ParentShowHint = False
  76.     PopupMenu = ObjectMenu
  77.     ShowHint = True
  78.     Scrollbars = ssVertical
  79.     TabOrder = 0
  80.     OnDblClick = GridDblClick
  81.     OnDragDrop = GridDragDrop
  82.     OnDragOver = GridDragOver
  83.     OnEndDrag = GridEndDrag
  84.     OnKeyDown = GridKeyDown
  85.     OnKeyPress = GridKeyPress
  86.     OnMouseDown = GridMouseDown
  87.     OnMouseMove = GridMouseMove
  88.     OnMouseUp = GridMouseUp
  89.   end
  90.   object ObjectMenu: TPopupMenu
  91.     AutoPopup = False
  92.     OnPopup = ObjectMenuPopup
  93.     Left = 30
  94.     Top = 18
  95.     object Properties: TMenuItem
  96.       Caption = '&Properties...'
  97.       OnClick = PropertiesClick
  98.       ShortCutText = 'Alt+Enter'
  99.     end
  100.     object Describe: TMenuItem
  101.       Caption = 'Descri&be'
  102.       OnClick = DescribeClick
  103.       ShortCutText = 'Ctrl+B'
  104.     end
  105.     object Delete: TMenuItem
  106.       Caption = '&Delete'
  107.       OnClick = DeleteClick
  108.       ShortCutText = 'Del'
  109.     end
  110.     object N2: TMenuItem
  111.       Caption = '-'
  112.     end
  113.     object AliasProp: TMenuItem
  114.       Caption = 'Edit alia&s...'
  115.       OnClick = AliasPropClick
  116.     end
  117.     object Open: TMenuItem
  118.       Caption = '&Open'
  119.       OnClick = OpenClick
  120.       ShortCutText = 'Enter'
  121.     end
  122.     object OpenWith: TMenuItem
  123.       Caption = 'Open &file with..'
  124.       OnClick = OpenWithClick
  125.       ShortCutText = 'Ctrl+Enter'
  126.     end
  127.     object Inspect: TMenuItem
  128.       Caption = '&Inspect'
  129.       OnClick = InspectClick
  130.       ShortCutText = 'Shift+Enter'
  131.     end
  132.     object Rename: TMenuItem
  133.       Caption = 'Re&name...'
  134.       OnClick = RenameClick
  135.       ShortCutText = 'Ctrl+N'
  136.     end
  137.     object Duplicate: TMenuItem
  138.       Caption = 'D&uplicate...'
  139.       OnClick = DuplicateClick
  140.       ShortCutText = 'Ctrl+D'
  141.     end
  142.     object CreateAlias: TMenuItem
  143.       Caption = 'Create &alias'
  144.       OnClick = CreateAliasClick
  145.       ShortCutText = 'Shift+Ins'
  146.     end
  147.   end
  148.   object DropServer: TDropServer
  149.     DesktopDrop = True
  150.     OnFileDrop = DropServerFileDrop
  151.     OnDeskDrop = DropServerDeskDrop
  152.     Left = 148
  153.     Top = 18
  154.   end
  155.   object DropClient: TDropClient
  156.     OnDropFiles = DropClientDropFiles
  157.     Left = 108
  158.     Top = 18
  159.   end
  160.   object WinMenu: TPopupMenu
  161.     AutoPopup = False
  162.     OnPopup = WinMenuPopup
  163.     Left = 188
  164.     Top = 20
  165.     object CreateFolder: TMenuItem
  166.       Caption = '&Create folder...'
  167.       OnClick = CreateFolderClick
  168.       ShortCutText = 'Ins'
  169.     end
  170.     object Select: TMenuItem
  171.       Caption = 'Select...'
  172.       OnClick = SelectClick
  173.       ShortCutText = 'Ctrl+S'
  174.     end
  175.     object Undelete: TMenuItem
  176.       Caption = '&Undelete...'
  177.       OnClick = UndeleteClick
  178.       ShortCutText = 'Ctrl+U'
  179.     end
  180.     object Run: TMenuItem
  181.       Caption = '&Run...'
  182.       OnClick = RunClick
  183.       ShortCutText = 'Ctrl+R'
  184.     end
  185.     object FileSystem: TMenuItem
  186.       Caption = 'File system...'
  187.       OnClick = FileSystemClick
  188.     end
  189.     object N1: TMenuItem
  190.       Caption = '-'
  191.     end
  192.     object ViewList: TMenuItem
  193.       Caption = '&View list'
  194.       OnClick = ViewListClick
  195.       ShortCutText = 'Ctrl+L'
  196.     end
  197.     object SetFilter: TMenuItem
  198.       Caption = 'Set &filter...'
  199.       OnClick = SetFilterClick
  200.     end
  201.     object SortbyType: TMenuItem
  202.       Caption = 'Sort by &Type'
  203.       OnClick = SortByTypeClick
  204.     end
  205.     object SortbyName: TMenuItem
  206.       Tag = 1
  207.       Caption = 'Sort by &Name'
  208.       OnClick = SortByTypeClick
  209.     end
  210.     object SortbySize: TMenuItem
  211.       Tag = 2
  212.       Caption = 'Sort by &Size'
  213.       OnClick = SortByTypeClick
  214.     end
  215.     object SortbyDate: TMenuItem
  216.       Tag = 3
  217.       Caption = 'Sort by &Date'
  218.       OnClick = SortByTypeClick
  219.     end
  220.   end
  221.   object Dragger: TFormDrag
  222.     Left = 65
  223.     Top = 18
  224.   end
  225. end
  226.