MySphereButton.rc
上传用户:linpin
上传日期:2007-01-01
资源大小:46k
文件大小:4k
源码类别:

按钮控件

开发平台:

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.     "#endifrn"
  45.     "#include ""res\MySphereButton.rc2""  // non-Microsoft Visual C++ edited resourcesrn"
  46.     "#include ""afxres.rc""         // Standard componentsrn"
  47.     "#endif"
  48. END
  49. #endif    // APSTUDIO_INVOKED
  50. /////////////////////////////////////////////////////////////////////////////
  51. //
  52. // Icon
  53. //
  54. // Icon with lowest ID value placed first to ensure application icon
  55. // remains consistent on all systems.
  56. IDR_MAINFRAME           ICON    DISCARDABLE     "res\MySphereButton.ico"
  57. /////////////////////////////////////////////////////////////////////////////
  58. //
  59. // Dialog
  60. //
  61. IDD_MYSPHEREBUTTON_DIALOG DIALOGEX 0, 0, 215, 166
  62. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  63. EXSTYLE WS_EX_TOOLWINDOW | WS_EX_APPWINDOW
  64. CAPTION "Buttons constructed from UniButton class"
  65. FONT 10, "Arial"
  66. BEGIN
  67. END
  68. #ifndef _MAC
  69. /////////////////////////////////////////////////////////////////////////////
  70. //
  71. // Version
  72. //
  73. VS_VERSION_INFO VERSIONINFO
  74.  FILEVERSION 1,0,0,1
  75.  PRODUCTVERSION 1,0,0,1
  76.  FILEFLAGSMASK 0x3fL
  77. #ifdef _DEBUG
  78.  FILEFLAGS 0x1L
  79. #else
  80.  FILEFLAGS 0x0L
  81. #endif
  82.  FILEOS 0x4L
  83.  FILETYPE 0x1L
  84.  FILESUBTYPE 0x0L
  85. BEGIN
  86.     BLOCK "StringFileInfo"
  87.     BEGIN
  88.         BLOCK "040904b0"
  89.         BEGIN
  90.             VALUE "CompanyName", ""
  91.             VALUE "FileDescription", "MySphereButton MFC Application"
  92.             VALUE "FileVersion", "1, 0, 0, 1"
  93.             VALUE "InternalName", "MySphereButton"
  94.             VALUE "LegalCopyright", "Copyright (C) 1998"
  95.             VALUE "OriginalFilename", "MySphereButton.EXE"
  96.             VALUE "ProductName", "MySphereButton Application"
  97.             VALUE "ProductVersion", "1, 0, 0, 1"
  98.         END
  99.     END
  100.     BLOCK "VarFileInfo"
  101.     BEGIN
  102.         VALUE "Translation", 0x409, 1200
  103.     END
  104. END
  105. #endif    // !_MAC
  106. #endif    // English (U.S.) resources
  107. /////////////////////////////////////////////////////////////////////////////
  108. #ifndef APSTUDIO_INVOKED
  109. /////////////////////////////////////////////////////////////////////////////
  110. //
  111. // Generated from the TEXTINCLUDE 3 resource.
  112. //
  113. #define _AFX_NO_SPLITTER_RESOURCES
  114. #define _AFX_NO_OLE_RESOURCES
  115. #define _AFX_NO_TRACKER_RESOURCES
  116. #define _AFX_NO_PROPERTY_RESOURCES
  117. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  118. #ifdef _WIN32
  119. LANGUAGE 9, 1
  120. #pragma code_page(1252)
  121. #endif
  122. #include "resMySphereButton.rc2"  // non-Microsoft Visual C++ edited resources
  123. #include "afxres.rc"         // Standard components
  124. #endif
  125. /////////////////////////////////////////////////////////////////////////////
  126. #endif    // not APSTUDIO_INVOKED