-revert janderwalds change until because it breaks the gcc 4.x build
[reactos.git] / reactos / base / applications / calc / resource.h
1 /*
2 * WineCalc (resource.h)
3 *
4 * Copyright 2003 James Briggs
5 *
6 * This library is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU Lesser General Public
8 * License as published by the Free Software Foundation; either
9 * version 2.1 of the License, or (at your option) any later version.
10 *
11 * This library is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14 * Lesser General Public License for more details.
15 *
16 * You should have received a copy of the GNU Lesser General Public
17 * License along with this library; if not, write to the Free Software
18 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
19 */
20
21 /* menus */
22
23 #define IDM_COPY 1001
24 #define IDM_PASTE 1002
25 #define IDM_MODE_STANDARD 1003
26 #define IDM_MODE_SCIENTIFIC 1004
27 #define IDM_DIGIT_GROUPING 1005
28 #define IDM_HELP_TOPICS 1006
29 #define IDM_ABOUT 1007
30 #define IDM_SEPARATOR1 1008
31 #define IDM_SEPARATOR2 1009
32 #define IDM_SEPARATOR3 1010
33 #define IDM_WHATS_THIS 1011
34
35 #define IDI_CALCICON 1050
36
37 /* strings */
38
39 #define IDS_APPNAME 1100
40
41 #define IDS_BTN_BACKSPACE 1101
42 #define IDS_BTN_CLEAR_ENTRY 1102
43 #define IDS_BTN_CLEAR_ALL 1103
44 #define IDS_BTN_MEM_CLEAR 1104
45 #define IDS_BTN_MEM_RECALL 1105
46 #define IDS_BTN_MEM_STORE 1106
47 #define IDS_BTN_MEM_PLUS 1107
48 #define IDS_BTN_MEM_STATUS_M 1108
49 #define IDS_BTN_SQRT 1109
50
51 #define IDS_ERR_INVALID_INPUT 1120
52 #define IDS_ERR_DIVIDE_BY_ZERO 1121
53 #define IDS_ERR_UNDEFINED 1122
54
55 #define IDS_COPYRIGHT1 1130
56 #define IDS_COPYRIGHT2 1131
57 #define IDS_COPYRIGHT3 1132
58 #define IDS_COPYRIGHT4 1133
59 #define IDS_COPYRIGHT5 1134
60
61 /* keys */
62
63 #define IDV_HELP 103
64
65 /* stats dialog */
66
67 #define ID_STATS_RET 3000
68 #define ID_STATS_LOAD 3001
69 #define ID_STATS_CD 3002
70 #define ID_STATS_CAD 3003