资源简介
连连看资源·自己写的···························································
代码片段和文件信息
// LLK.cpp : Defines the class behaviors for the application.
//
#include “stdafx.h“
#include “LLK.h“
#include “MainFrm.h“
#include “LLKDoc.h“
#include “LLKView.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CLLKApp
BEGIN_MESSAGE_MAP(CLLKApp CWinApp)
//{{AFX_MSG_MAP(CLLKApp)
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()
/////////////////////////////////////////////////////////////////////////////
// CLLKApp construction
CLLKApp::CLLKApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}
/////////////////////////////////////////////////////////////////////////////
// The one and only CLLKApp object
CLLKApp theApp;
/////////////////////////////////////////////////////////////////////////////
// CLLKApp initialization
BOOL CLLKApp::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(CLLKDoc)
RUNTIME_CLASS(CMainframe) // main SDI frame window
RUNTIME_CLASS(CLLKView));
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;
}
/////////////////////////////////////////
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 54934 2010-06-28 22:37 LLK\3Dfr
文件 386622 2010-06-28 22:37 LLK\animal.bmp
文件 1097831 2010-06-28 22:41 LLK\Debug\LLK.exe
文件 846168 2010-06-28 22:39 LLK\LLK.APS
文件 2217 2010-06-28 22:38 LLK\LLK.clw
文件 4155 2010-06-28 22:38 LLK\LLK.cpp
文件 4687 2010-06-28 22:39 LLK\LLK.dsp
文件 531 2010-06-28 22:38 LLK\LLK.dsw
文件 1323 2010-06-28 22:38 LLK\LLK.h
文件 148480 2010-06-28 22:43 LLK\LLK.ncb
文件 50688 2010-06-28 22:43 LLK\LLK.opt
文件 1886 2010-06-28 22:41 LLK\LLK.plg
文件 11775 2010-06-28 22:38 LLK\LLK.rc
文件 1682 2010-06-28 22:38 LLK\LLKDoc.cpp
文件 1442 2010-06-28 22:38 LLK\LLKDoc.h
文件 5787 2010-06-28 22:39 LLK\LLKView.cpp
文件 2117 2010-06-28 22:38 LLK\LLKView.h
文件 2504 2010-06-28 22:38 LLK\MainFrm.cpp
文件 1581 2010-06-28 22:38 LLK\MainFrm.h
文件 21394 2010-06-28 22:38 LLK\RCa03612
文件 21394 2010-06-28 22:38 LLK\RCa03988
文件 21394 2010-06-28 22:38 LLK\RCb03612
文件 21394 2010-06-28 22:38 LLK\RCc03612
文件 4239 2010-06-28 22:38 LLK\ReadMe.txt
文件 1078 2010-06-28 22:39 LLK\res\LLK.ico
文件 395 2010-06-28 22:39 LLK\res\LLK.rc2
文件 1078 2010-06-28 22:39 LLK\res\LLKDoc.ico
..A..H. 6656 2010-06-28 22:39 LLK\res\Thumbs.db
文件 1078 2010-06-28 22:39 LLK\res\Toolbar.bmp
..A..H. 60928 2010-06-28 22:39 LLK\res\图片\Thumbs.db
............此处省略24个文件信息
相关资源
- VC++实现两台电脑文件传输(源代码)
- 基于Visual C++的屏幕录像完整源代码
- C/C++使用WinIO读取CMOS数据代码
- 回合制游戏c++源代码
- c++ 俄罗斯方块( + 文档)
- Sahni著《数据结构算法与应用——C+
- VT虚拟化驱动+内存读写+机器码修改源
- 21天学通 C++第8版 超清版完整带书签
- 软件工程选课系统含代码,执行文件
- 计算机网络课程设计之Ping程序含C++原
- 基于c++和winsocket的局域网聊天源代码
- 轻松玩转51单片机c语言
- MFC课程设计 职工信息管理系统含完整
- 计算机图形学实验源代码中南民族大
- 数字图像处理实验源代码中值滤波,
- 浙江大学_翁恺_c++_课件和源代码
- Visual C++ 教程 清华大学出版社 郑阿奇
- MFC DLL调用(包含调用和DLL自身源代码
- PCA代码实现详解
- OPENGL的烟花程序(代码)
- Socket编写的一个基于MFC的聊天程序源
- Programming Windows with MFC随书光盘源代码
- RGB图像中值滤波源码
- VC++6.0 MFC串口编程上位机程序代码.
- Visual C++串口通信及测控应用详解--源
- 精通Windows.API-函数、接口、编程(光
- VC++6.0多人网络小游戏-支持多人联机网
- VC++获取网上股市数据并实时图表显示
- MFC编程技巧与范例详解PDF(无水印 带
- 交通标识牌检测c++代码
评论
共有 条评论