📄 kjw.h
字号:
#if !defined(AFX_KJW_H__BE95640A_6CBA_4E17_902D_232E94F8926E__INCLUDED_)
#define AFX_KJW_H__BE95640A_6CBA_4E17_902D_232E94F8926E__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// KJW.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CKJW dialog
class CKJW : public CDialog
{
// Construction
public:
CKJW(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CKJW)
enum { IDD = IDD_TESTDLG };
CButton m_order;
CButton m_chkAutoconnect;
CButton m_chkDessert;
CButton m_chkDrink;
CButton m_chkTea;
CButton m_chkWine;
CButton m_chkSoup;
CButton m_chkFish;
CButton m_chkMeat;
CString m_stredit;
CString strtemp1; //kjw
CString strtemp2;
CString strtemp3;
CString strtemp4;
CString strtemp5;
CString strtemp6;
CString strtemp7;
CString strtemp8;
CString strtemp;
CString m_stredit2;
//}}AFX_DATA
float m_Meat1, m_Meat2, m_Meat3; //KJW menu count
float m_Fish1, m_Fish2, m_Fish3;
float m_Soup1, m_Soup2, m_Soup3;
float m_Wine1, m_Wine2, m_Wine3;
float m_Tea1, m_Tea2, m_Tea3;
float m_Drink1, m_Drink2, m_Drink3;
float m_Dessert1, m_Dessert2, m_Dessert3;
float m_Total;
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CKJW)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CKJW)
virtual BOOL OnInitDialog();
afx_msg void OnPaint();
afx_msg void OnButton1();
afx_msg void OnButton10();
afx_msg void OnButton11();
afx_msg void OnButton12();
afx_msg void OnButton13();
afx_msg void OnButton14();
afx_msg void OnButton15();
afx_msg void OnButton16();
afx_msg void OnButton17();
afx_msg void OnButton18();
afx_msg void OnButton19();
afx_msg void OnButton2();
afx_msg void OnButton20();
afx_msg void OnButton21();
afx_msg void OnButton3();
afx_msg void OnButton4();
afx_msg void OnButton5();
afx_msg void OnButton6();
afx_msg void OnButton7();
afx_msg void OnButton8();
afx_msg void OnButton9();
afx_msg void OnButton22();
afx_msg void OnButton23();
afx_msg void OnCheck8();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_KJW_H__BE95640A_6CBA_4E17_902D_232E94F8926E__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -