DialogFinanceQuery.h
上传用户:xiaoke98
上传日期:2014-06-29
资源大小:5718k
文件大小:2k
源码类别:

家庭/个人应用

开发平台:

Visual C++

  1. #if !defined(AFX_DIALOGFINANCEQUERY_H__743C2F49_DE20_4C69_B0FC_D7F2D3A97C38__INCLUDED_)
  2. #define AFX_DIALOGFINANCEQUERY_H__743C2F49_DE20_4C69_B0FC_D7F2D3A97C38__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // DialogFinanceQuery.h : header file
  7. //
  8. #include "FinanceDBGrid.h"
  9. /////////////////////////////////////////////////////////////////////////////
  10. // CDialogFinanceQuery dialog
  11. class CDialogFinanceQuery : public CDialog
  12. {
  13. // Construction
  14. public:
  15. CDialogFinanceQuery(CWnd* pParent = NULL);   // standard constructor
  16. // Dialog Data
  17. //{{AFX_DATA(CDialogFinanceQuery)
  18. enum { IDD = IDD_FINANCEIN_QUERY };
  19. CBMPButton m_btnQuery;
  20. CString m_strTotalIn;
  21. CTime m_dateEnd;
  22. CTime m_dateStart;
  23. //}}AFX_DATA
  24. // Overrides
  25. // ClassWizard generated virtual function overrides
  26. //{{AFX_VIRTUAL(CDialogFinanceQuery)
  27. protected:
  28. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  29. virtual void OnOK( );
  30. virtual BOOL OnInitDialog( );
  31. //}}AFX_VIRTUAL
  32. // Implementation
  33. protected:
  34. // Generated message map functions
  35. //{{AFX_MSG(CDialogFinanceQuery)
  36. afx_msg void OnBtnQuery();
  37. afx_msg void OnShowWindow(BOOL bShow, UINT nStatus);
  38. afx_msg BOOL OnEraseBkgnd( CDC* pDC );
  39. afx_msg HBRUSH OnCtlColor( CDC* pDC, CWnd* pWnd, UINT nCtlColor);
  40. afx_msg void OnClickDBgridFinanceIn(NMHDR* pNMHDR, LRESULT* pResult);
  41. afx_msg void OnColumnclickDBgridFinanceIn(NMHDR* pNMHDR, LRESULT* pResult);
  42. //}}AFX_MSG
  43. DECLARE_MESSAGE_MAP()
  44. private:
  45. CFinanceDBGrid m_dbgridFinanceIn;
  46. };
  47. //{{AFX_INSERT_LOCATION}}
  48. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  49. #endif // !defined(AFX_DIALOGFINANCEQUERY_H__743C2F49_DE20_4C69_B0FC_D7F2D3A97C38__INCLUDED_)