blob: 06cd368182cccf281e4921c4b60839b474a6ec99 (
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
|
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by BindView.rc
//
#define IDD_MAIN 101
#define IDM_OPTIONS 101
#define IDI_BINDVIEW 105
#define IDD_BIND_UNBIND 106
#define IDD_INSTALL 107
#define IDD_UNINSTALL 108
#define IDT_BINDINGS 1000
#define IDB_INSTALL 1001
#define IDB_UNINSTALL 1002
#define IDS_COMPONENT 1003
#define IDL_COMPONENT_TYPES 1004
#define IDB_EXPAND_ALL 1005
#define IDB_COLLAPSE_ALL 1006
#define IDB_BROWSE 1007
#define IDS_ENABLE 1012
#define IDE_OWNER 1013
#define IDE_DEPTH 1014
#define IDB_BIND_UNBIND 1016
#define IDG_COMPONENT_LIST 1018
#define IDB_CLOSE 1021
#define IDB_REMOVE 1022
#define IDT_COMPONENT_LIST 1024
#define IDB_SAVE 1025
#define IDI_ENABLE 40001
#define IDI_UNBIND_FROM 40004
#define IDI_BIND_TO 40005
#define IDI_CANCEL 40006
#define IDI_DISABLE 40007
// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 109
#define _APS_NEXT_COMMAND_VALUE 40008
#define _APS_NEXT_CONTROL_VALUE 1028
#define _APS_NEXT_SYMED_VALUE 102
#endif
#endif
|