32 lines
728 B
C
32 lines
728 B
C
/* (C) Copyright Microsoft Corporation 1992. All Rights Reserved */
|
||
|
||
/* strings */
|
||
|
||
#define IDS_DEFAULT 200
|
||
#define IDS_MSPCM 201
|
||
#define IDS_MSADPCM 202
|
||
#define IDS_RBLOW 203
|
||
#define IDS_RBMED 204
|
||
#define IDS_RBHIGH 205
|
||
#define IDS_CUSTOM 206
|
||
#define IDS_STANDARD 207
|
||
|
||
/* Dialog Controls */
|
||
|
||
#define IDA_NEWCONFIG 100
|
||
#define IDPB_HELP 101
|
||
#define IDPB_DEFAULT 102
|
||
#define IDRB_HIGH 103
|
||
#define IDRB_MEDIUM 104
|
||
#define IDRB_LOW 105
|
||
#define IDRB_MONO 106
|
||
#define IDRB_STEREO 107
|
||
#define IDCB_FORMATTYPE 108
|
||
#define IDLB_ATTRIB 109
|
||
#define IDRB_CUSTOM 110
|
||
#define IDF_BOGUS 112
|
||
#define IDPB_CUSTOM 113
|
||
|
||
#define ID_ACMVER 114
|
||
|
||
|