资源简介
MFC编写的俄罗斯方块,包括界面编写。

代码片段和文件信息
// BarDemo.cpp : Defines the class behaviors for the application.
//
#include “stdafx.h“
#include “BarDemo.h“
#include “MainFrm.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CBarDemoApp
BEGIN_MESSAGE_MAP(CBarDemoApp CWinApp)
//{{AFX_MSG_MAP(CBarDemoApp)
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
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
// CBarDemoApp construction
CBarDemoApp::CBarDemoApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}
/////////////////////////////////////////////////////////////////////////////
// The one and only CBarDemoApp object
CBarDemoApp theApp;
/////////////////////////////////////////////////////////////////////////////
// CBarDemoApp initialization
BOOL CBarDemoApp::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“));
// To create the main window this code creates a new frame window
// object and then sets it as the application‘s main window object.
CMainframe* pframe = new CMainframe;
m_pMainWnd = pframe;
// create and load the frame with its resources
pframe->Loadframe(IDR_MAINframe);
pframe->SetIcon(LoadIcon(IDR_MAINframe)FALSE);
// The one and only window has been initialized so show and update it.
pframe->ShowWindow(SW_SHOW);
pframe->UpdateWindow();
return TRUE;
}
/////////////////////////////////////////////////////////////////////////////
// CBarDemoApp message handlers
/////////////////////////////////////////////////////////////////////////////
// CAboutDlg dialog used for App About
class CAboutDlg : public CDialog
{
public:
CAboutDlg();
// Dialog Data
//{{AFX_DATA(CAboutDlg)
enum { IDD = IDD_ABOUTBOX };
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CAboutDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
//{{AFX_MSG(CAboutDlg)
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2012-02-12 14:01 bardemo\
目录 0 2013-08-08 14:31 bardemo\bardemo\
文件 35528 2013-04-19 15:03 bardemo\bardemo\BarDemo.aps
文件 2590 2013-08-08 14:31 bardemo\bardemo\BarDemo.clw
文件 3684 2004-02-08 15:55 bardemo\bardemo\BarDemo.cpp
文件 5478 2012-02-12 14:01 bardemo\bardemo\BarDemo.dsp
文件 539 2001-09-02 15:20 bardemo\bardemo\BarDemo.dsw
文件 1378 2001-09-02 15:20 bardemo\bardemo\BarDemo.h
文件 1078 2001-09-03 17:57 bardemo\bardemo\BarDemo.ico
文件 123904 2013-08-08 14:31 bardemo\bardemo\BarDemo.ncb
文件 55808 2013-08-08 14:31 bardemo\bardemo\BarDemo.opt
文件 248 2013-08-08 14:30 bardemo\bardemo\BarDemo.plg
文件 10461 2004-02-08 16:26 bardemo\bardemo\BarDemo.rc
文件 399 2001-09-02 15:20 bardemo\bardemo\BarDemo.rc2
文件 4310 2001-09-02 17:23 bardemo\bardemo\bug.bmp
文件 1152 2004-02-08 15:59 bardemo\bardemo\ChildView.cpp
文件 1267 2001-09-02 15:20 bardemo\bardemo\ChildView.h
文件 13906 2005-02-02 22:49 bardemo\bardemo\CoolTabCtrl.cpp
文件 3455 2005-02-02 22:46 bardemo\bardemo\CoolTabCtrl.h
文件 173 2012-01-21 19:37 bardemo\bardemo\copyright.bat
目录 0 2013-03-13 18:01 bardemo\bardemo\Debug\
文件 184393 2013-03-13 18:01 bardemo\bardemo\Debug\BarDemo.exe
文件 552752 2013-03-13 18:01 bardemo\bardemo\Debug\BarDemo.ilk
文件 21752 2013-03-13 18:01 bardemo\bardemo\Debug\BarDemo.obj
文件 6207036 2013-03-13 18:01 bardemo\bardemo\Debug\BarDemo.pch
文件 484352 2013-03-13 18:01 bardemo\bardemo\Debug\BarDemo.pdb
文件 13720 2013-03-13 18:01 bardemo\bardemo\Debug\BarDemo.res
文件 12297 2013-03-13 18:01 bardemo\bardemo\Debug\ChildView.obj
文件 63079 2013-03-13 18:01 bardemo\bardemo\Debug\CoolTabCtrl.obj
文件 37769 2013-03-13 18:01 bardemo\bardemo\Debug\MainFrm.obj
文件 13827 2013-03-13 18:01 bardemo\bardemo\Debug\MyDlg.obj
............此处省略29个文件信息
- 上一篇:单片机C51学习KEIL C的仿真
- 下一篇:用C++编写的翻牌类游戏
相关资源
- 基于MFC的TCP调试助手源码95706
- 基于mfc的多线程文件传输
- MFC数字钟(基于VC6.0)
- VC++MFC小游戏实例教程(实例)+MFC类库
- ChartCtrl控件库(可在VS2019中使用)
- 商品库存管理系统 C++ MFC
- mfc 调用redis
- MFC视频播放器源码(支持avi/wma/mp3等格
- mfc绘图大全(画直线、矩形、椭圆)
- MFC控件重绘
- hook,捕获所有案件,查找所有窗口,
- (学习)VS2010之MFC入门到精通教程
- 俄罗斯方块游戏源码(Tetris)
- MFC文档_视图_框架_模板结构体系深入
- 简单员工管理系统(适合初学MFC)
- 俄罗斯方块(c++控制台代码)
- 俄罗斯方块.cpp
- 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车牌自动识别定位,只能定位和
评论
共有 条评论