📄 esndlg.h
字号:
// EsnDlg.h : header file
//
#if !defined(AFX_ESNDLG_H__019E639C_F6ED_4984_BE46_BD75FBFE70E8__INCLUDED_)
#define AFX_ESNDLG_H__019E639C_F6ED_4984_BE46_BD75FBFE70E8__INCLUDED_
#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000
/////////////////////////////////////////////////////////////////////////////
// CEsnDlg dialog
class CEsnDlg : public CDialog
{
// Construction
public:
CEsnDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CEsnDlg)
enum { IDD = IDD_ESN_DIALOG };
CString m_Esn;
CString m_Ccid;
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CEsnDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
// Generated message map functions
//{{AFX_MSG(CEsnDlg)
virtual BOOL OnInitDialog();
afx_msg void OnButEsn();
afx_msg void OnButCcid();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft eMbedded Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_ESNDLG_H__019E639C_F6ED_4984_BE46_BD75FBFE70E8__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -