Click here to Skip to main content
15,881,380 members
Articles / Desktop Programming / ATL

CM_ConfigBuilder 1.2g: Visual Studio 6/Visual Studio 2005/Visual Studio 2008 Code Generator for Application Settings Graphic Management

Rate me:
Please Sign up or sign in to vote.
4.94/5 (126 votes)
12 Feb 2008CPOL17 min read 696.1K   9.8K   262  
CM_ConfigBuilder generates and compiles the required files to manage your application's settings/preferences and to store/retrieve them in XML format.
// GuiDefs.h
//

#if !defined(_GUIDEFS_H_)
#define _GUIDEFS_H_

#define DIALOG_BACK_COLOR			RGB(0xD4, 0xE1, 0xEE)
#define DIALOG_EDITBOX_FORE_COLOR	RGB(0x98, 0x02, 0x02)
#define DIALOG_EDITBOX_BACK_COLOR	::GetSysColor(COLOR_WINDOW) //RGB(0xFE, 0xC5, 0xA2)
#define DIALOG_EDITBOX_BORDER_COLOR RGB(0x6B, 0xA1, 0xB8) //::GetSysColor(COLOR_3DDKSHADOW)

#define BORDER 5

#define BACKGROUND_END_COLOR RGB(0x9D, 0xC0, 0xED)
#define BACKGROUND_START_COLOR RGB(0x29, 0x79, 0xDC)
#define STRIP_HEIGHT 50

#endif //!defined(_GUIDEFS_H_)

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
Web Developer
Italy Italy
For all Stefano's latest code, binaries and tutorials visit www.codemachines.com

Comments and Discussions