Article ID: 129095
Article Last Modified on 11/21/2006
IDR_MAINFRAME <windowTitle>\n<docName>\n<fileNewName>\n
<filterName>\n <filterExt>\n<regFileTypeID>\n
<regFileTypeName>\n <filterMacExt(filterWinExt)>\n
<filterMacName(filterWinName)>
The following table defines each of the substrings:| Substring | Definition |
|---|---|
| <windowTitle> | Name that appears in the application window's title bar (for example, "Microsoft Excel"). Present only in the document template for SDI applications. |
| <docName> | Root for the default document name (for example, "Sheet"). This root plus a number is used for the default name of a new document of this type whenever the user chooses the New command from the File menu (for example, "Sheet1" or "Sheet2"). If not specified, "Untitled" is used as the default. |
| <fileNewName> | Name of this document type. If the application supports more than one type of document, this string is displayed in the File New dialog box (for example, "Worksheet"). If not specified, the document type is inaccessible using the File New command. |
| <filterName> | Description of the document type and a wildcard filter matching documents of this type. This string is displayed in the List Files Of Type drop-down list in the File Open dialog box (for example, "Worksheets (*.XLS)"). If not specified, the document type is inaccessible using the File Open command. |
| <filterExt> | Extension for documents of this type (for example, ".XLS"). If not specified, the document type is inaccessible using the File Open command. |
| <regFileTypeId> | Identifier for the document type to be stored in the registration database maintained by Windows. This string is for internal use only (for example, "ExcelWorksheet").If not specified, the document type cannot be registered with the Windows File Manager. |
| <regFileTypeName> | Name of the document type to be stored in the registration database. This string may be displayed in dialog boxes of applications that access the registration database (for example, "Microsoft Excel Worksheet"). |
IDR_SCRIBTYPE \nScrib\nScrib\nScrib Files (*.scr)\n.SCR
\nScribble.Document.1\nScrib Document
\nSCRI\nscri Files
<windowTitle> Not used due to MDI application.
<docName> Scrib
<fileNewName> Scrib
<filterName> Scrib Files (*.scr)
<filterExt> .SCR
<regFileTypeId> Scribble.Document.1
<regFileTypeName> Scrib Document
<filterMacExt> SCRI
<filterMacName> scri Files
| windowTitle | default window title |
|---|---|
| docName | user visible name for default document |
| fileNewName | user visible name for FileNew |
| filterName | user visible name for FileOpen |
| filterExt | user visible extension for FileOpen |
| regFileTypeId | REGEDIT visible registered file type identifier |
| regFileTypeName | Shell visible registered file type name |
| windowTitle | default window title |
|---|---|
| docName | user visible name for default document |
| fileNewName | user visible name for FileNew |
| filterName | user visible name for FileOpen |
| filterExt | user visible extension for FileOpen |
| regFileTypeId | REGEDIT visible registered file type identifier |
| regFileTypeName | Shell visible registered file type name |
| filterMacExt | Macintosh file type for FileOpen |
| filterMacName | user visible name for Macintosh FileOpen |
| windowTitle | default window title |
|---|---|
| docName | user visible name for default document |
| fileNewName | user visible name for FileNew |
| filterWinName | user visible name for FileOpen |
| filterWinExt | user visible extension for FileOpen |
| regFileTypeId | REGEDIT visible registered file type identifier |
| regFileTypeName | Shell visible registered file type name |
| filterExt | Macintosh file type for FileOpen |
| filterName | user visible name for Macintosh FileOpen |
Additional query words: appstudio resource
Keywords: kbinfo kbdocview kbprogramming kbusage KB129095