blob: 75c22636ac78f9ec25aa2727f710661e8db0d243 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
#ifndef IDC_STATIC
#define IDC_STATIC (-1)
#endif
#define IDD_OPTIONS 101
#define IDC_BASSVERSION 1000
#define IDC_OUTDEVICE 1005
#define IDC_QUIETTIME 1008
#define IDC_CURRPATH 1009
#define IDC_MAXCHANNEL 1011
#define IDC_VOLUME 1012
#define IDC_GETBASS 1013
#define IDC_TIME1 1014
#define IDC_TIME2 1015
#define IDC_CHECKBOX1 1100
#define IDC_CHECKBOX2 1101
#define IDC_CHECKBOX3 1102
#define IDC_CHECKBOX4 1103
#define IDC_CHECKBOX5 1104
#define IDC_CHECKBOX6 1105
#define IDC_CHECKBOX7 1106
#define IDC_CHECKBOX8 1107
#define IDC_PREVIEW 1110
#define IDI_BASSSoundOn 1111
#define IDI_BASSSoundOff 1112
|