53 lines
1.2 KiB
C++
53 lines
1.2 KiB
C++
#if !defined(AFX_ABOUTDLG2_H__6F65C07A_4100_43CC_B107_7AC717B01BDD__INCLUDED_)
|
|
#define AFX_ABOUTDLG2_H__6F65C07A_4100_43CC_B107_7AC717B01BDD__INCLUDED_
|
|
|
|
#if _MSC_VER > 1000
|
|
#pragma once
|
|
#endif // _MSC_VER > 1000
|
|
// AboutDlg2.h : header file
|
|
//
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
// CAboutDlg2 dialog
|
|
|
|
#include "Label.h"
|
|
class CAboutDlg2 : public CDialog
|
|
{
|
|
// Construction
|
|
public:
|
|
CAboutDlg2(CWnd* pParent = NULL); // standard constructor
|
|
|
|
// Dialog Data
|
|
//{{AFX_DATA(CAboutDlg2)
|
|
enum { IDD = IDD_ABOUTBOX2 };
|
|
CLabel m_S_Http2;
|
|
CStatic m_S_S1;
|
|
CLabel m_S_Http;
|
|
CLabel m_S_Email;
|
|
//}}AFX_DATA
|
|
|
|
|
|
// Overrides
|
|
// ClassWizard generated virtual function overrides
|
|
//{{AFX_VIRTUAL(CAboutDlg2)
|
|
protected:
|
|
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
|
|
//}}AFX_VIRTUAL
|
|
|
|
// Implementation
|
|
protected:
|
|
|
|
// Generated message map functions
|
|
//{{AFX_MSG(CAboutDlg2)
|
|
virtual BOOL OnInitDialog();
|
|
//}}AFX_MSG
|
|
DECLARE_MESSAGE_MAP()
|
|
public:
|
|
afx_msg void OnStnClicked65535();
|
|
};
|
|
|
|
//{{AFX_INSERT_LOCATION}}
|
|
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
|
|
|
|
#endif // !defined(AFX_ABOUTDLG2_H__6F65C07A_4100_43CC_B107_7AC717B01BDD__INCLUDED_)
|