资源简介
本程序是基于VC++6.0的学生信心管理系统软件,其中用的是access数据库,功能完整。
代码片段和文件信息
// 21_32.cpp : Defines the class behaviors for the application.
//
#include “stdafx.h“
#include “21_32.h“
#include “MainFrm.h“
#include “21_32Set.h“
#include “21_32Doc.h“
#include “21_32View.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CMy21_32App
BEGIN_MESSAGE_MAP(CMy21_32App CWinApp)
//{{AFX_MSG_MAP(CMy21_32App)
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 print setup command
ON_COMMAND(ID_FILE_PRINT_SETUP CWinApp::OnFilePrintSetup)
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
// CMy21_32App construction
CMy21_32App::CMy21_32App()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}
/////////////////////////////////////////////////////////////////////////////
// The one and only CMy21_32App object
CMy21_32App theApp;
/////////////////////////////////////////////////////////////////////////////
// CMy21_32App initialization
BOOL CMy21_32App::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(CMy21_32Doc)
RUNTIME_CLASS(CMainframe) // main SDI frame window
RUNTIME_CLASS(CMy21_32View));
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;
}
/////////////////////////////////////////////////////////////////////////////
// CAboutDlg dialog
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 45968 2015-04-06 20:21 21_32\21_32.aps
文件 3686 2015-04-06 20:29 21_32\21_32.clw
文件 4105 2015-04-06 18:58 21_32\21_32.cpp
文件 4662 2015-04-06 18:58 21_32\21_32.dsp
文件 518 2015-04-06 18:58 21_32\21_32.dsw
文件 1355 2015-04-06 18:58 21_32\21_32.h
文件 50176 2015-04-06 20:29 21_32\21_32.ncb
文件 48640 2015-04-06 20:29 21_32\21_32.opt
文件 747 2015-04-06 20:28 21_32\21_32.plg
文件 13693 2015-04-06 20:21 21_32\21_32.rc
文件 1504 2015-04-06 18:58 21_32\21_32Doc.cpp
文件 1489 2015-04-06 18:58 21_32\21_32Doc.h
文件 1471 2015-04-06 18:58 21_32\21_32Set.cpp
文件 1323 2015-04-06 18:58 21_32\21_32Set.h
文件 6469 2015-04-06 20:28 21_32\21_32View.cpp
文件 2466 2015-04-06 20:14 21_32\21_32View.h
文件 127029 2015-04-06 20:28 21_32\Debug\21_32.exe
文件 372488 2015-04-06 20:28 21_32\Debug\21_32.ilk
文件 22705 2015-04-06 20:22 21_32\Debug\21_32.obj
文件 5713748 2015-04-06 19:20 21_32\Debug\21_32.pch
文件 508928 2015-04-06 20:28 21_32\Debug\21_32.pdb
文件 8468 2015-04-06 20:22 21_32\Debug\21_32.res
文件 17374 2015-04-06 19:20 21_32\Debug\21_32Doc.obj
文件 15054 2015-04-06 19:20 21_32\Debug\21_32Set.obj
文件 36465 2015-04-06 20:28 21_32\Debug\21_32View.obj
文件 19770 2015-04-06 19:20 21_32\Debug\MainFrm.obj
文件 107155 2015-04-06 19:20 21_32\Debug\StdAfx.obj
文件 230400 2015-04-06 20:29 21_32\Debug\vc60.idb
文件 372736 2015-04-06 20:28 21_32\Debug\vc60.pdb
文件 2506 2015-04-06 18:58 21_32\MainFrm.cpp
............此处省略15个文件信息
- 上一篇:MFC课程设计VC++超市管理系统
- 下一篇:C程序设计试题汇编谭浩强pdf
相关资源
- C++Builder学生信息管理系统
- 用C++实现的一个学生信息管理系统
- MFC课程设计 学生信息管理系统C++
- 学生信息管理系统C语言课程设计)
- C语言课程设计学生信息管理系统带文
- C++学生信息管理系统源码+数据库+文档
- VC++6.0 MFC的学生信息管理系统
- SQL+C++学生信息管理系统
- 建立一个名为Student的类,该类有以下
- 学生信息管理系统C++简单教学版
- MFC_学生信息管理系统
- C++ MFC 学生信息管理系统+文档报
- VC++学生信息管理系统ADO连接数据库
- mfc实现学生信息管理系统
- 学生信息管理系统MFC,VC++6.0,Access数
- 基于MFC简单的学生信息管理系统ODBC
- 学生信息管理系统c++,含数据库
- VC学生信息管理系统Access数据库
- c++ mysql学生信息管理系统
- MFC学生信息管理系统
- 基于mfc和sql的学生信息管理系统
- C++大作业学生信息管理系统
- 基于mfc的学生信息管理系统159407
- c++学生信息管理系统源码(数据保存
- 基于MFC的学生信息管理系统
- 学校学生信息管理系统 C++ (修正版本
- 课程设计—MFC学生信息管理系统.7z
- c语言课程设计学生信息管理系统含登
- C语言学生信息管理系统.rar
- C语言实现 学生信息管理系统 双链表
评论
共有 条评论