blob: 71fc9f95b49c5b304863fa5e053e5e917ff6ef06 (
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
|
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by mbot.rc
//
#define IDD_MBOTCONSOLE 9
#define IDR_RT_MANIFEST1 100
#define IDB_BITMAP1 102
#define IDI_ICON1 104
#define IDD_OPTIONS 106
#define IDD_DIALOG1 107
#define IDR_MENU1 108
#define IDD_DIALOG2 109
#define IDC_MBCONSOLE 1002
#define IDC_MBCOMMANDBOX 1003
#define IDC_TOOLBAR 1004
#define IDC_GS_INFO 1004
#define ID_EXECUTE 1005
#define ID_LINEWRAP 1006
#define ID_CLEAR 1007
#define ID_MBHELP 1008
#define ID_MBINSTALL 1009
#define IDC_MBDISABLEEVENTS 1010
#define IDC_MBDISABLECACHE 1011
#define IDC_MBENABLE 1012
#define IDC_MBSHOWCONSOLE 1013
#define IDC_MBSHOWCONSOLEERROR 1015
#define IDC_WRAPCONSOLE 1016
#define IDC_DISABLESCHEDULER 1017
#define IDC_ADV1 1018
#define IDC_ADVSCRIPTTAG 1019
#define IDC_ADVCMDTAG 1020
#define IDC_ADVLABEL1 1021
#define IDC_ADVLABEL2 1022
#define IDC_ENABLEWWW 1023
#define IDC_ADV2 1024
#define IDC_LIST1 1025
#define IDC_ENABLEWWW2 1026
#define IDC_EDIT1 1026
#define IDC_GS_EDIT 1026
#define IDC_ENABLEADVOPT 1027
#define ID_POPUP_RECACHE 40001
#define ID_POPUP_ACTIVATE 40002
#define ID_POPUP_DEACTIVATE 40003
#define ID_POPUP_UNCACHE 40004
#define ID_POPUP_UNINSTALL 40005
#define ID_POPUP2_INSTALLSCRIPT 40006
#define ID_POPUP2_INSTALLEXTENSION 40007
#define ID_ACTIVATE_FILE 40008
#define ID_ACTIVATE_EVENT 40009
#define ID_DEACTIVATE_FILE 40010
#define ID_DEACTIVATE_EVENT 40011
#define ID_POPUP_UNLOAD 40012
#define ID_POPUP3_CONFIGURE 40013
#define ID_POPUP3_UNINSTALL 40014
#define ID_POPUP3_ENABLE 40015
#define ID_POPUP3_DISABLE 40016
// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 110
#define _APS_NEXT_COMMAND_VALUE 40017
#define _APS_NEXT_CONTROL_VALUE 1027
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif
|