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
26 #define ID_PREVIEW 1006
30 #define ID_ALIGN_LEFT 1100
31 #define ID_ALIGN_CENTER 1101
32 #define ID_ALIGN_RIGHT 1102
34 #define ID_BACK_1 1200
35 #define ID_BACK_2 1201
37 #define ID_EDIT_SELECTALL 1300
38 #define ID_EDIT_SELECTIONINFO 1301
39 #define ID_EDIT_READONLY 1302
40 #define ID_EDIT_MODIFIED 1303
41 #define ID_EDIT_CHARFORMAT 1304
42 #define ID_EDIT_PARAFORMAT 1305
43 #define ID_EDIT_DEFCHARFORMAT 1306
44 #define ID_EDIT_UNDO 1307
45 #define ID_EDIT_REDO 1308
46 #define ID_EDIT_GETTEXT 1309
47 #define ID_EDIT_COPY 1310
48 #define ID_EDIT_CUT 1311
49 #define ID_EDIT_PASTE 1312
50 #define ID_EDIT_CLEAR 1313
52 #define ID_FORMAT_BOLD 1400
53 #define ID_FORMAT_ITALIC 1401
54 #define ID_FORMAT_UNDERLINE 1402
56 #define ID_TOGGLE_TOOLBAR 1500
57 #define ID_TOGGLE_FORMATBAR 1501
58 #define ID_TOGGLE_STATUSBAR 1502
60 #define BANDID_TOOLBAR 0
61 #define BANDID_FORMATBAR 1
63 #define IDC_STATUSBAR 2000
64 #define IDC_EDITOR 2001
65 #define IDC_TOOLBAR 2002
66 #define IDC_FORMATBAR 2003
67 #define IDC_REBAR 2004
68 #define IDC_COMBO 2005
70 #define IDB_FORMATBAR 100
72 #define IDI_WORDPAD 101
74 #define STRING_ALL_FILES 1400
75 #define STRING_TEXT_FILES_TXT 1401
76 #define STRING_RICHTEXT_FILES_RTF 1402