source: dev/trunk/ab5.0/abdev/compiler_x86/resource.h@ 673

Last change on this file since 673 was 660, checked in by dai_9181, 16 years ago

バージョンを5.0.0.5に上げた(CP5としてリリース用)。

File size: 2.2 KB
Line 
1//{{NO_DEPENDENCIES}}
2// Microsoft Developer Studio generated include file.
3// Used by compiler_x86.rc
4//
5#define IDD_MAIN 101
6#define IDD_VARLIST 103
7#define IDI_MAIN 108
8#define IDI_VARSTRUCT 109
9#define IDI_VARDATA 110
10#define IDI_VARSTR 111
11#define IDI_VARARRAY 112
12#define IDI_VARPTRSTRUCT 113
13#define IDD_CLIPMAIN 114
14#define IDD_DEBUGGER 115
15#define IDR_DEBUGGERTOOLBAR 117
16#define IDD_DEBUGGER_TOOLBARBASE 120
17#define IDR_DEBUGGER_VARLIST_MENU 122
18#define IDR_DEBUGGERTOOLBAR_DISABLED 125
19#define IDC_EXEPATH 1000
20#define IDC_PROGRESS 1001
21#define IDC_ERRORLIST 1002
22#define IDC_MESSAGE 1003
23#define IDC_DEBUGLIST 1005
24#define IDC_SHOWERROR 1006
25#define IDC_SHOWDEBUG 1007
26#define IDC_THREADCOMBO 1014
27#define IDC_VARTREE 1015
28#define IDC_GLOBAL 1016
29#define IDC_LOCAL 1017
30#define IDC_PROCCOMBO 1018
31#define IDC_HIDESYSVAR 1019
32#define IDC_STEPIN 1021
33#define IDC_STEPOVER 1022
34#define IDC_ESP 1023
35#define IDC_DUMMYCANCEL 1024
36#define IDC_TAB1 1025
37#define IDC_VARPOS 1029
38#define IDC_WATCHLIST 1033
39#define IDC_STATIC_VERSION 1034
40#define IDC_DEBUG_START 40003
41#define IDC_DEBUG_STEPOVER 40004
42#define IDC_DEBUG_STEPIN 40005
43#define IDM_SHOW_DEFAULTSYSTEM_VAR 40007
44#define IDM_SHOW_RAD_VAR 40008
45#define IDM_SHOW_GUID_VAR 40009
46
47// Next default values for new objects
48//
49#ifdef APSTUDIO_INVOKED
50#ifndef APSTUDIO_READONLY_SYMBOLS
51#define _APS_NEXT_RESOURCE_VALUE 126
52#define _APS_NEXT_COMMAND_VALUE 40010
53#define _APS_NEXT_CONTROL_VALUE 1035
54#define _APS_NEXT_SYMED_VALUE 101
55#endif
56#endif
Note: See TracBrowser for help on using the repository browser.