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

PropertySheet

开发平台:

Visual C++

  1. ========================================================================
  2.        MICROSOFT FOUNDATION CLASS LIBRARY : $$Root$$
  3. ========================================================================
  4. AppWizard has created this $$Root$$ 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 $$Root$$ application.
  9. $$Root$$.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.     C$$Safe_root$$App application class.
  13. $$Root$$.cpp
  14.     This is the main application source file that contains the application
  15.     class C$$Safe_root$$App.
  16. $$Root$$.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. res$$Root$$.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 $$Root$$.rc.
  24. res$$Root$$.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. $$Root$$.clw
  29.     This file contains information used by ClassWizard to edit existing
  30.     classes or add new classes.  ClassWizard also uses this file to store
  31.     information needed to create and edit message maps and dialog data
  32.     maps and to create prototype member functions.
  33. /////////////////////////////////////////////////////////////////////////////
  34. AppWizard creates $$NUM_PAGES$$ page classes:
  35. $$BEGINLOOP(NUM_PAGES)
  36. $$PAGE_FILE$$.h, $$PAGE_FILE$$.cpp - contain your $$PAGE_CLASS$$ class. 
  37. This class defines the behavior of one of your application's pages.
  38. The dialog's template is in $$Root$$.rc, which can be edited in
  39. Microsoft Developer Studio.
  40. $$ENDLOOP //NUM_PAGES
  41. /////////////////////////////////////////////////////////////////////////////
  42. Other standard files:
  43. StdAfx.h, StdAfx.cpp
  44.     These files are used to build a precompiled header (PCH) file
  45.     named $$Root$$.pch and a precompiled types file named StdAfx.obj.
  46. Resource.h
  47.     This is the standard header file, which defines new resource IDs.
  48.     Microsoft Developer Studio reads and updates this file.
  49. /////////////////////////////////////////////////////////////////////////////
  50. Other notes:
  51. AppWizard uses "TODO:" to indicate parts of the source code you
  52. should add to or customize.
  53. If your application uses MFC in a shared DLL, and your application is 
  54. in a language other than the operating system's current language, you
  55. will need to copy the corresponding localized resources MFC40XXX.DLL
  56. from the Microsoft Visual C++ CD-ROM onto the system or system32 directory,
  57. and rename it to be MFCLOC.DLL.  ("XXX" stands for the language abbreviation.
  58. For example, MFC40DEU.DLL contains resources translated to German.)  If you
  59. don't do this, some of the UI elements of your application will remain in the
  60. language of the operating system.
  61. /////////////////////////////////////////////////////////////////////////////