⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 moneyanywhereview.h

📁 该项目是为PPC(PocketPc)使用者提供方便的理财事务.如,现金的借贷,债务处理,证券买卖,以及物品管 理等等。该项目的主要用户群是:PPC使用者.
💻 H
字号:
// 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -