Click here to Skip to main content
15,893,381 members
Articles / Desktop Programming / ATL

ATL Chart Control

Rate me:
Please Sign up or sign in to vote.
3.83/5 (10 votes)
20 Apr 2007CPOL4 min read 49.4K   3.1K   42  
Article based on chart control using ATL
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by ChartATL_DemoApplication.rc
//
#define IDD_CHARTATL_DEMOAPPLICATION_DIALOG 102
#define IDR_MAINFRAME                   128
#define IDC_EDIT1                       1005
#define IDC_EDIT2                       1006
#define IDC_EDIT3                       1007
#define IDC_EDIT4                       1008
#define IDC_EDIT20                      1009
#define IDC_EDIT5                       1010
#define IDC_EDIT6                       1011
#define IDC_EDIT7                       1012
#define IDC_EDIT8                       1013
#define IDC_EDIT9                       1014
#define IDC_EDIT10                      1015
#define IDC_EDIT11                      1016
#define IDC_EDIT12                      1017
#define IDC_EDIT13                      1018
#define IDC_EDIT14                      1019
#define IDC_EDIT15                      1020
#define IDC_EDIT16                      1021
#define IDC_EDIT17                      1022
#define IDC_EDIT18                      1023
#define IDC_EDIT19                      1024
#define IDC_COMBO2                      1025
#define IDC_COMBO3                      1026
#define IDC_COMBO4                      1027
#define IDC_COMBO5                      1028
#define IDC_CHARTCTRL1                  1029

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

Comments and Discussions