popupthreadwin.h
来自「个人计算机定时自动执行软件,是 一个值得看看的程序。」· C头文件 代码 · 共 53 行
H
53 行
#if !defined(AFX_POPUPTHREADWIN_H__ECC3C7CC_B393_4E11_868B_D589D390B8B6__INCLUDED_)
#define AFX_POPUPTHREADWIN_H__ECC3C7CC_B393_4E11_868B_D589D390B8B6__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// PopupThreadWin.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CPopupThreadWin thread
class CPopupThreadWin : public CWinThread
{
DECLARE_DYNCREATE(CPopupThreadWin)
protected:
CPopupThreadWin(); // protected constructor used by dynamic creation
// Attributes
public:
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CPopupThreadWin)
public:
virtual BOOL InitInstance();
virtual int ExitInstance();
//}}AFX_VIRTUAL
// Implementation
protected:
virtual ~CPopupThreadWin();
// Generated message map functions
//{{AFX_MSG(CPopupThreadWin)
// NOTE - the ClassWizard will add and remove member functions here.
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_POPUPTHREADWIN_H__ECC3C7CC_B393_4E11_868B_D589D390B8B6__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?