home *** CD-ROM | disk | FTP | other *** search
- //Microsoft Visual C++ generated resource script.
- //
- #include "resource.h"
-
- #define APSTUDIO_READONLY_SYMBOLS
- /////////////////////////////////////////////////////////////////////////////
- //
- // Generated from the TEXTINCLUDE 2 resource.
- //
- #include "global.h"
-
- /////////////////////////////////////////////////////////////////////////////
- #undef APSTUDIO_READONLY_SYMBOLS
-
-
- /////////////////////////////////////////////////////////////////////////////
- //
- // Icon
- //
-
- DRAGDROPICON ICON DISCARDABLE "DRAGDROP.ICO"
-
- /////////////////////////////////////////////////////////////////////////////
- //
- // Menu
- //
-
- MAINMENU MENU DISCARDABLE
- BEGIN
- POPUP "&Help"
- BEGIN
- MENUITEM "&About Drag-Drop...", IDM_ABOUT
- END
- MENUITEM "&Clear!", IDM_CLEAR
- END
-
-
- /////////////////////////////////////////////////////////////////////////////
- //
- // Dialog
- //
-
- ABOUTBOX DIALOG DISCARDABLE 22, 17, 200, 100
- STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
- CAPTION "About Drag-Drop"
- FONT 8, "System"
- BEGIN
- CTEXT "RTF to HTML Converter",-1,0,5,200,8
- CTEXT "Drag and Drop Application",-1,0,14,200,8
- DEFPUSHBUTTON "OK",IDOK,84,80,32,14,WS_GROUP
- LTEXT "Drag RTF files from File Manager and drop them",101,25,
- 37,167,8
- LTEXT "on this application to convert to HTML.",102,33,45,149,
- 8
- LTEXT "(Choose Clear! to empty the listbox)",103,36,60,129,8
- END
-
-
- #ifdef APSTUDIO_INVOKED
- /////////////////////////////////////////////////////////////////////////////
- //
- // TEXTINCLUDE
- //
-
- 1 TEXTINCLUDE DISCARDABLE
- BEGIN
- "resource.h\0"
- END
-
- 2 TEXTINCLUDE DISCARDABLE
- BEGIN
- "#include ""global.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
-
-