wine/programs/wordpad/rsrc.rc

77 lines
2.5 KiB
Plaintext
Raw Normal View History

/*
* Copyright 2004 by Krzysztof Foltman
2007-08-25 18:41:30 +00:00
* Copyright 2007 by Alexander N. Sørnes <alex@thehandofagony.com>
*
* 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
*/
#include <windef.h>
#include <winuser.h>
#include "wordpad.h"
MAINACCELTABLE ACCELERATORS
BEGIN
"1", ID_BACK_1, VIRTKEY, CONTROL
"2", ID_BACK_2, VIRTKEY, CONTROL
"L", ID_ALIGN_LEFT, VIRTKEY, CONTROL
"E", ID_ALIGN_CENTER, VIRTKEY, CONTROL
"R", ID_ALIGN_RIGHT, VIRTKEY, CONTROL
2007-07-18 13:41:33 +00:00
"F", ID_FIND, VIRTKEY, CONTROL
VK_F3, ID_FIND_NEXT, VIRTKEY
2007-08-26 13:01:44 +00:00
"H", ID_REPLACE, VIRTKEY, CONTROL
"A", ID_EDIT_SELECTALL, VIRTKEY, CONTROL
"X", ID_EDIT_CUT, VIRTKEY, CONTROL
"C", ID_EDIT_COPY, VIRTKEY, CONTROL
"Z", ID_EDIT_UNDO, VIRTKEY, CONTROL
"Y", ID_EDIT_REDO, VIRTKEY, CONTROL
"B", ID_FORMAT_BOLD, VIRTKEY, CONTROL
"I", ID_FORMAT_ITALIC, VIRTKEY, CONTROL
"U", ID_FORMAT_UNDERLINE,VIRTKEY, CONTROL
"N", ID_FILE_NEW, VIRTKEY, CONTROL
"O", ID_FILE_OPEN, VIRTKEY, CONTROL
"S", ID_FILE_SAVE, VIRTKEY, CONTROL
2007-08-22 23:36:29 +00:00
"P", ID_PRINT, VIRTKEY, CONTROL
END
/* @makedep: toolbar.bmp */
2007-07-18 13:50:43 +00:00
IDB_TOOLBAR BITMAP "toolbar.bmp"
/* @makedep: formatbar.bmp */
IDB_FORMATBAR BITMAP "formatbar.bmp"
2007-02-27 14:09:24 +00:00
/* @makedep: wordpad.ico */
2007-05-29 20:19:36 +00:00
IDI_WORDPAD ICON "wordpad.ico"
/* @makedep: rtf.ico */
2007-08-25 18:41:30 +00:00
IDI_RTF ICON "rtf.ico"
/* @makedep: wri.ico */
2007-08-25 18:41:30 +00:00
IDI_WRI ICON "wri.ico"
/* @makedep: txt.ico */
2007-08-25 18:41:30 +00:00
IDI_TXT ICON "txt.ico"
2006-02-16 11:09:21 +00:00
#include "De.rc"
#include "En.rc"
2006-02-16 11:18:17 +00:00
#include "Fr.rc"
2006-04-21 23:38:54 +00:00
#include "Hu.rc"
2006-02-20 10:14:48 +00:00
#include "Ko.rc"
2006-02-17 10:37:21 +00:00
#include "Nl.rc"
#include "No.rc"
2007-01-13 22:51:55 +00:00
#include "Pl.rc"
2006-02-17 10:37:51 +00:00
#include "Ru.rc"
2006-03-10 15:19:25 +00:00
#include "Tr.rc"