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

  1. object SysWindow: TSysWindow
  2.   Left = 242
  3.   Top = 131
  4.   HelpContext = 21
  5.   ActiveControl = Grid
  6.   BorderStyle = bsSingle
  7.   Caption = 'System'
  8.   ClientHeight = 215
  9.   ClientWidth = 295
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   PixelsPerInch = 96
  15.   Scaled = False
  16.   OnClose = FormClose
  17.   OnCloseQuery = FormCloseQuery
  18.   OnCreate = FormCreate
  19.   OnDestroy = FormDestroy
  20.   OnDragDrop = FormDragDrop
  21.   OnDragOver = FormDragOver
  22.   OnPaint = FormPaint
  23.   OnResize = FormResize
  24.   TextHeight = 13
  25.   object Grid: TMultiGrid
  26.     Tag = 1
  27.     Left = 4
  28.     Top = 4
  29.     Width = 287
  30.     Height = 207
  31.     Focus = 0
  32.     OnDrawCell = GridDrawCell
  33.     OnSelectCell = GridSelectCell
  34.     AllowMulti = False
  35.     Limit = 0
  36.     SelColor = clBtnFace
  37.     DefaultColWidth = 70
  38.     DefaultRowHeight = 48
  39.     RowCount = 4
  40.     ColCount = 4
  41.     GridLineWidth = 0
  42.     PopupMenu = ObjectMenu
  43.     TabOrder = 0
  44.     OnDblClick = GridDblClick
  45.     OnEndDrag = GridEndDrag
  46.     OnKeyDown = GridKeyDown
  47.     OnMouseDown = GridMouseDown
  48.     OnMouseMove = GridMouseMove
  49.   end
  50.   object WindowMenu: TPopupMenu
  51.     AutoPopup = False
  52.     HelpContext = 201
  53.     Left = 26
  54.     Top = 18
  55.     object SysProperties: TMenuItem
  56.       Caption = 'Properties...'
  57.       OnClick = SysPropertiesClick
  58.       ShortCutText = 'Ctrl+P'
  59.     end
  60.     object RefreshSys: TMenuItem
  61.       Caption = '&Refresh'
  62.       OnClick = RefreshSysClick
  63.       ShortCutText = 'F5'
  64.     end
  65.     object Find: TMenuItem
  66.       Caption = '&Find files....'
  67.       OnClick = FindClick
  68.       ShortCutText = 'Ctrl+F'
  69.     end
  70.     object Run: TMenuItem
  71.       Caption = 'Run program...'
  72.       OnClick = RunClick
  73.       ShortCutText = 'Ctrl+R'
  74.     end
  75.     object N3: TMenuItem
  76.       Caption = '-'
  77.     end
  78.     object ConfigFileSystem: TMenuItem
  79.       Caption = 'File system...'
  80.       OnClick = ConfigFileSystemClick
  81.     end
  82.     object ConfigDesktop: TMenuItem
  83.       Caption = 'Desktop...'
  84.       OnClick = ConfigDesktopClick
  85.     end
  86.     object ConfigStartMenu: TMenuItem
  87.       Caption = 'Start menu...'
  88.       OnClick = ConfigStartMenuClick
  89.     end
  90.     object ConfigBin: TMenuItem
  91.       Caption = 'Bin...'
  92.       OnClick = ConfigBinClick
  93.     end
  94.     object ConfigTaskbar: TMenuItem
  95.       Caption = 'Taskbar...'
  96.       OnClick = ConfigTaskbarClick
  97.     end
  98.     object N4: TMenuItem
  99.       Caption = '-'
  100.     end
  101.     object HelpContents: TMenuItem
  102.       Caption = '&Help contents...'
  103.       OnClick = HelpContentsClick
  104.     end
  105.     object TopicSearch: TMenuItem
  106.       Caption = 'Topic search...'
  107.       OnClick = TopicSearchClick
  108.     end
  109.     object About: TMenuItem
  110.       Caption = 'A&bout...'
  111.       OnClick = AboutClick
  112.       ShortCutText = 'Ctrl+A'
  113.     end
  114.   end
  115.   object App: TAppHolder
  116.     HelpFile = 'CALMIRA.HLP'
  117.     HintColor = 8454143
  118.     Title = 'Calmira'
  119.     OnActivate = AppActivate
  120.     OnDeactivate = AppDeactivate
  121.     OnException = AppException
  122.     OnMessage = AppMessage
  123.     OnShowHint = AppShowHint
  124.     OnWndProc = AppWndProc
  125.     OnActiveFormChange = AppActiveFormChange
  126.     Left = 176
  127.     Top = 18
  128.   end
  129.   object DropServer: TDropServer
  130.     DesktopDrop = True
  131.     OnFileDrag = DropServerFileDrag
  132.     OnDeskDrop = DropServerDeskDrop
  133.     Left = 136
  134.     Top = 18
  135.   end
  136.   object Dragger: TFormDrag
  137.     Left = 96
  138.     Top = 18
  139.   end
  140.   object DesktopMenu: TPopupMenu
  141.     AutoPopup = False
  142.     Left = 216
  143.     Top = 18
  144.     object DeskOpen: TMenuItem
  145.       Caption = 'Open folder...'
  146.       OnClick = DeskOpenClick
  147.     end
  148.     object DeskFind: TMenuItem
  149.       Caption = 'Find files...'
  150.       OnClick = FindClick
  151.     end
  152.     object DeskRun: TMenuItem
  153.       Caption = 'Run program...'
  154.       OnClick = DeskRunClick
  155.     end
  156.     object DeskExplore: TMenuItem
  157.       Caption = 'Explore...'
  158.       OnClick = DeskExploreClick
  159.     end
  160.     object N5: TMenuItem
  161.       Caption = '-'
  162.     end
  163.     object CascadeWins: TMenuItem
  164.       Caption = 'Cascade browsers'
  165.       OnClick = CascadeWinsClick
  166.     end
  167.     object DeskArrange: TMenuItem
  168.       Caption = 'Arrange icons'
  169.       OnClick = DeskArrangeClick
  170.     end
  171.     object Snap: TMenuItem
  172.       Caption = 'Line up icons'
  173.       OnClick = SnapClick
  174.     end
  175.     object DeskClose: TMenuItem
  176.       Caption = 'Close browsers'
  177.       OnClick = DeskCloseClick
  178.     end
  179.     object DeskClear: TMenuItem
  180.       Caption = 'Clear desktop'
  181.       OnClick = DeskClearClick
  182.     end
  183.     object MinimizeProgs: TMenuItem
  184.       Caption = 'Minimize programs'
  185.       OnClick = MinimizeProgsClick
  186.     end
  187.     object N2: TMenuItem
  188.       Caption = '-'
  189.     end
  190.     object DeskProperties: TMenuItem
  191.       Caption = 'Properties...'
  192.       OnClick = DeskPropertiesClick
  193.     end
  194.   end
  195.   object ObjectMenu: TPopupMenu
  196.     AutoPopup = False
  197.     OnPopup = ObjectMenuPopup
  198.     Left = 60
  199.     Top = 18
  200.     object Properties: TMenuItem
  201.       Caption = 'Properties...'
  202.       OnClick = PropertiesClick
  203.       ShortCutText = 'Alt+Enter'
  204.     end
  205.     object CreateAlias: TMenuItem
  206.       Caption = 'Create alias'
  207.       OnClick = CreateAliasClick
  208.       ShortCutText = 'Shift+Ins'
  209.     end
  210.   end
  211.   object SystemMenu: TSystemMenu
  212.     Left = 254
  213.     Top = 18
  214.   end
  215. end
  216.