home *** CD-ROM | disk | FTP | other *** search
/ Team Palmtops 7 / Palmtops_numero07.iso / WinCE / SDKWindowsCE / AutoPC / apcsdk10.exe / data1.cab / Win32_Samples / win32 / tts / resource.h < prev    next >
Encoding:
C/C++ Source or Header  |  1999-05-13  |  969 b   |  36 lines

  1. #define IDC_LISTBOX                        102
  2. #define IDC_LABEL                        103
  3.  
  4. #define IDS_HELLOWORLD                    104
  5. #define    IDS_WELCOME                        105
  6. #define    IDS_EXIT                        106
  7. #define IDS_SPEAKFORM                    107
  8. #define IDS_MENUNAME                    108
  9. #define IDS_FEEDBACK                    109
  10. #define IDS_READMENU                    110
  11.  
  12. #define IDS_KEYFEEDBACK                    111
  13. #define IDS_VOICEFEEDBACK                112
  14. #define IDS_MORE                        113
  15. #define IDS_LESS                        114
  16.                           
  17. // form, menu ids
  18. #define    ID_MAINFORM                        2000
  19. #define IDM_HELLOWORLD                    2001
  20. #define IDM_WELCOME                        2002
  21. #define IDM_SPEAKFORM                    2003
  22. #define IDM_EXIT                        2004
  23. #define IDM_FEEDBACK                    2005
  24. #define IDM_READMENU                    2006
  25.  
  26. // Next default values for new objects
  27. // 
  28. #ifdef APSTUDIO_INVOKED
  29. #ifndef APSTUDIO_READONLY_SYMBOLS
  30. #define _APS_NEXT_RESOURCE_VALUE        104
  31. #define _APS_NEXT_COMMAND_VALUE         40001
  32. #define _APS_NEXT_CONTROL_VALUE         1000
  33. #define _APS_NEXT_SYMED_VALUE           101
  34. #endif
  35. #endif
  36.