WindowsXP-SP1/com/oleutest/simpdnd/simpdnd.rc
2020-09-30 16:53:49 +02:00

115 lines
2.9 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 "simpdnd.h"
#include "ole2ui.rc"
//////////////////////////////////////////////////////////////////////////////
#undef APSTUDIO_READONLY_SYMBOLS
SimpDnd icon simpdnd.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 "&Copy", IDM_COPY
MENUITEM "&Insert Object...", IDM_INSERTOBJECT
END
POPUP "&Other"
BEGIN
POPUP "&Source Options"
BEGIN
MENUITEM "&Copy Only", IDM_SOURCE_COPY
MENUITEM "&Move Only", IDM_SOURCE_MOVE
MENUITEM "&Both Copy/Move" IDM_SOURCE_COPYMOVE
END
POPUP "&Target Options"
BEGIN
MENUITEM "&Copy Only", IDM_TARGET_COPY
MENUITEM "&Move Only", IDM_TARGET_MOVE
MENUITEM "&Both Copy/Move" IDM_TARGET_COPYMOVE
END
MENUITEM "&About Simple...", IDM_ABOUT
END
END
//////////////////////////////////////////////////////////////////////////////
//
// Dialog
//
ABOUTBOX DIALOG DISCARDABLE 22, 17, 144, 75
STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
CAPTION "About SimpDnD"
FONT 8, "System"
BEGIN
CTEXT "Simple OLE 2.0",-1,0,5,144,8
CTEXT "Drag/Drop 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 ""simpdnd.h""\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