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

📄 dlgjs.h

📁 一个酒店管理系统源码,在编译、运行程序之前
💻 H
字号:
#if !defined(AFX_DLGJS_H__9CB4AF70_39E1_4F51_A042_A086932D8806__INCLUDED_)
#define AFX_DLGJS_H__9CB4AF70_39E1_4F51_A042_A086932D8806__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CDlgJS dialog

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

// Dialog Data
	//{{AFX_DATA(CDlgJS)
	enum { IDD = IDD_DLG_JS };
	CListCtrl	m_list;
	CString	m_no;
	float	m_sum;
	float	m_total;
	CTime	m_date;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CDlgJS)
	virtual BOOL OnInitDialog();
	afx_msg void OnBtnJssave();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()

public:
	void RefreshData();
	void Setup(_ConnectionPtr cnnt, CString& desk, float dz)
	{
		m_DBCnt = cnnt;
		m_desk = desk;
		m_dz = dz;
	}
protected:
	float GetPrice(LPCTSTR no);
	_ConnectionPtr m_DBCnt;
	CString m_desk;
	float m_dz;
};

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

#endif // !defined(AFX_DLGJS_H__9CB4AF70_39E1_4F51_A042_A086932D8806__INCLUDED_)

⌨️ 快捷键说明

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