AutoCompletionComboBoxExample.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\AutoCompletionComboBoxExample.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\AutoCompletionComboBoxExample.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 AutoCompletionComboBoxExample"
  74. FONT 8, "MS Sans Serif"
  75. BEGIN
  76.     ICON            IDR_MAINFRAME,IDC_STATIC,11,17,20,20
  77.     LTEXT           "AutoCompletionComboBoxExample Version 1.0",IDC_STATIC,
  78.                     40,10,119,8,SS_NOPREFIX
  79.     LTEXT           "Copyright (C) 1999",IDC_STATIC,40,25,119,8
  80.     DEFPUSHBUTTON   "OK",IDOK,178,7,50,14,WS_GROUP
  81. END
  82. IDD_AUTOCOMPLETIONCOMBOBOXEXAMPLE_DIALOG DIALOGEX 0, 0, 226, 117
  83. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  84. EXSTYLE WS_EX_APPWINDOW
  85. CAPTION "AutoCompletionComboBoxExample"
  86. FONT 8, "MS Sans Serif"
  87. BEGIN
  88.     DEFPUSHBUTTON   "Exit",IDOK,137,19,50,14
  89.     LTEXT           "AutoCompletionComboBox Demo:",IDC_STATIC,19,22,110,8
  90.     COMBOBOX        IDC_COMBO1,19,39,108,61,CBS_DROPDOWN | CBS_SORT | 
  91.                     WS_VSCROLL | WS_TABSTOP
  92. END
  93. #ifndef _MAC
  94. /////////////////////////////////////////////////////////////////////////////
  95. //
  96. // Version
  97. //
  98. VS_VERSION_INFO VERSIONINFO
  99.  FILEVERSION 1,0,0,1
  100.  PRODUCTVERSION 1,0,0,1
  101.  FILEFLAGSMASK 0x3fL
  102. #ifdef _DEBUG
  103.  FILEFLAGS 0x1L
  104. #else
  105.  FILEFLAGS 0x0L
  106. #endif
  107.  FILEOS 0x4L
  108.  FILETYPE 0x1L
  109.  FILESUBTYPE 0x0L
  110. BEGIN
  111.     BLOCK "StringFileInfo"
  112.     BEGIN
  113.         BLOCK "040904B0"
  114.         BEGIN
  115.             VALUE "CompanyName", ""
  116.             VALUE "FileDescription", "AutoCompletionComboBoxExample MFC Application"
  117.             VALUE "FileVersion", "1, 0, 0, 1"
  118.             VALUE "InternalName", "AutoCompletionComboBoxExample"
  119.             VALUE "LegalCopyright", "Copyright (C) 1999"
  120.             VALUE "LegalTrademarks", ""
  121.             VALUE "OriginalFilename", "AutoCompletionComboBoxExample.EXE"
  122.             VALUE "ProductName", "AutoCompletionComboBoxExample Application"
  123.             VALUE "ProductVersion", "1, 0, 0, 1"
  124.         END
  125.     END
  126.     BLOCK "VarFileInfo"
  127.     BEGIN
  128.         VALUE "Translation", 0x409, 1200
  129.     END
  130. END
  131. #endif    // !_MAC
  132. /////////////////////////////////////////////////////////////////////////////
  133. //
  134. // DESIGNINFO
  135. //
  136. #ifdef APSTUDIO_INVOKED
  137. GUIDELINES DESIGNINFO DISCARDABLE 
  138. BEGIN
  139.     IDD_ABOUTBOX, DIALOG
  140.     BEGIN
  141.         LEFTMARGIN, 7
  142.         RIGHTMARGIN, 228
  143.         TOPMARGIN, 7
  144.         BOTTOMMARGIN, 48
  145.     END
  146.     IDD_AUTOCOMPLETIONCOMBOBOXEXAMPLE_DIALOG, DIALOG
  147.     BEGIN
  148.         LEFTMARGIN, 7
  149.         RIGHTMARGIN, 219
  150.         TOPMARGIN, 7
  151.         BOTTOMMARGIN, 110
  152.     END
  153. END
  154. #endif    // APSTUDIO_INVOKED
  155. /////////////////////////////////////////////////////////////////////////////
  156. //
  157. // Dialog Info
  158. //
  159. IDD_AUTOCOMPLETIONCOMBOBOXEXAMPLE_DIALOG DLGINIT
  160. BEGIN
  161.     IDC_COMBO1, 0x403, 8, 0
  162. 0x6261, 0x6463, 0x6665, 0x0067, 
  163.     IDC_COMBO1, 0x403, 8, 0
  164. 0x6362, 0x6564, 0x6766, 0x0068, 
  165.     IDC_COMBO1, 0x403, 8, 0
  166. 0x6463, 0x6665, 0x6867, 0x0069, 
  167.     IDC_COMBO1, 0x403, 8, 0
  168. 0x6564, 0x6766, 0x6968, 0x006a, 
  169.     0
  170. END
  171. /////////////////////////////////////////////////////////////////////////////
  172. //
  173. // String Table
  174. //
  175. STRINGTABLE DISCARDABLE 
  176. BEGIN
  177.     IDS_ABOUTBOX            "&About AutoCompletionComboBoxExample..."
  178. END
  179. #endif    // English (U.S.) resources
  180. /////////////////////////////////////////////////////////////////////////////
  181. #ifndef APSTUDIO_INVOKED
  182. /////////////////////////////////////////////////////////////////////////////
  183. //
  184. // Generated from the TEXTINCLUDE 3 resource.
  185. //
  186. #define _AFX_NO_SPLITTER_RESOURCES
  187. #define _AFX_NO_OLE_RESOURCES
  188. #define _AFX_NO_TRACKER_RESOURCES
  189. #define _AFX_NO_PROPERTY_RESOURCES
  190. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  191. #ifdef _WIN32
  192. LANGUAGE 9, 1
  193. #pragma code_page(1252)
  194. #endif //_WIN32
  195. #include "resAutoCompletionComboBoxExample.rc2"  // non-Microsoft Visual C++ edited resources
  196. #include "afxres.rc"         // Standard components
  197. #endif
  198. /////////////////////////////////////////////////////////////////////////////
  199. #endif    // not APSTUDIO_INVOKED