FlatComboBoxExample.rc
上传用户:hbjdyb2005
上传日期:2021-01-26
资源大小:168k
文件大小:6k
源码类别:

组合框控件

开发平台:

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 (P.R.C.) 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_ENU)rn"
  41.     "#ifdef _WIN32rn"
  42.     "LANGUAGE 9, 1rn"
  43.     "#pragma code_page(1252)rn"
  44.     "#endif //_WIN32rn"
  45.     "#include ""res\FlatComboBoxExample.rc2""  // non-Microsoft Visual C++ edited resourcesrn"
  46.     "#include ""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\FlatComboBoxExample.ico"
  58. #endif    // Chinese (P.R.C.) resources
  59. /////////////////////////////////////////////////////////////////////////////
  60. /////////////////////////////////////////////////////////////////////////////
  61. // English (U.S.) resources
  62. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  63. #ifdef _WIN32
  64. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  65. #pragma code_page(1252)
  66. #endif //_WIN32
  67. /////////////////////////////////////////////////////////////////////////////
  68. //
  69. // Dialog
  70. //
  71. IDD_ABOUTBOX DIALOG DISCARDABLE  0, 0, 235, 55
  72. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  73. CAPTION "About FlatComboBoxExample"
  74. FONT 8, "MS Sans Serif"
  75. BEGIN
  76.     ICON            IDR_MAINFRAME,IDC_STATIC,11,17,21,23
  77.     LTEXT           "FlatComboBoxExample Version 1.0",IDC_STATIC,40,10,119,8,
  78.                     SS_NOPREFIX
  79.     LTEXT           "Portions Copyright