1234567891011121314151617181920212223242526272829303132333435 |
- //{{NO_DEPENDENCIES}}
- // Microsoft Visual C++ generated include file.
- // Used by TTSpeech.rc
- //
- #define IDM_ABOUTBOX 0x0010
- #define IDD_ABOUTBOX 100
- #define IDS_ABOUTBOX 101
- #define IDD_TTSPEECH_DIALOG 102
- #define IDR_MAINFRAME 128
- #define Btn_InitVoices 1000
- #define Btn_ExitVoices 1001
- #define IDC_COMBO1 1002
- #define Et_VoiceText 1003
- #define IDC_SLIDER1 1004
- #define IDC_SLIDER2 1005
- #define Btn_CreateWav 1006
- #define Btn_PlayWav 1007
- #define Tx_States 1008
- #define Tx_Index 1009
- #define Btn_Play 1010
- #define Tx_Rate 1011
- #define Tx_Volme 1012
- #define Tx_Volume 1012
- #define IDC_EDIT1 1013
- // Next default values for new objects
- //
- #ifdef APSTUDIO_INVOKED
- #ifndef APSTUDIO_READONLY_SYMBOLS
- #define _APS_NEXT_RESOURCE_VALUE 129
- #define _APS_NEXT_COMMAND_VALUE 32771
- #define _APS_NEXT_CONTROL_VALUE 1014
- #define _APS_NEXT_SYMED_VALUE 101
- #endif
- #endif
|