blob: a51c690493f0de400b924613dd5ec577aa385077 (
plain) (
blame)
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
|
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by AudioPlugIn.rc
//
#define IDS_NAME_PLUGIN 1
#define IDS_DESC_PLUGIN 2
#define IDS_SETTINGS 3
#define IDS_HELPFILE_PLUGIN 4
#define IDD_PROPPAGE 200
#define IDC_STATIC -1
#define IDD_DIALOG1 101
#define IDD_EVAL_HELP 166
#define IDC_SLIDER1 1000
#define IDC_SLIDER1_LABEL 1001
#define IDC_SLIDER1_LABEL1 1001
#define IDC_SLIDER1_LABEL2 1002
#define IDC_SLIDER1_LABEL3 1003
#define IDC_SLIDER2 1004
#define IDC_SLIDER2_LABEL1 1005
#define IDC_SLIDER2_LABEL2 1006
#define IDC_SLIDER2_LABEL3 1007
#define IDC_SLIDER3 1008
#define IDC_SLIDER3_LABEL1 1009
#define IDC_SLIDER3_LABEL2 1010
#define IDC_SLIDER3_LABEL3 1011
#define IDC_SLIDER4 1012
#define IDC_LOAD 1013
#define IDC_EDIT 1014
#define IDC_SAVE 1015
#define IDC_BYPASS 1016
#define IDC_NEW 1017
#define IDC_PRESET 1018
#define IDC_SHOWHELP 1019
#define IDC_SLIDER4_LABEL2 1020
#define IDC_SLIDER4_LABEL3 1021
#define IDC_SLIDER4_LABEL1 1022
#define IDC_TRIGGER1 1023
#define IDC_TRIGGER2 1024
#define IDC_TRIGGER3 1025
#define IDC_TRIGGER4 1026
#define IDC_EDIT1 1089
#define IDC_PERSAMPLE 1090
#define IDC_INIT 1092
#define IDC_ONSLIDERCHANGE 1093
#define IDC_TAB1 1203
#define IDC_PRESETNAME -1
// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 201
#define _APS_NEXT_COMMAND_VALUE 32768
#define _APS_NEXT_CONTROL_VALUE 1100
#define _APS_NEXT_SYMED_VALUE 5
#endif
#endif
|