PropSheetTemplate.rc
上传用户:apjinmao
上传日期:2007-01-02
资源大小:96k
文件大小:6k
源码类别:

PropertySheet

开发平台:

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. #ifdef APSTUDIO_INVOKED
  13. /////////////////////////////////////////////////////////////////////////////
  14. //
  15. // TEXTINCLUDE
  16. //
  17. 1 TEXTINCLUDE DISCARDABLE 
  18. BEGIN
  19.     "resource.h"
  20. END
  21. 2 TEXTINCLUDE DISCARDABLE 
  22. BEGIN
  23.     "#include ""afxres.h""rn"
  24.     ""
  25. END
  26. 3 TEXTINCLUDE DISCARDABLE 
  27. BEGIN
  28.     "#define _AFX_NO_SPLITTER_RESOURCESrn"
  29.     "#define _AFX_NO_OLE_RESOURCESrn"
  30.     "#define _AFX_NO_TRACKER_RESOURCESrn"
  31.     "#define _AFX_NO_PROPERTY_RESOURCESrn"
  32.     "rn"
  33.     "#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)rn"
  34.     "#ifdef _WIN32rn"
  35.     "LANGUAGE 9, 1rn"
  36.     "#pragma code_page(1252)rn"
  37.     "#endifrn"
  38.     "#include ""res\$$Root$$.rc2""  // non-Microsoft Visual C++ edited resourcesrn"
  39.     "#include ""afxres.rc""         // Standard componentsrn"
  40.     "#endif"
  41. ""
  42. END
  43. /////////////////////////////////////////////////////////////////////////////
  44. #endif    // APSTUDIO_INVOKED
  45. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  46. #ifdef _WIN32
  47. LANGUAGE 9, 1
  48. #pragma code_page(1252)
  49. #endif
  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\$$Root$$.ico"
  57. /////////////////////////////////////////////////////////////////////////////
  58. //
  59. // Dialog
  60. //
  61. $$IF(ABOUT_BOX)
  62. IDD_ABOUTBOX DIALOG DISCARDABLE  0, 0, 217, 55
  63. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  64. CAPTION "About $$SHEET_TITLE$$"
  65. FONT 8, "MS Sans Serif"
  66. BEGIN
  67.     ICON            IDR_MAINFRAME,IDC_STATIC,11,17,20,20
  68.     LTEXT           "$$SHEET_TITLE$$ Version 1.0",IDC_STATIC,40,10,119,8,
  69.                     SS_NOPREFIX
  70.     LTEXT           "Copyright