cformprintstat.h

来自「AA制消费管理系统(简易型) 实现账户信息」· C头文件 代码 · 共 24 行

H
24
字号
#ifndef _CFORMPRINTSTAT_H
#define _CFORMPRINTSTAT_H
//报表界面类
class CFormPrintStat:public CFormBase
{
public:
	void load();
	void PrintAccountForm();
	void PrintConsumeForm();
	void PrintAppMoneyForm();
	int  PrintAccount();
	int  PrintAppMoney();
	int  PrintConsume();
	bool PrintPage_1(vector<CAppMoney>&vecapp,int maxpage,int page);
	bool PrintPage_2(vector<CConsume>&veccon,int maxpage,int page);
	void Print_1();
	void Print_2();
	int InputNum();
	string InputDate();
private:


};
#endif

⌨️ 快捷键说明

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