?? 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 + -