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

家庭/个人应用

开发平台:

Visual C++

  1. #if !defined(AFX_DIALOGFINANCEOUTQUERY_H__F8F9477C_1DD4_4B65_B5F2_4DC9AFAB0684__INCLUDED_)
  2. #define AFX_DIALOGFINANCEOUTQUERY_H__F8F9477C_1DD4_4B65_B5F2_4DC9AFAB0684__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // DialogFinanceOutQuery.h : header file
  7. //
  8. #include "FinanceDBGrid.h"
  9. /////////////////////////////////////////////////////////////////////////////
  10. // CDialogFinanceOutQuery dialog
  11. class CDialogFinanceOutQuery : public CDialog
  12. {
  13. // Construction
  14. public:
  15. CDialogFinanceOutQuery(CWnd* pParent = NULL);   // standard constructor
  16. // Dialog Data
  17. //{{AFX_DATA(CDialogFinanceOutQuery)
  18. enum { IDD = IDD_FINANCEOUT_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(CDialogFinanceOutQuery)
  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(CDialogFinanceOutQuery)
  36. afx_msg void OnBtnQuery();
  37. afx_msg void OnShowWindow(BOOL bShow, UINT nStatus);
  38. afx_msg void OnClickDBgridFinanceOut(NMHDR* pNMHDR, LRESULT* pResult);
  39. afx_msg void OnColumnclickDBgridFinanceOut(NMHDR* pNMHDR, LRESULT* pResult);
  40. afx_msg BOOL OnEraseBkgnd( CDC* pDC );
  41. afx_msg HBRUSH OnCtlColor( CDC* pDC, CWnd* pWnd, UINT nCtlColor);
  42. //}}AFX_MSG
  43. DECLARE_MESSAGE_MAP()
  44. private:
  45. CFinanceDBGrid m_dbgridFinanceOut;
  46. };
  47. //{{AFX_INSERT_LOCATION}}
  48. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  49. #endif // !defined(AFX_DIALOGFINANCEOUTQUERY_H__F8F9477C_1DD4_4B65_B5F2_4DC9AFAB0684__INCLUDED_)