wordpad: Add paragraph format dialog.
[wine/dcerpc.git] / programs / wordpad / resource.h
blob858ce9f190644e1aa3b52d7f62bef4eb536216b1
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
34 #define ID_FIND 1012
35 #define ID_FIND_NEXT 1013
37 #define ID_ALIGN_LEFT 1100
38 #define ID_ALIGN_CENTER 1101
39 #define ID_ALIGN_RIGHT 1102
41 #define ID_BACK_1 1200
42 #define ID_BACK_2 1201
44 #define ID_EDIT_SELECTALL 1300
45 #define ID_EDIT_SELECTIONINFO 1301
46 #define ID_EDIT_READONLY 1302
47 #define ID_EDIT_MODIFIED 1303
48 #define ID_EDIT_CHARFORMAT 1304
49 #define ID_EDIT_PARAFORMAT 1305
50 #define ID_EDIT_DEFCHARFORMAT 1306
51 #define ID_EDIT_UNDO 1307
52 #define ID_EDIT_REDO 1308
53 #define ID_EDIT_GETTEXT 1309
54 #define ID_EDIT_COPY 1310
55 #define ID_EDIT_CUT 1311
56 #define ID_EDIT_PASTE 1312
57 #define ID_EDIT_CLEAR 1313
58 #define ID_BULLET 1314
60 #define ID_FORMAT_BOLD 1400
61 #define ID_FORMAT_ITALIC 1401
62 #define ID_FORMAT_UNDERLINE 1402
64 #define ID_TOGGLE_TOOLBAR 1500
65 #define ID_TOGGLE_FORMATBAR 1501
66 #define ID_TOGGLE_STATUSBAR 1502
68 #define FILELIST_ENTRIES 4
69 #define FILELIST_ENTRY_LENGTH 33
71 #define BANDID_TOOLBAR 2
72 #define BANDID_FORMATBAR 3
73 #define BANDID_RULER 0
74 #define BANDID_STATUSBAR 1
76 #define ID_NEWFILE_ABORT 100
78 #define ID_DATETIME 1600
79 #define ID_PARAFORMAT 1601
81 #define IDC_STATUSBAR 2000
82 #define IDC_EDITOR 2001
83 #define IDC_TOOLBAR 2002
84 #define IDC_FORMATBAR 2003
85 #define IDC_REBAR 2004
86 #define IDC_COMBO 2005
87 #define IDC_DATETIME 2006
88 #define IDC_NEWFILE 2007
89 #define IDC_PARA_LEFT 2008
90 #define IDC_PARA_RIGHT 2009
91 #define IDC_PARA_FIRST 2010
92 #define IDC_PARA_ALIGN 2011
94 #define IDD_DATETIME 2100
95 #define IDD_NEWFILE 2101
96 #define IDD_PARAFORMAT 2102
98 #define IDB_TOOLBAR 100
99 #define IDB_FORMATBAR 101
101 #define IDI_WORDPAD 102
103 #define STRING_ALL_FILES 1400
104 #define STRING_TEXT_FILES_TXT 1401
105 #define STRING_TEXT_FILES_UNICODE_TXT 1402
106 #define STRING_RICHTEXT_FILES_RTF 1403
108 #define STRING_NEWFILE_RICHTEXT 1404
109 #define STRING_NEWFILE_TXT 1405
110 #define STRING_NEWFILE_TXT_UNICODE 1406
112 #define STRING_ALIGN_LEFT 1407
113 #define STRING_ALIGN_RIGHT 1408
114 #define STRING_ALIGN_CENTER 1409
116 #define STRING_UNITS_CM 1410
118 #define STRING_DEFAULT_FILENAME 1700
119 #define STRING_PROMPT_SAVE_CHANGES 1701
120 #define STRING_SEARCH_FINISHED 1702
121 #define STRING_LOAD_RICHED_FAILED 1703
122 #define STRING_SAVE_LOSEFORMATTING 1704
123 #define STRING_INVALID_NUMBER 1705