htmleditordlg.h

来自「HTML Editor for VC++ 6.0:Today, applicat」· C头文件 代码 · 共 60 行

H
60
字号
// HtmlEditorDlg.h : header file
//
#include "HtmlEditCtrl2.h"

#if !defined(AFX_HTMLEDITORDLG_H__43788096_219A_40BB_9F52_653545DBBE75__INCLUDED_)
#define AFX_HTMLEDITORDLG_H__43788096_219A_40BB_9F52_653545DBBE75__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000

/////////////////////////////////////////////////////////////////////////////
// CHtmlEditorDlg dialog

class CHtmlEditorDlg : public CDialog
{
// Construction
public:
	CHtmlEditorDlg(CWnd* pParent = NULL);	// standard constructor

// Dialog Data
	//{{AFX_DATA(CHtmlEditorDlg)
	enum { IDD = IDD_HTMLEDITOR_DIALOG };
	CHtmlEditCtrl2	m_ctrlWeb;
	//}}AFX_DATA

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

// Implementation
protected:
	HICON m_hIcon;

	// Generated message map functions
	//{{AFX_MSG(CHtmlEditorDlg)
	virtual BOOL OnInitDialog();
	afx_msg void OnNavigateComplete2Explorer1(LPDISPATCH pDisp, VARIANT FAR* URL);
	afx_msg void OnGetHtml();
	afx_msg void OnBold();
	afx_msg void OnItalic();
	afx_msg void OnUnderline();
	afx_msg void OnImage();
	afx_msg void OnHyperlink();
	afx_msg void OnUndo();
	afx_msg void OnRedo();
	afx_msg void OnSource();
	afx_msg void OnTh();
	DECLARE_EVENTSINK_MAP()
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_HTMLEDITORDLG_H__43788096_219A_40BB_9F52_653545DBBE75__INCLUDED_)

⌨️ 快捷键说明

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