91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 57KB
    文件類型: .zip
    金幣: 2
    下載: 1 次
    發布日期: 2021-06-05
  • 語言: 數據庫
  • 標簽:

資源簡介

一個采用ODBC+access數據庫的學生信息管理系統源代碼。

資源截圖

代碼片段和文件信息

//?ADDdlg.cpp?:?implementation?file
//

#include?“stdafx.h“
#include?“STU.h“
#include?“ADDdlg.h“

#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
extern?int?i?K;
/////////////////////////////////////////////////////////////////////////////
//?CADDdlg?dialog


CADDdlg::CADDdlg(CWnd*?pParent?/*=NULL*/)
:?CDialog(CADDdlg::IDD?pParent)
{
//{{AFX_DATA_INIT(CADDdlg)
m_name?=?_T(““);
m_numberstr?=?_T(““);
m_age?=?_T(““);
m_BZR?=?_T(““);
m_beizhu?=?_T(““);
m_bytime?=?_T(““);
m_chushengtime?=?_T(““);
m_class?=?_T(““);
m_zhucetime?=?_T(““);
m_zhuanye?=?_T(““);
m_tpho?=?_T(““);
m_shoufei?=?0;
m_ruxuetime?=?_T(““);
m_nianji?=?_T(““);
m_family?=?_T(““);
m_dangan?=?_T(““);
m_jiben?=?new?CJIBENdlg;
????m_sheet1?=?new?CTabSheet;
//}}AFX_DATA_INIT
}


void?CADDdlg::DoDataExchange(CDataExchange*?pDX)
{
CDialog::DoDataExchange(pDX);
//{{AFX_DATA_MAP(CADDdlg)
DDX_Control(pDX?IDC_NIANJI?m_nianji1);
DDX_Control(pDX?IDC_SNUMBER?m_numberstr1);
DDX_Control(pDX?IDC_TPHO?m_tpho1);
DDX_Control(pDX?IDC_ZHUANYE?m_zhuanye1);
DDX_Control(pDX?IDC_ZHUCETIME?m_zhucetime1);
DDX_Control(pDX?IDC_RUXUETIME?m_ruxuetime1);
DDX_Control(pDX?IDC_FAMILY?m_family1);
DDX_Control(pDX?IDC_DANGAN?m_dangan1);
DDX_Control(pDX?IDC_CLASS?m_class1);
DDX_Control(pDX?IDC_CHUSHENGTIME?m_chushengtime1);
DDX_Control(pDX?IDC_BIYETIME?m_bytime1);
DDX_Control(pDX?IDC_AGE?m_age1);
DDX_Control(pDX?IDC_BANZHUREN?m_BZR1);
DDX_Control(pDX?IDC_BEIZHU?m_beizhu1);
DDX_Control(pDX?IDC_NAME?m_name1);
DDX_Control(pDX?IDC_LEIXING1?m_leixing);
DDX_Control(pDX?IDC_SEX?m_sex);
DDX_Control(pDX?IDC_XINGSHI?m_xingshi);
DDX_Control(pDX?IDC_XUEXIAO?m_xuexiao);
DDX_Control(pDX?IDC_CENGCI2?m_cengci);
DDX_Control(pDX?IDC_DELETE?m_delete);
DDX_Control(pDX?IDC_EDIT21?m_edit);
DDX_Control(pDX?IDC_ADD1?m_add);
DDX_Text(pDX?IDC_NAME?m_name);
DDX_Text(pDX?IDC_SNUMBER?m_numberstr);
DDX_Text(pDX?IDC_AGE?m_age);
DDX_Text(pDX?IDC_BANZHUREN?m_BZR);
DDX_Text(pDX?IDC_BEIZHU?m_beizhu);
DDX_Text(pDX?IDC_BIYETIME?m_bytime);
DDX_Text(pDX?IDC_CHUSHENGTIME?m_chushengtime);
DDX_Text(pDX?IDC_CLASS?m_class);
DDX_Text(pDX?IDC_ZHUCETIME?m_zhucetime);
DDX_Text(pDX?IDC_ZHUANYE?m_zhuanye);
DDX_Text(pDX?IDC_TPHO?m_tpho);
DDX_Text(pDX?IDC_SHOUFEI?m_shoufei);
DDV_MinMaxLong(pDX?m_shoufei?0?999999);
DDX_Text(pDX?IDC_RUXUETIME?m_ruxuetime);
DDX_Text(pDX?IDC_NIANJI?m_nianji);
DDX_Text(pDX?IDC_FAMILY?m_family);
DDX_Text(pDX?IDC_DANGAN?m_dangan);
//}}AFX_DATA_MAP
}


BEGIN_MESSAGE_MAP(CADDdlg?CDialog)
//{{AFX_MSG_MAP(CADDdlg)
ON_BN_CLICKED(IDC_ADD1?OnAdd1)
ON_BN_CLICKED(IDC_KONG?OnKong)
ON_BN_CLICKED(IDC_EDIT21?OnEdit)
ON_BN_CLICKED(IDC_EDIT22?OnShowEdit)
//}}AFX_MSG_MAP
END_MESSAGE_MAP()

/////////////////////////////////////////////////////////////////////////////

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????14468??2003-05-02?14:56??stu24\ADDdlg.cpp
?????文件????????2335??2003-07-12?15:15??stu24\ADDdlg.h
?????文件????????1179??2003-04-19?18:51??stu24\EDITdlg.cpp
?????文件????????1203??2003-04-19?18:51??stu24\EDITdlg.h
?????文件????????1393??2003-04-20?23:56??stu24\FINDdlg.cpp
?????文件????????1261??2003-04-21?00:31??stu24\FINDdlg.h
?????文件???????11428??2003-04-25?23:42??stu24\JIBENdlg.cpp
?????文件????????1922??2003-04-25?23:56??stu24\JIBENdlg.h
?????文件????????2717??2003-04-23?12:38??stu24\MainFrm.cpp
?????文件????????1497??2003-04-16?03:24??stu24\MainFrm.h
?????文件????????1294??2003-04-12?01:38??stu24\password.cpp
?????文件????????1287??2003-04-12?01:38??stu24\password.h
?????文件????????1529??2003-07-01?22:24??stu24\PWDdlg.cpp
?????文件????????1190??2003-07-01?22:22??stu24\PWDdlg.h
?????文件????????1271??2003-05-28?14:46??stu24\PWDset.cpp
?????文件????????1270??2003-04-13?17:58??stu24\PWDset.h
?????目錄???????????0??2003-07-12?15:10??stu24\res\
?????文件????????1078??2003-04-26?00:05??stu24\res\STU.ico
?????文件?????????395??2003-04-12?00:18??stu24\res\STU.rc2
?????文件????????1078??2003-04-12?00:18??stu24\res\STUDoc.ico
?????文件?????????374??2003-04-26?00:33??stu24\res\Toolbar.bmp
?????文件????????5285??2003-07-01?22:05??stu24\Resource.h
?????文件????????1319??2003-05-22?20:53??stu24\SHURUdlg.cpp
?????文件????????1238??2003-05-22?20:50??stu24\SHURUdlg.h
?????文件?????????205??2003-04-12?00:18??stu24\StdAfx.cpp
?????文件????????1280??2003-04-25?23:56??stu24\StdAfx.h
?????文件????????9835??2003-07-03?11:02??stu24\STU.clw
?????文件????????5705??2003-05-28?15:04??stu24\Stu.cpp
?????文件????????5866??2003-07-03?11:00??stu24\STU.dsp
?????文件?????????531??2003-04-12?00:19??stu24\STU.dsw
?????文件????????1323??2003-04-12?00:18??stu24\STU.h
............此處省略12個文件信息

評論

共有 條評論