zhouyongdoc.h
来自「1、 设计内容 设计一个个人日常记账系统:含编号、科目分类(费用分类)、摘要、」· C头文件 代码 · 共 60 行
H
60 行
// zhouyongDoc.h : interface of the CZhouyongDoc class
//
/////////////////////////////////////////////////////////////////////////////
#if !defined(AFX_ZHOUYONGDOC_H__B9DE1822_B901_427E_B77B_60A0EA955D3A__INCLUDED_)
#define AFX_ZHOUYONGDOC_H__B9DE1822_B901_427E_B77B_60A0EA955D3A__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "CZhouyongInfo.h"
class CZhouyongDoc : public CDocument
{
protected: // create from serialization only
CZhouyongDoc();
DECLARE_DYNCREATE(CZhouyongDoc)
// Attributes
public:
// Operations
public:
CObArray m_strObArray;
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CZhouyongDoc)
public:
virtual BOOL OnNewDocument();
virtual void Serialize(CArchive& ar);
//}}AFX_VIRTUAL
// Implementation
public:
int GetAllRecNum();
CCZhouyongInfo* GetZhouInfoAt(int nIndex);
virtual ~CZhouyongDoc();
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
protected:
// Generated message map functions
protected:
//{{AFX_MSG(CZhouyongDoc)
afx_msg void OnJizhangOut();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_ZHOUYONGDOC_H__B9DE1822_B901_427E_B77B_60A0EA955D3A__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?