資源簡介
能實現登陸界面管理,重新登陸,員工添加,員工密碼設置,員工權限設置

代碼片段和文件信息
//?InfoDlg.cpp?:?implementation?file
//
#include?“stdafx.h“
#include?“QQ.h“
#include?“InfoDlg.h“
#include?“InputDlg.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CInfoDlg?dialog
CInfoDlg::CInfoDlg(CWnd*?pParent?/*=NULL*/)
:?CDialog(CInfoDlg::IDD?pParent)
{
//{{AFX_DATA_INIT(CInfoDlg)
//?NOTE:?the?ClassWizard?will?add?member?initialization?here
//}}AFX_DATA_INIT
}
void?CInfoDlg::DoDataExchange(CDataExchange*?pDX)
{
CDialog::DoDataExchange(pDX);
//{{AFX_DATA_MAP(CInfoDlg)
//?NOTE:?the?ClassWizard?will?add?DDX?and?DDV?calls?here
//}}AFX_DATA_MAP
}
BEGIN_MESSAGE_MAP(CInfoDlg?CDialog)
//{{AFX_MSG_MAP(CInfoDlg)
ON_BN_CLICKED(IDC_ADD?OnAdd)
//}}AFX_MSG_MAP
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
//?CInfoDlg?message?handlers
void?CInfoDlg::OnOK()?
{
// CDialog::OnOK();
}
BOOL?CInfoDlg::OnInitDialog()?
{
CDialog::OnInitDialog();
m_list.SubclassDlgItem(IDC_LISTthis);
CListCtrl?*pList?=?(CListCtrl?*)GetDlgItem(IDC_LIST);
????pList?->InsertColumn(0“工號“0100);
pList?->InsertColumn(1“姓名“0100);?
pList?->InsertColumn(2“部門“0100);?
pList?->InsertColumn(3“工資“0100);?
pList?->InsertColumn(4“出生年月日“0150);?
return?TRUE;
}
void?CInfoDlg::OnAdd()?
{
???CInputDlg?dlg;
???dlg.m_pInfoDlg?=?this;
???dlg.DoModal();
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2017-03-20?15:40??QQ\
?????目錄???????????0??2017-03-04?11:48??QQ\Debug\
?????文件???????15200??2017-02-10?14:34??QQ\Debug\InfoDlg.obj
?????文件???????????0??2017-02-10?14:34??QQ\Debug\InfoDlg.sbr
?????文件???????15871??2017-02-10?14:34??QQ\Debug\InputDlg.obj
?????文件???????????0??2017-02-10?14:34??QQ\Debug\InputDlg.sbr
?????文件???????16461??2017-02-10?14:34??QQ\Debug\LoginDlg.obj
?????文件???????????0??2017-02-10?14:34??QQ\Debug\LoginDlg.sbr
?????文件???????25062??2017-02-10?14:34??QQ\Debug\PriorDlg.obj
?????文件???????????0??2017-02-10?14:34??QQ\Debug\PriorDlg.sbr
?????文件?????3113984??2017-02-10?14:34??QQ\Debug\QQ.bsc
?????文件?????1564715??2017-02-10?14:34??QQ\Debug\QQ.exe
?????文件?????1929764??2017-02-10?14:34??QQ\Debug\QQ.ilk
?????文件???????12658??2017-02-10?14:34??QQ\Debug\QQ.obj
?????文件?????6846652??2017-02-10?14:34??QQ\Debug\QQ.pch
?????文件?????2728960??2017-02-10?14:34??QQ\Debug\QQ.pdb
?????文件????????9804??2017-02-10?14:34??QQ\Debug\QQ.res
?????文件???????????0??2017-02-10?14:34??QQ\Debug\QQ.sbr
?????文件???????23967??2017-02-10?14:34??QQ\Debug\QQDlg.obj
?????文件???????????0??2017-02-10?14:34??QQ\Debug\QQDlg.sbr
?????文件??????105383??2017-02-10?14:34??QQ\Debug\StdAfx.obj
?????文件?????1362877??2017-02-10?14:34??QQ\Debug\StdAfx.sbr
?????文件?????????132??2017-03-26?19:14??QQ\Debug\user.dat
?????文件??????205824??2017-02-10?14:34??QQ\Debug\vc60.idb
?????文件??????364544??2017-02-10?14:34??QQ\Debug\vc60.pdb
?????文件????????1534??2017-02-10?13:53??QQ\InfoDlg.cpp
?????文件????????1273??2017-02-10?12:51??QQ\InfoDlg.h
?????文件????????2810??2017-02-10?18:24??QQ\InputDlg.cpp
?????文件????????1297??2017-02-10?14:15??QQ\InputDlg.h
?????文件????????2030??2017-03-11?16:24??QQ\LoginDlg.cpp
?????文件????????1272??2017-02-08?20:39??QQ\LoginDlg.h
............此處省略22個文件信息
- 上一篇:產生式系統正反向推理MFC實現和操作步驟
- 下一篇:ARQ協議C語言實現
評論
共有 條評論