106 lines
2.5 KiB
Plaintext
106 lines
2.5 KiB
Plaintext
//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"
|
|
|
|
/////////////////////////////////////////////////////////////////////////////////////
|
|
#undef APSTUDIO_READONLY_SYMBOLS
|
|
|
|
|
|
//////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// Icon
|
|
//
|
|
|
|
SIMPDND ICON DISCARDABLE "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
|
|
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
|
|
"#include ""ole2ui.rc""\r\n"
|
|
"\0"
|
|
END
|
|
|
|
/////////////////////////////////////////////////////////////////////////////////////
|
|
#endif // APSTUDIO_INVOKED
|
|
|
|
|
|
#ifndef APSTUDIO_INVOKED
|
|
////////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// Generated from the TEXTINCLUDE 3 resource.
|
|
//
|
|
#include "ole2ui.rc"
|
|
|
|
/////////////////////////////////////////////////////////////////////////////////////
|
|
#endif // not APSTUDIO_INVOKED
|