ReadMe.txt
上传用户:trjx11
上传日期:2021-03-01
资源大小:158k
文件大小:5k
源码类别:

工具条

开发平台:

Visual C++

  1. ========================================================================
  2.        MICROSOFT FOUNDATION CLASS LIBRARY : ExToolBar
  3. ========================================================================
  4. AppWizard has created this ExToolBar 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 ExToolBar application.
  9. ExToolBar.h
  10.     This is the main header file for the application.  It includes other
  11.     project specific headers (including Resource.h) and declares the
  12.     CExToolBarApp application class.
  13. ExToolBar.cpp
  14.     This is the main application source file that contains the application
  15.     class CExToolBarApp.
  16. ExToolBar.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. Developer Studio.
  21. resExToolBar.ico
  22.     This is an icon file, which is used as the application's icon.  This
  23.     icon is included by the main resource file ExToolBar.rc.
  24. resExToolBar.rc2
  25.     This file contains resources that are not edited by Microsoft 
  26. Developer Studio.  You should place all resources not
  27. editable by the resource editor in this file.
  28. ExToolBar.reg
  29.     This is an example .REG file that shows you the kind of registration
  30.     settings the framework will set for you.  You can use this as a .REG
  31.     file to go along with your application or just delete it and rely
  32.     on the default RegisterShellFileTypes registration.
  33. ExToolBar.odl
  34.     This file contains the Object Description Language source code for the
  35.     type library of your application.
  36. ExToolBar.clw
  37.     This file contains information used by ClassWizard to edit existing
  38.     classes or add new classes.  ClassWizard also uses this file to store
  39.     information needed to create and edit message maps and dialog data
  40.     maps and to create prototype member functions.
  41. /////////////////////////////////////////////////////////////////////////////
  42. For the main frame window:
  43. MainFrm.h, MainFrm.cpp
  44.     These files contain the frame class CMainFrame, which is derived from
  45.     CMDIFrameWnd and controls all MDI frame features.
  46. resToolbar.bmp
  47.     This bitmap file is used to create tiled images for the toolbar.
  48.     The initial toolbar and status bar are constructed in the
  49.     CMainFrame class.  Edit this toolbar bitmap along with the
  50.     array in MainFrm.cpp to add more toolbar buttons.
  51. /////////////////////////////////////////////////////////////////////////////
  52. AppWizard creates one document type and one view:
  53. ExToolBarDoc.h, ExToolBarDoc.cpp - the document
  54.     These files contain your CExToolBarDoc class.  Edit these files to
  55.     add your special document data and to implement file saving and loading
  56.     (via CExToolBarDoc::Serialize).
  57. ExToolBarView.h, ExToolBarView.cpp - the view of the document
  58.     These files contain your CExToolBarView class.
  59.     CExToolBarView objects are used to view CExToolBarDoc objects.
  60. resExToolBarDoc.ico
  61.     This is an icon file, which is used as the icon for MDI child windows
  62.     for the CExToolBarDoc class.  This icon is included by the main
  63.     resource file ExToolBar.rc.
  64. /////////////////////////////////////////////////////////////////////////////
  65. Other standard files:
  66. StdAfx.h, StdAfx.cpp
  67.     These files are used to build a precompiled header (PCH) file
  68.     named ExToolBar.pch and a precompiled types file named StdAfx.obj.
  69. Resource.h
  70.     This is the standard header file, which defines new resource IDs.
  71.     Microsoft Developer Studio reads and updates this file.
  72. /////////////////////////////////////////////////////////////////////////////
  73. Other notes:
  74. AppWizard uses "TODO:" to indicate parts of the source code you
  75. should add to or customize.
  76. If your application uses MFC in a shared DLL, and your application is 
  77. in a language other than the operating system's current language, you
  78. will need to copy the corresponding localized resources MFC40XXX.DLL
  79. from the Microsoft Visual C++ CD-ROM onto the system or system32 directory,
  80. and rename it to be MFCLOC.DLL.  ("XXX" stands for the language abbreviation.
  81. For example, MFC40DEU.DLL contains resources translated to German.)  If you
  82. don't do this, some of the UI elements of your application will remain in the
  83. language of the operating system.
  84. /////////////////////////////////////////////////////////////////////////////