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

ControlObjectList

Rate me:
Please Sign up or sign in to vote.
3.00/5 (6 votes)
16 Aug 2002CPOL 62.6K   2.1K   25  
Add/Remove/Scroll/Sort Object List (CButton, CStatic, etc..)
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by Icon Manager.rc
//

#define IDD_ICONMANAGER_DIALOG          102
#define IDR_MAINFRAME                   128
#define IDD_FORMAT_DIALOG               139
#define IDC_BUTTON1                     1001
#define IDC_ICON_WIDTH                  1002
#define IDC_ICON_HEIGHT                 1003
#define IDC_SPIN_WIDTH                  1004
#define IDC_SPIN_HEIGHT                 1005
#define IDC_BUTTON2                     1006

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        140
#define _APS_NEXT_COMMAND_VALUE         32782
#define _APS_NEXT_CONTROL_VALUE         1014
#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, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
CEO
Canada Canada

Comments and Discussions