AgentManager/DLG_C_GG.h
2025-01-22 15:45:17 +08:00

56 lines
1.3 KiB
C++

#if !defined(AFX_DLG_C_GG_H__557080E1_9527_46E6_9A32_DEC2450B8162__INCLUDED_)
#define AFX_DLG_C_GG_H__557080E1_9527_46E6_9A32_DEC2450B8162__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DLG_C_GG.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// DLG_C_GG dialog
#include "HtmlCtrl.h"
class CMainFrame;
class DLG_C_GG : public CDialog
{
protected:
CMainFrame * m_pMainFrame;
BOOL m_bInit;
CHtmlCtrl m_Html;
// Construction
public:
void SetHtmlData( ANS_GetGG3 * pGG );
void Close();
DLG_C_GG(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(DLG_C_GG)
enum { IDD = IDD_C_GG };
CButton m_S_S1;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(DLG_C_GG)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(DLG_C_GG)
afx_msg void OnSize(UINT nType, int cx, int cy);
virtual BOOL OnInitDialog();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_DLG_C_GG_H__557080E1_9527_46E6_9A32_DEC2450B8162__INCLUDED_)