rsrc.rc 1.61 KB
Newer Older
Joshua Thielen's avatar
Joshua Thielen committed
1 2
/*
 * WineMine (rsrc.rc)
3
 *
4
 * Copyright 2000 Joshua Thielen
5
 * Copyright 2003 Marcelo Duarte
6 7 8 9 10 11 12 13 14 15 16 17 18
 *
 * 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
19
 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
Joshua Thielen's avatar
Joshua Thielen committed
20 21
 */

22 23 24
#include <windef.h>
#include <winuser.h>

Joshua Thielen's avatar
Joshua Thielen committed
25 26
#include "resource.h"

David Kredba's avatar
David Kredba committed
27
#include "Cs.rc"
28
#include "Da.rc"
29
#include "De.rc"
30
#include "En.rc"
31
#include "Es.rc"
32
#include "Fi.rc"
33
#include "Fr.rc"
34
#include "It.rc"
35
#include "Ja.rc"
YunSong Hwang's avatar
YunSong Hwang committed
36
#include "Ko.rc"
37
#include "Lt.rc"
38
#include "Nl.rc"
39
#include "No.rc"
40
#include "Pl.rc"
41
#include "Pt.rc"
42
#include "Ro.rc"
Pavel Roskin's avatar
Pavel Roskin committed
43
#include "Ru.rc"
44
#include "Si.rc"
45
#include "Tr.rc"
46
#include "Zh.rc"
47

48
LANGUAGE LANG_NEUTRAL,SUBLANG_NEUTRAL
49 50 51 52 53 54 55

IDA_WINEMINE ACCELERATORS DISCARDABLE
{
    VK_F2, IDM_NEW, VIRTKEY, NOINVERT
    "X", IDM_EXIT, VIRTKEY, ALT, NOINVERT
}

56
/* @makedep: winemine.ico */
57
WINEMINE ICON MOVEABLE winemine.ico
Joshua Thielen's avatar
Joshua Thielen committed
58

59
/* @makedep: faces.bmp */
60
FACES BITMAP MOVEABLE faces.bmp
Joshua Thielen's avatar
Joshua Thielen committed
61

62
/* @makedep: leds.bmp */
63
LEDS BITMAP MOVEABLE leds.bmp
Joshua Thielen's avatar
Joshua Thielen committed
64

65
/* @makedep: mines.bmp */
66
MINES BITMAP MOVEABLE mines.bmp