RTFBitmap.rc
上传用户:zhoumin726
上传日期:2007-01-02
资源大小:38k
文件大小:5k
源码类别:

RichEdit

开发平台:

Visual C++

  1. //Microsoft Developer Studio generated resource script.
  2. //
  3. #include "resource.h"
  4. #define APSTUDIO_READONLY_SYMBOLS
  5. /////////////////////////////////////////////////////////////////////////////
  6. //
  7. // Generated from the TEXTINCLUDE 2 resource.
  8. //
  9. #include "afxres.h"
  10. /////////////////////////////////////////////////////////////////////////////
  11. #undef APSTUDIO_READONLY_SYMBOLS
  12. /////////////////////////////////////////////////////////////////////////////
  13. // English (U.S.) resources
  14. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  15. #ifdef _WIN32
  16. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  17. #pragma code_page(1252)
  18. #endif //_WIN32
  19. #ifdef APSTUDIO_INVOKED
  20. /////////////////////////////////////////////////////////////////////////////
  21. //
  22. // TEXTINCLUDE
  23. //
  24. 1 TEXTINCLUDE DISCARDABLE 
  25. BEGIN
  26.     "resource.h"
  27. END
  28. 2 TEXTINCLUDE DISCARDABLE 
  29. BEGIN
  30.     "#include ""afxres.h""rn"
  31.     ""
  32. END
  33. 3 TEXTINCLUDE DISCARDABLE 
  34. BEGIN
  35.     "#define _AFX_NO_SPLITTER_RESOURCESrn"
  36.     "#define _AFX_NO_OLE_RESOURCESrn"
  37.     "#define _AFX_NO_TRACKER_RESOURCESrn"
  38.     "#define _AFX_NO_PROPERTY_RESOURCESrn"
  39.     "rn"
  40.     "#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)rn"
  41.     "#ifdef _WIN32rn"
  42.     "LANGUAGE 9, 1rn"
  43.     "#pragma code_page(1252)rn"
  44.     "#endif //_WIN32rn"
  45.     "#include ""res\RTFBitmap.rc2""  // non-Microsoft Visual C++ edited resourcesrn"
  46.     "#include ""afxres.rc""         // Standard componentsrn"
  47.     "#endifrn"
  48.     ""
  49. END
  50. #endif    // APSTUDIO_INVOKED
  51. /////////////////////////////////////////////////////////////////////////////
  52. //
  53. // Icon
  54. //
  55. // Icon with lowest ID value placed first to ensure application icon
  56. // remains consistent on all systems.
  57. IDR_MAINFRAME           ICON    DISCARDABLE     "res\RTFBitmap.ico"
  58. /////////////////////////////////////////////////////////////////////////////
  59. //
  60. // Dialog
  61. //
  62. IDD_ABOUTBOX DIALOG DISCARDABLE  0, 0, 235, 55
  63. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  64. CAPTION "About RTFBitmap"
  65. FONT 8, "MS Sans Serif"
  66. BEGIN
  67.     ICON            IDR_MAINFRAME,IDC_STATIC,11,17,20,20
  68.     LTEXT           "RTFBitmap Version 1.0",IDC_STATIC,40,10,119,8,
  69.                     SS_NOPREFIX
  70.     LTEXT           "Copyright (C) 1999",IDC_STATIC,40,25,119,8
  71.     DEFPUSHBUTTON   "OK",IDOK,178,7,50,14,WS_GROUP
  72. END
  73. IDD_RTFBITMAP_DIALOG DIALOGEX 0, 0, 347, 271
  74. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  75. EXSTYLE WS_EX_APPWINDOW
  76. CAPTION "RTFBitmap"
  77. FONT 8, "MS Sans Serif"
  78. BEGIN
  79.     LTEXT           "TODO: Place dialog controls here.",IDC_STATIC,50,90,200,
  80.                     8
  81. END
  82. #ifndef _MAC
  83. /////////////////////////////////////////////////////////////////////////////
  84. //
  85. // Version
  86. //
  87. VS_VERSION_INFO VERSIONINFO
  88.  FILEVERSION 1,0,0,1
  89.  PRODUCTVERSION 1,0,0,1
  90.  FILEFLAGSMASK 0x3fL
  91. #ifdef _DEBUG
  92.  FILEFLAGS 0x1L
  93. #else
  94.  FILEFLAGS 0x0L
  95. #endif
  96.  FILEOS 0x4L
  97.  FILETYPE 0x1L
  98.  FILESUBTYPE 0x0L
  99. BEGIN
  100.     BLOCK "StringFileInfo"
  101.     BEGIN
  102.         BLOCK "040904B0"
  103.         BEGIN
  104.             VALUE "CompanyName", ""
  105.             VALUE "FileDescription", "RTFBitmap MFC Application"
  106.             VALUE "FileVersion", "1, 0, 0, 1"
  107.             VALUE "InternalName", "RTFBitmap"
  108.             VALUE "LegalCopyright", "Copyright (C) 1999"
  109.             VALUE "LegalTrademarks", ""
  110.             VALUE "OriginalFilename", "RTFBitmap.EXE"
  111.             VALUE "ProductName", "RTFBitmap Application"
  112.             VALUE "ProductVersion", "1, 0, 0, 1"
  113.         END
  114.     END
  115.     BLOCK "VarFileInfo"
  116.     BEGIN
  117.         VALUE "Translation", 0x409, 1200
  118.     END
  119. END
  120. #endif    // !_MAC
  121. /////////////////////////////////////////////////////////////////////////////
  122. //
  123. // DESIGNINFO
  124. //
  125. #ifdef APSTUDIO_INVOKED
  126. GUIDELINES DESIGNINFO DISCARDABLE 
  127. BEGIN
  128.     IDD_ABOUTBOX, DIALOG
  129.     BEGIN
  130.         LEFTMARGIN, 7
  131.         RIGHTMARGIN, 228
  132.         TOPMARGIN, 7
  133.         BOTTOMMARGIN, 48
  134.     END
  135.     IDD_RTFBITMAP_DIALOG, DIALOG
  136.     BEGIN
  137.         LEFTMARGIN, 7
  138.         RIGHTMARGIN, 340
  139.         TOPMARGIN, 7
  140.         BOTTOMMARGIN, 264
  141.     END
  142. END
  143. #endif    // APSTUDIO_INVOKED
  144. /////////////////////////////////////////////////////////////////////////////
  145. //
  146. // String Table
  147. //
  148. STRINGTABLE DISCARDABLE 
  149. BEGIN
  150.     IDS_ABOUTBOX            "&About RTFBitmap..."
  151. END
  152. #endif    // English (U.S.) resources
  153. /////////////////////////////////////////////////////////////////////////////
  154. #ifndef APSTUDIO_INVOKED
  155. /////////////////////////////////////////////////////////////////////////////
  156. //
  157. // Generated from the TEXTINCLUDE 3 resource.
  158. //
  159. #define _AFX_NO_SPLITTER_RESOURCES
  160. #define _AFX_NO_OLE_RESOURCES
  161. #define _AFX_NO_TRACKER_RESOURCES
  162. #define _AFX_NO_PROPERTY_RESOURCES
  163. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  164. #ifdef _WIN32
  165. LANGUAGE 9, 1
  166. #pragma code_page(1252)
  167. #endif //_WIN32
  168. #include "resRTFBitmap.rc2"  // non-Microsoft Visual C++ edited resources
  169. #include "afxres.rc"         // Standard components
  170. #endif
  171. /////////////////////////////////////////////////////////////////////////////
  172. #endif    // not APSTUDIO_INVOKED