README.TXT
上传用户:xyjtyn
上传日期:2007-01-01
资源大小:85k
文件大小:4k
源码类别:

按钮控件

开发平台:

Visual C++

  1. ========================================================================
  2.        MICROSOFT FOUNDATION CLASS LIBRARY : BTNCOLOR
  3. ========================================================================
  4. AppWizard has generated this BTNCOLOR 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 BTNCOLOR application.
  9. BTNCOLOR.MAK
  10.     This project file is compatible with the Visual C++ Workbench.
  11.     It is also compatible with the NMAKE program provided with the
  12.     Professional Edition of Visual C++.
  13.     To build a debug version of the program from the MS-DOS prompt, type
  14. nmake DEBUG=1 /f BTNCOLOR.MAK
  15.     or to build a release version of the program, type
  16. nmake DEBUG=0 /f BTNCOLOR.MAK
  17. BTNCOLOR.H
  18.     This is the main include file for the application.  It includes other
  19.     project specific includes (including RESOURCE.H) and declares the
  20.     CBtncolorApp application class.
  21. BTNCOLOR.CPP
  22.     This is the main application source file that contains the application
  23.     class CBtncolorApp.
  24. BTNCOLOR.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 with App Studio.
  28. RESBTNCOLOR.ICO
  29.     This is an icon file, which is used as the application's icon.  This
  30.     icon is included by the main resource file BTNCOLOR.RC.
  31. RESBTNCOLOR.RC2
  32.     This file contains resources that are not edited by App Studio.  Initially
  33.     this contains a VERSIONINFO resource that you can customize for your
  34.     application.  You should place other non-App Studio editable resources
  35.     in this file.
  36. BTNCOLOR.DEF
  37.     This file contains information about the application that must be
  38.     provided to run with Microsoft Windows.  It defines parameters
  39.     such as the name and description of the application, and the size
  40.     of the initial local heap.  The numbers in this file are typical
  41.     for applications developed with the Microsoft Foundation Class Library.
  42.     The default stack size can be adjusted by editing the project file.
  43. BTNCOLOR.CLW
  44.     This file contains information used by ClassWizard to edit existing
  45.     classes or add new classes.  ClassWizard also uses this file to store
  46.     information needed to generate and edit message maps and dialog data
  47.     maps and to generate prototype member functions.
  48. /////////////////////////////////////////////////////////////////////////////
  49. For the main frame window:
  50. MAINFRM.H, MAINFRM.CPP
  51.     These files contain the frame class CMainFrame, which is derived from
  52.     CMDIFrameWnd and controls all MDI frame features.
  53. RESTOOLBAR.BMP
  54.     This bitmap file is used to create tiled images for the toolbar.
  55.     The initial toolbar and status bar are constructed in the
  56.     CMainFrame class.  Edit this toolbar bitmap along with the
  57.     array in MAINFRM.CPP to add more toolbar buttons.
  58. /////////////////////////////////////////////////////////////////////////////
  59. AppWizard creates one document type and one view:
  60. BTNCODOC.H, BTNCODOC.CPP - the document
  61.     These files contain your CBtncolorDoc class.  Edit these files to
  62.     add your special document data and to implement file saving and loading
  63.     (via CBtncolorDoc::Serialize).
  64. BTNCOVW.H, BTNCOVW.CPP - the view of the document
  65.     These files contain your CBtncolorView class.
  66.     CBtncolorView objects are used to view CBtncolorDoc objects.
  67.     
  68. RESBTNCODOC.ICO
  69.     This is an icon file, which is used as the icon for MDI child windows
  70.     for the CBtncolorDoc class.  This icon is included by the main
  71.     resource file BTNCOLOR.RC.
  72. /////////////////////////////////////////////////////////////////////////////
  73. Other standard files:
  74. STDAFX.H, STDAFX.CPP
  75.     These files are used to build a precompiled header (PCH) file
  76.     named STDAFX.PCH and a precompiled types (PCT) file named STDAFX.OBJ.
  77. RESOURCE.H
  78.     This is the standard header file, which defines new resource IDs.
  79.     App Studio reads and updates this file.
  80. /////////////////////////////////////////////////////////////////////////////
  81. Other notes:
  82. AppWizard uses "TODO:" to indicate parts of the source code you
  83. should add to or customize.
  84. /////////////////////////////////////////////////////////////////////////////