log.h

来自「PDA通讯网关服务器源码程序」· C头文件 代码 · 共 55 行

H
55
字号
#if !defined(AFX_LOG_H__49486B81_DDE3_422C_90C6_0363D0157F5E__INCLUDED_)
#define AFX_LOG_H__49486B81_DDE3_422C_90C6_0363D0157F5E__INCLUDED_

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

#include "PublicBase.h"
/////////////////////////////////////////////////////////////////////////////
// CLog dialog

class CLog : public CDialog
{
// Construction
public:
	CLog(CWnd* pParent = NULL);   // standard constructor
	CPublicBase m_CPubBase;

// Dialog Data
	//{{AFX_DATA(CLog)
	enum { IDD = IDD_DLG_LOG };
	CListCtrl	m_listLog;
	CDateTimeCtrl	m_dTime;
	//}}AFX_DATA


// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CLog)
	public:
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CLog)
	afx_msg void OnBtnFind();
	afx_msg void OnBtnExit();
	afx_msg void OnBtnDel();
	virtual BOOL OnInitDialog();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
private:
};

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

#endif // !defined(AFX_LOG_H__49486B81_DDE3_422C_90C6_0363D0157F5E__INCLUDED_)

⌨️ 快捷键说明

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