When an Application Wizard creates a new project, it automatically generates two forms for the new application, a Quick Start form and an About form, subclassed respectively from the wzQuickStartForm and Wzaboutdialog forms in the Appwiz.vcx library.
The subclassed forms are containers for the following objects.
Wzaboutdialog Members
| Object | Class | Description |
| cmdOK | CommandButton | Releases the form. |
WzQuickStartForm Members
| Object | Class | Description |
| CmdClose | CommandButton | Closes the QuickStart form. |
| CmdRun | CommandButton | Runs the form currently selected in the list box. |
| LblForms | Label | Text label. |
| LstForms | List Box | Contains a list of all forms defined in the application, generated automatically in the list box's Init method. When the user double-clicks the name of a form, the form is run. |