⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 staticelement.h

📁 股票控件源代码
💻 H
字号:
// StaticElement.h: interface for the CStaticElement class.
//
//////////////////////////////////////////////////////////////////////

#if !defined(AFX_STATICELEMENT_H__4D25C0C9_B802_43E4_A09E_61C29F91A8A1__INCLUDED_)
#define AFX_STATICELEMENT_H__4D25C0C9_B802_43E4_A09E_61C29F91A8A1__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000

#include "Element.h"
//静态图元
class CStaticElement : public CElement  
{
public:
	CStaticElement();
	virtual ~CStaticElement();
protected:
    virtual BOOL Pick(position&	pe,position& ret_pos,double& dist,double pick_tol,int &type,int &ext_type);
};

#endif // !defined(AFX_STATICELEMENT_H__4D25C0C9_B802_43E4_A09E_61C29F91A8A1__INCLUDED_)

⌨️ 快捷键说明

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