wordpad: Add font list.
[wine/hacks.git] / programs / wordpad / resource.h
blob655681796f37cd80618d7f9befbde39fd64680ba
1 /*
2 * Copyright 2004 by Krzysztof Foltman
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.
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.
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
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
25 #define ID_FILE_RECENT1 1005
26 #define ID_FILE_RECENT2 1006
27 #define ID_FILE_RECENT3 1007
28 #define ID_FILE_RECENT4 1008
29 #define ID_FILE_RECENT_SEPARATOR 1009
31 #define ID_PRINT 1010
32 #define ID_PREVIEW 1011
33 #define ID_PRINTSETUP 1012
34 #define ID_PRINT_QUICK 1013
36 #define ID_FIND 1014
37 #define ID_FIND_NEXT 1015
39 #define ID_PREVIEW_NEXTPAGE 1016
40 #define ID_PREVIEW_PREVPAGE 1017
42 #define ID_ALIGN_LEFT 1100
43 #define ID_ALIGN_CENTER 1101
44 #define ID_ALIGN_RIGHT 1102
46 #define ID_BACK_1 1200
47 #define ID_BACK_2 1201
49 #define ID_EDIT_SELECTALL 1300
50 #define ID_EDIT_SELECTIONINFO 1301
51 #define ID_EDIT_READONLY 1302
52 #define ID_EDIT_MODIFIED 1303
53 #define ID_EDIT_CHARFORMAT 1304
54 #define ID_EDIT_PARAFORMAT 1305
55 #define ID_EDIT_DEFCHARFORMAT 1306
56 #define ID_EDIT_UNDO 1307
57 #define ID_EDIT_REDO 1308
58 #define ID_EDIT_GETTEXT 1309
59 #define ID_EDIT_COPY 1310
60 #define ID_EDIT_CUT 1311
61 #define ID_EDIT_PASTE 1312
62 #define ID_EDIT_CLEAR 1313
63 #define ID_BULLET 1314
65 #define ID_FORMAT_BOLD 1400
66 #define ID_FORMAT_ITALIC 1401
67 #define ID_FORMAT_UNDERLINE 1402
69 #define ID_TOGGLE_TOOLBAR 1500
70 #define ID_TOGGLE_FORMATBAR 1501
71 #define ID_TOGGLE_STATUSBAR 1502
73 #define PREVIEW_BUTTONS 4
75 #define FILELIST_ENTRIES 4
76 #define FILELIST_ENTRY_LENGTH 33
78 #define BANDID_TOOLBAR 2
79 #define BANDID_FORMATBAR 3
80 #define BANDID_RULER 0
81 #define BANDID_STATUSBAR 1
82 #define BANDID_FONTLIST 4
84 #define BANDID_PREVIEW_BTN1 5
85 #define BANDID_PREVIEW_BTN2 6
86 #define BANDID_PREVIEW_BTN3 7
87 #define BANDID_PREVIEW_BTN4 8
89 #define ID_WORDWRAP_NONE 0
90 #define ID_WORDWRAP_WINDOW 1
91 #define ID_WORDWRAP_MARGIN 2
93 #define ID_NEWFILE_ABORT 100
95 #define ID_TAB_ADD 100
96 #define ID_TAB_DEL 101
97 #define ID_TAB_EMPTY 102
99 #define IDC_PAGEFMT_TB 100
100 #define IDC_PAGEFMT_FB 101
101 #define IDC_PAGEFMT_SB 102
102 #define IDC_PAGEFMT_WW 103
103 #define IDC_PAGEFMT_WM 104
104 #define IDC_PAGEFMT_ID 105
106 #define ID_DATETIME 1600
107 #define ID_PARAFORMAT 1601
108 #define ID_TABSTOPS 1602
110 #define ID_ABOUT 1603
111 #define ID_VIEWPROPERTIES 1604
113 #define IDC_STATUSBAR 2000
114 #define IDC_EDITOR 2001
115 #define IDC_TOOLBAR 2002
116 #define IDC_FORMATBAR 2003
117 #define IDC_REBAR 2004
118 #define IDC_COMBO 2005
119 #define IDC_DATETIME 2006
120 #define IDC_NEWFILE 2007
121 #define IDC_PARA_LEFT 2008
122 #define IDC_PARA_RIGHT 2009
123 #define IDC_PARA_FIRST 2010
124 #define IDC_PARA_ALIGN 2011
125 #define IDC_TABSTOPS 2012
126 #define IDC_FONTLIST 2013
128 #define IDD_DATETIME 2100
129 #define IDD_NEWFILE 2101
130 #define IDD_PARAFORMAT 2102
131 #define IDD_TABSTOPS 2103
132 #define IDD_FORMATOPTS 2104
134 #define IDM_POPUP 2200
136 #define IDB_TOOLBAR 100
137 #define IDB_FORMATBAR 101
139 #define IDI_WORDPAD 102
141 #define STRING_ALL_FILES 1400
142 #define STRING_TEXT_FILES_TXT 1401
143 #define STRING_TEXT_FILES_UNICODE_TXT 1402
144 #define STRING_RICHTEXT_FILES_RTF 1403
146 #define STRING_NEWFILE_RICHTEXT 1404
147 #define STRING_NEWFILE_TXT 1405
148 #define STRING_NEWFILE_TXT_UNICODE 1406
150 #define STRING_ALIGN_LEFT 1407
151 #define STRING_ALIGN_RIGHT 1408
152 #define STRING_ALIGN_CENTER 1409
154 #define STRING_PRINTER_FILES_PRN 1410
156 #define STRING_VIEWPROPS_TITLE 1411
157 #define STRING_VIEWPROPS_TEXT 1412
158 #define STRING_VIEWPROPS_RICHTEXT 1413
160 #define STRING_PREVIEW_PRINT 1414
161 #define STRING_PREVIEW_NEXTPAGE 1415
162 #define STRING_PREVIEW_PREVPAGE 1416
163 #define STRING_PREVIEW_CLOSE 1417
165 #define STRING_UNITS_CM 1418
167 #define STRING_DEFAULT_FILENAME 1700
168 #define STRING_PROMPT_SAVE_CHANGES 1701
169 #define STRING_SEARCH_FINISHED 1702
170 #define STRING_LOAD_RICHED_FAILED 1703
171 #define STRING_SAVE_LOSEFORMATTING 1704
172 #define STRING_INVALID_NUMBER 1705