wordpad: Dutch localization.
[wine] / programs / wordpad / resource.h
1 /*
2  * Copyright 2004 by Krzysztof Foltman
3  *
4  * This library is free software; you can redistribute it and/or
5  * modify it under the terms of the GNU Lesser General Public
6  * License as published by the Free Software Foundation; either
7  * version 2.1 of the License, or (at your option) any later version.
8  *
9  * This library is distributed in the hope that it will be useful,
10  * but WITHOUT ANY WARRANTY; without even the implied warranty of
11  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
12  * Lesser General Public License for more details.
13  *
14  * You should have received a copy of the GNU Lesser General Public
15  * License along with this library; if not, write to the Free Software
16  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
17  */
18
19 #define ID_FILE_EXIT 1000
20 #define ID_FILE_OPEN 1001
21 #define ID_FILE_SAVE 1002
22 #define ID_FILE_NEW 1003
23
24 #define ID_ALIGN_LEFT 1100
25 #define ID_ALIGN_CENTER 1101
26 #define ID_ALIGN_RIGHT 1102
27
28 #define ID_BACK_1 1200
29 #define ID_BACK_2 1201
30
31 #define ID_EDIT_SELECTALL 1300
32 #define ID_EDIT_SELECTIONINFO 1301
33 #define ID_EDIT_READONLY 1302
34 #define ID_EDIT_MODIFIED 1303
35 #define ID_EDIT_CHARFORMAT 1304
36 #define ID_EDIT_PARAFORMAT 1305
37 #define ID_EDIT_DEFCHARFORMAT 1306
38 #define ID_EDIT_UNDO 1307
39 #define ID_EDIT_REDO 1308
40 #define ID_EDIT_GETTEXT 1309
41 #define ID_EDIT_COPY 1310
42 #define ID_EDIT_CUT 1311
43
44 #define ID_FORMAT_BOLD 1400
45 #define ID_FORMAT_ITALIC 1401
46 #define ID_FORMAT_UNDERLINE 1402
47
48 #define IDC_STATUSBAR 2000
49 #define IDC_EDITOR 2001
50 #define IDC_TOOLBAR 2002
51 #define IDC_REBAR 2003
52 #define IDC_COMBO 2004
53
54 #define IDB_TOOLBAR 100