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