Files
oboe/src/BoE.vsproj/Game/Blades of Exile.rc
Celtic Minstrel b11199d7d9 Set up a Visual Studio project and tweak things until it compiles
- It doesn't link yet, but that was expected
- Fixed some issues with global variables having different types in different files.
2014-12-29 14:52:54 -05:00

176 lines
9.7 KiB
Plaintext

// Microsoft Visual C++ generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
//
// Generated from the TEXTINCLUDE 2 resource.
//
#ifndef APSTUDIO_INVOKED
#include "../targetver.h"
#endif
#define APSTUDIO_HIDDEN_SYMBOLS
#include "windows.h"
#undef APSTUDIO_HIDDEN_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
#undef APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
// English (United States) resources
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
/////////////////////////////////////////////////////////////////////////////
//
// Icon
//
// Icon with lowest ID value placed first to ensure application icon
// remains consistent on all systems.
IDI_BLADESOFEXILE ICON "../../../Win32/game/Resources/BLADEXIL.ICO"
/////////////////////////////////////////////////////////////////////////////
//
// Menu
//
IDC_BLADESOFEXILE MENU
BEGIN
POPUP "&File"
BEGIN
MENUITEM "&Open Game\tCtrl+O", 1
MENUITEM "&Save Game\tCtrl+S", 2
MENUITEM "Save As...", 3
MENUITEM "&New Game\tCtrl+N", 4
MENUITEM SEPARATOR
MENUITEM "Preferences", 6
MENUITEM SEPARATOR
MENUITEM "&Quit\tCtrl+Q", 8
END
POPUP "&Options"
BEGIN
MENUITEM "Pick New PC Graphic", 21
MENUITEM "Pick New PC Name", 22
MENUITEM "Create New PC", 23
MENUITEM "Delete PC", 24
MENUITEM SEPARATOR
MENUITEM "See Talking Notes", 27
MENUITEM "See Encounter Notes", 28
MENUITEM "See Overall Party Stats", 29
END
POPUP "Help"
BEGIN
MENUITEM "Outdoor Commands", 41
MENUITEM "Town Commands", 42
MENUITEM "Combat Commands", 43
MENUITEM "Magic Barrier Help", 44
MENUITEM SEPARATOR
MENUITEM "Hints, Bugs, and Comments", 46
MENUITEM "Spell Casting Help", 47
END
POPUP "&Library"
BEGIN
MENUITEM "Mage Spells", 61
MENUITEM "Priest Spells", 62
MENUITEM "Skill Info", 63
MENUITEM "Alchemy/Poison", 64
MENUITEM "Tip of the Day", 65
MENUITEM SEPARATOR
MENUITEM "Show Introductory Dialog", 67
END
POPUP "&Actions"
BEGIN
MENUITEM "Do Alchemy\tCtrl+A", 81
MENUITEM "Wait 80 Moves\tCtrl+W", 82
MENUITEM "Display AutoMap\tCtrl+M", 84
END
POPUP "&Monsters"
BEGIN
MENUITEM "About this menu", 599
MENUITEM SEPARATOR
END
POPUP "&Cast Mage"
BEGIN
MENUITEM "About this menu", 399
MENUITEM SEPARATOR
END
POPUP "&Cast Priest"
BEGIN
MENUITEM "About this menu", 499
MENUITEM SEPARATOR
END
POPUP "&Help"
BEGIN
MENUITEM "Index\tF1", 100
MENUITEM SEPARATOR
MENUITEM "About Blades of Exile", 200
END
END
/////////////////////////////////////////////////////////////////////////////
//
// Accelerator
//
IDC_BLADESOFEXILE ACCELERATORS
BEGIN
"^W", 82, ASCII
"^O", 1, ASCII
"^S", 2, ASCII
"^Q", 8, ASCII
"^M", 84, ASCII
"^A", 81, ASCII
"^N", 4, ASCII
END
#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// TEXTINCLUDE
//
1 TEXTINCLUDE
BEGIN
"resource.h\0"
END
2 TEXTINCLUDE
BEGIN
"#ifndef APSTUDIO_INVOKED\r\n"
"#include ""targetver.h""\r\n"
"#endif\r\n"
"#define APSTUDIO_HIDDEN_SYMBOLS\r\n"
"#include ""windows.h""\r\n"
"#undef APSTUDIO_HIDDEN_SYMBOLS\r\n"
"\0"
END
3 TEXTINCLUDE
BEGIN
"\r\n"
"\0"
END
#endif // APSTUDIO_INVOKED
#endif // English (United States) resources
/////////////////////////////////////////////////////////////////////////////
#ifndef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// Generated from the TEXTINCLUDE 3 resource.
//
/////////////////////////////////////////////////////////////////////////////
#endif // not APSTUDIO_INVOKED