forked from svn2github/FDM
-
Notifications
You must be signed in to change notification settings - Fork 4
/
DlgDownloadsHistory.h
50 lines (38 loc) · 1.15 KB
/
DlgDownloadsHistory.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
/*
Free Download Manager Copyright (c) 2003-2016 FreeDownloadManager.ORG
*/
#if !defined(AFX_DLGDOWNLOADSHISTORY_H__51A1E39F_E731_481C_B54B_B4F7786443BD__INCLUDED_)
#define AFX_DLGDOWNLOADSHISTORY_H__51A1E39F_E731_481C_B54B_B4F7786443BD__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif
class CDlgDownloadsHistory : public CDialog
{
public:
CDlgDownloadsHistory(CWnd* pParent = NULL);
//{{AFX_DATA(CDlgDownloadsHistory)
enum { IDD = IDD_DOWNLOADSHISTORY_SETTINGS };
CSpinButtonCtrl m_wndSpin;
//}}AFX_DATA
//{{AFX_VIRTUAL(CDlgDownloadsHistory)
protected:
virtual void DoDataExchange(CDataExchange* pDX);
//}}AFX_VIRTUAL
protected:
void PrepareCHMgr(CPoint point);
void ApplyLanguage();
void UpdateEnabled();
//{{AFX_MSG(CDlgDownloadsHistory)
virtual BOOL OnInitDialog();
afx_msg void OnContextMenu(CWnd* pWnd, CPoint point);
afx_msg BOOL OnHelpInfo(HELPINFO* pHelpInfo);
afx_msg void OnWhatisthis();
afx_msg void OnUse();
afx_msg void OnDelrecthatexists();
afx_msg void OnClearhistory();
virtual void OnOK();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
#endif