Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

130 lines
5.1 KiB

  1. ========================================================================
  2. MICROSOFT FOUNDATION CLASS LIBRARY : CluAdmin
  3. ========================================================================
  4. AppWizard has created this CluAdmin 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 CluAdmin application.
  9. CluAdmin.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. CClusterAdminApp application class.
  13. CluAdmin.cpp
  14. This is the main application source file that contains the application
  15. class CClusterAdminApp.
  16. CluAdmin.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\CluAdmin.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 CluAdmin.rc.
  24. res\CluAdmin.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. CluAdmin.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. CluAdmin.odl
  34. This file contains the Object Description Language source code for the
  35. type library of your application.
  36. CluAdmin.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. res\Toolbar.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. ClusDoc.h, ClusDoc.cpp - the document
  54. These files contain your CClusterDoc class. Edit these files to
  55. add your special document data and to implement file saving and loading
  56. (via CClusterDoc::Serialize).
  57. TreeView.h, TreeView.cpp - the view of the document
  58. These files contain your CClusterTreeView class.
  59. CClusterTreeView objects are used to view CClusterDoc objects.
  60. res\ClusDoc.ico
  61. This is an icon file, which is used as the icon for MDI child windows
  62. for the CClusterDoc class. This icon is included by the main
  63. resource file CluAdmin.rc.
  64. /////////////////////////////////////////////////////////////////////////////
  65. Help Support:
  66. MakeHelp.bat
  67. Use this batch file to create your application's Help file, CluAdmin.hLP.
  68. CluAdmin.hpj
  69. This file is the Help Project file used by the Help compiler to create
  70. your application's Help file.
  71. hlp\*.bmp
  72. These are bitmap files required by the standard Help file topics for
  73. Microsoft Foundation Class Library standard commands.
  74. hlp\*.rtf
  75. This file contains the standard help topics for standard MFC
  76. commands and screen objects.
  77. /////////////////////////////////////////////////////////////////////////////
  78. Other standard files:
  79. StdAfx.h, StdAfx.cpp
  80. These files are used to build a precompiled header (PCH) file
  81. named CluAdmin.pch and a precompiled types file named StdAfx.obj.
  82. Resource.h
  83. This is the standard header file, which defines new resource IDs.
  84. Microsoft Developer Studio reads and updates this file.
  85. /////////////////////////////////////////////////////////////////////////////
  86. Other notes:
  87. AppWizard uses "TODO:" to indicate parts of the source code you
  88. should add to or customize.
  89. If your application uses MFC in a shared DLL, and your application is
  90. in a language other than the operating system's current language, you
  91. will need to copy the corresponding localized resources MFC40XXX.DLL
  92. from the Microsoft Visual C++ CD-ROM onto the system or system32 directory,
  93. and rename it to be MFCLOC.DLL. ("XXX" stands for the language abbreviation.
  94. For example, MFC40DEU.DLL contains resources translated to German.) If you
  95. don't do this, some of the UI elements of your application will remain in the
  96. language of the operating system.
  97. /////////////////////////////////////////////////////////////////////////////