totalmoney.h
来自「家庭财务管理系统」· C头文件 代码 · 共 21 行
H
21 行
// TotalMoney.h: interface for the CTotalMoney class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_TOTALMONEY_H__6170CA97_6FFA_4231_BDC1_95CF4695D58C__INCLUDED_)
#define AFX_TOTALMONEY_H__6170CA97_6FFA_4231_BDC1_95CF4695D58C__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
class CTotalMoney
{
public:
CTotalMoney();
virtual ~CTotalMoney();
};
#endif // !defined(AFX_TOTALMONEY_H__6170CA97_6FFA_4231_BDC1_95CF4695D58C__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?