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

📄 paydlg.h

📁 该源码的前台用C++编写
💻 H
字号:
//{{AFX_INCLUDES()
#include "datagrid.h"
//}}AFX_INCLUDES
#if !defined(AFX_PAYDLG_H__70F9068F_CBB6_48B0_A9FF_C9553A2858C6__INCLUDED_)
#define AFX_PAYDLG_H__70F9068F_CBB6_48B0_A9FF_C9553A2858C6__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CPayDlg dialog

class CPayDlg : public CDialog
{
// Construction
public:
	CPayDlg(CWnd* pParent = NULL);   // standard constructor
	_RecordsetPtr m_pRecordset_Desk;
	_RecordsetPtr m_pRecordset_Order;
	_RecordsetPtr m_pRecordset_Paymode;
	
// Dialog Data
	//{{AFX_DATA(CPayDlg)
	enum { IDD = IDD_PAY_DLG };
	CComboBox	m_coPaymode;
	int		m_nPayDeskNumber;
	int		m_nPayRealPrice;
	int		m_nPayRePrice;
	int		m_nPayTotalPrice;
	CString	m_strPayUserName;
	CString	m_strPaymode;
	CDataGrid	m_dbPay;
	COleDateTime	m_timePay;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CPayDlg)
	virtual void OnOK();
	afx_msg void OnUpdatePayDeskNumber();
	virtual BOOL OnInitDialog();
	afx_msg void OnUpdatePayRealprice();
	afx_msg void OnPayPrintBtn();
	afx_msg void OnCancel();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_PAYDLG_H__70F9068F_CBB6_48B0_A9FF_C9553A2858C6__INCLUDED_)

⌨️ 快捷键说明

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