skincaption.hpp

来自「delphi皮肤控件,很好的.我正在使用当中」· HPP 代码 · 共 71 行

HPP
71
字号
// Borland C++ Builder
// Copyright (c) 1995, 2005 by Borland Software Corporation
// All rights reserved

// (DO NOT EDIT: machine generated header) 'Skincaption.pas' rev: 10.00

#ifndef SkincaptionHPP
#define SkincaptionHPP

#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 <Classes.hpp>	// Pascal unit
#include <Windows.hpp>	// Pascal unit
#include <Sysutils.hpp>	// Pascal unit

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

namespace Skincaption
{
//-- type declarations -------------------------------------------------------
class DELPHICLASS TSkinCaption;
class PASCALIMPLEMENTATION TSkinCaption : public Classes::TComponent 
{
	typedef Classes::TComponent inherited;
	
private:
	unsigned FUserForm;
	Byte FAlpha;
	AnsiString FAuthor;
	void __fastcall SetActive(bool value);
	bool __fastcall GetActive(void);
	void __fastcall SetAuthor(AnsiString Value);
	
protected:
	virtual void __fastcall Loaded(void);
	virtual void __fastcall Notification(Classes::TComponent* AComponent, Classes::TOperation Operation);
	
public:
	__fastcall virtual TSkinCaption(Classes::TComponent* AOwner);
	__fastcall virtual ~TSkinCaption(void);
	void __fastcall DLL_InitSkin(unsigned Value);
	void __fastcall DLL_UnLoadSkin(void);
	void __fastcall DLL_SetSkinFile(AnsiString Value);
	void __fastcall DLL_SetActive(bool Value);
	void __fastcall DLL_LoadSkinRes(Classes::TStream* Value);
	void __fastcall DLL_Add3rdControl( System::ShortString &Value);
	Classes::TComponent* __fastcall DLL_GetSkinManager(void);
	
__published:
	__property bool Active = {read=GetActive, write=SetActive, default=1};
	__property AnsiString Author = {read=FAuthor, write=SetAuthor};
	__property Byte SkinAlpha = {read=FAlpha, write=FAlpha, default=0};
};


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

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

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

⌨️ 快捷键说明

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