home *** CD-ROM | disk | FTP | other *** search
- #define IDS_NOCOLORS 100
- #define IDS_NOCOLORS_TITLE 101
-
-
- #define ID_END 305
- #define ID_NEXT 306
- #define ID_MUTE 309
-
- #define ID_PLB_MAIN 350
- #define IDF_MAIN 351
- #define IDF_COLORS 352
- #define IDF_NUMBERS 353
-
- #define IDC_LABEL_SAYCOLORS 355
- #define IDC_LABEL_NUMBERS 356
- #define IDC_LABEL_SAYNUMBERS 357
-
- #define IDC_PLB_MENU 358
-
- #define IDMI_COLORS 400
- #define IDMI_NUMBERS 401
- #define IDMI_EXIT 402
- #define IDMI_TRAIN_COLORS 403
-
- #define IDM_MAIN 450
-
- #define IDVM_NUMBERS 501
- #define IDVM_COLORS 502
- #define IDVM_COLORS_END 503
-
- // Numbers voice menu IDs
- #define IDVMI_NUMBERS_BASE 1000
- #define IDVMI_ZERO (IDVMI_NUMBERS_BASE + 0)
- #define IDVMI_ONE (IDVMI_NUMBERS_BASE + 1)
- #define IDVMI_TWO (IDVMI_NUMBERS_BASE + 2)
- #define IDVMI_THREE (IDVMI_NUMBERS_BASE + 3)
- #define IDVMI_FOUR (IDVMI_NUMBERS_BASE + 4)
- #define IDVMI_FIVE (IDVMI_NUMBERS_BASE + 5)
- #define IDVMI_SIX (IDVMI_NUMBERS_BASE + 6)
- #define IDVMI_SEVEN (IDVMI_NUMBERS_BASE + 7)
- #define IDVMI_EIGHT (IDVMI_NUMBERS_BASE + 8)
- #define IDVMI_NINE (IDVMI_NUMBERS_BASE + 9)
- #define IDVMI_NUMBERS_END (IDVMI_NUMBERS_BASE + 10)
-
- // Colors voice menu IDs
- #define IDVMI_BLACK 1500
- #define IDVMI_RED 1501
- #define IDVMI_GREEN 1502
- #define IDVMI_BLUE 1503
- #define IDVMI_YELLOW 1504
- #define IDVMI_VIOLET 1505
- #define IDVMI_CYAN 1506
- #define IDVMI_WHITE 1507
- #define IDVMI_COLORS_END 1508
-
-