Joshua Thielen | a3f2380 | 2000-03-15 19:06:39 +0000 | [diff] [blame] | 1 | /* |
| 2 | * WineMine (rsrc.rc) |
Alexandre Julliard | 7cae558 | 2002-06-01 02:55:48 +0000 | [diff] [blame] | 3 | * |
Joshua Thielen | 5c4caa6 | 2003-11-26 03:40:01 +0000 | [diff] [blame] | 4 | * Copyright 2000 Joshua Thielen |
Marcelo Duarte | 5bb472e | 2003-06-23 18:15:15 +0000 | [diff] [blame] | 5 | * Copyright 2003 Marcelo Duarte |
Alexandre Julliard | 0799c1a | 2002-03-09 23:29:33 +0000 | [diff] [blame] | 6 | * |
| 7 | * This library is free software; you can redistribute it and/or |
| 8 | * modify it under the terms of the GNU Lesser General Public |
| 9 | * License as published by the Free Software Foundation; either |
| 10 | * version 2.1 of the License, or (at your option) any later version. |
| 11 | * |
| 12 | * This library is distributed in the hope that it will be useful, |
| 13 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
| 15 | * Lesser General Public License for more details. |
| 16 | * |
| 17 | * You should have received a copy of the GNU Lesser General Public |
| 18 | * License along with this library; if not, write to the Free Software |
Jonathan Ernst | 360a3f9 | 2006-05-18 14:49:52 +0200 | [diff] [blame] | 19 | * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA |
Joshua Thielen | a3f2380 | 2000-03-15 19:06:39 +0000 | [diff] [blame] | 20 | */ |
| 21 | |
Dmitry Timoshkov | 197f405 | 2007-08-07 15:30:43 +0900 | [diff] [blame] | 22 | #include <windef.h> |
| 23 | #include <winuser.h> |
| 24 | |
Joshua Thielen | a3f2380 | 2000-03-15 19:06:39 +0000 | [diff] [blame] | 25 | #include "resource.h" |
| 26 | |
David Kredba | 60865df | 2004-10-25 21:54:56 +0000 | [diff] [blame] | 27 | #include "Cs.rc" |
Jens Albretsen | f958b9a | 2008-05-12 20:30:27 +0200 | [diff] [blame] | 28 | #include "Da.rc" |
Henning Gerhardt | ced0e2c | 2004-07-19 19:34:26 +0000 | [diff] [blame] | 29 | #include "De.rc" |
Marcelo Duarte | 5bb472e | 2003-06-23 18:15:15 +0000 | [diff] [blame] | 30 | #include "En.rc" |
José Manuel Ferrer Ortiz | 89fc12f | 2003-08-18 20:06:09 +0000 | [diff] [blame] | 31 | #include "Es.rc" |
Kimmo Myllyvirta | 264a336 | 2005-09-12 11:10:03 +0000 | [diff] [blame] | 32 | #include "Fi.rc" |
Vincent Béron | 221aa8d | 2003-09-22 19:48:29 +0000 | [diff] [blame] | 33 | #include "Fr.rc" |
Ivan Leo Murray-Smith | 3976f46 | 2003-11-21 21:33:02 +0000 | [diff] [blame] | 34 | #include "It.rc" |
Muneyuki Noguchi | ddcbbaa | 2008-08-30 15:25:30 +0900 | [diff] [blame] | 35 | #include "Ja.rc" |
YunSong Hwang | 6e20af5 | 2005-11-14 11:27:36 +0000 | [diff] [blame] | 36 | #include "Ko.rc" |
Hans Leidekker | 5474ad8 | 2003-10-27 22:03:28 +0000 | [diff] [blame] | 37 | #include "Nl.rc" |
Alexander N. Sørnes | 40dae543 | 2005-08-29 10:48:15 +0000 | [diff] [blame] | 38 | #include "No.rc" |
Jacek Caban | ecff61c | 2004-08-06 19:00:08 +0000 | [diff] [blame] | 39 | #include "Pl.rc" |
Marcelo Duarte | 5bb472e | 2003-06-23 18:15:15 +0000 | [diff] [blame] | 40 | #include "Pt.rc" |
Michael Stefaniuc | 8cf9d7c | 2007-03-16 10:11:38 +0100 | [diff] [blame] | 41 | #include "Ro.rc" |
Pavel Roskin | 03f5df8 | 2003-09-08 18:51:42 +0000 | [diff] [blame] | 42 | #include "Ru.rc" |
Rok Mandeljc | d4c1eba | 2003-08-29 22:21:43 +0000 | [diff] [blame] | 43 | #include "Si.rc" |
Fatih Aşıcı | d13b7b1 | 2006-02-06 13:09:42 +0100 | [diff] [blame] | 44 | #include "Tr.rc" |
Hongbo Ni | 3832c28 | 2008-08-30 16:17:32 +1000 | [diff] [blame] | 45 | #include "Zh.rc" |
Marcelo Duarte | 5bb472e | 2003-06-23 18:15:15 +0000 | [diff] [blame] | 46 | |
Marcelo Duarte | 4a132c4 | 2004-07-29 02:40:15 +0000 | [diff] [blame] | 47 | LANGUAGE LANG_NEUTRAL,SUBLANG_NEUTRAL |
Oleg Prokhorov | dbcc37b | 2004-03-01 23:13:30 +0000 | [diff] [blame] | 48 | |
| 49 | IDA_WINEMINE ACCELERATORS DISCARDABLE |
| 50 | { |
| 51 | VK_F2, IDM_NEW, VIRTKEY, NOINVERT |
| 52 | "X", IDM_EXIT, VIRTKEY, ALT, NOINVERT |
| 53 | } |
| 54 | |
Alexandre Julliard | 68fb05e | 2007-09-18 13:22:14 +0200 | [diff] [blame] | 55 | /* @makedep: winemine.ico */ |
Pavel Roskin | 7035adc | 2003-10-04 04:21:19 +0000 | [diff] [blame] | 56 | WINEMINE ICON MOVEABLE winemine.ico |
Joshua Thielen | a3f2380 | 2000-03-15 19:06:39 +0000 | [diff] [blame] | 57 | |
Alexandre Julliard | 68fb05e | 2007-09-18 13:22:14 +0200 | [diff] [blame] | 58 | /* @makedep: faces.bmp */ |
Pavel Roskin | 7035adc | 2003-10-04 04:21:19 +0000 | [diff] [blame] | 59 | FACES BITMAP MOVEABLE faces.bmp |
Joshua Thielen | a3f2380 | 2000-03-15 19:06:39 +0000 | [diff] [blame] | 60 | |
Alexandre Julliard | 68fb05e | 2007-09-18 13:22:14 +0200 | [diff] [blame] | 61 | /* @makedep: leds.bmp */ |
Pavel Roskin | 7035adc | 2003-10-04 04:21:19 +0000 | [diff] [blame] | 62 | LEDS BITMAP MOVEABLE leds.bmp |
Joshua Thielen | a3f2380 | 2000-03-15 19:06:39 +0000 | [diff] [blame] | 63 | |
Alexandre Julliard | 68fb05e | 2007-09-18 13:22:14 +0200 | [diff] [blame] | 64 | /* @makedep: mines.bmp */ |
Pavel Roskin | 7035adc | 2003-10-04 04:21:19 +0000 | [diff] [blame] | 65 | MINES BITMAP MOVEABLE mines.bmp |