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

📄 suiurllabel.hpp

📁 SUIPack v6.40.Full.Source for Delphi 5 - 2009 (实际上 2010 上也能编译通过)
💻 HPP
字号:
// CodeGear C++Builder
// Copyright (c) 1995, 2008 by CodeGear
// All rights reserved

// (DO NOT EDIT: machine generated header) 'Suiurllabel.pas' rev: 20.00

#ifndef SuiurllabelHPP
#define SuiurllabelHPP

#pragma delphiheader begin
#pragma option push
#pragma option -w-      // All warnings off
#pragma option -Vx      // Zero-length empty class member functions
#pragma pack(push,8)
#include <System.hpp>	// Pascal unit
#include <Sysinit.hpp>	// Pascal unit
#include <Windows.hpp>	// Pascal unit
#include <Messages.hpp>	// Pascal unit
#include <Sysutils.hpp>	// Pascal unit
#include <Classes.hpp>	// Pascal unit
#include <Controls.hpp>	// Pascal unit
#include <Stdctrls.hpp>	// Pascal unit
#include <Graphics.hpp>	// Pascal unit
#include <Shellapi.hpp>	// Pascal unit
#include <Menus.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;
	Controls::TCaption 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(Controls::TCaption 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=-16777211};
	__property Enabled = {default=1};
	__property ShowHint;
	__property Transparent;
	__property Visible = {default=1};
	__property WordWrap = {default=0};
	__property PopupMenu;
	__property Cursor = {read=m_Cursor, default=0};
	__property Controls::TCaption 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:
	/* TGraphicControl.Destroy */ inline __fastcall virtual ~TsuiURLLabel(void) { }
	
};


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

}	/* namespace Suiurllabel */
using namespace Suiurllabel;
#pragma pack(pop)
#pragma option pop

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

⌨️ 快捷键说明

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