Click here to Skip to main content
15,881,248 members
Articles / Desktop Programming / MFC

Automatic Tab Bar for MDI Frameworks

Rate me:
Please Sign up or sign in to vote.
4.80/5 (14 votes)
3 Jan 2003Public Domain 245.1K   5.8K   82  
A dockable bar containing a tabbed list of open windows
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by Demo.rc
//
#define IDD_ABOUTBOX                    100
#define IDS_PROPSHT_CAPTION             102
#define IDD_PROPPAGE1                   103
#define IDD_PROPPAGE2                   104
#define IDR_MAINFRAME                   128
#define IDR_DEMOTYPE                    129
#define IDD_WINDOW_MANAGE               130
#define IDR_TABVIEW_MENU                131
#define IDB_LOGO                        132
#define IDC_WINDOWLIST_ACTIVATE         1000
#define IDC_WINDOWLIST_CLOSE            1001
#define IDC_WINDOWLIST_SAVE             1002
#define IDC_WINDOWLIST_TILEHORZ         1003
#define IDC_WINDOWLIST_MINIMIZE         1004
#define IDC_WINDOWLIST_CASCADE          1005
#define IDC_WINDOWLIST_TILEVERT         1006
#define IDC_WINDOWLIST_LIST             1007
#define IDC_FILENAME                    1008
#define IDC_BROWSE                      1009
#define IDC_TILE                        1010
#define IDC_CENTER                      1011
#define IDC_STRETCH                     1012
#define IDC_BKCOLOR                     1013
#define IDC_BKFONT                      1014
#define IDC_SELECTED                    1015
#define IDC_UNSELECTED                  1016
#define IDC_MODIFIED                    1017
#define IDC_ACTIVE                      1018
#define IDC_INACTIVE                    1019
#define IDC_NORMAL                      1020
#define IDC_BUTTONS                     1021
#define IDC_BACKBITMAP                  1023
#define IDC_BACKCOLOR                   1024
#define IDC_BACKLOGO                    1025
#define IDC_DEFAULT                     1026
#define IDC_FLAT                        1027
#define IDC_DISP_ICONS                  1028
#define ID_VIEW_VIEWTAB                 32771
#define ID_VIEW_FULLSCREEN              32772
#define ID_WINDOW_NEXT                  32773
#define ID_WINDOW_PREVIOUS              32774
#define ID_WINDOW_CLOSE_ALL             32775
#define ID_WINDOW_SAVE_ALL              32776
#define ID_WINDOW_MANAGE                32777
#define ID_WINDOW_CLOSE                 32778
#define IDS_WINDOW_MANAGE               32779
#define ID_DEMO                         32780
#define ID_FUNTIME                      32781
#define ID_SETMODIFIED                  32782

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_3D_CONTROLS                     1
#define _APS_NEXT_RESOURCE_VALUE        133
#define _APS_NEXT_COMMAND_VALUE         32783
#define _APS_NEXT_CONTROL_VALUE         1029
#define _APS_NEXT_SYMED_VALUE           105
#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, along with any associated source code and files, is licensed under A Public Domain dedication


Written By
Engineer
Japan Japan
Systems Engineer

Comments and Discussions