home *** CD-ROM | disk | FTP | other *** search
- #define IDC_LISTBOX 102
- #define IDC_LABEL 103
-
- #define IDS_HELLOWORLD 104
- #define IDS_WELCOME 105
- #define IDS_EXIT 106
- #define IDS_SPEAKFORM 107
- #define IDS_MENUNAME 108
- #define IDS_FEEDBACK 109
- #define IDS_READMENU 110
-
- #define IDS_KEYFEEDBACK 111
- #define IDS_VOICEFEEDBACK 112
- #define IDS_MORE 113
- #define IDS_LESS 114
-
- // form, menu ids
- #define ID_MAINFORM 2000
- #define IDM_HELLOWORLD 2001
- #define IDM_WELCOME 2002
- #define IDM_SPEAKFORM 2003
- #define IDM_EXIT 2004
- #define IDM_FEEDBACK 2005
- #define IDM_READMENU 2006
-
- // Next default values for new objects
- //
- #ifdef APSTUDIO_INVOKED
- #ifndef APSTUDIO_READONLY_SYMBOLS
- #define _APS_NEXT_RESOURCE_VALUE 104
- #define _APS_NEXT_COMMAND_VALUE 40001
- #define _APS_NEXT_CONTROL_VALUE 1000
- #define _APS_NEXT_SYMED_VALUE 101
- #endif
- #endif
-