⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 optionsdlg.h

📁 HEX编辑器
💻 H
字号:
#if !defined(AFX_OPTIONSDLG_H__6E1A9CC0_D306_11D5_B8AF_AFB6C918F359__INCLUDED_)
#define AFX_OPTIONSDLG_H__6E1A9CC0_D306_11D5_B8AF_AFB6C918F359__INCLUDED_

#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000
// OptionsDlg.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// CDispPage dialog

class CDispPage : public CPropertyPage
{
	DECLARE_DYNCREATE(CDispPage)

// Construction
public:
	CDispPage();
	~CDispPage();

// Dialog Data
	//{{AFX_DATA(CDispPage)
	enum { IDD = IDD_DISP_OPT_PAGE };
	int		m_nAnsi;
	int		m_nFontSize;
	int		m_nIntel;
	int		m_nSigned;
	//}}AFX_DATA


// Overrides
	// ClassWizard generate virtual function overrides
	//{{AFX_VIRTUAL(CDispPage)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:
	// Generated message map functions
	//{{AFX_MSG(CDispPage)
		// NOTE: the ClassWizard will add member functions here
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()

};

/////////////////////////////////////////////////////////////////////////////
// CGenPage dialog

class CGenPage : public CPropertyPage
{
	DECLARE_DYNCREATE(CGenPage)

// Construction
public:
	CGenPage();
	~CGenPage();

// Dialog Data
	//{{AFX_DATA(CGenPage)
	enum { IDD = IDD_GEN_OPT_PAGE };
	BOOL	m_bAdjustBytes;
	CString	m_strIntBrowser;
	int		m_nNumBytes;
	int		m_nOffsetLen;
	BOOL	m_bSetRead;
	CString	m_strTextEditor;
	//}}AFX_DATA


// Overrides
	// ClassWizard generate virtual function overrides
	//{{AFX_VIRTUAL(CGenPage)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:
	// Generated message map functions
	//{{AFX_MSG(CGenPage)
		// NOTE: the ClassWizard will add member functions here
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()

};
//{{AFX_INSERT_LOCATION}}
// Microsoft Developer Studio will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_OPTIONSDLG_H__6E1A9CC0_D306_11D5_B8AF_AFB6C918F359__INCLUDED_)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -