Share via


MDI and SDI 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 .

AFXcore.RTF

A rich-text file for generating a help (.HLP) file. This file is one of the resource templates provided by the localized language DLLs, such as APPWZJPN.DLL.

ALL.RC

The primary resource script file that resides in MFCAPWZ.DLL and contains all resources that are not localized (translated into languages such as French or Japanese). ALL.RC includes, via $$INCLUDE directives, two localized templates that contain all of the localized resources: LOC.RC and MACLOC.RC. Localized versions of these templates reside in each of the localized-resource DLLs, those with names described by APPWZ*.DLL, such as APPWZDEU.DLL.

CHILDFRM.CPP

The child-frame implementation file. This file is one of the templates provided by MFCAPWZ.DLL.

CHILDFRM.H

The child-frame header file. This file is one of the templates provided by MFCAPWZ.DLL.

DOC.CPP

The document implementation file. This file is one of the templates provided by MFCAPWZ.DLL.

DOC.H

The document header file. This file is one of the templates provided by MFCAPWZ.DLL.

DOC.ICO

The document icon. This file is one of the resource templates provided by the localized language DLLs, such as APPWZJPN.DLL.

FRAME.CPP

The main-frame implementation file. This file is one of the templates provided by MFCAPWZ.DLL.

FRAME.H

The main-frame header file. This file is one of the templates provided by MFCAPWZ.DLL.

LOC.RC

The localized resource script file that contains all the localizable lines of the .RC file. This file is one of the resource templates provided by the localized language DLLs, such as APPWZJPN.DLL.

RESOURCE.H

The primary header file for resources. It is one of the templates provided by MFCAPWZ.DLL.

ROOT.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.

ROOT.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.CLW

The ClassWizard information file for SDI and MDI applications generated by AppWizard. This file is one of the templates provided by MFCAPWZ.DLL.

ROOT.ICO

The application icon. This template is also used by dialog-based applications. It is one of the templates provided by MFCAPWZ.DLL.

VIEW.CPP

The view implementation file. This file is one of the templates provided by MFCAPWZ.DLL.

VIEW.H

The view header file. This file is one of the templates provided by MFCAPWZ.DLL.

APPEXIT.BMP

A bitmap, for use in help files, that creates the user interface for closing the application. This file is one of the resource templates provided by the localized language DLLs, such as APPWZJPN.DLL.

BULLET.BMP

A bitmap, for use in help files, that creates a bullet for items in a bulleted list. This file is one of the resource templates provided by MFCAPWZ.DLL.

CURARW2.BMP

A bitmap, for use in help files, that creates the horizontal-sizing cursor. This file is one of the resource templates provided by MFCAPWZ.DLL.

CURARW4.BMP

A bitmap, for use in help files, that creates the move cursor. This file is one of the resource templates provided by MFCAPWZ.DLL.

CURHELP.BMP

A bitmap, for use in help files, that creates the toolbar button for SHIFT+F1 help. This file is one of the resource templates provided by MFCAPWZ.DLL.

EDITCOPY.BMP

A bitmap, for use in help files, that creates the toolbar button for the Edit menu’s Copy command. This file is one of the resource templates provided by MFCAPWZ.DLL.

EDITCUT.BMP

A bitmap, for use in help files, that creates the toolbar button for the Edit menu’s Cut command. This file is one of the resource templates provided by MFCAPWZ.DLL.

EDITPAST.BMP

A bitmap, for use in help files, that creates the toolbar button for the Edit menu’s Paste command. This file is one of the resource templates provided by MFCAPWZ.DLL.

EDITUNDO.BMP

A bitmap, for use in help files, that creates the toolbar button for the Edit menu’s Undo command. This file is one of the resource templates provided by MFCAPWZ.DLL.

FILENEW.BMP

A bitmap, for use in help files, that creates the toolbar button for the File menu’s New command. This file is one of the resource templates provided by MFCAPWZ.DLL.

FILEOPEN.BMP

A bitmap, for use in help files, that creates the toolbar button for the File menu’s Open command. This file is one of the resource templates provided by MFCAPWZ.DLL.

FILEPRNT.BMP

A bitmap, for use in help files, that creates the toolbar button for the File menu’s Print command. This file is one of the resource templates provided by MFCAPWZ.DLL.

FILESAVE.BMP

A bitmap, for use in help files, that creates the toolbar button for the File menu’s Save command. This file is one of the resource templates provided by MFCAPWZ.DLL.

HLPSBAR.BMP

A bitmap, for use in help files, that creates the status bar. This file is one of the resource templates provided by the localized language DLLs, such as APPWZJPN.DLL.

HLPTBAR.BMP

A bitmap, for use in help files, that creates a cutaway view of the toolbar. This file is one of the resource templates provided by MFCAPWZ.DLL.

RECFIRST.BMP

A bitmap, for use in help files, that creates the toolbar button for the Record menu’s First command. This file is one of the resource templates provided by MFCAPWZ.DLL.

RECLAST.BMP

A bitmap, for use in help files, that creates the toolbar button for the Record menu’s Last command. This file is one of the resource templates provided by MFCAPWZ.DLL.

RECNEXT.BMP

A bitmap, for use in help files, that creates the toolbar button for the Record menu’s Next command. This file is one of the resource templates provided by MFCAPWZ.DLL.

RECPREV.BMP

A bitmap, for use in help files, that creates the toolbar button for the Record menu’s Previous command. This file is one of the resource templates provided by MFCAPWZ.DLL.

SCMAX.BMP

A bitmap, for use in help files, that creates the frame’s maximize button. This file is one of the resource templates provided by MFCAPWZ.DLL.

SCMENU.BMP

A bitmap, for use in help files, that creates a cutaway view of the System and File menus. This file is one of the resource templates provided by the localized language DLLs,  such as APPWZJPN.DLL.

SCMIN.BMP

A bitmap, for use in help files, that creates the frame’s minimize button. This file is one of the resource templates provided by MFCAPWZ.DLL.

TBA___.BMP

A bitmap that creates the default toolbar. The toolbar does not include a Help button. This file is one of the resource templates provided by MFCAPWZ.DLL.

TBAH__.BMP

A bitmap that creates the default toolbar and includes a Help button. This file is one of the resource templates provided by MFCAPWZ.DLL.

TBD__.BMP

A bitmap that creates the default toolbar and includes a database view without file support. The toolbar does not include a Help button. This file is one of the resource templates provided by MFCAPWZ.DLL.

TBDH_.BMP

A bitmap that creates the default toolbar and includes a database view with no file support. The toolbar includes a Help button. This file is one of the resource templates provided by MFCAPWZ.DLL.

TBR__.BMP

A bitmap that creates the default toolbar and includes a database view and file support. The toolbar does not include Help button. This file is one of the resource templates provided by MFCAPWZ.DLL.

TBRH_.BMP

A bitmap that creates the default toolbar and includes a database view and file support. The toolbar includes a Help button. This file is one of the resource templates provided by MFCAPWZ.DLL.

See Also   Standard Custom Resource Templates, Dialog-Based Applications, Dynamic-Link Libraries, ActiveX Applications, Help File Support, Custom AppWizard Help File Support, Database Applications.