-
Notifications
You must be signed in to change notification settings - Fork 0
/
FDiskThiefDlg.h
73 lines (63 loc) · 2.1 KB
/
FDiskThiefDlg.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
67
68
69
70
71
72
73
// FDiskThiefDlg.h : header file
// Download by http://www.codefans.net
#include "afxwin.h"
#if !defined(AFX_FDISKTHIEFDLG_H__C2F2D2C7_E9B5_4C6C_A9CF_554FCA8AD884__INCLUDED_)
#define AFX_FDISKTHIEFDLG_H__C2F2D2C7_E9B5_4C6C_A9CF_554FCA8AD884__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
/////////////////////////////////////////////////////////////////////////////
// CFDiskThiefDlg dialog
class CFDiskThiefDlg : public CDialog
{
// Construction
public:
BOOL IsRun;
void CopyFile(CString dir);
CString FindFdisk();
CString m_NewFdisk;
CString m_OldFdisk;
CFDiskThiefDlg(CWnd *pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CFDiskThiefDlg)
enum { IDD = IDD_FDISKTHIEF_DIALOG };
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CFDiskThiefDlg)
public:
virtual BOOL DestroyWindow();
protected:
virtual void DoDataExchange(CDataExchange *pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
// Generated message map functions
//{{AFX_MSG(CFDiskThiefDlg)
virtual BOOL OnInitDialog();
void OnSysCommand(UINT nID, LPARAM lParam);
afx_msg void OnPaint();
BOOL ShowBalloonTip(LPCTSTR szMsg, LPCTSTR szTitle, UINT uTimeout, DWORD dwInfoFlags);
afx_msg HCURSOR OnQueryDragIcon();
void SetTuoIcon();
afx_msg void OnButtonOpen();
afx_msg void OnButtonHide();
afx_msg LRESULT OnHotKey(WPARAM wp, LPARAM lp);
afx_msg LRESULT OnSystemtray(WPARAM wParam, LPARAM lParam);
afx_msg void OnTimer(UINT nIDEvent);
afx_msg void OnButtonStart();
afx_msg void OnButtonStop();
afx_msg void OnButtonTest();
static int GetRand(int MIN, int MAX);
static CString IntToCS(int intt);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
public:
CString m_strPath;
CButton m_BtnStart;
CButton m_BtnStop;
static UINT ThreadProCopyFile(LPVOID lpVoid);
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_FDISKTHIEFDLG_H__C2F2D2C7_E9B5_4C6C_A9CF_554FCA8AD884__INCLUDED_)