设计了一个人事管理系统
源代码在线查看: add.cpp
// ADD.cpp : implementation file
//
#include "stdafx.h"
#include "人事管理系统.h"
#include "ADD.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// ADD dialog
ADD::ADD(CWnd* pParent /*=NULL*/)
: CDialog(ADD::IDD, pParent)
{
//{{AFX_DATA_INIT(ADD)
// NOTE: the ClassWizard will add member initialization here
//}}AFX_DATA_INIT
}
void ADD::DoDataExchange(CDataExchange* pDX)
{
CDialog::DoDataExchange(pDX);
//{{AFX_DATA_MAP(ADD)
// NOTE: the ClassWizard will add DDX and DDV calls here
//}}AFX_DATA_MAP
}
BEGIN_MESSAGE_MAP(ADD, CDialog)
//{{AFX_MSG_MAP(ADD)
// NOTE: the ClassWizard will add message map macros here
//}}AFX_MSG_MAP
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
// ADD message handlers