TakeOutManDlg.h
上传用户:fangwenmm
上传日期:2014-06-18
资源大小:6955k
文件大小:1k
源码类别:

企业管理

开发平台:

Visual C++

  1. //{{AFX_INCLUDES()
  2. #include "adodc.h"
  3. #include "datagrid.h"
  4. //}}AFX_INCLUDES
  5. #if !defined(AFX_TAKEOUTMANDLG_H__A80D5E7B_116D_4816_B4BB_18490A6CFBED__INCLUDED_)
  6. #define AFX_TAKEOUTMANDLG_H__A80D5E7B_116D_4816_B4BB_18490A6CFBED__INCLUDED_
  7. #if _MSC_VER > 1000
  8. #pragma once
  9. #endif // _MSC_VER > 1000
  10. // TakeOutManDlg.h : header file
  11. //
  12. /////////////////////////////////////////////////////////////////////////////
  13. // CTakeOutManDlg dialog
  14. class CTakeOutManDlg : public CDialog
  15. {
  16. // Construction
  17. public:
  18. CTakeOutManDlg(CWnd* pParent = NULL);   // standard constructor
  19. void Refresh_Data();
  20. // Dialog Data
  21. //{{AFX_DATA(CTakeOutManDlg)
  22. enum { IDD = IDD_TAKEOUTMAN_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(CTakeOutManDlg)
  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(CTakeOutManDlg)
  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_TAKEOUTMANDLG_H__A80D5E7B_116D_4816_B4BB_18490A6CFBED__INCLUDED_)