DialogFinanceQuery.h
上传用户:xiaoke98
上传日期:2014-06-29
资源大小:5718k
文件大小:2k
- #if !defined(AFX_DIALOGFINANCEQUERY_H__743C2F49_DE20_4C69_B0FC_D7F2D3A97C38__INCLUDED_)
- #define AFX_DIALOGFINANCEQUERY_H__743C2F49_DE20_4C69_B0FC_D7F2D3A97C38__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // DialogFinanceQuery.h : header file
- //
- #include "FinanceDBGrid.h"
- /////////////////////////////////////////////////////////////////////////////
- // CDialogFinanceQuery dialog
- class CDialogFinanceQuery : public CDialog
- {
- // Construction
- public:
- CDialogFinanceQuery(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(CDialogFinanceQuery)
- enum { IDD = IDD_FINANCEIN_QUERY };
- CBMPButton m_btnQuery;
- CString m_strTotalIn;
- CTime m_dateEnd;
- CTime m_dateStart;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CDialogFinanceQuery)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- virtual void OnOK( );
- virtual BOOL OnInitDialog( );
-
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(CDialogFinanceQuery)
- afx_msg void OnBtnQuery();
- afx_msg void OnShowWindow(BOOL bShow, UINT nStatus);
- afx_msg BOOL OnEraseBkgnd( CDC* pDC );
- afx_msg HBRUSH OnCtlColor( CDC* pDC, CWnd* pWnd, UINT nCtlColor);
- afx_msg void OnClickDBgridFinanceIn(NMHDR* pNMHDR, LRESULT* pResult);
- afx_msg void OnColumnclickDBgridFinanceIn(NMHDR* pNMHDR, LRESULT* pResult);
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- private:
- CFinanceDBGrid m_dbgridFinanceIn;
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_DIALOGFINANCEQUERY_H__743C2F49_DE20_4C69_B0FC_D7F2D3A97C38__INCLUDED_)