Share via


Dialog-Based Applications

OverviewsHow Do IDetails

Feature Only in Professional and Enterprise Editions   Creating a Custom AppWizard is supported only in Visual C++ Professional and Enterprise Editions. For more information, see .

DIALOG.CPP

The primary implementation file for the project’s main dialog box and About dialog box. This file is one of the templates provided by MFCAPWZ.DLL.

DLGPROXY.CPP

The implementation file for the project’s Automation proxy class for the main dialog. This is only used if you have chosen Automation support. This file is one of the templates provided by MFCAPWZ.DLL.

DIALOG.H

The primary header file for the project’s main dialog box and About dialog box. This file is one of the templates provided by MFCAPWZ.DLL.

DLGPROXY.H

The header file for the project’s Automation proxy class for the main dialog. This is only used if you have chosen Automation support. This file is one of the templates provided by MFCAPWZ.DLL.

DLGALL.RC

The primary resource script file that contains all resources that are not localized (translated into languages such as French or Japanese). DLGALL.RC includes (via $$INCLUDE directives) a resource script file, DLGLOC.RC, that contains all of the localized templates. DLGALL.RC is one of the templates provided by MFCAPWZ.DLL.

DLGLOC.RC

The localized resource script file. A localized version of this template resides in each of the localized-resource DLLs, those with names described by APPWZ*.DLL, such as APPWZDEU.DLL. This template is also used for DLL projects.

DLGRES.H

The primary header file for resources. This template is also used for dynamic-link libraries. This file is one of the templates provided by MFCAPWZ.DLL.

DLGROOT.CLW

ClassWizard information file for dialog-based applications generated by AppWizard. This file is one of the templates provided by MFCAPWZ.DLL.

DLGROOT.CPP

The primary implementation file, project.CPP, where project is the project name entered by the end user of the custom AppWizard. This file is one of the templates provided by MFCAPWZ.DLL.

DLGROOT.H

The primary header file, project.H, where project is the project name entered by the end user of the custom AppWizard. This file is one of the templates provided by MFCAPWZ.DLL.

ROOT.ICO

The application icon. This template is also used by MDI and SDI applications. It is one of the templates provided by MFCAPWZ.DLL.

See Also   Standard Custom Resource Templates, All AppWizard Projects, Dynamic-Link Libraries, MDI and SDI Applications, ActiveX Applications, Help File Support, Custom AppWizard Help File Support, Database Applications.