department.h
上传用户:xz12345
上传日期:2007-09-12
资源大小:7437k
文件大小:1k
源码类别:

数据库编程

开发平台:

Visual C++

  1. //{{AFX_INCLUDES()
  2. #include "adodc.h"
  3. //}}AFX_INCLUDES
  4. #if !defined(AFX_DEPARTMENT_H__BFD0BA4A_6564_4383_86FA_21EA2EDCCF5D__INCLUDED_)
  5. #define AFX_DEPARTMENT_H__BFD0BA4A_6564_4383_86FA_21EA2EDCCF5D__INCLUDED_
  6. #if _MSC_VER > 1000
  7. #pragma once
  8. #endif // _MSC_VER > 1000
  9. // department.h : header file
  10. //
  11. /////////////////////////////////////////////////////////////////////////////
  12. // department dialog
  13. class department : public CDialog
  14. {
  15. // Construction
  16. public:
  17. department(CWnd* pParent = NULL);   // standard constructor
  18. // Dialog Data
  19. //{{AFX_DATA(department)
  20. enum { IDD = IDD_DIALOG2_department };
  21. CAdodc m_adodepartment;
  22. //}}AFX_DATA
  23. // Overrides
  24. // ClassWizard generated virtual function overrides
  25. //{{AFX_VIRTUAL(department)
  26. protected:
  27. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  28. //}}AFX_VIRTUAL
  29. // Implementation
  30. protected:
  31. // Generated message map functions
  32. //{{AFX_MSG(department)
  33. afx_msg void OnButton1();
  34. afx_msg void OnButton2();
  35. afx_msg void OnButton3();
  36. //}}AFX_MSG
  37. DECLARE_MESSAGE_MAP()
  38. };
  39. //{{AFX_INSERT_LOCATION}}
  40. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  41. #endif // !defined(AFX_DEPARTMENT_H__BFD0BA4A_6564_4383_86FA_21EA2EDCCF5D__INCLUDED_)