📄 popupwindow.h
字号:
/************************************************************************************************
// $Header: /home/cvsroot/SoccerDoctor/Chart/PopupWindow.h,v 1.1 2002/09/07 06:03:54 peter Exp $
//***********************************************************************************************
/************************************************************************************************/
/* */
/* File : PopupWindow.h */
/* */
/* Purpose : interface for the popup window which appears during mouse movements */
/* */
/* Author : Scott Pelger Date Created: 10JUN02 */
/* */
/* Revisions */
/* */
/* Engineer Date Description */
/* */
/* Scott Pelger 10JUN02 initial version */
/* */
/************************************************************************************************/
#if !defined(AFX_POPUPWINDOW_H__0BD2D843_7203_437D_897E_1EBC3B1AFB85__INCLUDED_)
#define AFX_POPUPWINDOW_H__0BD2D843_7203_437D_897E_1EBC3B1AFB85__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// PopupWindow.h : header file
//
#include "ChartWndBase.h"
/////////////////////////////////////////////////////////////////////////////
// CPopupWindow window
class CPopupWindow : public CChartWndBase
{
// Construction
public:
CPopupWindow() {};
// Attributes
public:
private:
CRect m_ReferenceRect;
// Operations
public:
void SetWindowText(CString& WindowText);
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CPopupWindow)
//}}AFX_VIRTUAL
// Implementation
public:
virtual ~CPopupWindow() {};
// Generated message map functions
protected:
//{{AFX_MSG(CPopupWindow)
afx_msg void OnPaint();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_POPUPWINDOW_H__0BD2D843_7203_437D_897E_1EBC3B1AFB85__INCLUDED_)
//***********************************************************************************************
// END OF FILE
// $Log: PopupWindow.h,v $
// Revision 1.1 2002/09/07 06:03:54 peter
// 新的chart类,从别的地方拷来的
//
//***********************************************************************************************
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -