Click here to Skip to main content
15,893,663 members
Articles / Desktop Programming / MFC

2D Graph ActiveX Control

Rate me:
Please Sign up or sign in to vote.
4.89/5 (159 votes)
5 Aug 2003MIT8 min read 1.5M   70.2K   339  
An ActiveX control for 2D data visualisation
; CLW file contains information for the MFC ClassWizard

[General Info]
Version=1
LastClass=CNTGraphCtrl
LastTemplate=CDialog
NewFileInclude1=#include "stdafx.h"
NewFileInclude2=#include "NTGraph.h"
CDK=Y

ClassCount=2
Class1=CNTGraphCtrl
Class2=CNTGraphPropPage

ResourceCount=9
Resource1=IDD_PROPPAGE_NTGRAPH (Deutsch (Deutschland))
LastPage=0
Resource2=IDD_PROPPAGE_NTGRAPH (German (Germany))
Resource3=IDD_PROPPAGE_SMALL (Deutsch (Deutschland))
Resource4=IDD_PROPPAGE_NTGRAPH1 (Deutsch (Deutschland))
Resource5=IDD_PROPPAGE_MEDIUM (Deutsch (Deutschland))
Resource6=IDD_ABOUTBOX_NTGRAPH (Deutsch (Deutschland))
Resource7=IDD_ABOUTBOX_NTGRAPH
Resource8=IDD_ABOUTBOX_NTGRAPH (German (Germany))
Resource9=IDD_PROPPAGE_NTGRAPH

[CLS:CNTGraphCtrl]
Type=0
HeaderFile=NTGraphCtl.h
ImplementationFile=NTGraphCtl.cpp
Filter=W
BaseClass=COleControl
VirtualFilter=wWC
LastObject=CNTGraphCtrl

[CLS:CNTGraphPropPage]
Type=0
HeaderFile=NTGraphPpg.h
ImplementationFile=NTGraphPpg.cpp
Filter=D
BaseClass=COlePropertyPage
VirtualFilter=idWC
LastObject=CNTGraphPropPage

[DLG:IDD_ABOUTBOX_NTGRAPH]
Type=1
Class=?
ControlCount=4
Control1=IDC_STATIC,static,1342177283
Control2=IDC_STATIC,static,1342308352
Control3=IDC_STATIC,static,1342308352
Control4=IDOK,button,1342373889

[DLG:IDD_PROPPAGE_NTGRAPH]
Type=1
Class=CNTGraphPropPage
ControlCount=3
Control1=IDC_CHECK_SHOWGRID,button,1342242819
Control2=IDC_CHECK_ZOOM,button,1476460547
Control3=IDC_CHECK_CURSOR,button,1342242819

[DLG:IDD_PROPPAGE_NTGRAPH (Deutsch (Deutschland))]
Type=1
Class=CNTGraphPropPage
ControlCount=3
Control1=IDC_CHECK_SHOWGRID,button,1342242819
Control2=IDC_CHECK_MMODE,button,1342242819
Control3=IDC_CHECK_SHOWCUR,button,1342242819

[DLG:IDD_ABOUTBOX_NTGRAPH (Deutsch (Deutschland))]
Type=1
Class=?
ControlCount=4
Control1=IDC_STATIC,static,1342177283
Control2=IDC_STATIC,static,1342308352
Control3=IDC_STATIC,static,1342308352
Control4=IDOK,button,1342373889

[DLG:IDD_PROPPAGE_MEDIUM (Deutsch (Deutschland))]
Type=1
Class=?
ControlCount=1
Control1=IDC_STATIC,static,1342308352

[DLG:IDD_PROPPAGE_SMALL (Deutsch (Deutschland))]
Type=1
Class=?
ControlCount=1
Control1=IDC_STATIC,static,1342308352

[DLG:IDD_PROPPAGE_NTGRAPH1 (Deutsch (Deutschland))]
Type=1
Class=?
ControlCount=3
Control1=IDC_CHECK_SHOWGRID,button,1342242819
Control2=IDC_CHECK_MMODE,button,1342242819
Control3=IDC_CHECK_SHOWCUR,button,1342242819

[DLG:IDD_PROPPAGE_NTGRAPH (German (Germany))]
Type=1
Class=CNTGraphPropPage
ControlCount=3
Control1=IDC_CHECK_SHOWGRID,button,1342242819
Control2=IDC_CHECK_ZOOM,button,1476460547
Control3=IDC_CHECK_CURSOR,button,1342242819

[DLG:IDD_ABOUTBOX_NTGRAPH (German (Germany))]
Type=1
Class=?
ControlCount=4
Control1=IDC_STATIC,static,1342177283
Control2=IDC_STATIC,static,1342308352
Control3=IDC_STATIC,static,1342308352
Control4=IDOK,button,1342373889

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 MIT License


Written By
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