dreport.h

来自「用VC+SQL实现的物流管理系统 “RxMediaPlayer” 文件夹中存放」· C头文件 代码 · 共 64 行

H
64
字号
#if !defined(AFX_DREPORT_H__9BB5153E_A58D_4409_8A97_C4C5F1AA9EA6__INCLUDED_)
#define AFX_DREPORT_H__9BB5153E_A58D_4409_8A97_C4C5F1AA9EA6__INCLUDED_

#include "RxRecordset.h"	// Added by ClassView
#include "DPage1.h"
#include "DPage2.h"

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DReport.h : header file
/////////////////////////////////////////////////////////////////////////////
// CDReport dialog

class CDReport : public CDialog
{
// Construction
public:
	virtual void Init() =0;
	CDReport(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(CDReport)
	enum { IDD = IDD_REPORT };
	CTabCtrl	m_Tab;
	CDateTimeCtrl	m_DtDate2;
	CDateTimeCtrl	m_DtDate1;
	CStatic	m_StaClew;
	CButton	m_ButQuery;
	CButton	m_ButPrint;
	//}}AFX_DATA


// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CDReport)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:
	RxRecordset rst;
	CDPage1 DlgReport;
	CDPage2 DlgChart;

	// Generated message map functions
	//{{AFX_MSG(CDReport)
	virtual void OnOK();
	virtual void OnCancel();
	virtual BOOL OnInitDialog();
	afx_msg void OnClickTab1(NMHDR* pNMHDR, LRESULT* pResult);
	virtual void OnButquery();
	afx_msg void OnButprint();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
private:
};

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_DREPORT_H__9BB5153E_A58D_4409_8A97_C4C5F1AA9EA6__INCLUDED_)

⌨️ 快捷键说明

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