⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 dialogfinancequery.h

📁 C++的课程设计
💻 H
字号:
#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_)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -