htmlsampledlg.h

来自「vc编写的方便解析HTML文件的代码, 可以方便的修改里面的元素」· C头文件 代码 · 共 54 行

H
54
字号
#if !defined(AFX_HTMLSAMPLE_H__C400D1C9_E831_4DFE_9CE4_FEF73A15D2C5__INCLUDED_)
#define AFX_HTMLSAMPLE_H__C400D1C9_E831_4DFE_9CE4_FEF73A15D2C5__INCLUDED_

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

#include "HTMLCtrl.h"

/////////////////////////////////////////////////////////////////////////////
// CHTMLSampleDlg dialog

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

// Dialog Data
	//{{AFX_DATA(CHTMLSampleDlg)
	enum { IDD = IDD_DIALOG1 };
		// NOTE: the ClassWizard will add data members here
	//}}AFX_DATA

	CHTMLCtrl m_cHTML;

	int m_iCounter;


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CHTMLSampleDlg)
	virtual BOOL OnInitDialog();
	afx_msg void OnButton1();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_HTMLSAMPLE_H__C400D1C9_E831_4DFE_9CE4_FEF73A15D2C5__INCLUDED_)

⌨️ 快捷键说明

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