ClientManDlg.h
上传用户:biney012
上传日期:2022-05-09
资源大小:4592k
文件大小:1k
源码类别:

数据库系统

开发平台:

Visual C++

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