dlgpos.h
来自「本系统功能主要有两大块组成:前台销售管理功能和后台数据管理功能。 前台销售管理」· C头文件 代码 · 共 71 行
H
71 行
#if !defined(AFX_DLGPOS_H__05A67710_F953_4094_AE00_839DCF2B60F2__INCLUDED_)
#define AFX_DLGPOS_H__05A67710_F953_4094_AE00_839DCF2B60F2__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DlgPos.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CDlgPos dialog
class CDlgPos : public CDialog
{
// Construction
public:
CDlgPos(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CDlgPos)
enum { IDD = IDD_Dlg_pos };
CEdit m_oTableNo;
CEdit m_cardedit;
CComboBox m_foodclass;
CListCtrl m_cookmenulist;
CListCtrl m_menulist;
CString m_billid;
CString m_paystate;
CString m_begintime;
CString m_EndTime;
CString m_PersonNum;
CString m_TableNo;
CString m_vipcard;
CString m_ToCookFoodId;
CString m_totalnumber;
CString m_totalprice;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CDlgPos)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CDlgPos)
virtual void OnCancel();
virtual BOOL OnInitDialog();
afx_msg void OnBUTTONselectfood();
virtual void OnOK();
afx_msg void OnBUTTONaddvip();
afx_msg void OnBUTTONselectvipcard();
afx_msg void OnBUTTONpay();
afx_msg void OnClickLISTmenu(NMHDR* pNMHDR, LRESULT* pResult);
afx_msg void OnClickLISTcookmenu(NMHDR* pNMHDR, LRESULT* pResult);
afx_msg void OnBUTTONtempstore();
afx_msg void OnEditchangeCOMBOfoodclass();
afx_msg void OnBUTTONaddtocook();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_DLGPOS_H__05A67710_F953_4094_AE00_839DCF2B60F2__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?