• 大小: 1.92MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-11-14
  • 语言: C/C++
  • 标签: 学生信息  

资源简介

本程序是基于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个文件信息

评论

共有 条评论