📄 tcppropertysheet.h
字号:
/*
TcpPropertySheet.h
Luca Piergentili, 14/07/99
lpiergentili@yahoo.com
http://www.geocities.com/lpiergentili/
*/
#ifndef _TCPPROPERTYSHEET_H
#define _TCPPROPERTYSHEET_H 1
#include "window.h"
#include "CPropertySheetDialog.h"
#include "TcpScanConfig.h"
class CTcpScanPropertySheet : public CPropertySheetDialog
{
DECLARE_DYNCREATE(CTcpScanPropertySheet)
public:
CTcpScanPropertySheet(CWnd* = NULL,CPropertyPageList* = NULL);
~CTcpScanPropertySheet();
BOOL OnInitDialog(void);
private:
CTcpScanConfig* m_pConfig;
DECLARE_MESSAGE_MAP()
};
#endif // _TCPPROPERTYSHEET_H
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -