-
Notifications
You must be signed in to change notification settings - Fork 12
/
BtDld_Misc.h
56 lines (38 loc) · 1.04 KB
/
BtDld_Misc.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_BTDLD_MISC_H__CF0C4432_AA8B_4B67_8A4D_3BDD305254CB__INCLUDED_)
#define AFX_BTDLD_MISC_H__CF0C4432_AA8B_4B67_8A4D_3BDD305254CB__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif
class CBtDld_Misc : public CPropertyPage
{
DECLARE_DYNCREATE(CBtDld_Misc)
public:
DLDS_LIST* m_pvDlds;
CBtDld_Misc();
~CBtDld_Misc();
//{{AFX_DATA(CBtDld_Misc)
enum { IDD = IDD_BTDLD_MISC };
//}}AFX_DATA
//{{AFX_VIRTUAL(CBtDld_Misc)
public:
virtual BOOL OnApply();
protected:
virtual void DoDataExchange(CDataExchange* pDX);
//}}AFX_VIRTUAL
protected:
void FlagToDlg (DWORD dwFlag, UINT nIdCtrl);
void DlgToFlag (DWORD dwFlag, UINT nIdCtrl);
void ApplyLanguage();
//{{AFX_MSG(CBtDld_Misc)
virtual BOOL OnInitDialog();
afx_msg void OnLaunchwhendone();
afx_msg void OnGenerateinfofile();
afx_msg void OnReservespace();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
#endif