nettimesheet.h

来自「著名的防火墙源代码」· C头文件 代码 · 共 62 行

H
62
字号
#if !defined(AFX_NETTIMESHEET_H__120D81B0_DB29_44AB_AD79_310F5B60C90D__INCLUDED_)
#define AFX_NETTIMESHEET_H__120D81B0_DB29_44AB_AD79_310F5B60C90D__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// NetTimeSheet.h : header file
//

//=============================================================================================
// CNetTimeSheet

class CNetTimeSheet : public CPropertySheet
{
	DECLARE_DYNAMIC(CNetTimeSheet)

// Construction
public:
	CNetTimeSheet(UINT nIDCaption, CWnd* pParentWnd = NULL, UINT iSelectPage = 0);
	CNetTimeSheet(LPCTSTR pszCaption, CWnd* pParentWnd = NULL, UINT iSelectPage = 0);

// Attributes
public:

// Operations
public:

// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CNetTimeSheet)
	public:
	virtual BOOL OnInitDialog();
	//}}AFX_VIRTUAL

// Implementation
public:
	virtual ~CNetTimeSheet();

	// Generated message map functions
protected:
	//{{AFX_MSG(CNetTimeSheet)
	afx_msg void OnOK();
	afx_msg BOOL OnCancel();
	afx_msg void OnApply();
	afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()

//owner add 
public:
	void		InitDlgResource	();
	int			EnableButton	(BOOL bEnable);
	int			Apply			();
};

//=============================================================================================

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_NETTIMESHEET_H__120D81B0_DB29_44AB_AD79_310F5B60C90D__INCLUDED_)

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?