2000-03-15 20:06:39 +01:00
|
|
|
/*
|
2011-01-10 19:35:32 +01:00
|
|
|
* WineMine resources
|
2002-06-01 04:55:48 +02:00
|
|
|
*
|
2003-11-26 04:40:01 +01:00
|
|
|
* Copyright 2000 Joshua Thielen
|
2003-06-23 20:15:15 +02:00
|
|
|
* Copyright 2003 Marcelo Duarte
|
2002-03-10 00:29:33 +01:00
|
|
|
*
|
|
|
|
* 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
|
2006-05-18 14:49:52 +02:00
|
|
|
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
2000-03-15 20:06:39 +01:00
|
|
|
*/
|
|
|
|
|
|
|
|
#include "resource.h"
|
|
|
|
|
2011-01-10 19:35:32 +01:00
|
|
|
LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
|
|
|
|
|
|
|
|
STRINGTABLE {
|
|
|
|
IDS_APPNAME, "WineMine"
|
|
|
|
IDS_NOBODY, "Nobody"
|
|
|
|
IDS_ABOUT, "Copyright 2000 Joshua Thielen"
|
|
|
|
}
|
2004-03-02 00:13:30 +01:00
|
|
|
|
2011-01-10 19:35:32 +01:00
|
|
|
MENU_WINEMINE MENU
|
2004-03-02 00:13:30 +01:00
|
|
|
{
|
2011-01-10 19:35:32 +01:00
|
|
|
POPUP "&Options" {
|
|
|
|
MENUITEM "&New\tF2", IDM_NEW
|
|
|
|
MENUITEM SEPARATOR
|
|
|
|
MENUITEM "&Mark Question", IDM_MARKQ
|
|
|
|
MENUITEM SEPARATOR
|
|
|
|
MENUITEM "&Beginner", IDM_BEGINNER
|
|
|
|
MENUITEM "&Advanced", IDM_ADVANCED
|
|
|
|
MENUITEM "&Expert", IDM_EXPERT
|
|
|
|
MENUITEM "&Custom...", IDM_CUSTOM
|
|
|
|
MENUITEM SEPARATOR
|
|
|
|
MENUITEM "E&xit\tAlt+X", IDM_EXIT
|
|
|
|
}
|
|
|
|
POPUP "&Info" {
|
|
|
|
MENUITEM "&Fastest Times...", IDM_TIMES
|
|
|
|
MENUITEM "&About", IDM_ABOUT
|
|
|
|
}
|
2004-03-02 00:13:30 +01:00
|
|
|
}
|
|
|
|
|
2011-01-10 19:35:32 +01:00
|
|
|
LANGUAGE LANG_NEUTRAL,SUBLANG_NEUTRAL
|
|
|
|
|
2007-09-18 13:22:14 +02:00
|
|
|
/* @makedep: winemine.ico */
|
2010-07-21 23:57:29 +02:00
|
|
|
WINEMINE ICON winemine.ico
|
2000-03-15 20:06:39 +01:00
|
|
|
|
2007-09-18 13:22:14 +02:00
|
|
|
/* @makedep: faces.bmp */
|
2010-07-21 23:57:29 +02:00
|
|
|
FACES BITMAP faces.bmp
|
2000-03-15 20:06:39 +01:00
|
|
|
|
2007-09-18 13:22:14 +02:00
|
|
|
/* @makedep: leds.bmp */
|
2010-07-21 23:57:29 +02:00
|
|
|
LEDS BITMAP leds.bmp
|
2000-03-15 20:06:39 +01:00
|
|
|
|
2007-09-18 13:22:14 +02:00
|
|
|
/* @makedep: mines.bmp */
|
2010-07-21 23:57:29 +02:00
|
|
|
MINES BITMAP mines.bmp
|