wordpad: Add context menu.
[wine/hacks.git] / programs / wordpad / resource.h
blob75a18e5bc92ff677d59cec09cb628cc888592b1b
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_ALIGN_LEFT 1100
40 #define ID_ALIGN_CENTER 1101
41 #define ID_ALIGN_RIGHT 1102
43 #define ID_BACK_1 1200
44 #define ID_BACK_2 1201
46 #define ID_EDIT_SELECTALL 1300
47 #define ID_EDIT_SELECTIONINFO 1301
48 #define ID_EDIT_READONLY 1302
49 #define ID_EDIT_MODIFIED 1303
50 #define ID_EDIT_CHARFORMAT 1304
51 #define ID_EDIT_PARAFORMAT 1305
52 #define ID_EDIT_DEFCHARFORMAT 1306
53 #define ID_EDIT_UNDO 1307
54 #define ID_EDIT_REDO 1308
55 #define ID_EDIT_GETTEXT 1309
56 #define ID_EDIT_COPY 1310
57 #define ID_EDIT_CUT 1311
58 #define ID_EDIT_PASTE 1312
59 #define ID_EDIT_CLEAR 1313
60 #define ID_BULLET 1314
62 #define ID_FORMAT_BOLD 1400
63 #define ID_FORMAT_ITALIC 1401
64 #define ID_FORMAT_UNDERLINE 1402
66 #define ID_TOGGLE_TOOLBAR 1500
67 #define ID_TOGGLE_FORMATBAR 1501
68 #define ID_TOGGLE_STATUSBAR 1502
70 #define FILELIST_ENTRIES 4
71 #define FILELIST_ENTRY_LENGTH 33
73 #define BANDID_TOOLBAR 2
74 #define BANDID_FORMATBAR 3
75 #define BANDID_RULER 0
76 #define BANDID_STATUSBAR 1
78 #define ID_NEWFILE_ABORT 100
80 #define ID_TAB_ADD 100
81 #define ID_TAB_DEL 101
82 #define ID_TAB_EMPTY 102
84 #define ID_DATETIME 1600
85 #define ID_PARAFORMAT 1601
86 #define ID_TABSTOPS 1602
88 #define IDC_STATUSBAR 2000
89 #define IDC_EDITOR 2001
90 #define IDC_TOOLBAR 2002
91 #define IDC_FORMATBAR 2003
92 #define IDC_REBAR 2004
93 #define IDC_COMBO 2005
94 #define IDC_DATETIME 2006
95 #define IDC_NEWFILE 2007
96 #define IDC_PARA_LEFT 2008
97 #define IDC_PARA_RIGHT 2009
98 #define IDC_PARA_FIRST 2010
99 #define IDC_PARA_ALIGN 2011
100 #define IDC_TABSTOPS 2012
102 #define IDD_DATETIME 2100
103 #define IDD_NEWFILE 2101
104 #define IDD_PARAFORMAT 2102
105 #define IDD_TABSTOPS 2103
107 #define IDM_POPUP 2200
109 #define IDB_TOOLBAR 100
110 #define IDB_FORMATBAR 101
112 #define IDI_WORDPAD 102
114 #define STRING_ALL_FILES 1400
115 #define STRING_TEXT_FILES_TXT 1401
116 #define STRING_TEXT_FILES_UNICODE_TXT 1402
117 #define STRING_RICHTEXT_FILES_RTF 1403
119 #define STRING_NEWFILE_RICHTEXT 1404
120 #define STRING_NEWFILE_TXT 1405
121 #define STRING_NEWFILE_TXT_UNICODE 1406
123 #define STRING_ALIGN_LEFT 1407
124 #define STRING_ALIGN_RIGHT 1408
125 #define STRING_ALIGN_CENTER 1409
127 #define STRING_PRINTER_FILES_PRN 1410
129 #define STRING_UNITS_CM 1411
131 #define STRING_DEFAULT_FILENAME 1700
132 #define STRING_PROMPT_SAVE_CHANGES 1701
133 #define STRING_SEARCH_FINISHED 1702
134 #define STRING_LOAD_RICHED_FAILED 1703
135 #define STRING_SAVE_LOSEFORMATTING 1704
136 #define STRING_INVALID_NUMBER 1705