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.
19 lines
561 B
19 lines
561 B
#ifndef SPGRMR_H
|
|
#define SPGRMR_H
|
|
|
|
|
|
//
|
|
// SPGRMR.DLL - speech tip icon resource ID
|
|
//
|
|
#define IDI_SPTIP_DELETEICON 100
|
|
|
|
//
|
|
// SPGRMR.DLL - speech tip grammar resource ID
|
|
// 200
|
|
#define ID_SPTIP_DICTATION_COMMAND_CFG 201
|
|
#define ID_SPTIP_NUMMODE_COMMAND_CFG 202
|
|
#define ID_SPTIP_SPELLING_TOPIC_CFG 203
|
|
#define ID_SPTIP_SHAREDCMD_CFG 204
|
|
|
|
|
|
#endif // SPGRMR_H
|