Click here to Skip to main content
15,886,565 members
Articles / Desktop Programming / WTL

Custom Tab Controls, Tabbed Frame and Tabbed MDI

Rate me:
Please Sign up or sign in to vote.
4.90/5 (144 votes)
13 Jul 200522 min read 1.6M   35.5K   395  
An extensible framework for creating customized tabs in ATL/WTL, with a VS.NET-like tab control implementation, tabbed frames, tabbed MDI, and more.
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by DockingDemo.rc
//
#define IDD_ABOUTBOX                    100
#define IDR_MAINFRAME                   128
#define IDR_MDICHILD                    129
#define IDI_WARNINGS                    201
#define IDI_FOLDER_OPEN                 202
#define IDI_FOLDER_CLOSED               203
#define IDI_INFO                        204
#define IDI_LOG                         205
#define IDI_ERRORS                      206
#define IDB_MSDEV_TAB_ICONS             207
#define IDD_DOCKEDDIALOG                208
#define IDC_BTN_EXECUTE                 1000
#define IDC_EDIT_COMMAND                1001
#define IDC_LIST                        1003
#define IDC_DIVIDER                     1004
#define ID_VIEW_PANEFIRST               32772
#define ID_VIEW_TASKLIST                32772
#define ID_VIEW_COMMANDWINDOW           32773
#define ID_VIEW_OUTPUT                  32774
#define ID_VIEW_FINDRESULTS             32775
#define ID_VIEW_PANELAST                32775

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        209
#define _APS_NEXT_COMMAND_VALUE         32776
#define _APS_NEXT_CONTROL_VALUE         1005
#define _APS_NEXT_SYMED_VALUE           101
#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
Architect
United States United States
Daniel Bowen used to work as a Software Engineer for Evans & Sutherland in Salt Lake City, Utah working on the modeling tools for high end flight simulators. He then worked for the startup company WiLife Inc. in Draper, Utah working on the software portion of an easy to use and affordable digital video surveillance system. WiLife Inc. is now part of Logitech Inc.

Comments and Discussions