home *** CD-ROM | disk | FTP | other *** search
- //
-
- #include "vecapi.h" // VeCAD API header
-
- // Accelerators
- #define ACC_TABLE 101
-
- // Icons
- #define ICON_VECAD 101
- #define ICON_VECADSM 102
-
- // Menus
- #define MENU_MAIN 101
-
- // Menu Items
- #define CM_FILE_NEW 101
- #define CM_FILE_OPEN 102
- #define CM_MRU_01 111
- #define CM_MRU_02 112
- #define CM_MRU_03 113
- #define CM_MRU_04 114
- #define CM_MRU_05 115
- #define CM_MRU_06 116
- #define CM_MRU_07 117
- #define CM_MRU_08 118
- #define CM_MRU_09 119
- #define CM_MRU_10 120
- #define CM_MRU_11 121
- #define CM_MRU_12 122
- #define CM_MRU_13 123
- #define CM_MRU_14 124
- #define CM_MRU_15 125
- #define CM_APP_01 131
- #define CM_APP_02 132
- #define CM_APP_03 133
- #define CM_APP_04 134
- #define CM_APP_05 135
- #define CM_APP_06 136
- #define CM_APP_07 137
- #define CM_APP_08 138
- #define CM_APP_09 139
- #define CM_APP_10 140
- #define CM_APP_11 141
- #define CM_APP_12 142
- #define CM_APP_13 143
- #define CM_APP_14 144
- #define CM_APP_15 145
- #define CM_APP_ABOUT 301
- #define CM_APP_EXIT 302
-
- // Strings
- #define STR_APP_TITLE 101
- #define STR_APP_TITLE2 102
- #define STR_WNDTEXT 103
- #define STR_NONAME 104
-
-
- // Dialogs
- #define DG_ABOUT 1001
-