75c88dcaa2
X-SVN-Rev: 14133
116 lines
2.9 KiB
Plaintext
116 lines
2.9 KiB
Plaintext
//Microsoft Developer Studio generated resource script.
|
|
//
|
|
#include "resource.h"
|
|
|
|
#define APSTUDIO_READONLY_SYMBOLS
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// Generated from the TEXTINCLUDE 2 resource.
|
|
//
|
|
/*
|
|
*******************************************************************************
|
|
*
|
|
* Copyright (C) 2002-2003, International Business Machines
|
|
* Corporation and others. All Rights Reserved.
|
|
*
|
|
*******************************************************************************
|
|
*/
|
|
#include <winresrc.h>
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
#undef APSTUDIO_READONLY_SYMBOLS
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
// English (U.S.) resources
|
|
|
|
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
|
|
#ifdef _WIN32
|
|
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
|
|
#pragma code_page(1252)
|
|
#endif //_WIN32
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// Menu
|
|
//
|
|
|
|
LAYOUTSAMPLE MENU DISCARDABLE
|
|
BEGIN
|
|
POPUP "&File"
|
|
BEGIN
|
|
MENUITEM "&New Sample\tCtrl+N", IDM_FILE_NEWSAMPLE
|
|
MENUITEM "&Open...\tCtrl+O", IDM_FILE_OPEN
|
|
MENUITEM SEPARATOR
|
|
MENUITEM "&Close\tCtrl+W", IDM_FILE_CLOSE
|
|
MENUITEM "E&xit\tCtrl+Q", IDM_FILE_EXIT
|
|
END
|
|
POPUP "&Help"
|
|
BEGIN
|
|
MENUITEM "&About Layout Sample...", IDM_HELP_ABOUTLAYOUTSAMPLE
|
|
END
|
|
END
|
|
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// Accelerator
|
|
//
|
|
|
|
LAYOUTSAMPLE ACCELERATORS DISCARDABLE
|
|
BEGIN
|
|
"N", IDM_FILE_NEWSAMPLE, VIRTKEY, CONTROL, NOINVERT
|
|
"O", IDM_FILE_OPEN, VIRTKEY, CONTROL, NOINVERT
|
|
"Q", IDM_FILE_EXIT, VIRTKEY, CONTROL, NOINVERT
|
|
"W", IDM_FILE_CLOSE, VIRTKEY, CONTROL, NOINVERT
|
|
END
|
|
|
|
|
|
#ifdef APSTUDIO_INVOKED
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// TEXTINCLUDE
|
|
//
|
|
|
|
1 TEXTINCLUDE DISCARDABLE
|
|
BEGIN
|
|
"resource.h\0"
|
|
END
|
|
|
|
2 TEXTINCLUDE DISCARDABLE
|
|
BEGIN
|
|
"/*\r\n"
|
|
"*******************************************************************************\r\n"
|
|
"*\r\n"
|
|
"* Copyright (C) 2002-2003, International Business Machines\r\n"
|
|
"* Corporation and others. All Rights Reserved.\r\n"
|
|
"*\r\n"
|
|
"*******************************************************************************\r\n"
|
|
"*/\r\n"
|
|
"#include <winresrc.h>\r\n"
|
|
"\0"
|
|
END
|
|
|
|
3 TEXTINCLUDE DISCARDABLE
|
|
BEGIN
|
|
"\r\n"
|
|
"\0"
|
|
END
|
|
|
|
#endif // APSTUDIO_INVOKED
|
|
|
|
#endif // English (U.S.) resources
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
#ifndef APSTUDIO_INVOKED
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// Generated from the TEXTINCLUDE 3 resource.
|
|
//
|
|
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
#endif // not APSTUDIO_INVOKED
|
|
|