staffinfo.h
上传用户:xz12345
上传日期:2007-09-12
资源大小:7437k
文件大小:1k
- //{{AFX_INCLUDES()
- #include "adodc.h"
- //}}AFX_INCLUDES
- #if !defined(AFX_STAFFINFO_H__3AD2D002_D38C_4DD7_A259_A1C2CB154FDC__INCLUDED_)
- #define AFX_STAFFINFO_H__3AD2D002_D38C_4DD7_A259_A1C2CB154FDC__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // staffinfo.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // staffinfo dialog
- class staffinfo : public CDialog
- {
- // Construction
- public:
- staffinfo(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(staffinfo)
- enum { IDD = IDD_DIALOG1_staffinfo };
- CAdodc m_adostaffinfo;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(staffinfo)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(staffinfo)
- afx_msg void OnClickDatagrid1();
- afx_msg void Onxiugai();
- afx_msg void Onshanchu();
- afx_msg void Onzengjia();
- afx_msg void OnWillMoveADODC2xianshistaffinfo(long adReason, long FAR* adStatus, LPDISPATCH pRecordset);
- afx_msg void OnMENUyuangongxinxi();
- DECLARE_EVENTSINK_MAP()
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_STAFFINFO_H__3AD2D002_D38C_4DD7_A259_A1C2CB154FDC__INCLUDED_)