ReadMe.txt
上传用户:zdjx198
上传日期:2007-01-02
资源大小:95k
文件大小:4k
源码类别:

ListView/ListBox

开发平台:

Visual C++

  1. ========================================================================
  2.        MICROSOFT FOUNDATION CLASS LIBRARY : gridlist
  3. ========================================================================
  4. Please see the Docs directory for implementation help.
  5. AppWizard has created this gridlist application for you.  This application
  6. not only demonstrates the basics of using the Microsoft Foundation classes
  7. but is also a starting point for writing your application.
  8. This file contains a summary of what you will find in each of the files that
  9. make up your gridlist application.
  10. gridlist.h
  11.     This is the main header file for the application.  It includes other
  12.     project specific headers (including Resource.h) and declares the
  13.     CGridlistApp application class.
  14. gridlist.cpp
  15.     This is the main application source file that contains the application
  16.     class CGridlistApp.
  17. gridlist.rc
  18.     This is a listing of all of the Microsoft Windows resources that the
  19.     program uses.  It includes the icons, bitmaps, and cursors that are stored
  20.     in the RES subdirectory.  This file can be directly edited in Microsoft
  21. Developer Studio.
  22. resgridlist.ico
  23.     This is an icon file, which is used as the application's icon.  This
  24.     icon is included by the main resource file gridlist.rc.
  25. resgridlist.rc2
  26.     This file contains resources that are not edited by Microsoft 
  27. Developer Studio.  You should place all resources not
  28. editable by the resource editor in this file.
  29. gridlist.clw
  30.     This file contains information used by ClassWizard to edit existing
  31.     classes or add new classes.  ClassWizard also uses this file to store
  32.     information needed to create and edit message maps and dialog data
  33.     maps and to create prototype member functions.
  34. /////////////////////////////////////////////////////////////////////////////
  35. For the main frame window:
  36. MainFrm.h, MainFrm.cpp
  37.     These files contain the frame class CMainFrame, which is derived from
  38.     CFrameWnd and controls all SDI frame features.
  39. resToolbar.bmp
  40.     This bitmap file is used to create tiled images for the toolbar.
  41.     The initial toolbar and status bar are constructed in the
  42.     CMainFrame class.  Edit this toolbar bitmap along with the
  43.     array in MainFrm.cpp to add more toolbar buttons.
  44. /////////////////////////////////////////////////////////////////////////////
  45. AppWizard creates one document type and one view:
  46. gridlistDoc.h, gridlistDoc.cpp - the document
  47.     These files contain your CGridlistDoc class.  Edit these files to
  48.     add your special document data and to implement file saving and loading
  49.     (via CGridlistDoc::Serialize).
  50. gridlistView.h, gridlistView.cpp - the view of the document
  51.     These files contain your CGridlistView class.
  52.     CGridlistView objects are used to view CGridlistDoc objects.
  53. /////////////////////////////////////////////////////////////////////////////
  54. Other standard files:
  55. StdAfx.h, StdAfx.cpp
  56.     These files are used to build a precompiled header (PCH) file
  57.     named gridlist.pch and a precompiled types file named StdAfx.obj.
  58. Resource.h
  59.     This is the standard header file, which defines new resource IDs.
  60.     Microsoft Developer Studio reads and updates this file.
  61. /////////////////////////////////////////////////////////////////////////////
  62. Other notes:
  63. AppWizard uses "TODO:" to indicate parts of the source code you
  64. should add to or customize.
  65. If your application uses MFC in a shared DLL, and your application is 
  66. in a language other than the operating system's current language, you
  67. will need to copy the corresponding localized resources MFC40XXX.DLL
  68. from the Microsoft Visual C++ CD-ROM onto the system or system32 directory,
  69. and rename it to be MFCLOC.DLL.  ("XXX" stands for the language abbreviation.
  70. For example, MFC40DEU.DLL contains resources translated to German.)  If you
  71. don't do this, some of the UI elements of your application will remain in the
  72. language of the operating system.
  73. /////////////////////////////////////////////////////////////////////////////