salarytable.cpp
上传用户:xz12345
上传日期:2007-09-12
资源大小:7437k
文件大小:1k
- // salarytable.cpp : implementation file
- //
- #include "stdafx.h"
- #include "工资.h"
- #include "salarytable.h"
- #ifdef _DEBUG
- #define new DEBUG_NEW
- #undef THIS_FILE
- static char THIS_FILE[] = __FILE__;
- #endif
- /////////////////////////////////////////////////////////////////////////////
- // salarytable dialog
- salarytable::salarytable(CWnd* pParent /*=NULL*/)
- : CDialog(salarytable::IDD, pParent)
- {
- //{{AFX_DATA_INIT(salarytable)
- // NOTE: the ClassWizard will add member initialization here
- //}}AFX_DATA_INIT
- }
- void salarytable::DoDataExchange(CDataExchange* pDX)
- {
- CDialog::DoDataExchange(pDX);
- //{{AFX_DATA_MAP(salarytable)
- DDX_Control(pDX, IDC_ADODC3, m_adosalarytable);
- //}}AFX_DATA_MAP
- }
- BEGIN_MESSAGE_MAP(salarytable, CDialog)
- //{{AFX_MSG_MAP(salarytable)
- // NOTE: the ClassWizard will add message map macros here
- //}}AFX_MSG_MAP
- END_MESSAGE_MAP()
- /////////////////////////////////////////////////////////////////////////////
- // salarytable message handlers