SmsManager/DLG_VerOld.h

51 lines
1.2 KiB
C
Raw Normal View History

2025-01-14 10:46:18 +08:00
#if !defined(AFX_DLG_VEROLD_H__BDBD2967_C340_4BCC_A87D_C6111DAB7CB3__INCLUDED_)
#define AFX_DLG_VEROLD_H__BDBD2967_C340_4BCC_A87D_C6111DAB7CB3__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DLG_VerOld.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// DLG_VerOld dialog
#include "..\public\Label\Label.h"
class DLG_VerOld : public CDialog
{
public:
CString m_strURL;
// Construction
public:
void SetLink( const TCHAR * pURL);
DLG_VerOld(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(DLG_VerOld)
enum { IDD = IDD_VEROLD };
CLabel m_S_Http;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(DLG_VerOld)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(DLG_VerOld)
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_VEROLD_H__BDBD2967_C340_4BCC_A87D_C6111DAB7CB3__INCLUDED_)