📄 dlgpos.h
字号:
#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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -