34 lines
1.3 KiB
C
34 lines
1.3 KiB
C
/********************************************************************************
|
|
** Copyright (c) 1999-2000 Microsoft Corporation. All Rights Reserved.
|
|
********************************************************************************/
|
|
|
|
#define DLG_AC97FEATURES 102
|
|
#define IDC_6BIT_MASTER_OUT 1001
|
|
#define IDC_6BIT_HEADPHONE 1002
|
|
#define IDC_6BIT_MONO_OUT 1003
|
|
#define IDC_DAC_RESOLUTION 1004
|
|
#define IDC_ADC_RESOLUTION 1005
|
|
#define IDC_3D_TECHNIQUE 1006
|
|
#define IDC_VSR_PCM 1007
|
|
#define IDC_DSR_PCM 1008
|
|
#define IDC_VSR_MIC 1009
|
|
#define IDC_CENTER_DAC 1010
|
|
#define IDC_SURROUND_DAC 1011
|
|
#define IDC_LFE_DAC 1012
|
|
#define IDC_HEADPHONE_TEXT 1014
|
|
#define IDC_MONOOUT_TEXT 1015
|
|
#define IDC_3D_TECHNIQUE_BOX 1016
|
|
#define IDC_VSRMIC_TEXT 1017
|
|
|
|
// Next default values for new objects
|
|
//
|
|
#ifdef APSTUDIO_INVOKED
|
|
#ifndef APSTUDIO_READONLY_SYMBOLS
|
|
#define _APS_NEXT_RESOURCE_VALUE 102
|
|
#define _APS_NEXT_COMMAND_VALUE 40001
|
|
#define _APS_NEXT_CONTROL_VALUE 1018
|
|
#define _APS_NEXT_SYMED_VALUE 101
|
|
#endif
|
|
#endif
|
|
|