70 lines
1.7 KiB
Plaintext
70 lines
1.7 KiB
Plaintext
|
// WARNING
|
||
|
// non-localizable resources only
|
||
|
// localizable resources must go in urllc.rc
|
||
|
|
||
|
//Microsoft Visual C++ generated resource script.
|
||
|
//
|
||
|
#include "winver.h"
|
||
|
#include "resource.h"
|
||
|
|
||
|
#define APSTUDIO_READONLY_SYMBOLS
|
||
|
/////////////////////////////////////////////////////////////////////////////
|
||
|
//
|
||
|
// Generated from the TEXTINCLUDE 2 resource.
|
||
|
//
|
||
|
#include <commctrl.h>
|
||
|
#include <winuser.h>
|
||
|
/////////////////////////////////////////////////////////////////////////////
|
||
|
#undef APSTUDIO_READONLY_SYMBOLS
|
||
|
|
||
|
|
||
|
#ifdef APSTUDIO_INVOKED
|
||
|
/////////////////////////////////////////////////////////////////////////////
|
||
|
//
|
||
|
// TEXTINCLUDE
|
||
|
//
|
||
|
|
||
|
1 TEXTINCLUDE DISCARDABLE
|
||
|
BEGIN
|
||
|
"resource.h\0"
|
||
|
END
|
||
|
|
||
|
2 TEXTINCLUDE DISCARDABLE
|
||
|
BEGIN
|
||
|
"#include <commctrl.h>\r\n"
|
||
|
"#include <winuser.h>\0"
|
||
|
END
|
||
|
|
||
|
3 TEXTINCLUDE DISCARDABLE
|
||
|
BEGIN
|
||
|
"#include ""url.rcv""\0"
|
||
|
END
|
||
|
|
||
|
/////////////////////////////////////////////////////////////////////////////
|
||
|
#endif // APSTUDIO_INVOKED
|
||
|
|
||
|
|
||
|
/////////////////////////////////////////////////////////////////////////////
|
||
|
//
|
||
|
// Icon
|
||
|
//
|
||
|
|
||
|
IDI_WEB_DOCUMENT ICON DISCARDABLE "WEBDOC.ICO"
|
||
|
IDI_WEB_NEWS ICON DISCARDABLE "NEWS.ICO"
|
||
|
IDI_WEB_MAILTO ICON DISCARDABLE "MAILTO.ICO"
|
||
|
IDI_WEB_VRML ICON DISCARDABLE "VRML.ICO"
|
||
|
IDI_WEB_SPLAT ICON DISCARDABLE "SPLAT.ICO"
|
||
|
|
||
|
#ifdef MLUI_SUPPORT
|
||
|
#ifndef APSTUDIO_INVOKED
|
||
|
/////////////////////////////////////////////////////////////////////////////
|
||
|
//
|
||
|
// Generated from the TEXTINCLUDE 3 resource.
|
||
|
//
|
||
|
#include "url.rcv"
|
||
|
/////////////////////////////////////////////////////////////////////////////
|
||
|
#endif // not APSTUDIO_INVOKED
|
||
|
#else
|
||
|
#include "urllc.rc"
|
||
|
#endif
|