StoreInManDlg.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_STOREINMANDLG_H__FA2BB7BD_AE3A_4635_97CE_31FDE4F5B268__INCLUDED_)
  6. #define AFX_STOREINMANDLG_H__FA2BB7BD_AE3A_4635_97CE_31FDE4F5B268__INCLUDED_
  7. #if _MSC_VER > 1000
  8. #pragma once
  9. #endif // _MSC_VER > 1000
  10. // StoreInManDlg.h : header file
  11. //
  12. /////////////////////////////////////////////////////////////////////////////
  13. // CStoreInManDlg dialog
  14. class CStoreInManDlg : public CDialog
  15. {
  16. // Construction
  17. public:
  18. CStoreInManDlg(CWnd* pParent = NULL);   // standard constructor
  19. void Refresh_Data();
  20. // Dialog Data
  21. //{{AFX_DATA(CStoreInManDlg)
  22. enum { IDD = IDD_STOREINMAN_DIALOG };
  23. CComboBox m_year;
  24. CComboBox m_month;
  25. CAdodc m_adodc;
  26. CDataGrid m_datagrid;
  27. //}}AFX_DATA
  28. // Overrides
  29. // ClassWizard generated virtual function overrides
  30. //{{AFX_VIRTUAL(CStoreInManDlg)
  31. protected:
  32. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  33. //}}AFX_VIRTUAL
  34. // Implementation
  35. protected:
  36. // Generated message map functions
  37. //{{AFX_MSG(CStoreInManDlg)
  38. virtual BOOL OnInitDialog();
  39. afx_msg void OnAddButton();
  40. //}}AFX_MSG
  41. DECLARE_MESSAGE_MAP()
  42. };
  43. //{{AFX_INSERT_LOCATION}}
  44. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  45. #endif // !defined(AFX_STOREINMANDLG_H__FA2BB7BD_AE3A_4635_97CE_31FDE4F5B268__INCLUDED_)