Sweden-Number/programs/wordpad/resource.h

99 lines
2.5 KiB
C
Raw Normal View History

/*
* Copyright 2004 by Krzysztof Foltman
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#define ID_FILE_EXIT 1000
#define ID_FILE_OPEN 1001
#define ID_FILE_SAVE 1002
#define ID_FILE_NEW 1003
2007-05-31 15:38:51 +02:00
#define ID_FILE_SAVEAS 1004
2007-07-18 15:41:57 +02:00
#define ID_FILE_RECENT1 1005
#define ID_FILE_RECENT2 1006
#define ID_FILE_RECENT3 1007
#define ID_FILE_RECENT4 1008
#define ID_FILE_RECENT_SEPARATOR 1009
2007-07-18 15:41:57 +02:00
#define ID_PRINT 1010
#define ID_PREVIEW 1011
#define ID_FIND 1012
#define ID_FIND_NEXT 1013
#define ID_ALIGN_LEFT 1100
#define ID_ALIGN_CENTER 1101
#define ID_ALIGN_RIGHT 1102
#define ID_BACK_1 1200
#define ID_BACK_2 1201
#define ID_EDIT_SELECTALL 1300
#define ID_EDIT_SELECTIONINFO 1301
#define ID_EDIT_READONLY 1302
#define ID_EDIT_MODIFIED 1303
#define ID_EDIT_CHARFORMAT 1304
#define ID_EDIT_PARAFORMAT 1305
#define ID_EDIT_DEFCHARFORMAT 1306
#define ID_EDIT_UNDO 1307
#define ID_EDIT_REDO 1308
#define ID_EDIT_GETTEXT 1309
#define ID_EDIT_COPY 1310
#define ID_EDIT_CUT 1311
2007-02-25 14:38:50 +01:00
#define ID_EDIT_PASTE 1312
#define ID_EDIT_CLEAR 1313
2007-07-20 18:38:08 +02:00
#define ID_BULLET 1314
#define ID_FORMAT_BOLD 1400
#define ID_FORMAT_ITALIC 1401
#define ID_FORMAT_UNDERLINE 1402
2007-06-06 11:10:47 +02:00
#define ID_TOGGLE_TOOLBAR 1500
#define ID_TOGGLE_FORMATBAR 1501
#define ID_TOGGLE_STATUSBAR 1502
2007-06-06 11:10:47 +02:00
#define BANDID_TOOLBAR 0
#define BANDID_FORMATBAR 1
2007-06-06 11:10:47 +02:00
2007-07-18 15:41:57 +02:00
#define FILELIST_ENTRIES 4
#define FILELIST_ENTRY_LENGTH 33
2007-07-18 15:50:21 +02:00
#define ID_DATETIME 1600
#define IDC_STATUSBAR 2000
#define IDC_EDITOR 2001
#define IDC_TOOLBAR 2002
#define IDC_FORMATBAR 2003
#define IDC_REBAR 2004
#define IDC_COMBO 2005
2007-07-18 15:50:21 +02:00
#define IDC_DATETIME 2006
#define IDD_DATETIME 2100
2007-07-18 15:50:43 +02:00
#define IDB_TOOLBAR 100
#define IDB_FORMATBAR 101
2007-02-25 14:40:27 +01:00
2007-07-18 15:50:43 +02:00
#define IDI_WORDPAD 102
2007-05-29 22:19:36 +02:00
2007-02-25 14:40:27 +01:00
#define STRING_ALL_FILES 1400
#define STRING_TEXT_FILES_TXT 1401
#define STRING_RICHTEXT_FILES_RTF 1402
#define STRING_DEFAULT_FILENAME 1403
#define STRING_PROMPT_SAVE_CHANGES 1404
2007-07-18 15:41:33 +02:00
#define STRING_SEARCH_FINISHED 1405
#define STRING_LOAD_RICHED_FAILED 1406