Generated Classes, MFC Smart Device Application Wizard

Describes the Generated Classes page of the MFC Smart Device Application Wizard.

This page lists the names of base classes and files that your project generates. By default, the names are based on the project name you specified in the New Project dialog box. You can change most of these names, as described below.

  • Generated classes
    Indicates the names of the classes created for the project. By default, the names are based on the project name. The default MFC project creates a CProjNameView class, a CProjNameApp class, a CProjNameDoc class, and a CProjNameMainFrame class. All other boxes on this page reflect information about the class currently selected in the Generated classes list box.

    To change a class name, use the Class Name box.

  • Class name
    Indicates the name of the class currently selected in the Generated classes list box. If the box is active, you can change the class name. When you change the focus from the Class Name box, any change to the selected class name appears in the Generated classes list box.

  • .h file
    Indicates the name of the header file of the class currently selected in the Generated classes list box. If the text box is active, you can change the name of the header file.

  • Base class
    Indicates the name of the base class for the currently selected class in the Generated classes list box. If the box is active, you can select from the list another class for the base class.

  • .cpp file
    Indicates the name of the source code file associated with the selected class. If the text box is active, you can change the name of the implementation file.

See Also

Reference

MFC Smart Device Application Wizard