Click here to Skip to main content
15,896,154 members
Articles / Desktop Programming / ATL

Create a Universal Document Template which supports Dynamic Frame Window Layout

Rate me:
Please Sign up or sign in to vote.
3.00/5 (8 votes)
14 Dec 20024 min read 49.3K   668   24  
Introduce a programming technology to design a very complex, rich document type.
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by VisualFrameWork.rc
//
#define IDR_MANIFEST                    1
#define IDD_ABOUTBOX                    100
#define IDP_OLE_INIT_FAILED             100
#define IDR_BACKGROUND                  104
#define IDR_ATLFORM                     106
#define IDD_TestFormView                107
#define IDD_DOCUMENTPROPERTYPAGE        108
#define IDS_TITLEDocumentPropertyPage   109
#define IDS_HELPFILEDocumentPropertyPage 110
#define IDB_APPMINIBIT                  111
#define IDS_DOCSTRINGDocumentPropertyPage 112
#define IDR_DOCUMENTPROPERTYPAGE        113
#define IDR_POPUP_CONTROLBAR            118
#define ID_VBA_PROPERTIES               119
#define ID_VBA_IDE                      120
#define ID_VBA_VIEW_CODE                121
#define ID_VBA_MODE                     122
#define IDR_MAINFRAME                   128
#define IDR_VisualFrameWorkTYPE         129
#define IDR_HTML1                       130
#define IDR_HTMLControlBar              130
#define IDR_DesignHTML                  131
#define IDD_DOCProperty                 131
#define IDR_VISUALFRAMEWORK             132
#define IDR_APPLICATION                 133
#define IDR_VISUALFRAMEWORKDOCUMENT     134
#define IDD_FORMVIEW_TOOLWND            135
#define ID_DOC_PROPERTY                 136
#define IDR_TANGRAMTOOLWND              142
#define IDR_DOCUMENTS                   144
#define IDR_DOCUMENTCTRLEX              146
#define IDR_TangramWindow               148
#define IDC_EDIT_CAPTION                1000
#define IDC_BUTTON_DOCPROPERTY          1000
#define IDC_BUTTON_CTRLBAR              1001
#define IDC_CAPTION                     1001
#define IDC_EDIT1                       1002
#define IDC_DOCCOMCTRL                  1002
#define IDC_BUTTON_INSERTDESIGNER       1003
#define IDC_LIST_DESIGNER               1004
#define IDB_BCGBARRES_MENU_IMAGES       2129
#define ID_HAS_ADV_SECURITY             32784
#define ID_VIEW_SystemBar               32858
#define IDS_BCGBARRES_HIDE_BAR          46011
#define IDS_BCGBARRES_EXPAND_BAR        46012
#define IDS_BCGBARRES_CONTRACT_BAR      46013

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        132
#define _APS_NEXT_COMMAND_VALUE         32771
#define _APS_NEXT_CONTROL_VALUE         1003
#define _APS_NEXT_SYMED_VALUE           115
#endif
#endif

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Web Developer
China China
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions