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

📄 editpage.h

📁 这些源代码
💻 H
字号:
#if !defined(AFX_EDITPAGE_H__98447504_6B05_11D4_85D0_96A56A000000__INCLUDED_)
#define AFX_EDITPAGE_H__98447504_6B05_11D4_85D0_96A56A000000__INCLUDED_

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

#include	"EditEx.h"

/////////////////////////////////////////////////////////////////////////////
// CEditPage dialog

class CEditPage : public CPropertyPage
{
	DECLARE_DYNCREATE(CEditPage)

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

// Dialog Data
	//{{AFX_DATA(CEditPage)
	enum { IDD = IDD_PROPPAGE_EDITDLG };
	CEditEx	m_EditSample;
	CStatic	m_EditMessage;
	CString	m_TextAlign;
	BOOL	m_bRightText;
	CComboBox	m_TextAlignBox;
	CButton	m_SetFont;
	CButton	m_SetColor;
	BOOL	m_bBorder;
	BOOL	m_bClientEdge;
	BOOL	m_bModalFrame;
	BOOL	m_bNoWrap;
	BOOL	m_bStatic;
	BOOL	m_bPassword;
	BOOL	m_bTransparent;
	BOOL	m_bHorzScroll;
	BOOL	m_bMultiline;
	BOOL	m_bVertScroll;
	BOOL	m_bWantReturn;
	BOOL	m_bAutoVScroll;
	BOOL	m_bAutoHScroll;
	//}}AFX_DATA


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

// Implementation
protected:
	// Generated message map functions
	//{{AFX_MSG(CEditPage)
	virtual BOOL OnInitDialog();
	afx_msg void OnSelchangeEditaligntext();
	afx_msg void OnEditrighttext();
	afx_msg void OnSetEditfont();
	afx_msg void OnSetEditcolor();
	afx_msg void OnEditpassword();
	afx_msg void OnEditstatic();
	afx_msg void OnEdittransparent();
	afx_msg void OnEditnowrap();
	afx_msg void OnEditmodal();
	afx_msg void OnEditclient();
	afx_msg void OnEditborder();
	afx_msg void OnEdithorzscroll();
	afx_msg void OnEditmultiline();
	afx_msg void OnEditvertscroll();
	afx_msg void OnChangeEditsample();
	afx_msg void OnErrspaceEditsample();
	afx_msg void OnHscrollEditsample();
	afx_msg void OnKillfocusEditsample();
	afx_msg void OnMaxtextEditsample();
	afx_msg void OnSetfocusEditsample();
	afx_msg void OnUpdateEditsample();
	afx_msg void OnVscrollEditsample();
	afx_msg void OnEditautovscroll();
	afx_msg void OnEditwantreturn();
	afx_msg void OnEditautohscroll();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()

	void RecreateWindow();

	CFont	m_Font;
	DWORD	m_dwStyle;
	DWORD	m_dwStyleEx;

};

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_EDITPAGE_H__98447504_6B05_11D4_85D0_96A56A000000__INCLUDED_)

⌨️ 快捷键说明

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