www.pudn.com > mini_remote.zip > UrlDownLoadDlg.h
#if !defined(AFX_URLDOWNLOADDLG_H__69DBF677_BD83_495E_AF1D_811FD6682966__INCLUDED_)
#define AFX_URLDOWNLOADDLG_H__69DBF677_BD83_495E_AF1D_811FD6682966__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// UrlDownLoadDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CUrlDownLoadDlg dialog
class CUrlDownLoadDlg : public CDialog
{
// Construction
public:
CUrlDownLoadDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CUrlDownLoadDlg)
enum { IDD = IDD_DIALOG_ALLDOWNLOAD };
CWBButton m_btn_ok;
CHoverEdit m_edit_1;
CString m_url;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CUrlDownLoadDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CUrlDownLoadDlg)
virtual void OnOK();
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_URLDOWNLOADDLG_H__69DBF677_BD83_495E_AF1D_811FD6682966__INCLUDED_)