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

ActiveX/DCOM/ATL

开发平台:

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\PropPageCntr.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\PropPageCntr.ico"
  57. /////////////////////////////////////////////////////////////////////////////
  58. //
  59. // Dialog
  60. //
  61. IDD_PROPPAGECNTR_DIALOG DIALOGEX 0, 0, 317, 246
  62. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  63. EXSTYLE WS_EX_APPWINDOW
  64. CAPTION "PropPageCntr"
  65. FONT 8, "MS Sans Serif"
  66. BEGIN
  67.     PUSHBUTTON      "Close",IDCANCEL,260,25,50,14
  68.     GROUPBOX        "Property Page will appear here...",IDC_STATIC_PROPPAGE,
  69.                     5,20,250,110,NOT WS_VISIBLE
  70.     PUSHBUTTON      "Show",IDC_SHOW,260,5,50,14
  71.     LISTBOX         IDC_RESULTS,5,135,250,105,LBS_SORT | 
  72.                     LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_TABSTOP
  73.     COMBOBOX        IDC_CONTROL,65,5,190,125,CBS_DROPDOWNLIST | CBS_SORT | 
  74.                     WS_VSCROLL | WS_TABSTOP
  75.     LTEXT           "Select:",IDC_STATIC,5,7,45,8
  76. END
  77. #ifndef _MAC
  78. /////////////////////////////////////////////////////////////////////////////
  79. //
  80. // Version
  81. //
  82. VS_VERSION_INFO VERSIONINFO
  83.  FILEVERSION 1,0,0,1
  84.  PRODUCTVERSION 1,0,0,1
  85.  FILEFLAGSMASK 0x3fL
  86. #ifdef _DEBUG
  87.  FILEFLAGS 0x1L
  88. #else
  89.  FILEFLAGS 0x0L
  90. #endif
  91.  FILEOS 0x4L
  92.  FILETYPE 0x1L
  93.  FILESUBTYPE 0x0L
  94. BEGIN
  95.     BLOCK "StringFileInfo"
  96.     BEGIN
  97.         BLOCK "040904B0"
  98.         BEGIN
  99.             VALUE "CompanyName", ""
  100.             VALUE "FileDescription", "PropPageCntr MFC Application"
  101.             VALUE "FileVersion", "1, 0, 0, 1"
  102.             VALUE "InternalName", "PropPageCntr"
  103.             VALUE "LegalCopyright", "Copyright (C) 1998"
  104.             VALUE "LegalTrademarks", ""
  105.             VALUE "OriginalFilename", "PropPageCntr.EXE"
  106.             VALUE "ProductName", "PropPageCntr Application"
  107.             VALUE "ProductVersion", "1, 0, 0, 1"
  108.         END
  109.     END
  110.     BLOCK "VarFileInfo"
  111.     BEGIN
  112.         VALUE "Translation", 0x409, 1200
  113.     END
  114. END
  115. #endif    // !_MAC
  116. /////////////////////////////////////////////////////////////////////////////
  117. //
  118. // DESIGNINFO
  119. //
  120. #ifdef APSTUDIO_INVOKED
  121. GUIDELINES DESIGNINFO DISCARDABLE 
  122. BEGIN
  123.     IDD_PROPPAGECNTR_DIALOG, DIALOG
  124.     BEGIN
  125.         LEFTMARGIN, 7
  126.         RIGHTMARGIN, 310
  127.         TOPMARGIN, 7
  128.         BOTTOMMARGIN, 239
  129.     END
  130. END
  131. #endif    // APSTUDIO_INVOKED
  132. #endif    // English (U.S.) 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_ENU)
  144. #ifdef _WIN32
  145. LANGUAGE 9, 1
  146. #pragma code_page(1252)
  147. #endif
  148. #include "resPropPageCntr.rc2"  // non-Microsoft Visual C++ edited resources
  149. #include "afxres.rc"         // Standard components
  150. #endif
  151. /////////////////////////////////////////////////////////////////////////////
  152. #endif    // not APSTUDIO_INVOKED