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

Report control - with category

Rate me:
Please Sign up or sign in to vote.
4.66/5 (18 votes)
14 Oct 2005CPOL 102.1K   3.1K   78  
A report control - with category.
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by ReportDemo.rc
//
#define IDD_FIELDCHOOSER                9
#define IDD_ABOUTBOX                    100
#define IDC_ENABLEDISABLE               103
#define IDC_NODROP                      106
#define IDR_MAINFRAME                   128
#define IDR_REPORTTYPE                  129
#define IDD_OPTIONS                     143
#define IDD_OWNERDATA                   144
#define IDD_PERFORMANCE                 145
#define IDD_TREEVIEW                    146
#define IDB_OPTIONS                     151
#define IDB_OPTIONMARKS                 152
#define IDB_REPORT                      153
#define IDB_BITMAP2                     154
#define IDB_BITMAP                      154
#define IDD_CURRENT                     156
#define IDD_CURRENT_DLG                 156
#define IDC_REPORT                      1001
#define IDC_COLUMNLIST                  1002
#define IDB_TREE                        1002
#define ID_FILE_PERFORMANCE             32771
#define ID_FILE_OWNERDATA               32772
#define ID_FILE_TREEVIEW                32773
#define ID_FILE_OPTIONS                 32774
#define ID_EDIT_RESET                   32775
#define ID_EDIT_RESORT                  32776
#define ID_EDIT_MOVEUP                  32777
#define ID_EDIT_MOVEDOWN                32778
#define ID_EDIT_DELETE                  32779
#define ID_EXPAND_CATEGORIES            32780
#define ID_EXPAND_ITEMS                 32781
#define ID_EXPAND_ALL                   32782
#define ID_COLLAPSE_CATEGORIES          32783
#define ID_COLLAPSE_ITEMS               32784
#define ID_COLLAPSE_ALL                 32785
#define ID_EDIT_SELECTALL               32786
#define ID_EDIT_DESELECTALL             32787
#define ID_EDIT_SELECTINVERT            32788
#define ID_VIEW_SINGLESELECT            32789
#define ID_VIEW_SHOWSELECTIONALWAYS     32790
#define ID_VIEW_SHOWCOLORALWAYS         32791
#define ID_VIEW_SHOWHGRID               32792
#define ID_VIEW_SHOWHGRIDEX             32793
#define ID_VIEW_SHOWVGRID               32794
#define ID_VIEW_SHOWEDITROW             32795
#define ID_VIEW_ALTERNATECOLORS         32796
#define ID_VIEW_NOHEADER                32797
#define ID_VIEW_FOCUSSUBITEMS           32798
#define ID_VIEW_EXPANDSUBITEMS          32799
#define ID_STYLES_CATEGORYHDRISDYNAMIC  32800
#define ID_STYLES_AUTOMATICHEADER       32801
#define ID_STYLES_BITMAPFORCATEGORYBUTTON 32802
#define ID_STYLES_ALLOWCOLUMNREMOVAL    32803
#define ID_VIEW_BITMAP                  32804
#define ID_VIEW_FIELDCHOOSER            32805
#define ID_TIME_PAST                    32806
#define ID_TIME_FUTURE                  32807
#define ID_TIME_BOTH                    32808
#define ID_TEST_10                      32809
#define ID_TEST_100                     32810
#define ID_TEST_1000                    32811
#define ID_TEST_10000                   32812
#define ID_STYLES_HEADERS               32813
#define ID_STYLES_SHOW                  32814
#define ID_FILE_TEST                    32815
#define ID_HEADERS_LIMITCOLUMNSWIDTH    32816
#define ID_HEADERS_REMOVEGRAPHICTREECOLUMN 32817
#define ID_Menu                         32818
#define ID_ACCELERATOR32821             32821
#define ID_HELP_CURRENT_VERSION         32824

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_3D_CONTROLS                     1
#define _APS_NEXT_RESOURCE_VALUE        157
#define _APS_NEXT_COMMAND_VALUE         32825
#define _APS_NEXT_CONTROL_VALUE         1001
#define _APS_NEXT_SYMED_VALUE           108
#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
Software Developer
Canada Canada
I have been programming since 1960 in many places, in too many environments and languages. Retired and just doing this for a hobby.

Comments and Discussions