📄 testsddlg.h
字号:
// TestSDDlg.h : header file
//
#if !defined(AFX_TESTSDDLG_H__7FD9E66D_CE59_4D70_AB48_C0766C488072__INCLUDED_)
#define AFX_TESTSDDLG_H__7FD9E66D_CE59_4D70_AB48_C0766C488072__INCLUDED_
#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000
/////////////////////////////////////////////////////////////////////////////
// CTestSDDlg dialog
class CTestSDDlg : public CDialog
{
// Construction
public:
CTestSDDlg(CWnd* pParent = NULL); // standard constructor
//拷贝文件线程
static DWORD CopyFileThread(LPVOID lparam);
//校验文件线程
static DWORD CheckFileThread(LPVOID lparam);
public:
BOOL CheckFile(LPCTSTR file1,LPCTSTR file2);
LPCTSTR standFileName;
// LPCTSTR srcFileName;
// LPCTSTR destFileName;
// Dialog Data
//{{AFX_DATA(CTestSDDlg)
enum { IDD = IDD_TESTSD_DIALOG };
CListBox m_sys_msg_error;
CListBox m_sys_msg;
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CTestSDDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
// Generated message map functions
//{{AFX_MSG(CTestSDDlg)
virtual BOOL OnInitDialog();
afx_msg void OnTest();
virtual void OnCancel();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft eMbedded Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_TESTSDDLG_H__7FD9E66D_CE59_4D70_AB48_C0766C488072__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -