dlgrestore.h

来自「用VC编写的立体仓库的管理软件源程序和设计说明书。」· C头文件 代码 · 共 55 行

H
55
字号
#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 + =
减小字号Ctrl + -
显示快捷键?