资源简介
1401150326(17号晚上填充后).zip
代码片段和文件信息
// 1401150326.cpp : Defines the class behaviors for the application.
//
#include “stdafx.h“
#include “1401150326.h“
#include “MainFrm.h“
#include “1401150326Doc.h“
#include “1401150326View.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CMy1401150326App
BEGIN_MESSAGE_MAP(CMy1401150326App CWinApp)
//{{AFX_MSG_MAP(CMy1401150326App)
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()
/////////////////////////////////////////////////////////////////////////////
// CMy1401150326App construction
CMy1401150326App::CMy1401150326App()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}
/////////////////////////////////////////////////////////////////////////////
// The one and only CMy1401150326App object
CMy1401150326App theApp;
/////////////////////////////////////////////////////////////////////////////
// CMy1401150326App initialization
BOOL CMy1401150326App::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(CMy1401150326Doc)
RUNTIME_CLASS(CMainframe) // main SDI frame window
RUNTIME_CLASS(CMy1401150326View));
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
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2018-03-14 19:15 1401150326(17号晚上填充后)\
目录 0 2018-03-14 19:15 1401150326(17号晚上填充后)\1401150326\
文件 29380 2017-11-17 21:26 1401150326(17号晚上填充后)\1401150326\1401150326.aps
文件 2504 2017-11-17 22:05 1401150326(17号晚上填充后)\1401150326\1401150326.clw
文件 4309 2017-11-06 21:28 1401150326(17号晚上填充后)\1401150326\1401150326.cpp
文件 4664 2017-11-07 15:48 1401150326(17号晚上填充后)\1401150326\1401150326.dsp
文件 543 2017-11-06 21:28 1401150326(17号晚上填充后)\1401150326\1401150326.dsw
文件 1410 2017-11-06 21:28 1401150326(17号晚上填充后)\1401150326\1401150326.h
文件 173056 2017-11-17 22:05 1401150326(17号晚上填充后)\1401150326\1401150326.ncb
文件 49664 2017-11-17 22:05 1401150326(17号晚上填充后)\1401150326\1401150326.opt
文件 763 2017-11-17 20:55 1401150326(17号晚上填充后)\1401150326\1401150326.plg
文件 12089 2017-11-17 20:52 1401150326(17号晚上填充后)\1401150326\1401150326.rc
文件 1856 2017-11-06 21:28 1401150326(17号晚上填充后)\1401150326\1401150326Doc.cpp
文件 1533 2017-11-06 21:28 1401150326(17号晚上填充后)\1401150326\1401150326Doc.h
文件 14708 2017-11-17 20:53 1401150326(17号晚上填充后)\1401150326\1401150326View.cpp
文件 3497 2017-11-06 23:04 1401150326(17号晚上填充后)\1401150326\1401150326View.dsp
文件 551 2017-11-06 23:06 1401150326(17号晚上填充后)\1401150326\1401150326View.dsw
文件 2792 2017-11-17 20:51 1401150326(17号晚上填充后)\1401150326\1401150326View.h
文件 50176 2017-11-07 15:38 1401150326(17号晚上填充后)\1401150326\1401150326View.ncb
文件 48640 2017-11-07 15:38 1401150326(17号晚上填充后)\1401150326\1401150326View.opt
文件 11820 2017-11-07 15:38 1401150326(17号晚上填充后)\1401150326\1401150326View.plg
文件 509 2017-11-12 22:03 1401150326(17号晚上填充后)\1401150326\AET.CPP
文件 511 2017-11-12 22:02 1401150326(17号晚上填充后)\1401150326\AET.H
文件 530 2017-11-12 22:03 1401150326(17号晚上填充后)\1401150326\Bucket.cpp
文件 548 2017-11-12 22:00 1401150326(17号晚上填充后)\1401150326\Bucket.h
目录 0 2018-03-14 19:15 1401150326(17号晚上填充后)\1401150326\Debug\
文件 131130 2017-11-17 20:55 1401150326(17号晚上填充后)\1401150326\Debug\1401150326.exe
文件 381244 2017-11-17 20:55 1401150326(17号晚上填充后)\1401150326\Debug\1401150326.ilk
文件 23145 2017-11-12 23:19 1401150326(17号晚上填充后)\1401150326\Debug\1401150326.obj
文件 5642496 2017-11-12 23:19 1401150326(17号晚上填充后)\1401150326\Debug\1401150326.pch
文件 476160 2017-11-17 20:55 1401150326(17号晚上填充后)\1401150326\Debug\1401150326.pdb
............此处省略26个文件信息
相关资源
- 电网络分析与综合吴宁课后答案[1-8章
- VisualAssistX_10.9.2112_Cracked.7z
- 清华大学锂电池.pdf
- 231709111059371.rar
- 操作系统课程设计.zip
- httrack_x64-noinst-3.48.22(网站器).zip
- RFID_TEST.zip
- myeclipse2016Stable1.0.rar
- 图像处理标准图像库非常齐全.rar
- 苹果CMSv10模板.zip
- tensorflow指南.pdf
- 如何学习QT-绝对经典.zip
- 鸣鹤房产中介版v1.2.6开源公众号应用
- Pandownload_203.zip
- 先电大数据平台操作手册-XianDian-Big
- 格林财务软件真正永久注册版.exe
- layui-springmvc-imgupload.zip
- 性别检测20151210.ppt
- 考试练习自制软件系统,随机抽题考
- qq_15099569_9208019.zip
- setup-cyowcopy-1.6.0-build-555.rar
- nodejs深入浅出.pdf
- 网络通讯协议关系图[中文珍藏版][P
- optisystem7初级入门中文讲义网络版.p
- CadenceIC617安装全过程.pdf
- QuidwaySVNClient.exe
- Effective.Modern.C.rar
- 一键定时Y自动S预约U座位+重约+后台抢
- GBT+51212-2016+建筑信息模型应用统一标
- VSPD6.9中文破解版.rar
评论
共有 条评论