ReadMe.txt
上传用户:sesekoo
上传日期:2020-07-18
资源大小:21543k
文件大小:4k
源码类别:

界面编程

开发平台:

Visual C++

  1. ========================================================================
  2.        MICROSOFT FOUNDATION CLASS LIBRARY : MDI
  3. ========================================================================
  4.  
  5. AppWizard has created this MDI 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 MDI application.
  10. MDI_InnerOuterBars.dsp
  11.     This file (the project file) contains information at the project level and
  12.     is used to build a single project or subproject. Other users can share the
  13.     project (.dsp) file, but they should export the makefiles locally.
  14. MDI_InnerOuterBars.h
  15.     This is the main header file for the application.  It includes other
  16.     project specific headers (including Resource.h) and declares the
  17.     CMDI_InnerOuterBarsApp application class.
  18. MDI_InnerOuterBars.cpp
  19.     This is the main application source file that contains the application
  20.     class CMDI_InnerOuterBarsApp.
  21. MDI_InnerOuterBars.rc
  22.     This is a listing of all of the Microsoft Windows resources that the
  23.     program uses.  It includes the icons, bitmaps, and cursors that are stored
  24.     in the RES subdirectory.  This file can be directly edited in Microsoft
  25. Visual C++.
  26. MDI_InnerOuterBars.clw
  27.     This file contains information used by ClassWizard to edit existing
  28.     classes or add new classes.  ClassWizard also uses this file to store
  29.     information needed to create and edit message maps and dialog data
  30.     maps and to create prototype member functions.
  31. resMDI_InnerOuterBars.ico
  32.     This is an icon file, which is used as the application's icon.  This
  33.     icon is included by the main resource file MDI_InnerOuterBars.rc.
  34. resMDI_InnerOuterBars.rc2
  35.     This file contains resources that are not edited by Microsoft 
  36. Visual C++.  You should place all resources not editable by
  37. the resource editor in this file.
  38. /////////////////////////////////////////////////////////////////////////////
  39. For the main frame window:
  40. MainFrm.h, MainFrm.cpp
  41.     These files contain the frame class CMainFrame, which is derived from
  42.     CMDI_InnerOuterBarsFrameWnd and controls all MDI_InnerOuterBars frame features.
  43. resToolbar.bmp
  44.     This bitmap file is used to create tiled images for the toolbar.
  45.     The initial toolbar and status bar are constructed in the CMainFrame
  46.     class. Edit this toolbar bitmap using the resource editor, and
  47.     update the IDR_MAINFRAME TOOLBAR array in MDI_InnerOuterBars.rc to add
  48.     toolbar buttons.
  49. /////////////////////////////////////////////////////////////////////////////
  50. For the child frame window:
  51. ChildFrm.h, ChildFrm.cpp
  52.     These files define and implement the CChildFrame class, which
  53.     supports the child windows in an MDI_InnerOuterBars application.
  54. /////////////////////////////////////////////////////////////////////////////
  55. /////////////////////////////////////////////////////////////////////////////
  56. Other standard files:
  57. StdAfx.h, StdAfx.cpp
  58.     These files are used to build a precompiled header (PCH) file
  59.     named MDI_InnerOuterBars.pch and a precompiled types file named StdAfx.obj.
  60. Resource.h
  61.     This is the standard header file, which defines new resource IDs.
  62.     Microsoft Visual C++ reads and updates this file.
  63. /////////////////////////////////////////////////////////////////////////////
  64. Other notes:
  65. AppWizard uses "TODO:" to indicate parts of the source code you
  66. should add to or customize.
  67. If your application uses MFC in a shared DLL, and your application is 
  68. in a language other than the operating system's current language, you
  69. will need to copy the corresponding localized resources MFC42XXX.DLL
  70. from the Microsoft Visual C++ CD-ROM onto the system or system32 directory,
  71. and rename it to be MFCLOC.DLL.  ("XXX" stands for the language abbreviation.
  72. For example, MFC42DEU.DLL contains resources translated to German.)  If you
  73. don't do this, some of the UI elements of your application will remain in the
  74. language of the operating system.
  75. /////////////////////////////////////////////////////////////////////////////