SetDocStrings(docStrings)
Assigns the document strings for the template.
| elementName | Description |
| windowTitle | Title used for the window (only for SDI applications) |
| docName | Root for the default document name. |
| fileNewName | Name of the document type, as displayed in the "File/New" dialog |
| filterName | Description of the document type and a wildcard spec for the file open dialog. |
| filterExt | Extension for documents of this file type. |
| regFileTypeId | Internal Id of the document as registered in the registry. Used to associate the extension with the file type. |
| regFileTypeName | Name of the document, as stored in the reigstry. This is the name presented to the user. |