资源简介
vc++ ,小球运动vc++程序
代码片段和文件信息
// MainFrm.cpp : implementation of the CMainframe class
//
#include “stdafx.h“
#include “PaoPao.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
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2012-06-18 10:53 计算机图形-423-张文君\
目录 0 2012-06-18 10:53 计算机图形-423-张文君\ball\
目录 0 2012-06-18 10:53 计算机图形-423-张文君\ball\vc小程序\
目录 0 2012-06-18 10:53 计算机图形-423-张文君\ball\vc小程序\PaoPao\
目录 0 2012-06-18 10:53 计算机图形-423-张文君\ball\vc小程序\PaoPao\PaoPao\
目录 0 2012-06-18 10:53 计算机图形-423-张文君\ball\vc小程序\PaoPao\PaoPao\Debug\
文件 19908 2009-02-24 11:23 计算机图形-423-张文君\ball\vc小程序\PaoPao\PaoPao\Debug\MainFrm.obj
文件 118859 2012-05-24 15:22 计算机图形-423-张文君\ball\vc小程序\PaoPao\PaoPao\Debug\PaoPao.exe
文件 307500 2012-05-24 15:22 计算机图形-423-张文君\ball\vc小程序\PaoPao\PaoPao\Debug\PaoPao.ilk
文件 22936 2009-02-24 14:06 计算机图形-423-张文君\ball\vc小程序\PaoPao\PaoPao\Debug\PaoPao.obj
文件 5497884 2009-02-24 11:23 计算机图形-423-张文君\ball\vc小程序\PaoPao\PaoPao\Debug\PaoPao.pch
文件 492544 2012-05-24 15:22 计算机图形-423-张文君\ball\vc小程序\PaoPao\PaoPao\Debug\PaoPao.pdb
文件 7276 2009-02-24 11:23 计算机图形-423-张文君\ball\vc小程序\PaoPao\PaoPao\Debug\PaoPao.res
文件 14709 2009-02-24 11:23 计算机图形-423-张文君\ball\vc小程序\PaoPao\PaoPao\Debug\PaoPaoDoc.obj
文件 23748 2012-05-24 15:22 计算机图形-423-张文君\ball\vc小程序\PaoPao\PaoPao\Debug\PaoPaoView.obj
文件 24224 2009-02-24 13:07 计算机图形-423-张文君\ball\vc小程序\PaoPao\PaoPao\Debug\PaoPaoView.obj.enc
文件 105619 2009-02-24 11:23 计算机图形-423-张文君\ball\vc小程序\PaoPao\PaoPao\Debug\StdAfx.obj
文件 214016 2012-05-24 15:23 计算机图形-423-张文君\ball\vc小程序\PaoPao\PaoPao\Debug\vc60.idb
文件 364544 2012-05-24 15:22 计算机图形-423-张文君\ball\vc小程序\PaoPao\PaoPao\Debug\vc60.pdb
文件 2507 2009-02-24 11:17 计算机图形-423-张文君\ball\vc小程序\PaoPao\PaoPao\MainFrm.cpp
文件 1581 2009-02-24 11:17 计算机图形-423-张文君\ball\vc小程序\PaoPao\PaoPao\MainFrm.h
文件 28716 2009-02-24 11:25 计算机图形-423-张文君\ball\vc小程序\PaoPao\PaoPao\PaoPao.aps
文件 2274 2009-02-24 13:58 计算机图形-423-张文君\ball\vc小程序\PaoPao\PaoPao\PaoPao.clw
文件 4209 2009-02-24 11:17 计算机图形-423-张文君\ball\vc小程序\PaoPao\PaoPao\PaoPao.cpp
文件 4555 2009-02-24 11:17 计算机图形-423-张文君\ball\vc小程序\PaoPao\PaoPao\PaoPao.dsp
文件 535 2009-02-24 11:17 计算机图形-423-张文君\ball\vc小程序\PaoPao\PaoPao\PaoPao.dsw
文件 1356 2009-02-24 11:17 计算机图形-423-张文君\ball\vc小程序\PaoPao\PaoPao\PaoPao.h
文件 74752 2012-05-24 15:44 计算机图形-423-张文君\ball\vc小程序\PaoPao\PaoPao\PaoPao.ncb
文件 54784 2012-05-24 15:44 计算机图形-423-张文君\ball\vc小程序\PaoPao\PaoPao\PaoPao.opt
文件 825 2012-05-24 15:22 计算机图形-423-张文君\ball\vc小程序\PaoPao\PaoPao\PaoPao.plg
文件 10553 2009-02-24 11:17 计算机图形-423-张文君\ball\vc小程序\PaoPao\PaoPao\PaoPao.rc
............此处省略14个文件信息
- 上一篇:C++语言 《图书馆管理系统》
- 下一篇:C++手机通话记录管理系统
相关资源
- VC++UDP网络聊天程序
- vcredist_x86.rar
- 简单的vc++实现winsock点对点通信
- VC计算器 用VC++设计一个计算器,功能
- DDE server VC++
- 孙鑫VC++深入详解教程(全20讲)PPT讲
- vc++2008 速成版
- DEV C++ 5.0 官方原版
- VC++ 大鱼吃小鱼游戏源码
- VC++操作excel程序
- 矩阵运算程序VC++矩阵运算程序
- 基于VC++实现的人脸检测
- win32 VC++ 合并 exe 和 Dll..
- VC计算器,完整的案例,适合MFC和VC
- VC++小游戏 弹球游戏
- VC++6.0番茄西红柿助手VAXvirsual assist
- 龚建伟MFC串口通信
- VC++/MFC扫雷源代码
- VC++上位机API编程转
- 五子棋mfc,带ai,附教程
- VC++药品信息管理系统源码
- svm算法源代码VC++实现
- (LSB算法)数字水印的VC++实现
- VC++MFC最好最全入门教程
- VC++实现打印
- 对战坦克大战源代码(vc++)
- vc++实现des加密和解密
- vc++6.0中文版支持win7
- VC++串口通信编码
- VC++抓包程序代码
评论
共有 条评论