资源简介
VC绘图(曲线-清除显示-块复制-控件播放动画)
正弦,抛物线,光栅
代码片段和文件信息
// ChildFrm.cpp : implementation of the CChildframe class
//
#include “stdafx.h“
#include “DrawTest.h“
#include “ChildFrm.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CChildframe
IMPLEMENT_DYNCREATE(CChildframe CMDIChildWnd)
BEGIN_MESSAGE_MAP(CChildframe CMDIChildWnd)
//{{AFX_MSG_MAP(CChildframe)
ON_WM_SHOWWINDOW()
//}}AFX_MSG_MAP
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
// CChildframe construction/destruction
CChildframe::CChildframe()
{
// TODO: add member initialization code here
}
CChildframe::~CChildframe()
{
}
BOOL CChildframe::PreCreateWindow(CREATESTRUCT& cs)
{
// TODO: Modify the Window class or styles here by modifying
// the CREATESTRUCT cs
if( !CMDIChildWnd::PreCreateWindow(cs) )
return FALSE;
return TRUE;
}
/////////////////////////////////////////////////////////////////////////////
// CChildframe diagnostics
#ifdef _DEBUG
void CChildframe::AssertValid() const
{
CMDIChildWnd::AssertValid();
}
void CChildframe::Dump(CDumpContext& dc) const
{
CMDIChildWnd::Dump(dc);
}
#endif //_DEBUG
/////////////////////////////////////////////////////////////////////////////
// CChildframe message handlers
void CChildframe::OnShowWindow(BOOL bShow UINT nStatus)
{
CMDIChildWnd::OnShowWindow(bShow nStatus);
// TODO: Add your message handler code here
this->ShowWindow(SW_MAXIMIZE);
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 706 2011-01-17 17:36 DrawTest.positions
文件 12827 2011-01-17 17:34 DrawTest.rc
文件 1782 2011-01-17 11:09 DrawTestDoc.cpp
文件 1497 2011-01-17 11:09 DrawTestDoc.h
文件 6596 2011-01-17 17:34 DrawTestView.cpp
文件 2238 2011-01-17 17:31 DrawTestView.h
文件 19248 1998-02-05 15:40 file_dbl.avi
文件 2035 2011-01-17 14:22 MainFrm.cpp
文件 1514 2011-01-17 11:09 MainFrm.h
文件 4503 2011-01-17 11:09 ReadMe.txt
文件 924 2011-01-17 17:24 resource.h
文件 210 2011-01-17 11:09 StdAfx.cpp
文件 1054 2011-01-17 11:09 StdAfx.h
文件 127038 2011-01-17 17:34 Debug\DrawTest.exe
文件 1078 2011-01-17 11:09 res\DrawTest.ico
文件 400 2011-01-17 11:09 res\DrawTest.rc2
文件 1078 2011-01-17 11:09 res\DrawTestDoc.ico
文件 1611 2011-01-17 11:33 ChildFrm.cpp
文件 1311 2011-01-17 11:33 ChildFrm.h
文件 43668 2011-01-17 17:34 DrawTest.aps
文件 2715 2011-01-17 17:34 DrawTest.clw
文件 4495 2011-01-17 14:21 DrawTest.cpp
文件 4658 2011-01-17 12:22 DrawTest.dsp
文件 522 2011-01-17 11:09 DrawTest.dsw
文件 1378 2011-01-17 11:09 DrawTest.h
文件 66560 2011-01-17 17:36 DrawTest.ncb
文件 55808 2011-01-17 17:36 DrawTest.opt
文件 907 2011-01-17 17:34 DrawTest.plg
目录 0 2011-01-17 20:08 Debug
目录 0 2011-01-17 20:08 res
............此处省略3个文件信息
- 上一篇:zbr路由协议源代码及移植方法
- 下一篇:HTTP 请求报文的拦截与篡改
评论
共有 条评论