资源简介
编写一个程序使得其可以画出中国地图,并且能够实现放大缩小,移动等功能,点击你所在省份跳出省份简介。在MFC中添加音乐,对话框中添加背景图片等
代码片段和文件信息
// 1.cpp : Defines the class behaviors for the application.
//
#include “stdafx.h“
#include “1.h“
#include “MainFrm.h“
#include “1Doc.h“
#include “1View.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CMy1App
BEGIN_MESSAGE_MAP(CMy1App CWinApp)
//{{AFX_MSG_MAP(CMy1App)
ON_COMMAND(ID_APP_ABOUT OnAppAbout)
// NOTE - the ClassWizard will add and remove mapping macros here.
// DO NOT EDIT what you see in these blocks of generated code!
//}}AFX_MSG_MAP
// Standard file based document commands
ON_COMMAND(ID_FILE_NEW CWinApp::OnFileNew)
ON_COMMAND(ID_FILE_OPEN CWinApp::OnFileOpen)
// Standard print setup command
ON_COMMAND(ID_FILE_PRINT_SETUP CWinApp::OnFilePrintSetup)
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
// CMy1App construction
CMy1App::CMy1App()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}
/////////////////////////////////////////////////////////////////////////////
// The one and only CMy1App object
CMy1App theApp;
/////////////////////////////////////////////////////////////////////////////
// CMy1App initialization
BOOL CMy1App::InitInstance()
{
AfxEnableControlContainer();
// Standard initialization
// If you are not using these features and wish to reduce the size
// of your final executable you should remove from the following
// the specific initialization routines you do not need.
#ifdef _AFXDLL
Enable3dControls(); // Call this when using MFC in a shared DLL
#else
Enable3dControlsStatic(); // Call this when linking to MFC statically
#endif
// Change the registry key under which our settings are stored.
// TODO: You should modify this string to be something appropriate
// such as the name of your company or organization.
SetRegistryKey(_T(“Local AppWizard-Generated Applications“));
LoadStdProfileSettings(); // Load standard INI file options (including MRU)
// Register the application‘s document templates. Document templates
// serve as the connection between documents frame windows and views.
CSingleDocTemplate* pDocTemplate;
pDocTemplate = new CSingleDocTemplate(
IDR_MAINframe
RUNTIME_CLASS(CMy1Doc)
RUNTIME_CLASS(CMainframe) // main SDI frame window
RUNTIME_CLASS(CMy1View));
AddDocTemplate(pDocTemplate);
// Parse command line for standard shell commands DDE file open
CCommandLineInfo cmdInfo;
ParseCommandLine(cmdInfo);
// Dispatch commands specified on the command line
if (!ProcessShellCommand(cmdInfo))
return FALSE;
// The one and only window has been initialized so show and update it.
m_pMainWnd->ShowWindow(SW_SHOW);
m_pMainWnd->UpdateWindow();
return TRUE;
}
/////////////////////////////////////////////////
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 842656 2010-06-02 13:23 21508105_地图\21508105宋涵_地图\1.aps
文件 3219 2010-06-02 13:25 21508105_地图\21508105宋涵_地图\1.clw
文件 4147 2010-04-21 21:04 21508105_地图\21508105宋涵_地图\1.cpp
文件 4656 2010-06-01 19:11 21508105_地图\21508105宋涵_地图\1.dsp
文件 508 2010-04-21 21:04 21508105_地图\21508105宋涵_地图\1.dsw
文件 1311 2010-04-21 21:04 21508105_地图\21508105宋涵_地图\1.h
文件 238592 2010-06-02 13:25 21508105_地图\21508105宋涵_地图\1.ncb
文件 104208 2010-06-02 13:23 21508105_地图\21508105宋涵_地图\1.plg
文件 17282 2010-06-01 20:46 21508105_地图\21508105宋涵_地图\1.rc
文件 3555976 2010-06-01 20:40 21508105_地图\21508105宋涵_地图\1.wav
文件 1676 2010-04-21 21:04 21508105_地图\21508105宋涵_地图\1Doc.cpp
文件 1434 2010-04-21 21:04 21508105_地图\21508105宋涵_地图\1Doc.h
文件 40904 2010-06-02 13:22 21508105_地图\21508105宋涵_地图\1View.cpp
文件 2591 2010-05-31 22:10 21508105_地图\21508105宋涵_地图\1View.h
文件 2631 2010-06-01 20:41 21508105_地图\21508105宋涵_地图\JiangSu.cpp
文件 1364 2010-06-01 19:05 21508105_地图\21508105宋涵_地图\JiangSu.h
文件 2745 2010-05-31 19:56 21508105_地图\21508105宋涵_地图\MainFrm.cpp
文件 1466 2010-05-30 20:41 21508105_地图\21508105宋涵_地图\MainFrm.h
文件 4205 2010-04-21 21:04 21508105_地图\21508105宋涵_地图\ReadMe.txt
文件 1191 2010-06-01 19:06 21508105_地图\21508105宋涵_地图\resource.h
文件 1192 2004-08-17 20:00 21508105_地图\21508105宋涵_地图\start.wav
文件 203 2010-04-21 21:04 21508105_地图\21508105宋涵_地图\StdAfx.cpp
文件 1054 2010-04-21 21:04 21508105_地图\21508105宋涵_地图\StdAfx.h
文件 1078 2010-04-21 21:04 21508105_地图\21508105宋涵_地图\res\1.ico
文件 393 2010-04-21 21:04 21508105_地图\21508105宋涵_地图\res\1.rc2
文件 1078 2010-04-21 21:04 21508105_地图\21508105宋涵_地图\res\1Doc.ico
文件 810056 2010-06-01 19:06 21508105_地图\21508105宋涵_地图\res\large_g3hK_3436e132095.bmp
文件 1678 2010-06-01 20:45 21508105_地图\21508105宋涵_地图\res\Toolbar.bmp
文件 1151043 2010-06-02 13:23 21508105_地图\21508105宋涵_地图\Debug\1.exe
文件 396296 2010-06-02 13:23 21508105_地图\21508105宋涵_地图\Debug\1.ilk
............此处省略21个文件信息
- 上一篇:西工大C语言实验及考研复试机试
- 下一篇:C++读取DXF
相关资源
- mfc 调用redis
- MFC视频播放器源码(支持avi/wma/mp3等格
- mfc绘图大全(画直线、矩形、椭圆)
- MFC控件重绘
- hook,捕获所有案件,查找所有窗口,
- (学习)VS2010之MFC入门到精通教程
- C++调用百度地图案例
- MFC文档_视图_框架_模板结构体系深入
- 简单员工管理系统(适合初学MFC)
- MFC五子棋游戏
- MFC UDP编程
- MFC的异步网络通讯应用程序
- 深度学习算法地图
- C++MFC模块讲解,黑发程序员课程整理
- 一个简单而强大的基于MFC的web server源
- 基于MFC的VC++仿QQ浏览器源码(雏形)
- MFCaccess.rar
- VC++MFC课程设计的学生成绩管理系统
- MFC 日历控件 万年历 Calendar自绘
- CrystalDiskInfo-HDD/SSD硬盘信息,SMART信息
- MFC自定义界面HUI,高效简单,含详细
- 仿射密码-Affine cipher
- c++MFC车牌自动识别定位,只能定位和
- mfc+sql 酒店客房管理系统
- 基于图割的图像分割OpenCV+MFC实现
- MFC绘制Bezier曲线B样条曲线曲线拟合
- MFC坦克大战
- VC++ 中国象棋经典游戏源代码
- 课程设计: MFC 学生信息管理系统
- MFC对ACCESS数据库的增加、删除、查找
评论
共有 条评论