小区,酒店人员管理系统。


输入简单的人物信息,存储照片,查找,打印等功能
资源截图
代码片段和文件信息
// AplView.cpp : implementation file
//

#include “stdafx.h“
#include “Kvip.h“
#include “AplView.h“

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

/////////////////////////////////////////////////////////////////////////////
// CAplView dialog


CAplView::CAplView(CWnd* pParent /*=NULL*/)
: CDialog(CAplView::IDD pParent)
{
//{{AFX_DATA_INIT(CAplView)
// NOTE: the ClassWizard will add member initialization here
//}}AFX_DATA_INIT
}


void CAplView::DoDataExchange(CDataExchange* pDX)
{
CDialog::DoDataExchange(pDX);
//{{AFX_DATA_MAP(CAplView)
// NOTE: the ClassWizard will add DDX and DDV calls here
//}}AFX_DATA_MAP
}


BEGIN_MESSAGE_MAP(CAplView CDialog)
//{{AFX_MSG_MAP(CAplView)
ON_BN_CLICKED(IDC_SAVE OnSave)
ON_BN_CLICKED(IDC_EDIT OnEdit)
ON_BN_CLICKED(IDC_DELETE OnDelete)
ON_BN_CLICKED(IDC_CANCEL OnCancel)
ON_BN_CLICKED(IDC_APPEND OnAppend)
//}}AFX_MSG_MAP
END_MESSAGE_MAP()

/////////////////////////////////////////////////////////////////////////////
// CAplView message handlers

void CAplView::OnCancel() 
{
// TODO: Add your control notification handler code here

}

void CAplView::OnSave() 
{
// TODO: Add your control notification handler code here

}

void CAplView::OnEdit() 
{
// TODO: Add your control notification handler code here

}

void CAplView::OnDelete() 
{
// TODO: Add your control notification handler code here

}

void CAplView::OnAppend() 
{
// TODO: Add your control notification handler code here

}

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

     文件        224  2005-07-10 22:30  考勤系统A200507.txt

     文件      24068  2009-09-25 14:48  考勤系统AdoAdo.cpp

     文件       4999  2009-09-25 09:49  考勤系统AdoAdo.h

     文件      23428  2005-05-15 23:38  考勤系统AdoAdoCommand.cpp

    .......      4352  2003-05-07 18:19  考勤系统AdoAdoCommand.h

     文件      80464  2005-06-24 00:00  考勤系统AdoAdoRecordSet.cpp

     文件       9401  2005-06-24 01:48  考勤系统AdoAdoRecordSet.h

     文件       1602  2005-06-01 20:53  考勤系统AplView.cpp

     文件       1302  2005-06-01 20:53  考勤系统AplView.h

     文件       2032  2005-07-08 00:30  考勤系统ChildFrm.cpp

     文件       1353  2005-06-19 20:05  考勤系统ChildFrm.h

     文件      11904  2005-07-05 19:54  考勤系统CoolMenuAlphaImageList.cpp

    .......      2686  2005-02-24 17:18  考勤系统CoolMenuAlphaImageList.h

     文件       6953  2005-07-15 02:08  考勤系统CoolMenuAlphaToolBar.cpp

    .......      1092  2003-09-01 12:42  考勤系统CoolMenuAlphaToolBar.h

     文件      20194  2005-07-15 02:46  考勤系统CoolMenuCoolBar.cpp

     文件       4527  2005-07-05 20:02  考勤系统CoolMenuCoolBar.h

     文件      32104  2005-07-15 02:14  考勤系统CoolMenuMenuBar.cpp

     文件       4459  2005-07-05 20:05  考勤系统CoolMenuMenuBar.h

     文件        128  2009-11-16 11:32  考勤系统database.ldb

     文件     991232  2009-11-12 09:14  考勤系统database.mdb

     文件         64  2005-07-05 21:18  考勤系统database2.ldb

     文件      51880  2005-07-09 15:42  考勤系统DataWinDataWin.cpp

     文件      11301  2005-07-15 20:14  考勤系统DataWinDataWin.h

     文件      29767  2005-07-11 23:08  考勤系统DataWinDlgDoc.cpp

     文件       6655  2005-07-15 20:14  考勤系统DataWinDlgDoc.h

     文件       3509  2005-07-15 02:45  考勤系统DataWinListCtrlbase.cpp

     文件       2232  2005-07-15 20:14  考勤系统DataWinListCtrlbase.h

     文件      17188  2005-07-11 23:25  考勤系统DataWinListDoc.cpp

     文件       3057  2005-07-15 20:14  考勤系统DataWinListDoc.h

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

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容, 请发送邮件举报,一经查实,本站将立刻删除。

发表评论

评论列表(条)