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