forked from svn2github/FDM
-
Notifications
You must be signed in to change notification settings - Fork 4
/
CreateDownloadFromTorrentFileDlg.h
66 lines (50 loc) · 1.56 KB
/
CreateDownloadFromTorrentFileDlg.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
57
58
59
60
61
62
63
64
65
66
/*
Free Download Manager Copyright (c) 2003-2016 FreeDownloadManager.ORG
*/
#if !defined(AFX_CREATEDOWNLOADFROMTORRENTFILEDLG_H__1959D54F_6F49_4254_A209_0F75D0BAC356__INCLUDED_)
#define AFX_CREATEDOWNLOADFROMTORRENTFILEDLG_H__1959D54F_6F49_4254_A209_0F75D0BAC356__INCLUDED_
#include "fsScheduleMgr.h"
#if _MSC_VER > 1000
#pragma once
#endif
#include "DownloadsGroupsComboBox.h"
#include "fsDownload.h"
class CCreateDownloadFromTorrentFileDlg : public CDialog
{
public:
BOOL m_bPlaceToTop;
BOOL m_bScheduled;
vmsDownloadSmartPtr m_dld;
fsScheduleEx m_schScheduleParam;
CCreateDownloadFromTorrentFileDlg(CWnd* pParent = NULL);
//{{AFX_DATA(CCreateDownloadFromTorrentFileDlg)
enum { IDD = IDD_CREATETORRENTDOWNLOAD };
CDownloadsGroupsComboBox m_wndGroups;
CButton m_btnSetTime;
CButton m_btnSetDefaultFolder;
CButton m_btnCreateGroup;
CButton m_btnChooseFolder;
LPCTSTR m_ptszTorrentFile;
//}}AFX_DATA
//{{AFX_VIRTUAL(CCreateDownloadFromTorrentFileDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX);
//}}AFX_VIRTUAL
protected:
void UpdateEnabled();
void ApplyLanguage();
//{{AFX_MSG(CCreateDownloadFromTorrentFileDlg)
virtual BOOL OnInitDialog();
afx_msg void OnUselogin();
afx_msg void OnCreategroup();
afx_msg void OnChoosefolder();
afx_msg void OnOutfolderSetdefault();
afx_msg void OnSettime();
afx_msg void OnAdvanced();
virtual void OnOK();
afx_msg void OnSelchangeGroups();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
#endif