checkdlg.h

来自「酒店管理系统 包括入库 订房退房等功能 管理员的权限」· C头文件 代码 · 共 65 行

H
65
字号
#if !defined(AFX_CHECKDLG_H__D9A68633_99C2_4971_BE11_FEE8A6B2C966__INCLUDED_)
#define AFX_CHECKDLG_H__D9A68633_99C2_4971_BE11_FEE8A6B2C966__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CCheckDlg dialog

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

	int StrToIntAt(CString   string,   int   startPos,   int   endPos) ;
	CTime strtotime(CString   str,CString str1);
// Dialog Data
	//{{AFX_DATA(CCheckDlg)
	enum { IDD = IDD_CHECK_DLG };
	CDateTimeCtrl	m_timectrlOrderT;
	CDateTimeCtrl	m_timectrlOrderD;
	CString	m_strCheckType;
	CTime	m_timeCheckD;
	CTime	m_timeCheckT;
	CString	m_strCheckId;
	int		m_nCheckMoney;
	CString	m_strCheckName;
	CString	m_strCheckNums;
	int		m_nCheckPeople;
	int		m_nYajin;
	CTime	m_timeOrderD;
	CTime	m_timeOrderT;
	int		m_nDinner;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CCheckDlg)
	afx_msg void OnChangeEditCheckId();
	afx_msg void OnCheckBtn();
	afx_msg void OnCalBtn();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_CHECKDLG_H__D9A68633_99C2_4971_BE11_FEE8A6B2C966__INCLUDED_)

⌨️ 快捷键说明

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