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

Professional User Interface Suite

Rate me:
Please Sign up or sign in to vote.
4.99/5 (174 votes)
13 Jan 200423 min read 1.5M   23.6K   641  
MFC extension library enabling software to be provided with a professional UI
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by ProfUIS_Controls.rc
//
#define IDM_ABOUTBOX                    0x0010
#define IDD_ABOUTBOX                    100
#define IDS_ABOUTBOX                    101
#define IDD_PROFUIS_CONTROLS_DIALOG     102
#define IDR_MAINFRAME                   128
#define IDR_MENU1                       129
#define IDR_TOOLBAR1                    131
#define IDB_BITMAP1                     133
#define IDI_ICON_FOR_MENU               134
#define IDD_DIALOG_TAB_DEMO             135
#define IDR_TAB_IMAGES                  136
#define IDR_MENU2                       137
#define IDR_MENU3                       138
#define IDB_BITMAP2                     139
#define IDD_PROFUIS_CONTROLS_DIALOG_NO_TAB 140
#define IDC_CHECK_SHOW_IN_TRAY          1000
#define IDC_ENABLE_DIALOG_CONTEXT_MENU  1001
#define IDC_COMBO_UI_LOOK               1002
#define IDC_COMBO_EDITABLE              1003
#define IDC_EDIT_SAMPLE                 1004
#define IDC_BUTTON_WITH_MENU            1005
#define IDC_BUTTON_COLOR1               1006
#define IDC_BUTTON_COLOR2               1007
#define IDC_COMBO_MENU_OPEN_EFFECT      1008
#define IDC_CHECK_MENU_ANIM_EXPANDING   1009
#define IDC_STATIC_BEFORE_MENU          1010
#define IDC_CHECK_MENU_WITH_SHADOWS     1011
#define IDC_STATIC_GRP_BOX              1012
#define IDC_TAB1                        1013
#define IDC_SHOW_TAB                    1014
#define IDC_BUTTON_TAB_DEMO             1015
#define ID_TABCTRL_OUTER_TOP            1016
#define IDC_USE_SEPARATED_BUTTONS       1016
#define ID_TABCTRL_OUTER_BOTTOM         1017
#define IDC_USE_BORDER                  1017
#define ID_TABCTRL_OUTER_LEFT           1018
#define IDC_USE_FLAT                    1018
#define ID_TABCTRL_OUTER_RIGHT          1019
#define IDC_BUTTON_CLEAR_TABS           1020
#define ID_TABCTRL_INNER_TOP            1021
#define ID_TABCTRL_INNER_BOTTOM         1022
#define ID_TABCTRL_INNER_LEFT           1023
#define ID_TABCTRL_INNER_RIGHT          1024
#define IDC_BUTTON_ADD_TAB_1            1025
#define IDC_BUTTON_ADD_TAB_10           1026
#define IDC_CHECK_SHOW_BORDERS          1027
#define IDC_CHECK_EQUAL_WIDTHS          1028
#define IDC_CHECK_SHOW_CLOSE            1029
#define IDC_MY_MENUBAR                  1029
#define IDC_CHECK_INVERT_VERT_FONT      1030
#define ID_EXTTABCTRL                   1030
#define IDC_CHECK_BOLD_SELECTION        1031
#define IDC_CHECK_SHOW_HELP             1032
#define IDC_MY_TOOLBAR_TOP              1032
#define IDC_CHECK_ENABLE_CLOSE          1033
#define IDC_MY_TOOLBAR_LEFT             1033
#define IDC_CHECK_ENABLE_HELP           1034
#define IDC_CHECK_FULL_WIDTHS           1035
#define IDC_CHECK_CENTER_TEXT           1036
#define IDC_CHECK_AUTOHIDE_SCROLL       1037
#define IDC_CHECK_FOCUS_ON_HOVER        1038
#define IDC_LOOK_2K                     32771
#define IDC_LOOK_XP                     32772
#define ID_OWNERDRAW_ITEM               32773
#define ID_HEIGHT_10PX                  32774
#define ID_HEIGHT_12PX                  32775
#define ID_HEIGHT_14PX                  32776
#define ID_HEIGHT_16PX                  32777
#define ID_HEIGHT_18PX                  32778
#define ID_HEIGHT_20PX                  32779
#define ID_HEIGHT_8PX                   32780
#define ID_HEIGHT_22PX                  32781
#define ID_HEIGHT_24PX                  32782
#define ID_HEIGHT_28PX                  32783
#define ID_HEIGHT_30PX                  32784
#define ID_HEIGHT_26PX                  32785
#define ID_COMBO_ASK_QUESTION           32786
#define ID_BITMAP_LABEL                 32787
#define ID_VIEW_LIKE_OFFICE_2003        32788
#define ID_MY_INDICATOR_1               57665
#define ID_MY_INDICATOR_2               57666
#define ID_MY_INDICATOR_3               57667
#define ID_COLORS_4IN1                  57668
#define ID_COLOR_BTN_HEIGHT             57669

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        141
#define _APS_NEXT_COMMAND_VALUE         32789
#define _APS_NEXT_CONTROL_VALUE         1031
#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
Architect Foss Software Inc
Ukraine Ukraine
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions