📄 zippage.h
字号:
// ZipPage.h : header file
/*********************************************************************
* Author: Simon Wang
* Date: 2003-7-30
* Contact us: inte2000@263.net
* Web Page: http://www.winmsg.com/cn/orbit.htm (for Chinese version)
* http://www.winmsg.com/orbit.htm (for English version)
**********************************************************************/
#if !defined(AFX_ZIPPAGE_H__D3A2E8D7_3F0D_4ABB_8FE9_F5693B6AF441__INCLUDED_)
#define AFX_ZIPPAGE_H__D3A2E8D7_3F0D_4ABB_8FE9_F5693B6AF441__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
/////////////////////////////////////////////////////////////////////////////
// CZipPage dialog
class CZipPage : public CPropertyPage
{
DECLARE_DYNCREATE(CZipPage)
// Construction
public:
CZipPage();
~CZipPage();
// Dialog Data
//{{AFX_DATA(CZipPage)
enum { IDD = IDD_PROPPAGE_ZIP };
BOOL m_bOpenCheck;
int m_nRadFileType;
//}}AFX_DATA
// Overrides
// ClassWizard generate virtual function overrides
//{{AFX_VIRTUAL(CZipPage)
public:
virtual BOOL OnApply();
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CZipPage)
virtual BOOL OnInitDialog();
afx_msg void OnBtnPath();
afx_msg void OnChangeEditUnzippath();
afx_msg void OnChangeEditZipfiletype();
afx_msg void OnChkOpencheck();
afx_msg void OnRadAllfile();
afx_msg void OnRadSelectfile();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_ZIPPAGE_H__D3A2E8D7_3F0D_4ABB_8FE9_F5693B6AF441__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -