Click here to Skip to main content
15,884,592 members
Articles / Desktop Programming / ATL

ATL Grid control

Rate me:
Please Sign up or sign in to vote.
4.67/5 (16 votes)
6 Feb 2000 396K   54.6K   116  
A grid control for displaying tabular data, based on Chris Maunder's grid control
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by ATLNewGrid.rc
//
#define IDS_PROJNAME                    100
#define IDB_GRID                        101
#define IDR_GRID                        102
#define IDB_EDITCALC                    103
#define IDB_EDITCALC1                   105
#define IDR_EDITCALC                    106
#define IDB_EDITCALC2                   107
#define IDR_EDITCALC1                   108
#define IDD_DLGCALC                     109
#define IDB_IMAGES                      201
#define IDC_BUTTON1                     201
#define IDC_BUTTON2                     202
#define IDB_CALC                        203
#define IDC_BUTTON3                     203
#define IDI_ICON1                       204
#define IDC_BUTTON4                     204
#define IDC_BUTTON5                     205
#define IDR_GRIDCELL                    205
#define IDC_BUTTON6                     206
#define IDC_BUTTON7                     207
#define IDC_BUTTON8                     208
#define IDC_BUTTON9                     209
#define IDC_BUTTON10                    210
#define IDC_BUTTON11                    211
#define IDC_BUTTON12                    212
#define IDC_BUTTON13                    213
#define IDC_BUTTON14                    214
#define IDC_BUTTON15                    215
#define IDC_BUTTON16                    216
#define IDC_BUTTON17                    217
#define IDC_RISULTATO                   218
#define IDC_BUTTON19                    219
#define IDC_BUTTON20                    220
#define IDC_ENTER                       221

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        206
#define _APS_NEXT_COMMAND_VALUE         32768
#define _APS_NEXT_CONTROL_VALUE         219
#define _APS_NEXT_SYMED_VALUE           110
#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
Italy Italy
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions