Click here to Skip to main content
15,895,833 members
Articles / Desktop Programming / WTL

A WTL Tab Control for Managing Tab Views

Rate me:
Please Sign up or sign in to vote.
4.54/5 (11 votes)
21 Jun 20024 min read 119.9K   5.2K   36  
This article describes a tab control that automates the management of tab windows.
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by TabViewDemo.rc
//
#define IDD_ABOUTBOX                    100
#define IDR_MAINFRAME                   128
#define IDD_TABVIEWDEMO_FORM            129
#define IDR_HTML1                       201
#define IDD_STYLES_DIALOG               201
#define IDR_JPGS1                       202
#define IDB_TABBITMAP                   202
#define IDC_BUTTON1                     1000
#define IDC_BUTTON2                     1001
#define IDC_EDIT1                       1002
#define IDC_EDIT2                       1003
#define IDC_EDIT3                       1004
#define IDC_CHECK1                      1005
#define IDC_RADIO1                      1006
#define IDC_TCS_BUTTONS                 1006
#define IDC_RADIO2                      1007
#define IDC_TCS_FIXEDWIDTH              1007
#define IDAPPLY                         1008
#define IDC_TCS_FLATBUTTONS             1009
#define IDC_TCS_FOCUSNEVER              1010
#define IDC_TCS_FOCUSONBUTTONDOWN       1011
#define IDC_TCS_FORCEICONLEFT           1012
#define IDC_TCS_FORCELABELLEFT          1013
#define IDC_TCS_HOTTRACK                1014
#define IDC_TCS_MULTILINE               1015
#define IDC_TCS_MULTISELECT             1016
#define IDC_TCS_OWNERDRAWFIXED          1017
#define IDC_TCS_RAGGEDRIGHT             1018
#define IDC_TCS_RIGHT                   1019
#define IDC_TCS_RIGHTJUSTIFY            1020
#define IDC_TCS_BOTTOM                  1021
#define IDC_TCS_SCROLLOPPOSITE          1022
#define IDC_TCS_SINGLELINE              1023
#define IDC_TCS_TABS                    1024
#define IDC_TCS_TOOLTIPS                1025
#define IDC_TCS_VERTICAL                1026
#define ID_DEMO_ADDTAB                  32772
#define ID_DEMO_ADDTAB2                 32773
#define ID_DEMO_REMOVETAB               32774
#define ID_DEMO_REMOVEALLTABS           32775
#define ID_DEMO_STYLES                  32780
#define ATL_IDS_IDLEMESSAGE2            57346

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        203
#define _APS_NEXT_COMMAND_VALUE         32772
#define _APS_NEXT_CONTROL_VALUE         1000
#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
Web Developer
United States United States
Stephen Jones is a Lead Software Engineer for Anark Corporation in Boulder, Colorado.


Comments and Discussions