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

📄 accview.h

📁 本家庭理财系统是一个简易的家庭理财工具
💻 H
字号:
//{{AFX_INCLUDES()
#include "datacombo.h"
//}}AFX_INCLUDES
#if !defined(AFX_ACCVIEW_H__677BD868_5E0C_4BA5_9145_BB39EEEE54DF__INCLUDED_)
#define AFX_ACCVIEW_H__677BD868_5E0C_4BA5_9145_BB39EEEE54DF__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// AccView.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// CAccView form view

#ifndef __AFXEXT_H__
#include <afxext.h>
#endif

class CAccView : public CFormView
{
protected:
	CAccView();           // protected constructor used by dynamic creation
	DECLARE_DYNCREATE(CAccView)

// Form Data
public:
	//{{AFX_DATA(CAccView)
	enum { IDD = IDD_ACC_FORM };
	CListCtrl	m_listAcc;
	CListCtrl	m_listExch;
	CString	m_strCard;
	CTime	m_dtAcc;
	CString	m_strName;
	CString	m_strNum;
	CString	m_strRemark;
	CTime	m_dtExch;
	int		m_nType;
	CDataCombo	m_strBank;
	float	m_dbAccMon;
	float	m_dbExMon;
	//}}AFX_DATA

// Attributes
public:

// Operations
public:
	void RefreshExchData(CString currAcc);
	void InitCtrlData();
	void InsertExCtrlItem(CString item0,CString item1,CString item2,CString item3);
	void InsertAccCtrlItem(CString item0,CString item1,CString item2,CString item3,CString item4,CString item5,CString item6);
	void InitControl();
	double m_dbCurrMoney;
	CString m_strCurrAcc;
	int m_nCurrIndex;

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

// Implementation
protected:
	virtual ~CAccView();
#ifdef _DEBUG
	virtual void AssertValid() const;
	virtual void Dump(CDumpContext& dc) const;
#endif

	// Generated message map functions
	//{{AFX_MSG(CAccView)
	afx_msg void OnAccAdd();
	afx_msg void OnAccDel();
	afx_msg void OnExchAdd();
	afx_msg void OnExchDel();
	afx_msg void OnRadio1();
	afx_msg void OnRadio2();
	afx_msg void OnItemchangedAccList1(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_ACCVIEW_H__677BD868_5E0C_4BA5_9145_BB39EEEE54DF__INCLUDED_)

⌨️ 快捷键说明

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