📄 dlgrestore.h
字号:
#if !defined(AFX_DLGRESTORE_H__CD4FD88A_52C3_4D1E_BD63_3E0056F914A4__INCLUDED_)
#define AFX_DLGRESTORE_H__CD4FD88A_52C3_4D1E_BD63_3E0056F914A4__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DlgRestore.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CDlgRestore dialog
#include "RxStatic.h"
class CDlgRestore : public CDialog
{
// Construction
public:
CDlgRestore(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CDlgRestore)
enum { IDD = IDD_RESTORE };
CListCtrl m_list;
CStatic m_StaText;
CRxStatic m_StaTitle;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CDlgRestore)
public:
virtual BOOL PreTranslateMessage(MSG* pMsg);
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
void SearchFile(CString strDir);
HICON m_hIcon;
CString m_Path;
// Generated message map functions
//{{AFX_MSG(CDlgRestore)
virtual BOOL OnInitDialog();
afx_msg void OnRestore();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_DLGRESTORE_H__CD4FD88A_52C3_4D1E_BD63_3E0056F914A4__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -