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

📄 family_financ_systemdlg.h

📁 运用ADO技术连接ACCESS数据库(改变连接字串就能连接SQL数据库)
💻 H
字号:
// family_financ_systemDlg.h : header file
//

#if !defined(AFX_FAMILY_FINANC_SYSTEMDLG_H__598F4911_A20E_4A6A_8DB4_C7938EDE4C39__INCLUDED_)
#define AFX_FAMILY_FINANC_SYSTEMDLG_H__598F4911_A20E_4A6A_8DB4_C7938EDE4C39__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000

/////////////////////////////////////////////////////////////////////////////
// CFamily_financ_systemDlg dialog

class CFamily_financ_systemDlg : public CDialog
{
// Construction
public:
	CFamily_financ_systemDlg(CWnd* pParent = NULL);	// standard constructor
	float m_this_money_in,m_this_money_out;
	CString Title1;
	CString is_ok;
// Dialog Data
	//{{AFX_DATA(CFamily_financ_systemDlg)
	enum { IDD = IDD_FAMILY_FINANC_SYSTEM_DIALOG };
	CButton	m_delert;
	CButton	m_insert;
	CListCtrl	m_list;
	float	m_money;
	CString	m_beizhu;
	float	m_this_total_plain;
	float	m_this_total_out;
	float	m_this_l_plain;
	float	m_this_l_true_out;
	float	m_this_p_plain;
	float	m_this_p_true_out;
	float	m_last_total_plain;
	float	m_last_true_total_out;
	float	m_last_l_plain;
	float	m_last_l_true_out;
	float	m_last_p_plain;
	float	m_last_p_out;
	CString	m_day;
	CString	m_f_mb;
	CString	m_io_t;
	float	m_money_sum_in;
	float	m_money_sum_out;
	float	m_money_sum_end;
	//}}AFX_DATA

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

// Implementation
protected:
	HICON m_hIcon;

	// Generated message map functions
	//{{AFX_MSG(CFamily_financ_systemDlg)
	virtual BOOL OnInitDialog();
	afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
	afx_msg void OnPaint();
	afx_msg HCURSOR OnQueryDragIcon();
	afx_msg void OnInsert();
	afx_msg void OnFMenber();
	afx_msg void OnTongji();
	afx_msg void OnPlain();
	afx_msg void OnDelert();
	afx_msg void OnClose();
	afx_msg void OnDelert2();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_FAMILY_FINANC_SYSTEMDLG_H__598F4911_A20E_4A6A_8DB4_C7938EDE4C39__INCLUDED_)

⌨️ 快捷键说明

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