设计了一个人事管理系统

源代码在线查看: add.cpp

软件大小: 55 K
上传用户: haorenkv3
关键词: 管理系统
下载地址: 免注册下载 普通下载 VIP

相关代码

				// 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
							

相关资源