• 大小: 1.99MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-10-02
  • 语言: C/C++
  • 标签: c++  mfc  数据库  sql  系统  

资源简介

学生管理系统 mfc 数据库 c++

资源截图

代码片段和文件信息

// ADDDIALOG.cpp : implementation file
//

#include “stdafx.h“
#include “cj.h“
#include “ADDDIALOG.h“

#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif

/////////////////////////////////////////////////////////////////////////////
// CADDDIALOG dialog


CADDDIALOG::CADDDIALOG(CWnd* pParent /*=NULL*/)
: CDialog(CADDDIALOG::IDD pParent)
{
//{{AFX_DATA_INIT(CADDDIALOG)
m_nxuehao = 0;
m_nName = _T(““);
m_nhuaxue = 0.0f;
m_nEnglish = 0.0f;
m_nMaths = 0.0f;
m_nwuli = 0.0f;
m_nzhengz = 0.0f;
//}}AFX_DATA_INIT
}


void CADDDIALOG::DoDataExchange(CDataExchange* pDX)
{
CDialog::DoDataExchange(pDX);
//{{AFX_DATA_MAP(CADDDIALOG)
DDX_Text(pDX IDC_XUEHAO m_nxuehao);
DDV_MinMaxInt(pDX m_nxuehao 1 100000);
DDX_Text(pDX IDC_NAME m_nName);
DDX_Text(pDX IDC_CHMISTRY m_nhuaxue);
DDV_MinMaxFloat(pDX m_nhuaxue 0.f 100.f);
DDX_Text(pDX IDC_ENGLISH m_nEnglish);
DDV_MinMaxFloat(pDX m_nEnglish 0.f 100.f);
DDX_Text(pDX IDC_MATHS m_nMaths);
DDV_MinMaxFloat(pDX m_nMaths 0.f 100.f);
DDX_Text(pDX IDC_PHYCICAL m_nwuli);
DDV_MinMaxFloat(pDX m_nwuli 0.f 100.f);
DDX_Text(pDX IDC_POLITIC m_nzhengz);
DDV_MinMaxFloat(pDX m_nzhengz 0.f 100.f);
//}}AFX_DATA_MAP
}


BEGIN_MESSAGE_MAP(CADDDIALOG CDialog)
//{{AFX_MSG_MAP(CADDDIALOG)
ON_BN_CLICKED(IDC_CANCEL OnCancel)
//}}AFX_MSG_MAP
END_MESSAGE_MAP()

/////////////////////////////////////////////////////////////////////////////
// CADDDIALOG message handlers

void CADDDIALOG::OnOK() 
{
// TODO: Add extra validation here
UpdateData();
CDialog::OnOK();
}

void CADDDIALOG::OnCancel() 
{
// TODO: Add your control notification handler code here
EndDialog(IDCANCEL);
}

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

     文件       1787  2003-07-07 00:23  2003113101990\ADDDIALOG.cpp

     文件       1314  2003-07-07 00:21  2003113101990\ADDDIALOG.h

     文件       1472  2003-07-03 23:27  2003113101990\BRecordSet.cpp

     文件       1349  2003-07-03 23:27  2003113101990\BRecordSet.h

     文件      26496  2019-11-24 22:12  2003113101990\cj.aps

     文件       6065  2003-09-05 20:45  2003113101990\cj.clw

     文件       2022  2003-07-03 23:47  2003113101990\cj.cpp

     文件       5240  2003-07-03 23:34  2003113101990\cj.dsp

     文件        529  2003-07-01 13:17  2003113101990\cj.dsw

     文件       1280  2003-07-01 12:33  2003113101990\cj.h

     文件     164864  2019-11-24 22:12  2003113101990\cj.ncb

     文件      53760  2019-11-24 22:12  2003113101990\cj.opt

     文件       2735  2019-11-24 22:12  2003113101990\cj.plg

     文件      12152  2003-07-07 23:29  2003113101990\cj.rc

     文件       4330  2003-07-01 15:13  2003113101990\cjDlg.cpp

     文件       1398  2003-07-01 13:12  2003113101990\cjDlg.h

     文件      15030  2019-11-24 22:12  2003113101990\Debug\ADDDIALOG.obj

     文件      14681  2019-11-24 22:12  2003113101990\Debug\BRecordSet.obj

     文件     147539  2019-11-24 22:12  2003113101990\Debug\cj.exe

     文件     339352  2019-11-24 22:12  2003113101990\Debug\cj.ilk

     文件      16343  2019-11-24 22:12  2003113101990\Debug\cj.obj

     文件    5713160  2019-11-24 22:12  2003113101990\Debug\cj.pch

     文件     377856  2019-11-24 22:12  2003113101990\Debug\cj.pdb

     文件       5452  2019-11-24 22:12  2003113101990\Debug\cj.res

     文件      25315  2019-11-24 22:12  2003113101990\Debug\cjDlg.obj

     文件      11316  2019-11-24 22:12  2003113101990\Debug\DELETEDLG.obj

     文件      15558  2019-11-24 22:12  2003113101990\Debug\DRecordSet.obj

     文件      15920  2019-11-24 22:12  2003113101990\Debug\FindDlg.obj

     文件      14185  2019-11-24 22:12  2003113101990\Debug\ModifyDlg.obj

     文件      61763  2019-11-24 22:12  2003113101990\Debug\Page1.obj

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

评论

共有 条评论