资源简介
VC++6.0的实时曲线图表程序.随着输入数据的变化,图表曲线随之实时的上下波动.
代码片段和文件信息
// MainFrm.cpp : implementation of the CMainframe class
//
#include “stdafx.h“
#include “teechart.h“
#include “MainFrm.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CMainframe
IMPLEMENT_DYNCREATE(CMainframe CframeWnd)
BEGIN_MESSAGE_MAP(CMainframe CframeWnd)
//{{AFX_MSG_MAP(CMainframe)
// NOTE - the ClassWizard will add and remove mapping macros here.
// DO NOT EDIT what you see in these blocks of generated code !
ON_WM_CREATE()
//}}AFX_MSG_MAP
END_MESSAGE_MAP()
static UINT indicators[] =
{
ID_SEPARATOR // status line indicator
ID_INDICATOR_CAPS
ID_INDICATOR_NUM
ID_INDICATOR_SCRL
};
/////////////////////////////////////////////////////////////////////////////
// CMainframe construction/destruction
CMainframe::CMainframe()
{
// TODO: add member initialization code here
}
CMainframe::~CMainframe()
{
}
int CMainframe::OnCreate(LPCREATESTRUCT lpCreateStruct)
{
if (CframeWnd::OnCreate(lpCreateStruct) == -1)
return -1;
if (!m_wndToolBar.CreateEx(this TBstyle_FLAT WS_CHILD | WS_VISIBLE | CBRS_TOP
| CBRS_GRIPPER | CBRS_TOOLTIPS | CBRS_FLYBY | CBRS_SIZE_DYNAMIC) ||
!m_wndToolBar.LoadToolBar(IDR_MAINframe))
{
TRACE0(“Failed to create toolbar\n“);
return -1; // fail to create
}
if (!m_wndStatusBar.Create(this) ||
!m_wndStatusBar.SetIndicators(indicators
sizeof(indicators)/sizeof(UINT)))
{
TRACE0(“Failed to create status bar\n“);
return -1; // fail to create
}
// TODO: Delete these three lines if you don‘t want the toolbar to
// be dockable
m_wndToolBar.EnableDocking(CBRS_ALIGN_ANY);
EnableDocking(CBRS_ALIGN_ANY);
DockControlBar(&m_wndToolBar);
return 0;
}
BOOL CMainframe::PreCreateWindow(CREATESTRUCT& cs)
{
if( !CframeWnd::PreCreateWindow(cs) )
return FALSE;
// TODO: Modify the Window class or styles here by modifying
// the CREATESTRUCT cs
return TRUE;
}
/////////////////////////////////////////////////////////////////////////////
// CMainframe diagnostics
#ifdef _DEBUG
void CMainframe::AssertValid() const
{
CframeWnd::AssertValid();
}
void CMainframe::Dump(CDumpContext& dc) const
{
CframeWnd::Dump(dc);
}
#endif //_DEBUG
/////////////////////////////////////////////////////////////////////////////
// CMainframe message handlers
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
I.A.... 20075 2013-04-05 22:48 teechart\Debug\MainFrm.obj
I.A.... 105766 2013-04-05 22:48 teechart\Debug\StdAfx.obj
I.A.... 118878 2013-04-29 12:58 teechart\Debug\teechart.exe
I.A.... 349072 2013-04-29 12:58 teechart\Debug\teechart.ilk
I.A.... 23210 2013-04-05 22:48 teechart\Debug\teechart.obj
I.A.... 5485000 2013-04-05 22:48 teechart\Debug\teechart.pch
I.A.... 459776 2013-04-29 12:58 teechart\Debug\teechart.pdb
I.A.... 7316 2013-04-05 22:48 teechart\Debug\teechart.res
I.A.... 14993 2013-04-05 22:48 teechart\Debug\teechartDoc.obj
I.A.... 26201 2013-04-29 12:58 teechart\Debug\teechartView.obj
I.A.... 205824 2013-04-29 15:11 teechart\Debug\vc60.idb
I.A.... 364544 2013-04-29 12:58 teechart\Debug\vc60.pdb
I.A.... 2509 2013-04-05 05:42 teechart\MainFrm.cpp
I.A.... 1581 2013-04-05 05:42 teechart\MainFrm.h
I.A.... 4359 2013-04-05 05:42 teechart\ReadMe.txt
I.A.... 1078 2013-04-05 05:42 teechart\res\teechart.ico
I.A.... 400 2013-04-05 05:42 teechart\res\teechart.rc2
I.A.... 1078 2013-04-05 05:42 teechart\res\teechartDoc.ico
I.A.... 1078 2013-04-05 05:42 teechart\res\Toolbar.bmp
I.A.... 496 2013-04-05 05:42 teechart\Resource.h
I.A.... 210 2013-04-05 05:42 teechart\StdAfx.cpp
I.A.... 1054 2013-04-05 05:42 teechart\StdAfx.h
I.A.... 28972 2013-04-05 22:49 teechart\teechart.aps
I.A.... 2220 2013-04-29 15:11 teechart\teechart.clw
I.A.... 4245 2013-04-05 05:42 teechart\teechart.cpp
I.A.... 4597 2013-04-05 05:42 teechart\teechart.dsp
I.A.... 524 2013-04-05 05:47 teechart\teechart.dsw
I.A.... 1378 2013-04-05 05:42 teechart\teechart.h
I.A.... 58368 2013-04-29 15:11 teechart\teechart.ncb
I.A.... 48640 2013-04-29 15:11 teechart\teechart.opt
............此处省略12个文件信息
- 上一篇:c++ 计算m点问题
- 下一篇:网络入侵检查系统VC++
相关资源
- 网络入侵检查系统VC++
- MFC下的数据字典字典管理系统
- surf特征提取与匹配
- VC++串口通信20个经典源码
- VC C++数字图像处理实验程序
- 五个小程序 VC++的源代码
- vc++ MD5算法源码
- TeeChart8+_ActiveX 破解版带源码
- vc实现仪表盘控件
- 停车场管理系统(vc MFC实现)
- 基于VC++的包过滤防火墙论文+源码
- 网络编程\\编程实现收发电子邮件
- 大漠7.1933VIP所有工具+VC++新手注册安装
- 公交自动化系统
- 基于TCP、IP的网络编程
- Microsoft Visual C++ 2010 x86 Runtime - 10.0.4
- 音乐播放器源代码 vc++ 6.0
- VC++多人聊天室
- InstallShield for Microsoft Visual C++ 6
- 模拟炒股源码 集合6个
- vc++2010包含x86和x64
- vc++图书管理系统
- MFC CGridCtrl
- 孔令德的计算机图形学实验及课程设
- Visual Assist X 10.6.1822(VC++6.0可用)
- Opencv和vc++6.0一些常用图像处理算法程
- 计算机网络实验-----基于TCP的网络聊天
- Installshield for VC++ 6.0
- VC++指纹识别算法源代码+说明文档
- VC++MFC编程源代码
评论
共有 条评论