gdi32: Don't hold the gdi lock while creating a DC.
[wine/multimedia.git] / programs / wordpad / resource.h
blob2c2cc986f065a1bd628471bde1a829083c045322
1 /*
2 * Copyright 2004 by Krzysztof Foltman
3 * Copyright 2007 by Alexander N. Sørnes <alex@thehandofagony.com>
5 * This library is free software; you can redistribute it and/or
6 * modify it under the terms of the GNU Lesser General Public
7 * License as published by the Free Software Foundation; either
8 * version 2.1 of the License, or (at your option) any later version.
10 * This library is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 * Lesser General Public License for more details.
15 * You should have received a copy of the GNU Lesser General Public
16 * License along with this library; if not, write to the Free Software
17 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
20 #define ID_FILE_EXIT 1000
21 #define ID_FILE_OPEN 1001
22 #define ID_FILE_SAVE 1002
23 #define ID_FILE_NEW 1003
24 #define ID_FILE_SAVEAS 1004
26 #define ID_FILE_RECENT1 1005
27 #define ID_FILE_RECENT2 1006
28 #define ID_FILE_RECENT3 1007
29 #define ID_FILE_RECENT4 1008
30 #define ID_FILE_RECENT_SEPARATOR 1009
32 #define ID_PRINT 1010
33 #define ID_PREVIEW 1011
34 #define ID_PRINTSETUP 1012
35 #define ID_PRINT_QUICK 1013
37 #define ID_FIND 1014
38 #define ID_FIND_NEXT 1015
39 #define ID_REPLACE 1016
41 #define ID_PREVIEW_NEXTPAGE 1017
42 #define ID_PREVIEW_PREVPAGE 1018
44 #define ID_ALIGN_LEFT 1100
45 #define ID_ALIGN_CENTER 1101
46 #define ID_ALIGN_RIGHT 1102
48 #define ID_BACK_1 1200
49 #define ID_BACK_2 1201
51 #define ID_EDIT_SELECTALL 1300
52 #define ID_EDIT_SELECTIONINFO 1301
53 #define ID_EDIT_READONLY 1302
54 #define ID_EDIT_MODIFIED 1303
55 #define ID_EDIT_CHARFORMAT 1304
56 #define ID_EDIT_PARAFORMAT 1305
57 #define ID_EDIT_DEFCHARFORMAT 1306
58 #define ID_EDIT_UNDO 1307
59 #define ID_EDIT_REDO 1308
60 #define ID_EDIT_GETTEXT 1309
61 #define ID_EDIT_COPY 1310
62 #define ID_EDIT_CUT 1311
63 #define ID_EDIT_PASTE 1312
64 #define ID_EDIT_CLEAR 1313
65 #define ID_BULLET 1314
67 #define ID_FONTSETTINGS 1315
69 #define ID_FORMAT_BOLD 1400
70 #define ID_FORMAT_ITALIC 1401
71 #define ID_FORMAT_UNDERLINE 1402
73 #define ID_TOGGLE_TOOLBAR 1500
74 #define ID_TOGGLE_FORMATBAR 1501
75 #define ID_TOGGLE_STATUSBAR 1502
77 #define PREVIEW_BUTTONS 4
79 #define FILELIST_ENTRIES 4
80 #define FILELIST_ENTRY_LENGTH 33
82 #define BANDID_TOOLBAR 2
83 #define BANDID_FORMATBAR 3
84 #define BANDID_RULER 0
85 #define BANDID_STATUSBAR 1
86 #define BANDID_FONTLIST 4
87 #define BANDID_SIZELIST 5
89 #define BANDID_PREVIEW_BTN1 6
90 #define BANDID_PREVIEW_BTN2 7
91 #define BANDID_PREVIEW_BTN3 8
92 #define BANDID_PREVIEW_BTN4 9
93 #define BANDID_PREVIEW_BUFFER 10
95 #define ID_WORDWRAP_NONE 0
96 #define ID_WORDWRAP_WINDOW 1
97 #define ID_WORDWRAP_MARGIN 2
99 #define ID_NEWFILE_ABORT 100
101 #define ID_TAB_ADD 100
102 #define ID_TAB_DEL 101
103 #define ID_TAB_EMPTY 102
105 #define IDC_PAGEFMT_TB 100
106 #define IDC_PAGEFMT_FB 101
107 #define IDC_PAGEFMT_SB 102
108 #define IDC_PAGEFMT_WW 103
109 #define IDC_PAGEFMT_WM 104
110 #define IDC_PAGEFMT_ID 105
112 #define ID_DATETIME 1600
113 #define ID_PARAFORMAT 1601
114 #define ID_TABSTOPS 1602
116 #define ID_ABOUT 1603
117 #define ID_VIEWPROPERTIES 1604
119 #define IDC_STATUSBAR 2000
120 #define IDC_EDITOR 2001
121 #define IDC_TOOLBAR 2002
122 #define IDC_FORMATBAR 2003
123 #define IDC_REBAR 2004
124 #define IDC_COMBO 2005
125 #define IDC_DATETIME 2006
126 #define IDC_NEWFILE 2007
127 #define IDC_PARA_LEFT 2008
128 #define IDC_PARA_RIGHT 2009
129 #define IDC_PARA_FIRST 2010
130 #define IDC_PARA_ALIGN 2011
131 #define IDC_TABSTOPS 2012
132 #define IDC_FONTLIST 2013
133 #define IDC_SIZELIST 2014
135 #define IDD_DATETIME 2100
136 #define IDD_NEWFILE 2101
137 #define IDD_PARAFORMAT 2102
138 #define IDD_TABSTOPS 2103
139 #define IDD_FORMATOPTS 2104
141 #define IDM_POPUP 2200
143 #define IDB_TOOLBAR 100
144 #define IDB_FORMATBAR 101
146 #define IDI_WORDPAD 102
147 #define IDI_RTF 103
148 #define IDI_WRI 104
149 #define IDI_TXT 105
151 #define STRING_ALL_FILES 1400
152 #define STRING_TEXT_FILES_TXT 1401
153 #define STRING_TEXT_FILES_UNICODE_TXT 1402
154 #define STRING_RICHTEXT_FILES_RTF 1403
156 #define STRING_NEWFILE_RICHTEXT 1404
157 #define STRING_NEWFILE_TXT 1405
158 #define STRING_NEWFILE_TXT_UNICODE 1406
160 #define STRING_ALIGN_LEFT 1407
161 #define STRING_ALIGN_RIGHT 1408
162 #define STRING_ALIGN_CENTER 1409
164 #define STRING_PRINTER_FILES_PRN 1410
166 #define STRING_VIEWPROPS_TITLE 1411
167 #define STRING_VIEWPROPS_TEXT 1412
168 #define STRING_VIEWPROPS_RICHTEXT 1413
170 #define STRING_PREVIEW_PRINT 1414
171 #define STRING_PREVIEW_NEXTPAGE 1415
172 #define STRING_PREVIEW_PREVPAGE 1416
173 #define STRING_PREVIEW_CLOSE 1417
175 #define STRING_UNITS_CM 1418
177 #define STRING_DEFAULT_FILENAME 1700
178 #define STRING_PROMPT_SAVE_CHANGES 1701
179 #define STRING_SEARCH_FINISHED 1702
180 #define STRING_LOAD_RICHED_FAILED 1703
181 #define STRING_SAVE_LOSEFORMATTING 1704
182 #define STRING_INVALID_NUMBER 1705