rsrc.rc 1.88 KB
Newer Older
1 2
/*
 *  Copyright 1997,98 Marcel Baur <mbaur@g26.ethz.ch>
3
 *  Copyright 2002 Sylvain Petreolle <spetreolle@yahoo.fr>
4 5 6 7 8 9 10 11 12 13 14 15 16
 *
 * 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
17
 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
18
 */
19

20
#include "windef.h"
21
#include "winbase.h"
22
#include "winuser.h"
23
#include "main.h"
24 25 26
#include "winnls.h"
#include "commctrl.h"
#include "notepad_res.h"
27

28 29 30 31 32
ID_ACCEL ACCELERATORS
{
    "^A", CMD_SELECT_ALL
    "^C", CMD_COPY
    "^F", CMD_SEARCH
33
    "^N", CMD_NEW
34
    "^O", CMD_OPEN
35
    "^P", CMD_PRINT
36 37 38 39
    "^S", CMD_SAVE
    "^V", CMD_PASTE
    "^X", CMD_CUT
    "^Z", CMD_UNDO
40
    VK_BACK, CMD_UNDO, VIRTKEY, ALT
41 42
    VK_F3, CMD_SEARCH_NEXT, VIRTKEY
    VK_F5, CMD_TIME_DATE, VIRTKEY
43 44
    VK_INSERT, CMD_COPY, VIRTKEY, CONTROL
    VK_INSERT, CMD_PASTE, VIRTKEY, SHIFT
45 46
}

47 48 49
/* @makedep: notepad.ico */
IDI_NOTEPAD ICON "notepad.ico"

50
#include "Bg.rc"
51
#include "Cs.rc"
52 53 54
#include "Da.rc"
#include "De.rc"
#include "En.rc"
55
#include "Eo.rc"
56 57 58
#include "Es.rc"
#include "Fi.rc"
#include "Fr.rc"
59
#include "Hu.rc"
60
#include "It.rc"
61
#include "Ja.rc"
YunSong Hwang's avatar
YunSong Hwang committed
62
#include "Ko.rc"
63
#include "Lt.rc"
64
#include "Nl.rc"
65
#include "No.rc"
Jacek Caban's avatar
Jacek Caban committed
66
#include "Pl.rc"
67
#include "Pt.rc"
68
#include "Ro.rc"
69
#include "Ru.rc"
70
#include "Si.rc"
71
#include "Sv.rc"
72
#include "Th.rc"
73
#include "Tr.rc"
74
#include "Wa.rc"
75
#include "Zh.rc"