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

📄 dreport.h

📁 用VC+SQL实现的物流管理系统 “RxMediaPlayer” 文件夹中存放《物流综合管理系统》中《媒体播放平台》源程序 “数据库设置”文件夹中存放《物流综合管理系统》辅助工具《数据库设置》源程
💻 H
字号:
#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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -