📄 sramdlg.h
字号:
#if !defined(AFX_SRAMDLG_H__F6291B23_9837_4176_9891_1408F8F7B893__INCLUDED_)
#define AFX_SRAMDLG_H__F6291B23_9837_4176_9891_1408F8F7B893__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// SramDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CSramDlg dialog
class CSramDlg : public CDialog
{
// Construction
public:
BOOL HexCheck(CString m_sStr);
CSramDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CSramDlg)
enum { IDD = IDD_DIALOG_SRAM };
CString m_SramDlgEdit1;
CString m_SramDlgEdit2;
CString m_SramDlgEdit3;
CString m_SramDlgEdit4;
CString m_SramDlgEdit5;
CString m_SramDlgEdit6;
CString m_SramDlgEdit7;
CString m_SramDlgEdit8;
CString m_SramDlgAddress;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CSramDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CSramDlg)
afx_msg void OnChangeEdit1();
afx_msg void OnChangeEdit2();
afx_msg void OnChangeEdit3();
afx_msg void OnChangeEdit4();
afx_msg void OnChangeEdit5();
afx_msg void OnChangeEdit6();
afx_msg void OnChangeEdit7();
afx_msg void OnChangeEdit8();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_SRAMDLG_H__F6291B23_9837_4176_9891_1408F8F7B893__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -