NewPropButton.rc
上传用户:sz136326
上传日期:2007-01-02
资源大小:17k
文件大小: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. // 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. #ifndef _MAC
  20. /////////////////////////////////////////////////////////////////////////////
  21. //
  22. // Version
  23. //
  24. VS_VERSION_INFO VERSIONINFO
  25.  FILEVERSION 1,0,0,1
  26.  PRODUCTVERSION 1,0,0,1
  27.  FILEFLAGSMASK 0x3fL
  28. #ifdef _DEBUG
  29.  FILEFLAGS 0x1L
  30. #else
  31.  FILEFLAGS 0x0L
  32. #endif
  33.  FILEOS 0x4L
  34.  FILETYPE 0x1L
  35.  FILESUBTYPE 0x0L
  36. BEGIN
  37.     BLOCK "StringFileInfo"
  38.     BEGIN
  39.         BLOCK "040904B0"
  40.         BEGIN
  41.             VALUE "CompanyName", ""
  42.             VALUE "FileDescription", "NewPropButton MFC Application"
  43.             VALUE "FileVersion", "1, 0, 0, 1"
  44.             VALUE "InternalName", "NewPropButton"
  45.             VALUE "LegalCopyright", "Copyright (C) 1999"
  46.             VALUE "LegalTrademarks", ""
  47.             VALUE "OriginalFilename", "NewPropButton.EXE"
  48.             VALUE "ProductName", "NewPropButton Application"
  49.             VALUE "ProductVersion", "1, 0, 0, 1"
  50.         END
  51.     END
  52.     BLOCK "VarFileInfo"
  53.     BEGIN
  54.         VALUE "Translation", 0x409, 1200
  55.     END
  56. END
  57. #endif    // !_MAC
  58. /////////////////////////////////////////////////////////////////////////////
  59. //
  60. // String Table
  61. //
  62. STRINGTABLE DISCARDABLE 
  63. BEGIN
  64.     IDS_ABOUTBOX            "&About NewPropButton..."
  65. END
  66. #endif    // English (U.S.) resources
  67. /////////////////////////////////////////////////////////////////////////////
  68. /////////////////////////////////////////////////////////////////////////////
  69. // English (U.K.) resources
  70. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENG)
  71. #ifdef _WIN32
  72. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_UK
  73. #pragma code_page(1252)
  74. #endif //_WIN32
  75. #ifdef APSTUDIO_INVOKED
  76. /////////////////////////////////////////////////////////////////////////////
  77. //
  78. // TEXTINCLUDE
  79. //
  80. 1 TEXTINCLUDE DISCARDABLE 
  81. BEGIN
  82.     "resource.h"
  83. END
  84. 2 TEXTINCLUDE DISCARDABLE 
  85. BEGIN
  86.     "#include ""afxres.h""rn"
  87.     ""
  88. END
  89. 3 TEXTINCLUDE DISCARDABLE 
  90. BEGIN
  91.     "#define _AFX_NO_SPLITTER_RESOURCESrn"
  92.     "#define _AFX_NO_OLE_RESOURCESrn"
  93.     "#define _AFX_NO_TRACKER_RESOURCESrn"
  94.     "#define _AFX_NO_PROPERTY_RESOURCESrn"
  95.     "rn"
  96.     "#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)rn"
  97.     "#ifdef _WIN32rn"
  98.     "LANGUAGE 9, 1rn"
  99.     "#pragma code_page(1252)rn"
  100.     "#endifrn"
  101.     "#include ""res\NewPropButton.rc2""  // non-Microsoft Visual C++ edited resourcesrn"
  102.     "#include ""afxres.rc""         // Standard componentsrn"
  103.     "#endif"
  104. END
  105. #endif    // APSTUDIO_INVOKED
  106. /////////////////////////////////////////////////////////////////////////////
  107. //
  108. // Icon
  109. //
  110. // Icon with lowest ID value placed first to ensure application icon
  111. // remains consistent on all systems.
  112. IDR_MAINFRAME           ICON    DISCARDABLE     "res\NewPropButton.ico"
  113. /////////////////////////////////////////////////////////////////////////////
  114. //
  115. // DESIGNINFO
  116. //
  117. #ifdef APSTUDIO_INVOKED
  118. GUIDELINES DESIGNINFO DISCARDABLE 
  119. BEGIN
  120.     IDD_PROPERTYPAGE, DIALOG
  121.     BEGIN
  122.         LEFTMARGIN, 7
  123.         RIGHTMARGIN, 292
  124.         TOPMARGIN, 7
  125.         BOTTOMMARGIN, 107
  126.     END
  127. END
  128. #endif    // APSTUDIO_INVOKED
  129. /////////////////////////////////////////////////////////////////////////////
  130. //
  131. // Dialog
  132. //
  133. IDD_PROPERTYPAGE DIALOG DISCARDABLE  0, 0, 299, 114
  134. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  135. CAPTION "Properties"
  136. FONT 8, "MS Sans Serif"
  137. BEGIN
  138. END
  139. #endif    // English (U.K.) resources
  140. /////////////////////////////////////////////////////////////////////////////
  141. #ifndef APSTUDIO_INVOKED
  142. /////////////////////////////////////////////////////////////////////////////
  143. //
  144. // Generated from the TEXTINCLUDE 3 resource.
  145. //
  146. #define _AFX_NO_SPLITTER_RESOURCES
  147. #define _AFX_NO_OLE_RESOURCES
  148. #define _AFX_NO_TRACKER_RESOURCES
  149. #define _AFX_NO_PROPERTY_RESOURCES
  150. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  151. #ifdef _WIN32
  152. LANGUAGE 9, 1
  153. #pragma code_page(1252)
  154. #endif
  155. #include "resNewPropButton.rc2"  // non-Microsoft Visual C++ edited resources
  156. #include "afxres.rc"         // Standard components
  157. #endif
  158. /////////////////////////////////////////////////////////////////////////////
  159. #endif    // not APSTUDIO_INVOKED