The
Windows Interface
|
Control | Represented at the
left end of the title bar by a small box, when the document is not maximized. When the document is maximized, the small box appears at the end of the menu bar. |
File | Usually appears first on the menu bar. (alt+F). |
Edit | Follows File, if supported. (alt+E). |
Help | Usually appears last on the menu bar. (alt+H). |
Note: Please see the Microsoft Design Guide for details about the control menu.
File Menu
Note: As of this edition of the Design Guide, no standard shortcut keys were defined for the File menu.
New or New... | Creates a new document with a default name (e.g., Untitled, Documentn, Sheetn). Applications that can create different kinds of documents should display a standard dialog box to allow user to select the type. The most common type should be the default choice. A user-supplied file name should not be required. |
Open | Displays standard dialog box that allows user to open existing files in different directories or on different storage devices. |
Save | Saves the file in the active window. If the file has never been saved, displays Save As dialog. |
Save As | Displays standard dialog box to allow user to save the current file under a different name or in a different directory. |
Print or Print... | Prints active document in currently selected printer. May display dialog box to allow user to set print options. |
Print Setup | Displays standard dialog to allow user to change printer connections and specify settings for selected printer. Note: The label, Printer Setup, is reserved for the system dialog. |
Exit | Terminates the application and closes all windows belonging to the application. In applications that do not include File menus, the Exit command should be the last command on the leftmost application menu, after the Control menu. |
The File menu often includes optional items such as a list of most recently used files (numbered). The number of files listed should be no less than three and no more than eight and should remain constant within the application. The list may display all or part of the pathname. Internally, the full pathname should be saved so that the file can be opened.
Edit Menu
Undo | Reverses the last action that altered user’s data. The name of the last action appears after "Undo." If the action cannot be reversed, the command is dimmed or, optionally, the alternate item name "Cannot Undo" is used. (Shortcut: ctrl+Z) |
Cut | Deletes selected data from the current window or field and transfers it to the clipboard. The command is dimmed if there is no selection. (Shortcut: ctrl+X) |
Copy | Copies selected data, objects, or references to clipboard; marks current selection for subsequent use in Paste Link operations. |
Paste | Pastes data, object, or reference from clipboard into the current document at the insertion point. Replaces current selection, if any. (Shortcut: ctrl+V) |
Paste Link | Creates a link at the insertion point in the current document to the item previously marked in the source (using Copy). Command is dimmed if the clipboard is empty. (Shortcut: None defined). |
Links... | Displays Link dialog for changing link properties and accessing linked objects. |
Common optional Edit menu items include Paste Special, Repeat <action>, Find, Replace, Clear, and Delete. Please see the Microsoft Design Guide for details.
Help Menu
The Help menu is always the rightmost menu of the menu bar.
Contents | Opens Help window and displays list of main topics. |
Search for Help On... | Opens Help window and displays dialog that allows the user to search for Help topics containing specific key words. |
How to User Help | Opens Help window and displays instructions for using Help. |
About <Application Name> | Please see Section 8 of this document or Chapter 8 of the Microsoft Design Guide for details. |
Please see the Microsoft Design Guide about common optional items on the Help menu.
Common Optional Menus
View Menu
The View menu includes commands for changing the user’s view of the data in the current window. It may also include commands for controlling the display of interface elements such as status bars and control bars that are fixed components of the application window. (The display of movable control bars should be controlled by commands on the optional Window menu.) The View menu can also include commands for displaying window panes.
Window Menu
The Window menu should be included in all MDI applications as the last menu before Help. It contains commands that manipulate document windows as whole entities.
The Window menu should contain a numbered list of all open windows. The list should appear after other menu items separated by a horizontal line. The currently active document window should have a check mark to the left of its name. The order of document windows in the list is the order in which they were opened. The list shows up to nine open document windows. If more than nine are opened, the list contains a More command which display a dialog box listing the other open document windows. The list is renumbered when a window is closed.
Please see the Microsoft Design Guide about common optional items on the Window menu and window arrangement commands.