DialogFinanceOutQuery.h
上传用户:xiaoke98
上传日期:2014-06-29
资源大小:5718k
文件大小:2k
源码类别:
家庭/个人应用
开发平台:
Visual C++
- #if !defined(AFX_DIALOGFINANCEOUTQUERY_H__F8F9477C_1DD4_4B65_B5F2_4DC9AFAB0684__INCLUDED_)
- #define AFX_DIALOGFINANCEOUTQUERY_H__F8F9477C_1DD4_4B65_B5F2_4DC9AFAB0684__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // DialogFinanceOutQuery.h : header file
- //
- #include "FinanceDBGrid.h"
- /////////////////////////////////////////////////////////////////////////////
- // CDialogFinanceOutQuery dialog
- class CDialogFinanceOutQuery : public CDialog
- {
- // Construction
- public:
- CDialogFinanceOutQuery(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(CDialogFinanceOutQuery)
- enum { IDD = IDD_FINANCEOUT_QUERY };
- CBMPButton m_btnQuery;
- CString m_strTotalIn;
- CTime m_dateEnd;
- CTime m_dateStart;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CDialogFinanceOutQuery)
- 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(CDialogFinanceOutQuery)
- afx_msg void OnBtnQuery();
- afx_msg void OnShowWindow(BOOL bShow, UINT nStatus);
- afx_msg void OnClickDBgridFinanceOut(NMHDR* pNMHDR, LRESULT* pResult);
- afx_msg void OnColumnclickDBgridFinanceOut(NMHDR* pNMHDR, LRESULT* pResult);
- afx_msg BOOL OnEraseBkgnd( CDC* pDC );
- afx_msg HBRUSH OnCtlColor( CDC* pDC, CWnd* pWnd, UINT nCtlColor);
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- private:
- CFinanceDBGrid m_dbgridFinanceOut;
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_DIALOGFINANCEOUTQUERY_H__F8F9477C_1DD4_4B65_B5F2_4DC9AFAB0684__INCLUDED_)