20 lines
561 B
C
20 lines
561 B
C
#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
|