wine/programs/notepad/rsrc.rc

75 lines
1.9 KiB
Plaintext
Raw Normal View History

/*
* Copyright 1997,98 Marcel Baur <mbaur@g26.ethz.ch>
2002-03-20 22:55:46 +00:00
* Copyright 2002 Sylvain Petreolle <spetreolle@yahoo.fr>
*
* 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
*/
2002-03-20 22:55:46 +00:00
#include "windef.h"
#include "winbase.h"
2002-03-20 22:55:46 +00:00
#include "winuser.h"
#include "main.h"
2002-03-20 22:55:46 +00:00
#include "winnls.h"
#include "commctrl.h"
#include "notepad_res.h"
2003-07-21 20:05:33 +00:00
ID_ACCEL ACCELERATORS
{
"^A", CMD_SELECT_ALL
"^C", CMD_COPY
"^F", CMD_SEARCH
2005-05-07 12:13:51 +00:00
"^N", CMD_NEW
2003-07-21 20:05:33 +00:00
"^O", CMD_OPEN
2005-05-07 12:13:51 +00:00
"^P", CMD_PRINT
2003-07-21 20:05:33 +00:00
"^S", CMD_SAVE
"^V", CMD_PASTE
"^X", CMD_CUT
"^Z", CMD_UNDO
2005-05-07 12:13:51 +00:00
VK_BACK, CMD_UNDO, VIRTKEY, ALT
2003-07-21 20:05:33 +00:00
VK_F3, CMD_SEARCH_NEXT, VIRTKEY
VK_F5, CMD_TIME_DATE, VIRTKEY
2005-05-07 12:13:51 +00:00
VK_INSERT, CMD_COPY, VIRTKEY, CONTROL
VK_INSERT, CMD_PASTE, VIRTKEY, SHIFT
2003-07-21 20:05:33 +00:00
}
2007-08-25 16:26:15 +00:00
/* @makedep: notepad.ico */
IDI_NOTEPAD ICON "notepad.ico"
#include "Bg.rc"
2004-10-18 19:42:43 +00:00
#include "Cs.rc"
#include "Da.rc"
#include "De.rc"
#include "En.rc"
2006-04-01 15:31:12 +00:00
#include "Eo.rc"
#include "Es.rc"
#include "Fi.rc"
#include "Fr.rc"
2002-11-04 22:45:22 +00:00
#include "Hu.rc"
2003-08-23 22:59:16 +00:00
#include "It.rc"
2004-06-28 23:50:22 +00:00
#include "Ja.rc"
2005-11-14 11:27:36 +00:00
#include "Ko.rc"
2003-10-02 04:27:45 +00:00
#include "Nl.rc"
2005-09-17 14:30:33 +00:00
#include "No.rc"
2004-08-13 19:48:40 +00:00
#include "Pl.rc"
#include "Pt.rc"
2003-05-04 02:33:08 +00:00
#include "Ru.rc"
2002-07-16 01:08:43 +00:00
#include "Si.rc"
#include "Sk.rc"
2007-10-15 20:12:00 +00:00
#include "Sv.rc"
#include "Th.rc"
2006-02-06 12:07:44 +00:00
#include "Tr.rc"
#include "Wa.rc"
2003-01-09 00:51:09 +00:00
#include "Zh.rc"