62 lines
2.4 KiB
C
62 lines
2.4 KiB
C
//{{NO_DEPENDENCIES}}
|
|
// Microsoft Developer Studio generated include file.
|
|
// Used by TtsApplication.rc
|
|
//
|
|
#define IDS_SAVE_NOTIFY 1
|
|
#define IDS_NOTIFY_TITLE 2
|
|
#define IDS_SAVE_ERROR 3
|
|
#define IDS_AUDIOOUT_ERROR 4
|
|
#define IDS_VOICE_INIT_ERROR 4
|
|
#define IDS_UNSUPPORTED_FORMAT 5
|
|
#define IDI_APPICON 101
|
|
#define IDD_MAIN 101
|
|
#define IDB_MICFULL 127
|
|
#define IDB_MICEYESCLO 128
|
|
#define IDB_MICEYESNAR 129
|
|
#define IDB_MICMOUTH10 148
|
|
#define IDB_MICMOUTH11 149
|
|
#define IDB_MICMOUTH12 150
|
|
#define IDB_MICMOUTH13 151
|
|
#define IDB_MICMOUTH2 152
|
|
#define IDB_MICMOUTH3 153
|
|
#define IDB_MICMOUTH4 154
|
|
#define IDB_MICMOUTH5 155
|
|
#define IDB_MICMOUTH6 156
|
|
#define IDB_MICMOUTH7 157
|
|
#define IDB_MICMOUTH8 158
|
|
#define IDB_MICMOUTH9 159
|
|
#define IDD_ABOUT 161
|
|
#define IDE_EDITBOX 1000
|
|
#define IDC_ABOUT_TTSAPP_VERSION 1000
|
|
#define IDC_MOUTHPOS 1001
|
|
#define IDB_SPEAK 1002
|
|
#define IDB_PAUSE 1003
|
|
#define IDB_STOP 1004
|
|
#define IDC_EVENTS 1006
|
|
#define IDC_DEBUG 1007
|
|
#define IDC_SPEAKXML 1008
|
|
#define IDB_OPEN 1009
|
|
#define IDC_COMBO_VOICES 1011
|
|
#define IDB_RESET 1012
|
|
#define IDC_RATE_SLIDER 1014
|
|
#define IDC_VOLUME_SLIDER 1015
|
|
#define IDC_COMBO_OUTPUT 1018
|
|
#define IDC_SAVETOWAV 1020
|
|
#define IDB_SPEAKWAV 1021
|
|
#define IDC_CHARACTER 1023
|
|
#define IDB_SKIP 1026
|
|
#define IDC_SKIP_EDIT 1031
|
|
#define IDC_SKIP_SPIN 1032
|
|
#define IDC_ABOUT 1033
|
|
|
|
// Next default values for new objects
|
|
//
|
|
#ifdef APSTUDIO_INVOKED
|
|
#ifndef APSTUDIO_READONLY_SYMBOLS
|
|
#define _APS_NEXT_RESOURCE_VALUE 165
|
|
#define _APS_NEXT_COMMAND_VALUE 40001
|
|
#define _APS_NEXT_CONTROL_VALUE 1036
|
|
#define _APS_NEXT_SYMED_VALUE 101
|
|
#endif
|
|
#endif
|