Sweden-Number/programs/notepad/rsrc.rc

72 lines
1.8 KiB
Plaintext
Raw Normal View History

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