hexedit.h
来自「嵌入式DOS系统上位升级程序FileUpgrade, 需配合本人上传的FileU」· C头文件 代码 · 共 50 行
H
50 行
#if !defined(AFX_HEXEDIT_H__129CFBDE_4BC0_4815_BD77_C0FF87B397B7__INCLUDED_)
#define AFX_HEXEDIT_H__129CFBDE_4BC0_4815_BD77_C0FF87B397B7__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// HexEdit.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CHexEdit window
class CHexEdit : public CEdit
{
// Construction
public:
CHexEdit();
// Attributes
public:
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CHexEdit)
//}}AFX_VIRTUAL
// Implementation
public:
unsigned long int GetValue();
void SubclassDlgItem(UINT nID, CWnd* pParent,int nChars=8);
virtual ~CHexEdit();
// Generated message map functions
protected:
//{{AFX_MSG(CHexEdit)
afx_msg void OnChar(UINT nChar, UINT nRepCnt, UINT nFlags);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_HEXEDIT_H__129CFBDE_4BC0_4815_BD77_C0FF87B397B7__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?