moneyanywhereview.h

来自「该项目是为PPC(PocketPc)使用者提供方便的理财事务.如,现金的借贷,债」· C头文件 代码 · 共 78 行

H
78
字号
// MoneyAnyWhereView.h : interface of the CMoneyAnyWhereView class
//
/////////////////////////////////////////////////////////////////////////////

#if !defined(AFX_MONEYANYWHEREVIEW_H__1A82F631_4213_4093_8E81_63899E53A328__INCLUDED_)
#define AFX_MONEYANYWHEREVIEW_H__1A82F631_4213_4093_8E81_63899E53A328__INCLUDED_
#include "MoneyAnyWhereDoc.h"
#include "inireader.h"
#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000

class CMoneyAnyWhereView : public CView
{
protected: // create from serialization only
	CMoneyAnyWhereView();
	DECLARE_DYNCREATE(CMoneyAnyWhereView)
	CIniReader * m_pAccountIni2;
	CIniReader * m_pAccountIni;
// Attributes
public:
	CMoneyAnyWhereDoc* GetDocument();
	BOOL	m_bCash;
// Operations
public:

// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CMoneyAnyWhereView)
	public:
	virtual void OnDraw(CDC* pDC);  // overridden to draw this view
	virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
	protected:
	//}}AFX_VIRTUAL

// Implementation
public:
	UINT Send(LPCTSTR lpszMessage);
	void DisplayDlgPlan();
	void DisplayDlgGoods(CString filename);
	void DisplayDlgSaving(CString filename);
	void DisplayDlgAsset(CString filename);
	void DisplayDlgStock(CString filename);
	void DisplayDlgCash(CString filename);
	void DisplayDlgAccount();
	virtual ~CMoneyAnyWhereView();
#ifdef _DEBUG
	virtual void AssertValid() const;
	virtual void Dump(CDumpContext& dc) const;
#endif

protected:

// Generated message map functions
protected:
	//{{AFX_MSG(CMoneyAnyWhereView)
	afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
	afx_msg void OnAppexit();
	afx_msg void OnApphelp();
	afx_msg void OnTaxcal();
	afx_msg void OnInterestcal();
	afx_msg void OnIrdabackup();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

#ifndef _DEBUG  // debug version in MoneyAnyWhereView.cpp
inline CMoneyAnyWhereDoc* CMoneyAnyWhereView::GetDocument()
   { return (CMoneyAnyWhereDoc*)m_pDocument; }
#endif

/////////////////////////////////////////////////////////////////////////////

//{{AFX_INSERT_LOCATION}}
// Microsoft eMbedded Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_MONEYANYWHEREVIEW_H__1A82F631_4213_4093_8E81_63899E53A328__INCLUDED_)

⌨️ 快捷键说明

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