home *** CD-ROM | disk | FTP | other *** search
/ Internet Publisher's Toolbox 1.0 / Image.iso / toolbox / rtf2html / wrtf2htm / main.rc < prev    next >
Encoding:
Text File  |  1995-01-21  |  2.2 KB  |  96 lines

  1. //Microsoft Visual C++ generated resource script.
  2. //
  3. #include "resource.h"
  4.  
  5. #define APSTUDIO_READONLY_SYMBOLS
  6. /////////////////////////////////////////////////////////////////////////////
  7. //
  8. // Generated from the TEXTINCLUDE 2 resource.
  9. //
  10. #include "global.h"
  11.  
  12. /////////////////////////////////////////////////////////////////////////////
  13. #undef APSTUDIO_READONLY_SYMBOLS
  14.  
  15.  
  16. /////////////////////////////////////////////////////////////////////////////
  17. //
  18. // Icon
  19. //
  20.  
  21. DRAGDROPICON            ICON    DISCARDABLE     "DRAGDROP.ICO"
  22.  
  23. /////////////////////////////////////////////////////////////////////////////
  24. //
  25. // Menu
  26. //
  27.  
  28. MAINMENU MENU DISCARDABLE 
  29. BEGIN
  30.     POPUP "&Help"
  31.     BEGIN
  32.         MENUITEM "&About Drag-Drop...",         IDM_ABOUT
  33.     END
  34.     MENUITEM "&Clear!",                     IDM_CLEAR
  35. END
  36.  
  37.  
  38. /////////////////////////////////////////////////////////////////////////////
  39. //
  40. // Dialog
  41. //
  42.  
  43. ABOUTBOX DIALOG DISCARDABLE  22, 17, 200, 100
  44. STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
  45. CAPTION "About Drag-Drop"
  46. FONT 8, "System"
  47. BEGIN
  48.     CTEXT           "RTF to HTML Converter",-1,0,5,200,8
  49.     CTEXT           "Drag and Drop Application",-1,0,14,200,8
  50.     DEFPUSHBUTTON   "OK",IDOK,84,80,32,14,WS_GROUP
  51.     LTEXT           "Drag RTF files from File Manager and drop them",101,25,
  52.                     37,167,8
  53.     LTEXT           "on this application to convert to HTML.",102,33,45,149,
  54.                     8
  55.     LTEXT           "(Choose Clear! to empty the listbox)",103,36,60,129,8
  56. END
  57.  
  58.  
  59. #ifdef APSTUDIO_INVOKED
  60. /////////////////////////////////////////////////////////////////////////////
  61. //
  62. // TEXTINCLUDE
  63. //
  64.  
  65. 1 TEXTINCLUDE DISCARDABLE 
  66. BEGIN
  67.     "resource.h\0"
  68. END
  69.  
  70. 2 TEXTINCLUDE DISCARDABLE 
  71. BEGIN
  72.     "#include ""global.h""\r\n"
  73.     "\0"
  74. END
  75.  
  76. 3 TEXTINCLUDE DISCARDABLE 
  77. BEGIN
  78.     "\r\n"
  79.     "\0"
  80. END
  81.  
  82. /////////////////////////////////////////////////////////////////////////////
  83. #endif    // APSTUDIO_INVOKED
  84.  
  85.  
  86. #ifndef APSTUDIO_INVOKED
  87. /////////////////////////////////////////////////////////////////////////////
  88. //
  89. // Generated from the TEXTINCLUDE 3 resource.
  90. //
  91.  
  92.  
  93. /////////////////////////////////////////////////////////////////////////////
  94. #endif    // not APSTUDIO_INVOKED
  95.  
  96.