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

📄 guesthandmoneydlg.h

📁 系统主要包括住宿管理,客房管理,查询统计,报表管理,系统设置五个模块,适用于中小型宾馆酒店。
💻 H
字号:
#if !defined(AFX_GUESTHANDMONEYDLG_H__BAB633B5_E4D0_4EE6_82A1_10BC69611956__INCLUDED_)
#define AFX_GUESTHANDMONEYDLG_H__BAB633B5_E4D0_4EE6_82A1_10BC69611956__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CGuesthandmoneydlg dialog

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

	// 定义ADO连接、命令、记录集变量指针
	_ConnectionPtr	m_pConnection;
	_CommandPtr		m_pCommand;
	_RecordsetPtr	m_pRecordset;

	float foundsummoney;

	CString strfoundsummoney;
	_RecordsetPtr	m_pRecordsetstore;
	CString findgz_date;
	CString findgz_depname;
	CString findgz_sumery;
	CString findgz_spendmoney;

	CString findgz_bowrowmoney;
	CString findgz_returnmoney;
	CString findgz_summoney;
	CString findgz_name;
	CString findgz_idnumber;
	CString findgz_ticketnumber;
// Dialog Data
	//{{AFX_DATA(CGuesthandmoneydlg)
	enum { IDD = IDD_DIg_guesthandmoney };
	CComboBox	m_gusethand_depnamectr;
	CListCtrl	m_guesthandmoneylist;
	CString	m_guesthandmoney;
	CString	m_guesthandway;
	CString	m_guesthand_depname;
	CString	m_backmanname;
	CString	m_showuser;
	//}}AFX_DATA


// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CGuesthandmoneydlg)
	public:
	virtual BOOL PreTranslateMessage(MSG* pMsg);
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CGuesthandmoneydlg)
	virtual BOOL OnInitDialog();
	virtual void OnOK();
	afx_msg void OnCloseupCOMBOguesthandmoneygzname();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_GUESTHANDMONEYDLG_H__BAB633B5_E4D0_4EE6_82A1_10BC69611956__INCLUDED_)

⌨️ 快捷键说明

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