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

Layout Manager for Dialogs, Formviews, DialogBars and PropertyPages

Rate me:
Please Sign up or sign in to vote.
4.92/5 (91 votes)
4 Aug 2000 966.4K   11.9K   320  
A framework to provide automatic layout control for dialogs and forms
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by LayoutManager.rc
//
#define IDD_ABOUTBOX                    100
#define IDD_LAYOUTMANAGER_FORM          101
#define IDD_PROPPAGE1                   107
#define IDR_MAINFRAME                   128
#define IDR_LAYOUTTYPE                  129
#define IDD_DIALOG1                     130
#define IDD_DIALOG2                     131
#define IDD_DIALOG3                     132
#define IDD_PROPPAGE2                   133
#define IDC_BUTTON1                     1000
#define IDC_BUTTON2                     1001
#define IDC_BUTTON3                     1002
#define IDC_BUTTON7                     1003
#define IDC_NEW_ITEM_STATIC             1005
#define IDC_BUTTON8                     1005
#define IDC_NEW_ITEM                    1006
#define IDC_BUTTON4                     1006
#define IDC_ADD_ITEM                    1007
#define IDC_BUTTON6                     1007
#define IDC_ITEM_LIST_STATIC            1008
#define IDC_BUTTON5                     1008
#define IDC_ITEM_LIST                   1009
#define IDC_TAB1                        1010
#define IDC_LIST1                       1011
#define IDC_GROUP1                      1012
#define IDC_CHECK1                      1013
#define IDC_CHECK2                      1014
#define IDC_STATIC1                     1014
#define IDC_CHECK3                      1015
#define IDC_EDIT1                       1015
#define IDC_EDIT2                       1016
#define IDC_EDIT3                       1017
#define IDC_STATIC2                     1018
#define IDC_SPIN1                       1020

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_3D_CONTROLS                     1
#define _APS_NEXT_RESOURCE_VALUE        135
#define _APS_NEXT_COMMAND_VALUE         32771
#define _APS_NEXT_CONTROL_VALUE         1022
#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
Germany Germany
independant software developer from Germany.
author of Euraconf, an isdn/pabx management software

Programmer since 1991, c/c++/java, started with professional games development, now mainly network, telecommunication and internet stuff

Comments and Discussions