windows-nt/Source/XPSP1/NT/com/oleutest/simpcntr/simpcntr.rc
2020-09-26 16:20:57 +08:00

115 lines
2.6 KiB
Plaintext
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

//Microsoft App Studio generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////
//
// Generated from the TEXTINCLUDE 2 resource.
//
#define APSTUDIO_HIDDEN_SYMBOLS
#include "windows.h"
#undef APSTUDIO_HIDDEN_SYMBOLS
#include "simpcntr.h"
#include "ole2ui.rc"
/////////////////////////////////////////////////////////////////////////////////////
#undef APSTUDIO_READONLY_SYMBOLS
SimpCntr icon simpcntr.ico
//////////////////////////////////////////////////////////////////////////////
//
// Menu
//
SIMPLEMENU MENU DISCARDABLE
BEGIN
POPUP "&File"
BEGIN
MENUITEM "&New", IDM_NEW
MENUITEM SEPARATOR
MENUITEM "E&xit", IDM_EXIT
END
POPUP "&Edit"
BEGIN
MENUITEM "&Insert Object...", IDM_INSERTOBJECT
END
POPUP "&Other"
BEGIN
MENUITEM "&Deactivate Inplace", IDM_DEACTIVATE
MENUITEM "&About Simple...", IDM_ABOUT
END
END
SimpcntrAccel ACCELERATORS
BEGIN
"^a", IDM_UTEST
VK_F10, IDM_DEACTIVATE, VIRTKEY, CONTROL
VK_F11, IDM_ABOUT, VIRTKEY, CONTROL
END
//////////////////////////////////////////////////////////////////////////////
//
// Dialog
//
ABOUTBOX DIALOG DISCARDABLE 22, 17, 144, 75
STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
CAPTION "About SimpCntr"
FONT 8, "System"
BEGIN
CTEXT "Simple OLE 2.0",-1,0,5,144,8
CTEXT "In-Place Container Application",-1,0,14,144,8
CTEXT "Version 2.01",-1,0,34,144,8
DEFPUSHBUTTON "OK",IDOK,53,59,32,14,WS_GROUP
END
#ifdef APSTUDIO_INVOKED
//////////////////////////////////////////////////////////////////////////////
//
// TEXTINCLUDE
//
1 TEXTINCLUDE DISCARDABLE
BEGIN
"resource.h\0"
END
2 TEXTINCLUDE DISCARDABLE
BEGIN
"#define APSTUDIO_HIDDEN_SYMBOLS\r\n"
"#include ""windows.h""\r\n"
"#undef APSTUDIO_HIDDEN_SYMBOLS\r\n"
"#include ""simpcntr.h""\r\n"
"#include ""..\\ole2ui\\resource\\usa\\strings.rc""\r\n"
"#include ""..\\ole2ui\\resource\\usa\\insobj.dlg""\r\n"
"\r\n"
"\0"
END
3 TEXTINCLUDE DISCARDABLE
BEGIN
"\r\n"
"\0"
END
/////////////////////////////////////////////////////////////////////////////////////
#endif // APSTUDIO_INVOKED
#ifndef APSTUDIO_INVOKED
////////////////////////////////////////////////////////////////////////////////
//
// Generated from the TEXTINCLUDE 3 resource.
//
/////////////////////////////////////////////////////////////////////////////////////
#endif // not APSTUDIO_INVOKED