home *** CD-ROM | disk | FTP | other *** search
/ PC Open 19 / pcopen19.iso / Zipped / CALMIR21.ZIP / SOURCE.ZIP / SRC / COMPSYS.DFM / COMPSYS.txt
Encoding:
Text File  |  1998-02-20  |  6.3 KB  |  268 lines

  1. object Computer: TComputer
  2.   Left = 242
  3.   Top = 130
  4.   HelpContext = 21
  5.   ActiveControl = Grid
  6.   BorderStyle = bsSingle
  7.   Caption = 'Computer'
  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 = 25
  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 Run: TMenuItem
  66.       Caption = 'Run &program...'
  67.       OnClick = RunClick
  68.       ShortCutText = 'Ctrl+R'
  69.     end
  70.     object Find: TMenuItem
  71.       Caption = '&Find files....'
  72.       OnClick = FindClick
  73.       ShortCutText = 'Ctrl+F'
  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 Help1: TMenuItem
  102.       Caption = 'Help'
  103.       object HelpContents: TMenuItem
  104.         Caption = '&Contents...'
  105.         OnClick = HelpContentsClick
  106.       end
  107.       object TopicSearch: TMenuItem
  108.         Caption = 'Topic &search...'
  109.         OnClick = TopicSearchClick
  110.       end
  111.       object Tipoftheday1: TMenuItem
  112.         Caption = 'Tip of the &day...'
  113.         OnClick = Tipoftheday1Click
  114.       end
  115.       object About: TMenuItem
  116.         Caption = 'A&bout...'
  117.         OnClick = AboutClick
  118.       end
  119.     end
  120.   end
  121.   object App: TAppHolder
  122.     HelpFile = 'CALMIRA.HLP'
  123.     HintColor = 8454143
  124.     Title = 'Calmira'
  125.     OnActivate = AppActivate
  126.     OnDeactivate = AppDeactivate
  127.     OnException = AppException
  128.     OnMessage = AppMessage
  129.     OnShowHint = AppShowHint
  130.     OnWndProc = AppWndProc
  131.     OnActiveFormChange = AppActiveFormChange
  132.     Left = 176
  133.     Top = 18
  134.   end
  135.   object DropServer: TDropServer
  136.     DesktopDrop = True
  137.     OnFileDrag = DropServerFileDrag
  138.     OnDeskDrop = DropServerDeskDrop
  139.     Left = 136
  140.     Top = 18
  141.   end
  142.   object DesktopMenu: TPopupMenu
  143.     AutoPopup = False
  144.     Left = 216
  145.     Top = 17
  146.     object DeskOpen: TMenuItem
  147.       Caption = 'Open folder...'
  148.       OnClick = DeskOpenClick
  149.     end
  150.     object DeskRun: TMenuItem
  151.       Caption = 'Run program...'
  152.       OnClick = RunClick
  153.     end
  154.     object DeskExplore: TMenuItem
  155.       Caption = 'Explore...'
  156.       OnClick = DeskExploreClick
  157.     end
  158.     object DeskFind: TMenuItem
  159.       Caption = 'Find files...'
  160.       OnClick = FindClick
  161.     end
  162.     object N5: TMenuItem
  163.       Caption = '-'
  164.     end
  165.     object New1: TMenuItem
  166.       Caption = 'New shortcut'
  167.       object NewNetShort: TMenuItem
  168.         Tag = 3
  169.         Caption = 'Internet'
  170.         OnClick = NewNetShortClick
  171.       end
  172.       object NewFolderShort: TMenuItem
  173.         Tag = 1
  174.         Caption = 'Folder'
  175.         OnClick = NewNetShortClick
  176.       end
  177.       object NewFileShort: TMenuItem
  178.         Tag = 2
  179.         Caption = 'File'
  180.         OnClick = NewNetShortClick
  181.       end
  182.       object NewDriveShort: TMenuItem
  183.         Caption = 'Drive'
  184.         OnClick = NewNetShortClick
  185.       end
  186.     end
  187.     object DeskArrange: TMenuItem
  188.       Caption = 'Arrange'
  189.       object CascadeBrowsers: TMenuItem
  190.         Caption = 'Cascade browsers'
  191.         OnClick = CascadeBrowsersClick
  192.       end
  193.       object DeskArrangeIcons: TMenuItem
  194.         Caption = 'Arrange icons'
  195.         OnClick = DeskArrangeIconsClick
  196.       end
  197.       object DeskLineUpIcons: TMenuItem
  198.         Caption = 'Line up icons'
  199.         OnClick = DeskLineUpIconsClick
  200.       end
  201.       object DeskCloseBrowsers: TMenuItem
  202.         Caption = 'Close browsers'
  203.         OnClick = DeskCloseBrowsersClick
  204.       end
  205.       object DeskClearDesktop: TMenuItem
  206.         Caption = 'Clear desktop'
  207.         OnClick = DeskClearDesktopClick
  208.       end
  209.       object MinimizePrograms: TMenuItem
  210.         Caption = 'Minimize programs'
  211.         OnClick = MinimizeProgramsClick
  212.       end
  213.     end
  214.     object DeskRepaint: TMenuItem
  215.       Caption = 'Repaint screen'
  216.       OnClick = DeskRepaintClick
  217.     end
  218.     object N2: TMenuItem
  219.       Caption = '-'
  220.     end
  221.     object DeskProperties: TMenuItem
  222.       Caption = 'Properties...'
  223.       OnClick = DeskPropertiesClick
  224.     end
  225.   end
  226.   object ObjectMenu: TPopupMenu
  227.     AutoPopup = False
  228.     OnPopup = ObjectMenuPopup
  229.     Left = 64
  230.     Top = 18
  231.     object Open: TMenuItem
  232.       Caption = 'Open'
  233.       OnClick = GridDblClick
  234.       ShortCutText = 'Enter'
  235.     end
  236.     object Properties: TMenuItem
  237.       Caption = 'Properties...'
  238.       OnClick = PropertiesClick
  239.       ShortCutText = 'Alt+Enter'
  240.     end
  241.     object CreateAlias: TMenuItem
  242.       Caption = 'Create alias'
  243.       OnClick = CreateAliasClick
  244.       ShortCutText = 'Shift+Ins'
  245.     end
  246.   end
  247.   object SystemMenu: TSystemMenu
  248.     Left = 254
  249.     Top = 18
  250.   end
  251.   object BrowserLink: TBrowserLink
  252.     ConnectMode = ddeManual
  253.     Left = 24
  254.     Top = 56
  255.   end
  256.   object Timer: TTimer
  257.     Interval = 2000
  258.     OnTimer = TimerTimer
  259.     Left = 62
  260.     Top = 56
  261.   end
  262.   object PROGMAN: TDdeServerConv
  263.     OnExecuteMacro = PROGMANExecuteMacro
  264.     Left = 136
  265.     Top = 56
  266.   end
  267. end
  268.