📄 equalitypage.h
字号:
#if !defined(AFX_EQUALITYPAGE_H__2B4A1C61_CA19_11D8_8B0A_000AEB127BF2__INCLUDED_)
#define AFX_EQUALITYPAGE_H__2B4A1C61_CA19_11D8_8B0A_000AEB127BF2__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// EqualityPage.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CEqualityPage dialog
class CEqualityPage : public CPropertyPage
{
DECLARE_DYNCREATE(CEqualityPage)
// Construction
public:
BOOL m_BreakFlag;
long m_PieceLenth;
long m_FileLenth;
CString m_Dir;
void Equality();
CEqualityPage();
~CEqualityPage();
// Dialog Data
//{{AFX_DATA(CEqualityPage)
enum { IDD = IDD_EQUALITY };
CProgressCtrl m_Progress;
CString m_Count;
CMyEdit m_File;
int m_Out;
CMyEdit m_Outpath;
int m_Unit;
CString m_Size;
//}}AFX_DATA
// Overrides
// ClassWizard generate virtual function overrides
//{{AFX_VIRTUAL(CEqualityPage)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CEqualityPage)
afx_msg void OnEquality();
afx_msg void OnChangeEqualityCount();
afx_msg void OnEqualityLook();
afx_msg void OnEqualityLookDir();
afx_msg void OnEqualityNewout();
afx_msg void OnEqualityOldout();
afx_msg void OnEqualityRadio1();
afx_msg void OnEqualityRadio2();
afx_msg void OnEqualityRadio3();
afx_msg void OnChangeEqualitySize();
afx_msg void OnEqualityStop();
afx_msg void OnChangeEqualityFile();
virtual BOOL OnInitDialog();
afx_msg void OnTimer(UINT nIDEvent);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
private:
FILE * Pfile;
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_EQUALITYPAGE_H__2B4A1C61_CA19_11D8_8B0A_000AEB127BF2__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -