ReadMe.txt
上传用户:laohuji888
上传日期:2021-04-13
资源大小:2075k
文件大小:2k
源码类别:

组合框控件

开发平台:

Visual C++

  1. ========================================================================
  2.     WIN32 APPLICATION : ComboBoxDemo Project Overview
  3. ========================================================================
  4. AppWizard has created this ComboBoxDemo application for you.  
  5. This file contains a summary of what you will find in each of the files that
  6. make up your ComboBoxDemo application.
  7. ComboBoxDemo.vcproj
  8.     This is the main project file for VC++ projects generated using an Application Wizard. 
  9.     It contains information about the version of Visual C++ that generated the file, and 
  10.     information about the platforms, configurations, and project features selected with the
  11.     Application Wizard.
  12. ComboBoxDemo.cpp
  13.     This is the main application source file.
  14. /////////////////////////////////////////////////////////////////////////////
  15. AppWizard has created the following resources:
  16. ComboBoxDemo.rc
  17.     This is a listing of all of the Microsoft Windows resources that the
  18.     program uses.  It includes the icons, bitmaps, and cursors that are stored
  19.     in the RES subdirectory.  This file can be directly edited in Microsoft
  20.     Visual C++.
  21. Resource.h
  22.     This is the standard header file, which defines new resource IDs.
  23.     Microsoft Visual C++ reads and updates this file.
  24. ComboBoxDemo.ico
  25.     This is an icon file, which is used as the application's icon (32x32).
  26.     This icon is included by the main resource file ComboBoxDemo.rc.
  27. small.ico
  28.     This is an icon file, which contains a smaller version (16x16)
  29.     of the application's icon. This icon is included by the main resource
  30.     file ComboBoxDemo.rc.
  31. /////////////////////////////////////////////////////////////////////////////
  32. Other standard files:
  33. StdAfx.h, StdAfx.cpp
  34.     These files are used to build a precompiled header (PCH) file
  35.     named ComboBoxDemo.pch and a precompiled types file named StdAfx.obj.
  36. /////////////////////////////////////////////////////////////////////////////
  37. Other notes:
  38. AppWizard uses "TODO:" comments to indicate parts of the source code you
  39. should add to or customize.
  40. /////////////////////////////////////////////////////////////////////////////