optionsdlg.h

来自「HEX编辑器」· C头文件 代码 · 共 93 行

H
93
字号
#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 + =
减小字号Ctrl + -
显示快捷键?