• 大小: 6.15MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-09-23
  • 语言: C/C++
  • 标签:

资源简介

班级考勤管理系统的实际与实现,是兰州理工大学的c++课设,里面包含源码和文档,

资源截图

代码片段和文件信息

// Bewa.cpp : Defines the class behaviors for the application.
//

#include “stdafx.h“
#include “Bewa.h“
#include “BewaDlg.h“
#include “Dlgpassword.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif

/////////////////////////////////////////////////////////////////////////////
// CBewaApp

BEGIN_MESSAGE_MAP(CBewaApp CWinApp)
//{{AFX_MSG_MAP(CBewaApp)
// NOTE - the ClassWizard will add and remove mapping macros here.
//    DO NOT EDIT what you see in these blocks of generated code!
//}}AFX_MSG
ON_COMMAND(ID_HELP CWinApp::onhelp)
END_MESSAGE_MAP()

/////////////////////////////////////////////////////////////////////////////
// CBewaApp construction

CBewaApp::CBewaApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}

/////////////////////////////////////////////////////////////////////////////
// The one and only CBewaApp object

CBewaApp theApp;

/////////////////////////////////////////////////////////////////////////////
// CBewaApp initialization

BOOL CBewaApp::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

CDlgpassword dlgpass;
if(dlgpass.DoModal()==IDOK)
{
if(strcmp(dlgpass.m_password“2008“))
{
AfxMessageBox(“口令错误,确定后将退出程序。“MB_OK|MB_IConerror);
return FALSE;
}
}
else
return FALSE;
CBewaDlg dlg;
m_pMainWnd = &dlg;
int nResponse = dlg.DoModal();
if (nResponse == IDOK)
{
// TODO: Place code here to handle when the dialog is
//  dismissed with OK
}
else if (nResponse == IDCANCEL)
{
// TODO: Place code here to handle when the dialog is
//  dismissed with Cancel
}

// Since the dialog has been closed return FALSE so that we exit the
//  application rather than start the application‘s message pump.
return FALSE;
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件      23040  2017-07-13 17:43  1516270209-成雪-班级考勤管理系统\任务书.doc

     文件      72968  2017-07-12 18:57  1516270209-成雪-班级考勤管理系统\源代码\Bewa.aps

     文件       6306  2017-07-13 11:41  1516270209-成雪-班级考勤管理系统\源代码\Bewa.clw

     文件       2284  2008-05-20 21:41  1516270209-成雪-班级考勤管理系统\源代码\Bewa.cpp

     文件       4960  2017-07-12 08:57  1516270209-成雪-班级考勤管理系统\源代码\Bewa.dsp

     文件        531  2008-05-20 19:08  1516270209-成雪-班级考勤管理系统\源代码\Bewa.dsw

     文件       1302  2008-05-20 19:08  1516270209-成雪-班级考勤管理系统\源代码\Bewa.h

     文件     492544  2017-07-13 11:41  1516270209-成雪-班级考勤管理系统\源代码\Bewa.ncb

     文件     757760  2017-07-13 11:41  1516270209-成雪-班级考勤管理系统\源代码\Bewa.opt

     文件        885  2017-07-13 11:27  1516270209-成雪-班级考勤管理系统\源代码\Bewa.plg

     文件      13090  2017-07-12 18:57  1516270209-成雪-班级考勤管理系统\源代码\Bewa.rc

     文件       4654  2017-07-12 11:16  1516270209-成雪-班级考勤管理系统\源代码\BewaDlg.cpp

     文件       1426  2008-06-02 14:43  1516270209-成雪-班级考勤管理系统\源代码\BewaDlg.h

     文件        768  2017-07-13 11:41  1516270209-成雪-班级考勤管理系统\源代码\db1.ldb

     文件     286720  2017-07-13 11:40  1516270209-成雪-班级考勤管理系统\源代码\db1.mdb

     文件    3949568  2008-06-03 22:47  1516270209-成雪-班级考勤管理系统\源代码\Debug\Bewa.bsc

     文件     155744  2008-06-03 22:47  1516270209-成雪-班级考勤管理系统\源代码\Debug\Bewa.exe

     文件     343392  2008-06-03 22:47  1516270209-成雪-班级考勤管理系统\源代码\Debug\Bewa.ilk

     文件      15686  2008-06-03 16:50  1516270209-成雪-班级考勤管理系统\源代码\Debug\Bewa.obj

     文件    7361284  2008-06-03 16:50  1516270209-成雪-班级考勤管理系统\源代码\Debug\Bewa.pch

     文件     525312  2008-06-03 22:47  1516270209-成雪-班级考勤管理系统\源代码\Debug\Bewa.pdb

     文件       6340  2008-06-03 20:55  1516270209-成雪-班级考勤管理系统\源代码\Debug\Bewa.res

     文件          0  2008-06-03 16:50  1516270209-成雪-班级考勤管理系统\源代码\Debug\Bewa.sbr

     文件      29609  2008-06-03 16:50  1516270209-成雪-班级考勤管理系统\源代码\Debug\BewaDlg.obj

     文件          0  2008-06-03 16:50  1516270209-成雪-班级考勤管理系统\源代码\Debug\BewaDlg.sbr

     文件        960  2017-07-10 19:00  1516270209-成雪-班级考勤管理系统\源代码\Debug\db1.ldb

     文件     192512  2017-07-06 20:09  1516270209-成雪-班级考勤管理系统\源代码\Debug\db1.mdb

     文件      18195  2008-06-03 16:50  1516270209-成雪-班级考勤管理系统\源代码\Debug\Dlgadd.obj

     文件          0  2008-06-03 16:50  1516270209-成雪-班级考勤管理系统\源代码\Debug\Dlgadd.sbr

     文件      52669  2008-06-03 22:44  1516270209-成雪-班级考勤管理系统\源代码\Debug\Dlgall.obj

............此处省略54个文件信息

评论

共有 条评论