📄 xkh.h
字号:
#if !defined(AFX_XKH_H__8CE31F14_4A8C_4C2F_8382_FD90F4A3DBCB__INCLUDED_)
#define AFX_XKH_H__8CE31F14_4A8C_4C2F_8382_FD90F4A3DBCB__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// xkh.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// xkh dialog
class xkh : public CDialog
{
// Construction
public:
xkh(CWnd* pParent = NULL); // standard constructor
CString edit1,edit2,edit3,edit4,edit5,edit6,edit7,edit8,
edit9,edit10,edit11,edit12,edit13,edit14,edit15,edit16,com1,
com2,com3,com4,com5;
// Dialog Data
//{{AFX_DATA(xkh)
enum { IDD = IDD_XKH };
CEdit m_edit9;
CEdit m_edit8;
CEdit m_edit7;
CEdit m_edit6;
CEdit m_edit5;
CEdit m_edit4;
CEdit m_edit3;
CEdit m_edit2;
CEdit m_edit16;
CEdit m_edit15;
CEdit m_edit14;
CEdit m_edit13;
CEdit m_edit12;
CEdit m_edit11;
CEdit m_edit10;
CEdit m_edit1;
CComboBox m_com5;
CComboBox m_com4;
CComboBox m_com3;
CComboBox m_com2;
CComboBox m_com1;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(xkh)
public:
virtual BOOL PreTranslateMessage(MSG* pMsg);
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(xkh)
virtual BOOL OnInitDialog();
afx_msg void OnButton2();
afx_msg void OnButton1();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_XKH_H__8CE31F14_4A8C_4C2F_8382_FD90F4A3DBCB__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -