Mercurial > ~dholland > hg > ag > index.cgi
comparison anagram/vaclgui/vaclgui-res.h @ 0:13d2b8934445
Import AnaGram (near-)release tree into Mercurial.
author | David A. Holland |
---|---|
date | Sat, 22 Dec 2007 17:52:45 -0500 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:13d2b8934445 |
---|---|
1 /* | |
2 * AnaGram, A System for Syntax Directed Programming | |
3 * Copyright 1996-2002 Parsifal Software. All Rights Reserved. | |
4 * See the file COPYING for license and usage terms. | |
5 * | |
6 * vaclgui-res.h | |
7 */ | |
8 | |
9 #ifndef VACLGUI_RES_H | |
10 #define VACLGUI_RES_H | |
11 | |
12 /* | |
13 * UI Class Library Application. This file was created for Your name | |
14 * by Project Smarts on 19 Dec 1996. | |
15 */ | |
16 | |
17 /*----------------------*/ | |
18 /* Constant definitions */ | |
19 /*----------------------*/ | |
20 | |
21 #define EMPTY_STRING "" /* Empty string constant */ | |
22 | |
23 | |
24 /*--------------------------*/ | |
25 /* Identifier constants */ | |
26 /*--------------------------*/ | |
27 | |
28 /* Window IDs */ | |
29 #define IDW_FRAME_WINDOW 9010 | |
30 | |
31 #define AG_SUNKEN 0X1000L | |
32 | |
33 /* Static text IDs */ | |
34 #define IDT_TEXT 8000 | |
35 | |
36 /* Icon IDs */ | |
37 #define IDI_ICON 8900 | |
38 | |
39 #define IDI_BMP_AG 8901 | |
40 #define IDI_BMP_BP 8902 | |
41 #define IDI_BMP_FT 8903 | |
42 #define IDI_BMP_GT 8904 | |
43 #define IDI_BMP_CONF 8905 | |
44 #define IDI_BMP_HELPICON 8906 | |
45 #define IDI_BMP_FINDNEXT 8907 | |
46 #define IDI_BMP_FINDPREV 8908 | |
47 #define IDI_CUR_HELP 8909 | |
48 #define IDI_SEARCH_KEY 8910 | |
49 #define IDI_BMP_LINESPINNER 8911 | |
50 #define IDI_BMP_WARN 8912 | |
51 #define IDI_STATUS 8913 | |
52 #define IDI_FINGER_CUR 8914 | |
53 | |
54 /* Toolbar buttons */ | |
55 | |
56 #define IDTB_RESET 9100 | |
57 #define IDTB_STEP 9101 | |
58 #define IDTB_HELP 9102 | |
59 #define IDTB_PARSE_FILE 9103 | |
60 #define IDTB_RELOAD 9104 | |
61 #define IDTB_PROCEED 9105 | |
62 | |
63 /* Menu item IDs */ | |
64 #define IDM_BASE 10000 | |
65 #define IDM_ANALYZE (IDM_BASE + 1) | |
66 #define IDM_BUILD_PARSER (IDM_BASE + 2) | |
67 #define IDM_FILE_TRACE (IDM_BASE + 3) | |
68 #define IDM_GRAMMAR_TRACE (IDM_BASE + 4) | |
69 #define IDM_FILE (IDM_BASE + 5) | |
70 | |
71 #define IDM_EXIT (IDM_BASE + 6) | |
72 #define IDM_EDIT (IDM_BASE + 7) | |
73 #define IDM_EDIT_FIND (IDM_BASE + 8) | |
74 #define IDM_EDIT_FINDNEXT (IDM_BASE + 9) | |
75 #define IDM_EDIT_FINDPREV (IDM_BASE + 10) | |
76 #define IDM_HELP (IDM_BASE + 13) | |
77 #define IDM_HELP_INDEX (IDM_BASE + 14) | |
78 #define IDM_HELP_START (IDM_BASE + 15) | |
79 #define IDM_HELP_USING (IDM_BASE + 16) | |
80 #define IDM_HELP_NEW (IDM_BASE + 17) | |
81 #define IDM_HELP_PRODINFO (IDM_BASE + 18) | |
82 #define IDM_HELP_LICENSE (IDM_BASE + 19) | |
83 | |
84 #define IDM_BROWSE (IDM_BASE + 20) | |
85 #define IDM_CHAR_MAP (IDM_BASE + 21) | |
86 #define IDM_CHAR_SETS (IDM_BASE + 22) | |
87 #define IDM_UNRES_CON (IDM_BASE + 23) | |
88 #define IDM_CONFIG_PARAM (IDM_BASE + 24) | |
89 #define IDM_ERROR_TRACE (IDM_BASE + 25) | |
90 #define IDM_ANOMALY_TABLE (IDM_BASE + 26) | |
91 #define IDM_KEYWORD_TABLE (IDM_BASE + 27) | |
92 #define IDM_PARTITION_SETS (IDM_BASE + 28) | |
93 #define IDM_PROC_TABLE (IDM_BASE + 29) | |
94 #define IDM_RES_CON (IDM_BASE + 30) | |
95 #define IDM_RULE_COUNTS (IDM_BASE + 31) | |
96 #define IDM_RULE_TABLE (IDM_BASE + 32) | |
97 #define IDM_STATE_TABLE (IDM_BASE + 33) | |
98 #define IDM_TRACE_COUNTS (IDM_BASE + 34) | |
99 #define IDM_TOKEN_TABLE (IDM_BASE + 35) | |
100 #define IDM_SYMBOL_TABLE (IDM_BASE + 36) | |
101 #define IDM_ERROR_TABLE (IDM_BASE + 37) | |
102 | |
103 #define IDM_OPTIONS (IDM_BASE + 40) | |
104 #define IDM_COLORS (IDM_BASE + 41) | |
105 #define IDM_FONT (IDM_BASE + 42) | |
106 | |
107 #define IDM_WINDOWS (IDM_BASE + 50) | |
108 #define IDM_CASCADE (IDM_BASE + 51) | |
109 #define IDM_CLOSE_WINDOWS (IDM_BASE + 52) | |
110 #define IDM_SYNTAX_FILE (IDM_BASE + 53) | |
111 | |
112 #define IDM_BUILD (IDM_BASE + 54) | |
113 #define IDM_SHOW_SYNTAX (IDM_BASE + 55) | |
114 #define IDM_REANALYZE (IDM_BASE + 56) | |
115 #define IDM_REBUILD (IDM_BASE + 57) | |
116 #define IDM_HIDE_WINDOWS (IDM_BASE + 58) | |
117 #define IDM_RESTORE_WINDOWS (IDM_BASE + 59) | |
118 | |
119 #define IDM_SHOW_STATS (IDM_BASE + 60) | |
120 #define IDM_STATISTICS (IDM_BASE + 61) | |
121 #define IDM_STAY_ON_TOP (IDM_BASE + 62) | |
122 #define IDM_COPY (IDM_BASE + 63) | |
123 #define IDM_AUTOBUILD (IDM_BASE + 64) | |
124 | |
125 #define IDM_HELP_PROG_DEV (IDM_BASE + 65) | |
126 #define IDM_RECENT_FILES (IDM_BASE + 66) | |
127 | |
128 /* Dialog and dialog control IDs */ | |
129 #define IDD_BASE 12000 | |
130 #define IDD_PROD_INFO 12001 | |
131 #define IDT_PRODINFO_TEXT1 (IDD_BASE + 2) | |
132 #define IDT_PRODINFO_TEXT2 (IDD_BASE + 3) | |
133 #define IDT_PRODINFO_TEXT3 (IDD_BASE + 4) | |
134 #define IDT_PRODINFO_TEXT4 (IDD_BASE + 5) | |
135 #define IDT_PRODINFO_TEXT5 (IDD_BASE + 6) | |
136 #define IDP_PRODINFO_OK (IDD_BASE + 7) | |
137 #define IDI_PRODINFO_ICON (IDD_BASE + 8) | |
138 | |
139 | |
140 | |
141 /* String IDs */ | |
142 #define IDS_BASE 13000 | |
143 #define IDS_TITLE (IDS_BASE + 1) | |
144 #define IDS_EXIT (IDS_BASE + 2) | |
145 #define IDS_FILE_OPEN (IDS_BASE + 3) | |
146 | |
147 /* User event IDs */ | |
148 #define UM_BASE 9000 | |
149 #define UM_NOHELP (UM_BASE + 1) | |
150 | |
151 | |
152 #endif /* VACLGUI_RES_H */ |