|
Revision 5, 1.4 kB
(checked in by qbert, 6 years ago)
|
Initial ( and last :( ) commit
|
| Line | |
|---|
| 1 |
//{{AFX_INCLUDES() |
|---|
| 2 |
#include "webbrowser2.h" |
|---|
| 3 |
//}}AFX_INCLUDES |
|---|
| 4 |
#if !defined(AFX_SCRIPTOUTPUTDLG_H__F55B1213_36B4_4A7D_AA7B_DD11EFC22212__INCLUDED_) |
|---|
| 5 |
#define AFX_SCRIPTOUTPUTDLG_H__F55B1213_36B4_4A7D_AA7B_DD11EFC22212__INCLUDED_ |
|---|
| 6 |
|
|---|
| 7 |
#if _MSC_VER > 1000 |
|---|
| 8 |
#pragma once |
|---|
| 9 |
#endif // _MSC_VER > 1000 |
|---|
| 10 |
// ScriptOutputDlg.h : header file |
|---|
| 11 |
// |
|---|
| 12 |
|
|---|
| 13 |
///////////////////////////////////////////////////////////////////////////// |
|---|
| 14 |
// CScriptOutputDlg dialog |
|---|
| 15 |
|
|---|
| 16 |
class CScriptOutputDlg : public CDialog |
|---|
| 17 |
{ |
|---|
| 18 |
// Construction |
|---|
| 19 |
public: |
|---|
| 20 |
CScriptOutputDlg(CWnd* pParent = NULL); // standard constructor |
|---|
| 21 |
|
|---|
| 22 |
// Dialog Data |
|---|
| 23 |
//{{AFX_DATA(CScriptOutputDlg) |
|---|
| 24 |
enum { IDD = IDD_SCRIPTOUT_DLG }; |
|---|
| 25 |
CWebBrowser2 m_webBrowser; |
|---|
| 26 |
//}}AFX_DATA |
|---|
| 27 |
|
|---|
| 28 |
|
|---|
| 29 |
// Overrides |
|---|
| 30 |
// ClassWizard generated virtual function overrides |
|---|
| 31 |
//{{AFX_VIRTUAL(CScriptOutputDlg) |
|---|
| 32 |
public: |
|---|
| 33 |
virtual BOOL PreTranslateMessage(MSG* pMsg); |
|---|
| 34 |
protected: |
|---|
| 35 |
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support |
|---|
| 36 |
//}}AFX_VIRTUAL |
|---|
| 37 |
|
|---|
| 38 |
// Implementation |
|---|
| 39 |
protected: |
|---|
| 40 |
|
|---|
| 41 |
// Generated message map functions |
|---|
| 42 |
//{{AFX_MSG(CScriptOutputDlg) |
|---|
| 43 |
afx_msg void OnSize(UINT nType, int cx, int cy); |
|---|
| 44 |
//}}AFX_MSG |
|---|
| 45 |
DECLARE_MESSAGE_MAP() |
|---|
| 46 |
}; |
|---|
| 47 |
|
|---|
| 48 |
//{{AFX_INSERT_LOCATION}} |
|---|
| 49 |
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. |
|---|
| 50 |
|
|---|
| 51 |
#endif // !defined(AFX_SCRIPTOUTPUTDLG_H__F55B1213_36B4_4A7D_AA7B_DD11EFC22212__INCLUDED_) |
|---|