30 lines
999 B
C
30 lines
999 B
C
#pragma once
|
|
//{{NO_DEPENDENCIES}}
|
|
// Microsoft Developer Studio generated include file.
|
|
// Used by AudioPlayer.rc
|
|
//
|
|
#define IDD_WMADIALOG 101
|
|
#define IDI_WMAICON 104
|
|
#define IDC_CLIP 1005
|
|
#define IDC_AUTHOR 1006
|
|
#define IDC_COPYRIGHT 1007
|
|
#define IDC_STATUS 1008
|
|
#define IDC_DURATION 1010
|
|
#define IDC_FILENAME 1011
|
|
#define IDC_PAUSE 1016
|
|
#define IDC_SLIDER 1018
|
|
#define IDC_PLAY 40004
|
|
#define IDC_STOP 40005
|
|
#define IDC_OPEN 40006
|
|
|
|
// Next default values for new objects
|
|
//
|
|
#ifdef APSTUDIO_INVOKED
|
|
#ifndef APSTUDIO_READONLY_SYMBOLS
|
|
#define _APS_NEXT_RESOURCE_VALUE 110
|
|
#define _APS_NEXT_COMMAND_VALUE 40006
|
|
#define _APS_NEXT_CONTROL_VALUE 1022
|
|
#define _APS_NEXT_SYMED_VALUE 101
|
|
#endif
|
|
#endif
|