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

📄 countmoneydlg.h

📁 根据系统功能设计了数据库
💻 H
字号:
#if !defined(AFX_COUNTMONEYDLG_H__743C5BDF_72CF_45B0_8871_17C6C25B2452__INCLUDED_)
#define AFX_COUNTMONEYDLG_H__743C5BDF_72CF_45B0_8871_17C6C25B2452__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CCountmoneyDlg dialog

class CCountmoneyDlg : public CDialog
{
// Construction
public:
	int temp;
	CCountmoneyDlg(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(CCountmoneyDlg)
	enum { IDD = IDD_Moneycount };
	CButton	m_bnt_Countall;
	CListCtrl	m_Moneylist;
	CEdit	m_ctr_stid;
	CString	m_str_stid;
	float	m_totalmoney;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CCountmoneyDlg)
	virtual BOOL OnInitDialog();
	afx_msg void OnLookup();
	afx_msg void OnCountall();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_COUNTMONEYDLG_H__743C5BDF_72CF_45B0_8871_17C6C25B2452__INCLUDED_)

⌨️ 快捷键说明

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