• 大小: 95.54MB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2022-06-17
  • 语言: C/C++
  • 标签: MFC  管理系统  实训  

资源简介

压缩包里面有代码,还有文档,文档里面大致写了增删查改功能如何实现,代码里面也有部分注释,注意,这个解决方案是VS2017及以上才能打开的,VC6VC2010慎下

资源截图

代码片段和文件信息


// line to.cpp: 定义应用程序的类行为。
//

#include “stdafx.h“
#include “line to.h“
#include “line toDlg.h“

#ifdef _DEBUG
#define new DEBUG_NEW
#endif


// ClinetoApp

BEGIN_MESSAGE_MAP(ClinetoApp CWinApp)
ON_COMMAND(ID_HELP &CWinApp::onhelp)
END_MESSAGE_MAP()


// ClinetoApp 构造

ClinetoApp::ClinetoApp()
{
// 支持重新启动管理器
m_dwRestartManagerSupportFlags = AFX_RESTART_MANAGER_SUPPORT_RESTART;

// TODO: 在此处添加构造代码,
// 将所有重要的初始化放置在 InitInstance 中
}


// 唯一的 ClinetoApp 对象

ClinetoApp theApp;


// ClinetoApp 初始化

BOOL ClinetoApp::InitInstance()
{
// 如果一个运行在 Windows XP 上的应用程序清单指定要
// 使用 ComCtl32.dll 版本 6 或更高版本来启用可视化方式,
//则需要 InitCommonControlsEx()。  否则,将无法创建窗口。
INITCOMMONCONTROLSEX InitCtrls;
InitCtrls.dwSize = sizeof(InitCtrls);
// 将它设置为包括所有要在应用程序中使用的
// 公共控件类。
InitCtrls.dwICC = ICC_WIN95_CLASSES;
InitCommonControlsEx(&InitCtrls);

CWinApp::InitInstance();


AfxEnableControlContainer();

// 创建 shell 管理器,以防对话框包含
// 任何 shell 树视图控件或 shell 列表视图控件。
CShellManager *pShellManager = new CShellManager;

// 激活“Windows Native”视觉管理器,以便在 MFC 控件中启用主题
CMFCVisualManager::SetDefaultManager(RUNTIME_CLASS(CMFCVisualManagerWindows));

// 标准初始化
// 如果未使用这些功能并希望减小
// 最终可执行文件的大小,则应移除下列
// 不需要的特定初始化例程
// 更改用于存储设置的注册表项
// TODO: 应适当修改该字符串,
// 例如修改为公司或组织名
SetRegistryKey(_T(“应用程序向导生成的本地应用程序“));

ClinetoDlg dlg;
m_pMainWnd = &dlg;
INT_PTR nResponse = dlg.DoModal();
if (nResponse == IDOK)
{
// TODO: 在此放置处理何时用
//  “确定”来关闭对话框的代码
}
else if (nResponse == IDCANCEL)
{
// TODO: 在此放置处理何时用
//  “取消”来关闭对话框的代码
}
else if (nResponse == -1)
{
TRACE(traceAppMsg 0 “警告: 对话框创建失败,应用程序将意外终止。\n“);
TRACE(traceAppMsg 0 “警告: 如果您在对话框上使用 MFC 控件,则无法 #define _AFX_NO_MFC_CONTROLS_IN_DIALOGS。\n“);
}

// 删除上面创建的 shell 管理器。
if (pShellManager != nullptr)
{
delete pShellManager;
}

#if !defined(_AFXDLL) && !defined(_AFX_NO_MFC_CONTROLS_IN_DIALOGS)
ControlBarCleanUp();
#endif

// 由于对话框已关闭,所以将返回 FALSE 以便退出应用程序,
//  而不是启动应用程序的消息泵。
return FALSE;
}


 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件      263732  2019-01-10 21:32  c++.docx
     目录           0  2018-12-26 13:58  line to\
     目录           0  2018-12-26 13:58  line to\.vs\
     目录           0  2018-12-26 13:58  line to\.vs\line to\
     目录           0  2019-01-02 11:29  line to\.vs\line to\v15\
     文件       39424  2019-01-02 11:29  line to\.vs\line to\v15\.suo
     文件    79413248  2019-01-02 11:29  line to\.vs\line to\v15\Browse.VC.db
     目录           0  2018-12-26 17:19  line to\.vs\line to\v15\ipch\
     文件   121110528  2019-01-02 11:22  line to\.vs\line to\v15\ipch\70394606931f48a1.ipch
     文件   121110528  2018-12-26 12:43  line to\.vs\line to\v15\ipch\9389918276bf8b06.ipch
     目录           0  2019-01-01 18:34  line to\.vs\line to\v15\ipch\AutoPCH\
     目录           0  2018-12-26 14:01  line to\Debug\
     文件      227840  2018-12-27 10:48  line to\Debug\line to.exe
     文件     2233348  2018-12-27 10:48  line to\Debug\line to.ilk
     文件     3076096  2018-12-27 10:48  line to\Debug\line to.pdb
     目录           0  2018-12-27 10:48  line to\line to\
     文件        1434  2018-12-24 13:28  line to\line to.sln
     目录           0  2018-12-27 10:48  line to\line to\Debug\
     文件          82  2018-12-27 10:48  line to\line to\Debug\line to.log
     文件       75568  2018-12-26 17:33  line to\line to\Debug\line to.obj
     文件    56754176  2018-12-26 14:01  line to\line to\Debug\line to.pch
     目录           0  2018-12-27 10:48  line to\line to\Debug\line to.tlog\
     文件        4734  2018-12-27 10:48  line to\line to\Debug\line to.tlog\CL.command.1.tlog
     文件       77650  2018-12-27 10:48  line to\line to\Debug\line to.tlog\CL.read.1.tlog
     文件        1346  2018-12-27 10:48  line to\line to\Debug\line to.tlog\CL.write.1.tlog
     文件         196  2018-12-27 10:48  line to\line to\Debug\line to.tlog\line to.lastbuildstate
     文件        2946  2018-12-27 10:48  line to\line to\Debug\line to.tlog\link.command.1.tlog
     文件        5662  2018-12-27 10:48  line to\line to\Debug\line to.tlog\link.read.1.tlog
     文件         568  2018-12-27 10:48  line to\line to\Debug\line to.tlog\link.write.1.tlog
     文件         758  2018-12-26 17:39  line to\line to\Debug\line to.tlog\rc.command.1.tlog
     文件        3166  2018-12-26 17:39  line to\line to\Debug\line to.tlog\rc.read.1.tlog
............此处省略23个文件信息

评论

共有 条评论