home *** CD-ROM | disk | FTP | other *** search
- frmMWMDIChild
- MW MDI Child
- Form1
- MenuWatch
- SKL_MenuWatch
- FileMenu
- &File
- FileNewOpt
- FileOpenOpt
- &Open...
- FileSaveOpt
- &Save
- FileSaveAsOpt
- Save &As...
- FileSep1
- FilePrefSubMenu
- &Preferences
- FilePrefViewOpt
- &View...
- FilePrefDialogsOpt
- &Dialogs...
- FileSep2
- FileExitOpt
- E&xit
- EditMenu
- &Edit
- EditUndoOpt
- &Undo
- EditSep1
- EditCutOpt
- EditCopyOpt
- &Copy
- EditPasteOpt
- &Paste
- DocMenu
- &Document
- DocOpt1
- DocOpt&1
- DocSep1
- DocOpt2
- DocOpt&2
- MenuHelp7
- minMnuHlpIdx
- maxMnuHlpIdx
- FileExitOpt_Click
- FileNewOpt_Click
- OnFileNew
- Form_Load
- Form_Unload
- Cancel
- gCountMDI
- frmMWDemo4
- pnHelp
- Visible
- MenuWatch_Close
- MenuWatch_Open
- MenuWatch_Select
- ItemID
- fSeparator
- Declare form-global variables, etc.
- FileExitOpt_Click
- DESCRIPTION
- Bring the App to an End
- FileNewOpt_Click
- DESCRIPTION
- Let "OnFileNew" in the module "MWDemo" handle this event=
- Form_Load
- DESCRIPTION
- On Form Load, populate array of menu item help text snippets=
- Switch to next document
- [Separator]
- Close
- [Separator]
- Maximize
- Minimize
- Restore
- Move, size, or close document
- Form_Unload
- DESCRIPTION
- Whenever an MDI Child window is closed, decrement the count of open
- MDI Child windows and make sure that the help status panel is hidden
- MenuWatch_Close
- DESCRIPTION
- When the "Menu Watch" control informs us that the user has completed=
- any interaction with the menu, revert back to normal status bar
- MenuWatch_Open
- DESCRIPTION
- When the "Menu Watch" control informs us that the user has begun=
- to interact with the menu, show the menu help status bara
- MenuWatch_Select
- DESCRIPTION
- When the "Menu Watch" control tells us that a menu option has been=
- selected (highlighted), set the caption of the menu help status
- bar to the appropriate text
-