home *** CD-ROM | disk | FTP | other *** search
- //========================================================================
- // The following example routines have been provided by the Technical
- // Support staff at Borland International. They are provided as a
- // courtesy and not as part of a Borland product, and as such, are
- // provided without the assurance of technical support or any specific
- // guarantees.
- //========================================================================
- //
- // cmds.h: Various commands used in the message system (menus, status line,
- // dialog boxes).
- //
-
- #ifndef _CMDS_H
- #define _CMDS_H
-
- const unsigned short cmAboutCmd = 100;
- const unsigned short cmOpenCmd = 200;
- const unsigned short cmFunkCmd = 201;
- const unsigned short cmSaveCmd = 202;
- const unsigned short cmRestoreCmd = 203;
-
- #endif
-