-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy pathDDRDlg.h
56 lines (43 loc) · 1.15 KB
/
DDRDlg.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
/*
Free Download Manager Copyright (c) 2003-2016 FreeDownloadManager.ORG
*/
#if !defined(AFX_DDRDLG_H__3821C1CB_5B95_4166_BC5C_6AFC0137BDE4__INCLUDED_)
#define AFX_DDRDLG_H__3821C1CB_5B95_4166_BC5C_6AFC0137BDE4__INCLUDED_
#include "fsDownloadsMgr.h"
#if _MSC_VER > 1000
#pragma once
#endif
class CDDRDlg : public CDialog
{
public:
BOOL m_bNoCancel;
BOOL m_bForAll;
BOOL m_bDontAskAgain;
CString m_strUrl;
fsDeleteDownloadReaction m_enDDR;
CDDRDlg(CWnd* pParent = NULL);
//{{AFX_DATA(CDDRDlg)
enum { IDD = IDD_DDR };
//}}AFX_DATA
//{{AFX_VIRTUAL(CDDRDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX);
//}}AFX_VIRTUAL
protected:
void PrepareCHMgr(CPoint point);
void ApplyLanguage();
//{{AFX_MSG(CDDRDlg)
afx_msg void OnYes();
afx_msg void OnNo();
virtual BOOL OnInitDialog();
afx_msg void OnContextMenu(CWnd* pWnd, CPoint point);
afx_msg void OnWhatisthis();
afx_msg BOOL OnHelpInfo(HELPINFO* pHelpInfo);
afx_msg void OnYestoall();
afx_msg void OnNotoall();
afx_msg void OnClose();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
#endif