staticelement.h
来自「用vb开发的股票应用程序,很有用,可以查看股票市场的最新行情.」· C头文件 代码 · 共 24 行
H
24 行
// 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 + =
减小字号Ctrl + -
显示快捷键?