📄 filllist.h
字号:
// FillList.h: interface for the CFillList class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_FILLLIST_H__0BBD5C5A_B161_4D02_8E1C_201BD340F0F5__INCLUDED_)
#define AFX_FILLLIST_H__0BBD5C5A_B161_4D02_8E1C_201BD340F0F5__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include <afxtempl.h>
#include <afxdb.h>
#include "Struct.h"
class CFillList
{
public:
CFillList();
virtual ~CFillList();
bool InitDB();
bool CloseDB();
CFillListOnLastMonth();
bool Kongzhi(int yuefen,CString houseNum);
CString GetTotalNumOnLM(int yuefen);
CList<lastMonthRD,lastMonthRD> lastMonthRDList;
CDatabase m_database;
};
#endif // !defined(AFX_FILLLIST_H__0BBD5C5A_B161_4D02_8E1C_201BD340F0F5__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -