You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
41 lines
1.7 KiB
41 lines
1.7 KiB
//
|
|
// Header Files for speech tip context help ids.
|
|
//
|
|
|
|
#ifndef SPTIPHLP_H
|
|
#define SPTIPHLP_H
|
|
|
|
// Id starts from 4000
|
|
|
|
// Speech tip property page
|
|
|
|
#define IDH_PP_ASSIGN_BUTTON 4000
|
|
#define IDH_PP_BUTTON_MB_SETTING 4001
|
|
#define IDH_PP_SHOW_BALLOON 4002
|
|
#define IDH_PP_LMA 4003
|
|
#define IDH_PP_HIGH_CONFIDENCE 4004
|
|
#define IDH_PP_SAVE_SPDATA 4005
|
|
#define IDH_PP_REMOVE_SPACE 4006
|
|
#define IDH_PP_DIS_DICT_TYPING 4007
|
|
#define IDH_PP_PLAYBACK 4008
|
|
#define IDH_PP_DICT_CANDUI_OPEN 4009
|
|
#define IDH_PP_BUTTON_ADVANCE 4010
|
|
#define IDH_PP_BUTTON_SPCPL 4011
|
|
#define IDH_PP_BUTTON_LANGBAR 4012
|
|
|
|
|
|
// Voice command settings Dialog
|
|
#define IDH_PP_SELECTION_CMD 4020
|
|
#define IDH_PP_NAVIGATION_CMD 4021
|
|
#define IDH_PP_CASING_CMD 4022
|
|
#define IDH_PP_EDITING_CMD 4023
|
|
#define IDH_PP_KEYBOARD_CMD 4024
|
|
#define IDH_PP_TTS_CMD 4025
|
|
#define IDH_PP_LANGBAR_CMD 4026
|
|
#define IDH_PP_DICTCMDS 4027
|
|
|
|
// Mode button configuration
|
|
#define IDH_PP_DICTATION_CMB 4030
|
|
#define IDH_PP_COMMAND_CMB 4031
|
|
|
|
#endif // SPTIPHLP_H
|