📄 htmleditordlg.h
字号:
// 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -