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

📄 cprintreportframe.h

📁 AA制消费管理系统 要深入学习C++面向对象编程的同学可以看看。
💻 H
字号:
#ifndef _CPRINTPORT_H
#define _CPRINTPORT_H

#include "CSearchConsumInfo.h"
#include "CAddMoneyInfo.h"
#include "interface.h"
class CPrintReportFrame:
public CSearchConsumInfoFrame
{
public:
	CPrintReportFrame();//*************************************************构造函数
	~CPrintReportFrame();//************************************************析构函数
	void printReportFrame();//********************************************打印报表界面
	void printAddMoneyInfoBydate(string begin_date,string last_date);//****打印由日期查询到的充值消息

	


private:
	void printAllAccInfo();//**************************************************打印所有帐户的信息
	void printAddMoneyInfo(string begin_date,string last_date);//**************打印充值信息
	void SortInfoByDec(vector<CAddMoneyInfo> & veTemp);//***********************充值信息排序
	
	







};




#endif

⌨️ 快捷键说明

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