In the Project Workspace, switch to ClassView and examine the classes that AppWizard defined in the starter application files:
CAboutDlg
: the class used to create the “About Scribble” dialog boxCChildFrame
: the class used to create the MDI child frame window (which contains the Scribble documents)CMainFrame
: the class used to create the MDI main frame window (which contains the child frame windows)CScribbleApp
: the main application objectCScribbleDoc
: the document classCScribbleView
: the view classBy expanding each class icon, you can view the default member functions and variables AppWiz