allassetdlg.h

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

H
73
字号
#if !defined(AFX_ALLASSETDLG_H__2D34EAD9_8AFF_4EBB_A097_ADDF821E453A__INCLUDED_)
#define AFX_ALLASSETDLG_H__2D34EAD9_8AFF_4EBB_A097_ADDF821E453A__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// AllAssetDlg.h : header file
//
/****************************************************************
性质:对话框类
最后修改:2005-3-13
最后修改人:Tony
修改内容:增加下列功能:
		 1 显示所有帐户类型为资产于债务的帐户
		 
****************************************************************/
#include "CeBtnST.h"
#include "SortListCtrl.h"
#include "inireader.h"
#include "Cash.h"
/////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////
// CAllAssetDlg dialog

class CAllAssetDlg : public CDialog
{
// Construction
public:
	void SetAsset(CString key,CString value);
	BOOL Init();
	CAllAssetDlg(CWnd* pParent = NULL);   // standard constructor

	int  m_iCount;
	CAccount *pAccountAss;
	CWnd * m_pParent;
	
	CIniReader * pAssetIni2;
	CIniReader * pAssetIni;

// Dialog Data
	//{{AFX_DATA(CAllAssetDlg)
	enum { IDD = IDD_DIALOG_ASSETALL };
	CSortListCtrl	m_ctrAllAssetList;
	//}}AFX_DATA


// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CAllAssetDlg)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);
    
	// DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:
	

	// Generated message map functions
	//{{AFX_MSG(CAllAssetDlg)
	virtual BOOL OnInitDialog();
	afx_msg void OnPaint();
	afx_msg void OnDblclkListAllasset(NMHDR* pNMHDR, LRESULT* pResult);
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_ALLASSETDLG_H__2D34EAD9_8AFF_4EBB_A097_ADDF821E453A__INCLUDED_)

⌨️ 快捷键说明

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