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

  1. #define IDS_NOCOLORS                    100
  2. #define IDS_NOCOLORS_TITLE                101
  3.     
  4.  
  5. #define ID_END                            305
  6. #define ID_NEXT                            306
  7. #define ID_MUTE                            309
  8.  
  9. #define ID_PLB_MAIN                        350
  10. #define IDF_MAIN                        351
  11. #define IDF_COLORS                        352
  12. #define IDF_NUMBERS                        353
  13.  
  14. #define IDC_LABEL_SAYCOLORS             355
  15. #define IDC_LABEL_NUMBERS                356
  16. #define IDC_LABEL_SAYNUMBERS            357
  17.  
  18. #define IDC_PLB_MENU                    358
  19.  
  20. #define IDMI_COLORS                        400
  21. #define IDMI_NUMBERS                    401
  22. #define IDMI_EXIT                        402
  23. #define IDMI_TRAIN_COLORS                403
  24.  
  25. #define IDM_MAIN                        450
  26.  
  27. #define IDVM_NUMBERS                    501
  28. #define IDVM_COLORS                        502
  29. #define IDVM_COLORS_END                    503
  30.  
  31. // Numbers voice menu IDs
  32. #define IDVMI_NUMBERS_BASE                1000
  33. #define IDVMI_ZERO                        (IDVMI_NUMBERS_BASE + 0)
  34. #define IDVMI_ONE                        (IDVMI_NUMBERS_BASE + 1)
  35. #define IDVMI_TWO                        (IDVMI_NUMBERS_BASE + 2)
  36. #define IDVMI_THREE                        (IDVMI_NUMBERS_BASE + 3)
  37. #define IDVMI_FOUR                        (IDVMI_NUMBERS_BASE + 4)
  38. #define IDVMI_FIVE                        (IDVMI_NUMBERS_BASE + 5)
  39. #define IDVMI_SIX                        (IDVMI_NUMBERS_BASE + 6)
  40. #define IDVMI_SEVEN                        (IDVMI_NUMBERS_BASE + 7)
  41. #define IDVMI_EIGHT                        (IDVMI_NUMBERS_BASE + 8)
  42. #define IDVMI_NINE                        (IDVMI_NUMBERS_BASE + 9)
  43. #define IDVMI_NUMBERS_END                (IDVMI_NUMBERS_BASE + 10)
  44.  
  45. // Colors voice menu IDs
  46. #define IDVMI_BLACK                        1500
  47. #define IDVMI_RED                        1501
  48. #define IDVMI_GREEN                        1502
  49. #define IDVMI_BLUE                        1503
  50. #define IDVMI_YELLOW                    1504
  51. #define IDVMI_VIOLET                    1505
  52. #define IDVMI_CYAN                        1506
  53. #define IDVMI_WHITE                        1507
  54. #define IDVMI_COLORS_END                1508
  55.  
  56.