README.TXT
上传用户:bangxh
上传日期:2007-01-31
资源大小:42235k
文件大小:5k
源码类别:

Windows编程

开发平台:

Visual C++

  1. ========================================================================
  2.    MICROSOFT FOUNDATION CLASS LIBRARY : Container
  3. ========================================================================
  4. AppWizard has created this Container application for you.  This application
  5. not only demonstrates the basics of using the Microsoft Foundation classes
  6. but is also a starting point for writing your application.
  7. This file contains a summary of what you will find in each of the files that
  8. make up your Container application.
  9. Contain.mak
  10. This project file is compatible with the Visual C++ development
  11. environment.
  12. It is also compatible with the NMAKE program provided with Visual C++.
  13. To build a debug version of the program from the MS-DOS prompt, type
  14. nmake /f Contain.mak CFG="Win32 Debug"
  15. or to build a release version of the program, type
  16. nmake /f Contain.mak CFG="Win32 Release"
  17. Contain.h
  18. This is the main header file for the application.  It includes other
  19. project specific headers (including Resource.h) and declares the
  20. CContainerApp application class.
  21. Contain.cpp
  22. This is the main application source file that contains the application
  23. class CContainerApp.
  24. Contain.rc
  25. This is a listing of all of the Microsoft Windows resources that the
  26. program uses.  It includes the icons, bitmaps, and cursors that are stored
  27. in the RES subdirectory.  This file can be directly edited in the
  28. Visual C++ development environment.
  29. resContain.ico
  30. This is an icon file, which is used as the application's icon.  This
  31. icon is included by the main resource file Contain.rc.
  32. resContain.rc2
  33. This file contains resources that are not edited by the Visual C++
  34. development environment.  You should place all resources not
  35. editable by the resource editor in this file.
  36. Contain.reg
  37. This is an example .REG file that shows you the kind of registration
  38. settings the framework will set for you.  You can use this as a .REG
  39. file to go along with your application or just delete it and rely
  40. on the default RegisterShellFileTypes registration.
  41. Contain.clw
  42. This file contains information used by ClassWizard to edit existing
  43. classes or add new classes.  ClassWizard also uses this file to store
  44. information needed to create and edit message maps and dialog data
  45. maps and to create prototype member functions.
  46. /////////////////////////////////////////////////////////////////////////////
  47. For the main frame window:
  48. MainFrm.h, MainFrm.cpp
  49. These files contain the frame class CMainFrame, which is derived from
  50. CMDIFrameWnd and controls all MDI frame features.
  51. resToolbar.bmp
  52. This bitmap file is used to create tiled images for the toolbar.
  53. The initial toolbar and status bar are constructed in the
  54. CMainFrame class.  Edit this toolbar bitmap along with the
  55. array in MainFrm.cpp to add more toolbar buttons.
  56. /////////////////////////////////////////////////////////////////////////////
  57. AppWizard creates one document type and one view:
  58. ContrDoc.h, ContrDoc.cpp - the document
  59. These files contain your CContainerDoc class.  Edit these files to
  60. add your special document data and to implement file saving and loading
  61. (via CContainerDoc::Serialize).
  62. ContrVw.h, ContrVw.cpp - the view of the document
  63. These files contain your CContainerView class.
  64. CContainerView objects are used to view CContainerDoc objects.
  65. resContrDoc.ico
  66. This is an icon file, which is used as the icon for MDI child windows
  67. for the CContainerDoc class.  This icon is included by the main
  68. resource file Contain.rc.
  69. /////////////////////////////////////////////////////////////////////////////
  70. AppWizard has also created classes specific to OLE
  71. CntrItem.h, CntrItem.cpp - this class is used to
  72. manipulate OLE objects.  They are usually displayed by your
  73. CContainerView class and serialized as part of your CContainerDoc class.
  74. /////////////////////////////////////////////////////////////////////////////
  75. Other standard files:
  76. StdAfx.h, StdAfx.cpp
  77. These files are used to build a precompiled header (PCH) file
  78. named Contain.pch and a precompiled types file named StdAfx.obj.
  79. Resource.h
  80. This is the standard header file, which defines new resource IDs.
  81. Visual C++ reads and updates this file.
  82. /////////////////////////////////////////////////////////////////////////////
  83. Other notes:
  84. AppWizard uses "TODO:" to indicate parts of the source code you
  85. should add to or customize.
  86. If your application is in a language other than the operating system's
  87. current language, you will need to copy the corresponding localized
  88. resources MFC40XXX.DLL from the Microsoft Visual C++ CD-ROM onto the
  89. system or system32 directory, and rename it to be MFCLOC.DLL.  Otherwise,
  90. some of the UI elements of your application will remain in the language
  91. of the operating system.
  92. /////////////////////////////////////////////////////////////////////////////