www.pudn.com > Jianasyhttpclient.rar > DlgUrl.h
#if !defined(AFX_DLGURL_H__15599114_A11A_11D4_A1B1_8B0DD173B218__INCLUDED_)
#define AFX_DLGURL_H__15599114_A11A_11D4_A1B1_8B0DD173B218__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DlgUrl.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CDlgUrl dialog
class CDlgUrl : public CDialog
{
// Construction
public:
CDlgUrl(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CDlgUrl)
enum { IDD = IDD_DIALOG1 };
CString m_strURL;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CDlgUrl)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CDlgUrl)
// NOTE: the ClassWizard will add member functions here
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_DLGURL_H__15599114_A11A_11D4_A1B1_8B0DD173B218__INCLUDED_)