资源简介
vc++ 画图形,选中图形可以移动图形,源代码。
代码片段和文件信息
// MainFrm.cpp : implementation of the CMainframe class
// download by http://www.codefans.net
#include “stdafx.h“
#include “MoveSelOb.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
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 2546 2010-04-15 07:33 MoveSelOb\1 (2).net\MoveSelOb\MainFrm.cpp
文件 1581 2002-06-05 09:04 MoveSelOb\1 (2).net\MoveSelOb\MainFrm.h
文件 28816 2002-06-05 09:05 MoveSelOb\1 (2).net\MoveSelOb\MoveSelOb.aps
文件 2331 2002-06-05 09:06 MoveSelOb\1 (2).net\MoveSelOb\MoveSelOb.clw
文件 4301 2010-04-15 07:33 MoveSelOb\1 (2).net\MoveSelOb\MoveSelOb.cpp
文件 4618 2002-06-05 09:04 MoveSelOb\1 (2).net\MoveSelOb\MoveSelOb.dsp
文件 543 2002-06-05 09:04 MoveSelOb\1 (2).net\MoveSelOb\MoveSelOb.dsw
文件 1389 2002-06-05 09:04 MoveSelOb\1 (2).net\MoveSelOb\MoveSelOb.h
文件 10595 2002-06-05 09:04 MoveSelOb\1 (2).net\MoveSelOb\MoveSelOb.rc
文件 1838 2010-04-15 07:33 MoveSelOb\1 (2).net\MoveSelOb\MoveSelObDoc.cpp
文件 1508 2002-06-05 09:04 MoveSelOb\1 (2).net\MoveSelOb\MoveSelObDoc.h
文件 5060 2010-04-15 07:33 MoveSelOb\1 (2).net\MoveSelOb\MoveSelObView.cpp
文件 2149 2002-06-05 10:22 MoveSelOb\1 (2).net\MoveSelOb\MoveSelObView.h
文件 4383 2002-06-05 09:04 MoveSelOb\1 (2).net\MoveSelOb\ReadMe.txt
文件 1078 2002-06-05 09:04 MoveSelOb\1 (2).net\MoveSelOb\res\MoveSelOb.ico
文件 401 2002-06-05 09:04 MoveSelOb\1 (2).net\MoveSelOb\res\MoveSelOb.rc2
文件 1078 2002-06-05 09:04 MoveSelOb\1 (2).net\MoveSelOb\res\MoveSelObDoc.ico
文件 1078 2002-06-05 09:04 MoveSelOb\1 (2).net\MoveSelOb\res\Toolbar.bmp
...D..R 0 2010-04-15 07:30 MoveSelOb\1 (2).net\MoveSelOb\res
文件 497 2002-06-05 09:04 MoveSelOb\1 (2).net\MoveSelOb\Resource.h
文件 211 2002-06-05 09:04 MoveSelOb\1 (2).net\MoveSelOb\StdAfx.cpp
文件 1054 2002-06-05 09:04 MoveSelOb\1 (2).net\MoveSelOb\StdAfx.h
...D..R 0 2010-04-15 07:32 MoveSelOb\1 (2).net\MoveSelOb
目录 0 2010-04-15 07:30 MoveSelOb\1 (2).net
目录 0 2010-07-24 18:15 MoveSelOb
----------- --------- ---------- ----- ----
77055 25
- 上一篇:人机对战智能五子棋 C语言版
- 下一篇:用c++编写的学生教师管理类
相关资源
- glut.3.7.6+.DevPak
- PL0超强扩展(可视化)
- vc++6.0开发的音频采集程序
- VC++ 导入excel数据
- 五子棋(棋盘)(MFC编写)
- 在线考试系统VC++MFC
- VC++ 视频播放器 程序及源码
- vc++编写的聊天程序
- VC++ 网络对战五子棋游戏(服务端+用
- VC++简单多人聊天室源码
- A*算法vc++源码
- VC++数字图像处理程序设计 63讲 杨淑莹
- VC++就业培训宝典之MFC视频教程及pdf
- vc++ 编写的基于TCP协议的客户/服务器
- VC++红色画笔五边形
- 视频聊天软件 VC++ 源代码
- 简易防火墙VC++
- 3阶魔方通用算法带图形界面vc++,核心
- VC++MFC制作的画图工具
- VC++课程设计一 福彩游戏(代码和报告
- VC++ 录音并生成wav文件
- VC++6.0_MFC基于对话框简单计算器设计
- 无钩子的键盘记录完美实现(VC++)
- NIDAQmxLib VC++ VS2008/2010
- 模拟银行排队叫号机 VC++6
- DDOS攻击源代码 VC++6
- udp 泛洪攻击vc++源码
- 基于VC++6.0的四杆机构运动仿真软件
- Vc++/MFC下 Json解析
- 如何利用VC++自动生成Excel表格
评论
共有 条评论