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

📄 advhintinfo.hpp

📁 TMS.AdvToolBar
💻 HPP
字号:
// Borland C++ Builder
// Copyright (c) 1995, 2002 by Borland Software Corporation
// All rights reserved

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

#ifndef AdvHintInfoHPP
#define AdvHintInfoHPP

#pragma delphiheader begin
#pragma option push -w-
#pragma option push -Vx
#include <GDIPicture.hpp>	// Pascal unit
#include <Classes.hpp>	// Pascal unit
#include <SysInit.hpp>	// Pascal unit
#include <System.hpp>	// Pascal unit

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

namespace Advhintinfo
{
//-- type declarations -------------------------------------------------------
class DELPHICLASS TAdvHintInfo;
class PASCALIMPLEMENTATION TAdvHintInfo : public Classes::TPersistent 
{
	typedef Classes::TPersistent inherited;
	
private:
	Gdipicture::TGDIPPicture* FPicture;
	bool FShowHelp;
	Classes::TStrings* FNotes;
	AnsiString FTitle;
	void __fastcall SetNotes(const Classes::TStrings* Value);
	void __fastcall SetPicture(const Gdipicture::TGDIPPicture* Value);
	
public:
	__fastcall TAdvHintInfo(void);
	__fastcall virtual ~TAdvHintInfo(void);
	virtual void __fastcall Assign(Classes::TPersistent* Source);
	
__published:
	__property AnsiString Title = {read=FTitle, write=FTitle};
	__property Classes::TStrings* Notes = {read=FNotes, write=SetNotes};
	__property Gdipicture::TGDIPPicture* Picture = {read=FPicture, write=SetPicture};
	__property bool ShowHelp = {read=FShowHelp, write=FShowHelp, default=0};
};


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

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

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

⌨️ 快捷键说明

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