12.rc
上传用户:dzxhhx
上传日期:2022-06-05
资源大小:3604k
文件大小:5k
源码类别:

图片显示

开发平台:

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. // Chinese (中国) resources
  14. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_CHS)
  15. #ifdef _WIN32
  16. LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_SIMPLIFIED
  17. #pragma code_page(936)
  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_CHS)rn"
  41.     "#ifdef _WIN32rn"
  42.     "LANGUAGE 4, 2rn"
  43.     "#pragma code_page(936)rn"
  44.     "#endif //_WIN32rn"
  45.     "#include ""res\12.rc2""  // non-Microsoft Visual C++ edited resourcesrn"
  46.     "#include ""l.chs\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\12.ico"
  58. IDI_ICON1               ICON    DISCARDABLE     "res\icon1.ico"
  59. /////////////////////////////////////////////////////////////////////////////
  60. //
  61. // Dialog
  62. //
  63. IDD_MY12_DIALOG DIALOGEX 0, 0, 320, 200
  64. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  65. EXSTYLE WS_EX_APPWINDOW
  66. CAPTION "12"
  67. FONT 9, "宋体"
  68. BEGIN
  69.     DEFPUSHBUTTON   "确定",IDOK,260,7,50,14
  70.     PUSHBUTTON      "取消",IDCANCEL,260,23,50,14
  71. END
  72. #ifndef _MAC
  73. /////////////////////////////////////////////////////////////////////////////
  74. //
  75. // Version
  76. //
  77. VS_VERSION_INFO VERSIONINFO
  78.  FILEVERSION 1,0,0,1
  79.  PRODUCTVERSION 1,0,0,1
  80.  FILEFLAGSMASK 0x3fL
  81. #ifdef _DEBUG
  82.  FILEFLAGS 0x1L
  83. #else
  84.  FILEFLAGS 0x0L
  85. #endif
  86.  FILEOS 0x4L
  87.  FILETYPE 0x1L
  88.  FILESUBTYPE 0x0L
  89. BEGIN
  90.     BLOCK "StringFileInfo"
  91.     BEGIN
  92.         BLOCK "080404B0"
  93.         BEGIN
  94.             VALUE "CompanyName", ""
  95.             VALUE "FileDescription", "12 Microsoft 基础类应用程序"
  96.             VALUE "FileVersion", "1, 0, 0, 1"
  97.             VALUE "InternalName", "12"
  98.             VALUE "LegalCopyright", "版权所有 (C) 2010"
  99.             VALUE "LegalTrademarks", ""
  100.             VALUE "OriginalFilename", "12.EXE"
  101.             VALUE "ProductName", "12 应用程序"
  102.             VALUE "ProductVersion", "1, 0, 0, 1"
  103.         END
  104.     END
  105.     BLOCK "VarFileInfo"
  106.     BEGIN
  107.         VALUE "Translation", 0x804, 1200
  108.     END
  109. END
  110. #endif    // !_MAC
  111. /////////////////////////////////////////////////////////////////////////////
  112. //
  113. // DESIGNINFO
  114. //
  115. #ifdef APSTUDIO_INVOKED
  116. GUIDELINES DESIGNINFO DISCARDABLE 
  117. BEGIN
  118.     IDD_MY12_DIALOG, DIALOG
  119.     BEGIN
  120.         LEFTMARGIN, 7
  121.         RIGHTMARGIN, 313
  122.         TOPMARGIN, 7
  123.         BOTTOMMARGIN, 193
  124.     END
  125. END
  126. #endif    // APSTUDIO_INVOKED
  127. /////////////////////////////////////////////////////////////////////////////
  128. //
  129. // Bitmap
  130. //
  131. IDB_BITMAP1             BITMAP  DISCARDABLE     "res\we.bmp"
  132. #endif    // Chinese (中国) resources
  133. /////////////////////////////////////////////////////////////////////////////
  134. #ifndef APSTUDIO_INVOKED
  135. /////////////////////////////////////////////////////////////////////////////
  136. //
  137. // Generated from the TEXTINCLUDE 3 resource.
  138. //
  139. #define _AFX_NO_SPLITTER_RESOURCES
  140. #define _AFX_NO_OLE_RESOURCES
  141. #define _AFX_NO_TRACKER_RESOURCES
  142. #define _AFX_NO_PROPERTY_RESOURCES
  143. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_CHS)
  144. #ifdef _WIN32
  145. LANGUAGE 4, 2
  146. #pragma code_page(936)
  147. #endif //_WIN32
  148. #include "res12.rc2"  // non-Microsoft Visual C++ edited resources
  149. #include "l.chsafxres.rc"          // Standard components
  150. #endif
  151. /////////////////////////////////////////////////////////////////////////////
  152. #endif    // not APSTUDIO_INVOKED