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

📄 suiskinform.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) 'Suiskinform.pas' rev: 20.00

#ifndef SuiskinformHPP
#define SuiskinformHPP

#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 <Forms.hpp>	// Pascal unit
#include <Graphics.hpp>	// Pascal unit
#include <Controls.hpp>	// Pascal unit
#include <Menus.hpp>	// Pascal unit

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

namespace Suiskinform
{
//-- type declarations -------------------------------------------------------
class DELPHICLASS TsuiSkinForm;
class PASCALIMPLEMENTATION TsuiSkinForm : public Controls::TGraphicControl
{
	typedef Controls::TGraphicControl inherited;
	
private:
	Forms::TForm* m_Form;
	Graphics::TBitmap* m_Picture;
	Graphics::TColor m_Color;
	Classes::TNotifyEvent m_OnRegionChanged;
	Classes::TNotifyEvent m_OnPaint;
	HIDESBASE void __fastcall SetColor(const Graphics::TColor Value);
	void __fastcall SetPicture(const Graphics::TBitmap* Value);
	void __fastcall ReSetWndRgn(void);
	MESSAGE void __fastcall WMERASEBKGND(Messages::TMessage &Msg);
	
protected:
	virtual void __fastcall Paint(void);
	DYNAMIC void __fastcall MouseDown(Controls::TMouseButton Button, Classes::TShiftState Shift, int X, int Y);
	
public:
	__fastcall virtual TsuiSkinForm(Classes::TComponent* AOwner);
	__fastcall virtual ~TsuiSkinForm(void);
	__property Canvas;
	
__published:
	__property Graphics::TBitmap* Glyph = {read=m_Picture, write=SetPicture};
	__property Graphics::TColor TransparentColor = {read=m_Color, write=SetColor, nodefault};
	__property PopupMenu;
	__property Cursor = {default=0};
	__property Classes::TNotifyEvent OnRegionChanged = {read=m_OnRegionChanged, write=m_OnRegionChanged};
	__property Classes::TNotifyEvent OnPaint = {read=m_OnPaint, write=m_OnPaint};
	__property OnClick;
	__property OnDblClick;
	__property OnDragDrop;
	__property OnDragOver;
	__property OnEndDock;
	__property OnEndDrag;
	__property OnMouseDown;
	__property OnMouseMove;
	__property OnMouseUp;
	__property OnStartDock;
	__property OnStartDrag;
};


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

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

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

⌨️ 快捷键说明

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