wordpad: Add file saving dialog.
[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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, 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 #define ID_FILE_SAVEAS 1004
24
25 #define ID_PRINT 1005
26 #define ID_PREVIEW 1006
27
28 #define ID_FIND 1007
29
30 #define ID_ALIGN_LEFT 1100
31 #define ID_ALIGN_CENTER 1101
32 #define ID_ALIGN_RIGHT 1102
33
34 #define ID_BACK_1 1200
35 #define ID_BACK_2 1201
36
37 #define ID_EDIT_SELECTALL 1300
38 #define ID_EDIT_SELECTIONINFO 1301
39 #define ID_EDIT_READONLY 1302
40 #define ID_EDIT_MODIFIED 1303
41 #define ID_EDIT_CHARFORMAT 1304
42 #define ID_EDIT_PARAFORMAT 1305
43 #define ID_EDIT_DEFCHARFORMAT 1306
44 #define ID_EDIT_UNDO 1307
45 #define ID_EDIT_REDO 1308
46 #define ID_EDIT_GETTEXT 1309
47 #define ID_EDIT_COPY 1310
48 #define ID_EDIT_CUT 1311
49 #define ID_EDIT_PASTE 1312
50 #define ID_EDIT_CLEAR 1313
51
52 #define ID_FORMAT_BOLD 1400
53 #define ID_FORMAT_ITALIC 1401
54 #define ID_FORMAT_UNDERLINE 1402
55
56 #define IDC_STATUSBAR 2000
57 #define IDC_EDITOR 2001
58 #define IDC_TOOLBAR 2002
59 #define IDC_REBAR 2003
60 #define IDC_COMBO 2004
61
62 #define IDB_TOOLBAR 100
63
64 #define IDI_WORDPAD 101
65
66 #define STRING_ALL_FILES 1400
67 #define STRING_TEXT_FILES_TXT 1401
68 #define STRING_RICHTEXT_FILES_RTF 1402