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

📄 suiurllabel.hpp

📁 新颖按钮控件
💻 HPP
字号:
// Borland C++ Builder
// Copyright (c) 1995, 2002 by Borland Software Corporation
// All rights reserved

// (DO NOT EDIT: machine generated header) 'SUIURLLabel.pas' rev: 6.00

#ifndef SUIURLLabelHPP
#define SUIURLLabelHPP

#pragma delphiheader begin
#pragma option push -w-
#pragma option push -Vx
#include <Menus.hpp>	// Pascal unit
#include <ShellAPI.hpp>	// Pascal unit
#include <Graphics.hpp>	// Pascal unit
#include <StdCtrls.hpp>	// Pascal unit
#include <Controls.hpp>	// Pascal unit
#include <Classes.hpp>	// Pascal unit
#include <SysUtils.hpp>	// Pascal unit
#include <Messages.hpp>	// Pascal unit
#include <Windows.hpp>	// Pascal unit
#include <SysInit.hpp>	// Pascal unit
#include <System.hpp>	// Pascal unit

//-- user supplied -----------------------------------------------------------

namespace Suiurllabel
{
//-- type declarations -------------------------------------------------------
class DELPHICLASS TsuiURLLabel;
class PASCALIMPLEMENTATION TsuiURLLabel : public Stdctrls::TCustomLabel 
{
	typedef Stdctrls::TCustomLabel inherited;
	
private:
	Controls::TCursor m_Cursor;
	AnsiString m_URL;
	Graphics::TColor m_HoverColor;
	Graphics::TColor m_LinkColor;
	HIDESBASE MESSAGE void __fastcall OnMouseLeave(Messages::TMessage &Msg);
	HIDESBASE MESSAGE void __fastcall OnMouseEnter(Messages::TMessage &Msg);
	void __fastcall SetLinkColor(const Graphics::TColor Value);
	void __fastcall SetURL(AnsiString value);
	
protected:
	DYNAMIC void __fastcall Click(void);
	
public:
	__fastcall virtual TsuiURLLabel(Classes::TComponent* AOwner);
	
__published:
	__property Anchors  = {default=3};
	__property BiDiMode ;
	__property Caption ;
	__property AutoSize  = {default=1};
	__property Color  = {default=-2147483643};
	__property Enabled  = {default=1};
	__property ShowHint ;
	__property Transparent  = {default=0};
	__property Visible  = {default=1};
	__property WordWrap  = {default=0};
	__property PopupMenu ;
	__property Cursor  = {read=m_Cursor, default=0};
	__property AnsiString URL = {read=m_URL, write=SetURL};
	__property Graphics::TColor FontHoverColor = {read=m_HoverColor, write=m_HoverColor, nodefault};
	__property Graphics::TColor FontLinkColor = {read=m_LinkColor, write=SetLinkColor, nodefault};
	__property Font ;
	__property OnClick ;
	__property OnMouseDown ;
	__property OnMouseMove ;
	__property OnMouseUp ;
public:
	#pragma option push -w-inl
	/* TGraphicControl.Destroy */ inline __fastcall virtual ~TsuiURLLabel(void) { }
	#pragma option pop
	
};


//-- var, const, procedure ---------------------------------------------------

}	/* namespace Suiurllabel */
using namespace Suiurllabel;
#pragma option pop	// -w-
#pragma option pop	// -Vx

#pragma delphiheader end.
//-- end unit ----------------------------------------------------------------
#endif	// SUIURLLabel

⌨️ 快捷键说明

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