亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關于我們
? 蟲蟲下載站

?? suibutton.hpp

?? SUI Pack, 一套非常不錯的Delphi控件
?? HPP
?? 第 1 頁 / 共 2 頁
字號:
// CodeGear C++Builder
// Copyright (c) 1995, 2008 by CodeGear
// All rights reserved

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

#ifndef SuibuttonHPP
#define SuibuttonHPP

#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 <Classes.hpp>	// Pascal unit
#include <Controls.hpp>	// Pascal unit
#include <Extctrls.hpp>	// Pascal unit
#include <Graphics.hpp>	// Pascal unit
#include <Buttons.hpp>	// Pascal unit
#include <Stdctrls.hpp>	// Pascal unit
#include <Math.hpp>	// Pascal unit
#include <Comctrls.hpp>	// Pascal unit
#include <Sysutils.hpp>	// Pascal unit
#include <Forms.hpp>	// Pascal unit
#include <Actnlist.hpp>	// Pascal unit
#include <Suiimagepanel.hpp>	// Pascal unit
#include <Suithemes.hpp>	// Pascal unit
#include <Suimgr.hpp>	// Pascal unit
#include <Sui2define.hpp>	// Pascal unit
#include <Menus.hpp>	// Pascal unit

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

namespace Suibutton
{
//-- type declarations -------------------------------------------------------
class DELPHICLASS TsuiCustomButton;
class PASCALIMPLEMENTATION TsuiCustomButton : public Controls::TCustomControl
{
	typedef Controls::TCustomControl inherited;
	
private:
	bool m_AutoSize;
	Controls::TCaption m_Caption;
	bool m_Cancel;
	bool m_Default;
	bool m_Transparent;
	Controls::TModalResult m_ModalResult;
	Suithemes::TsuiUIStyle m_UIStyle;
	Suimgr::TsuiFileTheme* m_FileTheme;
	bool m_BoldFont;
	bool m_PicTransparent;
	Extctrls::TTimer* m_Timer;
	int m_MouseContinuouslyDownInterval;
	int m_FocusedRectMargin;
	bool m_Active;
	Classes::TNotifyEvent m_OnMouseEnter;
	Classes::TNotifyEvent m_OnMouseExit;
	Classes::TNotifyEvent m_OnMouseContinuouslyDown;
	MESSAGE void __fastcall MouseLeave(Messages::TMessage &Msg);
	MESSAGE void __fastcall CancelMode(Messages::TMessage &Msg);
	MESSAGE void __fastcall MouseEnter(Messages::TMessage &Msg);
	HIDESBASE MESSAGE void __fastcall CMFONTCHANGED(Messages::TMessage &Msg);
	HIDESBASE MESSAGE void __fastcall CMDialogKey(Messages::TWMKey &Message);
	HIDESBASE MESSAGE void __fastcall WMERASEBKGND(Messages::TMessage &Msg);
	HIDESBASE MESSAGE void __fastcall CMDialogChar(Messages::TWMKey &Msg);
	HIDESBASE MESSAGE void __fastcall WMKeyDown(Messages::TWMKey &Msg);
	HIDESBASE MESSAGE void __fastcall WMKeyUp(Messages::TWMKey &Msg);
	HIDESBASE MESSAGE void __fastcall WMKillFocus(Messages::TWMKillFocus &Msg);
	HIDESBASE MESSAGE void __fastcall WMSetFocus(Messages::TWMSetFocus &Msg);
	HIDESBASE MESSAGE void __fastcall CMFocusChanged(Controls::TCMFocusChanged &Msg);
	HIDESBASE MESSAGE void __fastcall CMTextChanged(Messages::TMessage &Msg);
	MESSAGE void __fastcall SUIPACKMSGCANPROCESSKEY(Messages::TMessage &Msg);
	void __fastcall OnTimer(System::TObject* Sender);
	void __fastcall SetAutoSize2(const bool Value);
	void __fastcall SetCaption2(const Controls::TCaption Value);
	void __fastcall SetDefault(const bool Value);
	void __fastcall SetUIStyle(const Suithemes::TsuiUIStyle Value);
	void __fastcall SetPicTransparent(const bool Value);
	void __fastcall SetFileTheme(const Suimgr::TsuiFileTheme* Value);
	void __fastcall SetTransparent(const bool Value);
	bool __fastcall GetTabStop(void);
	HIDESBASE void __fastcall SetTabStop(bool Value);
	void __fastcall SetFocusedRectMargin(const int Value);
	
protected:
	bool m_MouseIn;
	bool m_MouseDown;
	virtual void __fastcall AutoSizeChanged(void);
	virtual void __fastcall CaptionChanged(void);
	HIDESBASE virtual void __fastcall FontChanged(void);
	virtual void __fastcall TransparentChanged(void);
	virtual void __fastcall EnableChanged(void);
	virtual void __fastcall UIStyleChanged(void);
	virtual void __fastcall PaintPic(Graphics::TCanvas* ACanvas, Graphics::TBitmap* Bitmap);
	virtual void __fastcall PaintText(Graphics::TCanvas* ACanvas, System::UnicodeString Text);
	virtual void __fastcall PaintFocus(Graphics::TCanvas* ACanvas);
	virtual void __fastcall PaintButtonNormal(Graphics::TBitmap* Buf);
	virtual void __fastcall PaintButtonMouseOn(Graphics::TBitmap* Buf);
	virtual void __fastcall PaintButtonMouseDown(Graphics::TBitmap* Buf);
	virtual void __fastcall PaintButtonDisabled(Graphics::TBitmap* Buf);
	void __fastcall PaintButton(int ThemeIndex, int Count, int Index, const Graphics::TBitmap* Buf);
	DYNAMIC void __fastcall MouseDown(Controls::TMouseButton Button, Classes::TShiftState Shift, int X, int Y);
	DYNAMIC void __fastcall MouseMove(Classes::TShiftState Shift, int X, int Y);
	DYNAMIC void __fastcall ActionChange(System::TObject* Sender, bool CheckDefaults);
	virtual void __fastcall SetEnabled(bool Value);
	virtual void __fastcall Paint(void);
	virtual void __fastcall Notification(Classes::TComponent* AComponent, Classes::TOperation Operation);
	virtual void __fastcall CreateWnd(void);
	__property Suimgr::TsuiFileTheme* FileTheme = {read=m_FileTheme, write=SetFileTheme};
	__property Suithemes::TsuiUIStyle UIStyle = {read=m_UIStyle, write=SetUIStyle, nodefault};
	__property bool Transparent = {read=m_Transparent, write=SetTransparent, nodefault};
	__property Controls::TModalResult ModalResult = {read=m_ModalResult, write=m_ModalResult, nodefault};
	__property bool PicTransparent = {read=m_PicTransparent, write=SetPicTransparent, nodefault};
	__property int FocusedRectMargin = {read=m_FocusedRectMargin, write=SetFocusedRectMargin, nodefault};
	
public:
	__fastcall virtual TsuiCustomButton(Classes::TComponent* AOwner);
	DYNAMIC void __fastcall Click(void);
	__property int MouseContinuouslyDownInterval = {read=m_MouseContinuouslyDownInterval, write=m_MouseContinuouslyDownInterval, nodefault};
	__property bool Cancel = {read=m_Cancel, write=m_Cancel, default=0};
	__property bool Default = {read=m_Default, write=SetDefault, default=0};
	__property Classes::TNotifyEvent OnMouseEnter = {read=m_OnMouseEnter, write=m_OnMouseEnter};
	__property Classes::TNotifyEvent OnMouseExit = {read=m_OnMouseExit, write=m_OnMouseExit};
	__property Classes::TNotifyEvent OnMouseContinuouslyDown = {read=m_OnMouseContinuouslyDown, write=m_OnMouseContinuouslyDown};
	
__published:
	__property BiDiMode;
	__property Anchors = {default=3};
	__property ParentColor = {default=1};
	__property Font;
	__property PopupMenu;
	__property ShowHint;
	__property Controls::TCaption Caption = {read=m_Caption, write=SetCaption2, stored=true};
	__property bool AutoSize = {read=m_AutoSize, write=SetAutoSize2, nodefault};
	__property Visible = {default=1};
	__property ParentShowHint = {default=1};
	__property ParentBiDiMode = {default=1};
	__property ParentFont = {default=1};
	__property TabStop = {read=GetTabStop, write=SetTabStop, default=1};
	__property OnEnter;
	__property OnExit;
public:
	/* TCustomControl.Destroy */ inline __fastcall virtual ~TsuiCustomButton(void) { }
	
public:
	/* TWinControl.CreateParented */ inline __fastcall TsuiCustomButton(HWND ParentWindow) : Controls::TCustomControl(ParentWindow) { }
	
};


class DELPHICLASS TsuiImageButton;
class PASCALIMPLEMENTATION TsuiImageButton : public TsuiCustomButton
{
	typedef TsuiCustomButton inherited;
	
private:
	Graphics::TPicture* m_PicNormal;
	Graphics::TPicture* m_PicMouseOn;
	Graphics::TPicture* m_PicMouseDown;
	Graphics::TPicture* m_PicDisabled;
	bool m_Stretch;
	bool m_DrawFocused;
	void __fastcall SetPicDisabledF(const Graphics::TPicture* Value);
	void __fastcall SetPicMouseDownF(const Graphics::TPicture* Value);
	void __fastcall SetPicMouseOnF(const Graphics::TPicture* Value);
	void __fastcall SetPicNormalF(const Graphics::TPicture* Value);
	void __fastcall SetStretch(const bool Value);
	void __fastcall SetDrawFocused(const bool Value);
	Suithemes::TsuiUIStyle __fastcall GetUIStyle2(void);
	
protected:
	virtual void __fastcall AutoSizeChanged(void);
	virtual void __fastcall PaintButtonNormal(Graphics::TBitmap* Buf);
	virtual void __fastcall PaintButtonMouseOn(Graphics::TBitmap* Buf);
	virtual void __fastcall PaintButtonMouseDown(Graphics::TBitmap* Buf);
	virtual void __fastcall PaintButtonDisabled(Graphics::TBitmap* Buf);
	virtual void __fastcall PaintFocus(Graphics::TCanvas* ACanvas);
	virtual void __fastcall PaintPic(Graphics::TCanvas* ACanvas, Graphics::TBitmap* Bitmap);
	
public:
	__fastcall virtual TsuiImageButton(Classes::TComponent* AOwner);
	__fastcall virtual ~TsuiImageButton(void);
	
__published:
	__property UIStyle = {read=GetUIStyle2};
	__property bool DrawFocused = {read=m_DrawFocused, write=SetDrawFocused, nodefault};
	__property FocusedRectMargin;
	__property Graphics::TPicture* PicNormal = {read=m_PicNormal, write=SetPicNormalF};
	__property Graphics::TPicture* PicMouseOn = {read=m_PicMouseOn, write=SetPicMouseOnF};
	__property Graphics::TPicture* PicMouseDown = {read=m_PicMouseDown, write=SetPicMouseDownF};
	__property Graphics::TPicture* PicDisabled = {read=m_PicDisabled, write=SetPicDisabledF};
	__property bool Stretch = {read=m_Stretch, write=SetStretch, nodefault};
	__property Cancel = {default=0};
	__property Default = {default=0};
	__property MouseContinuouslyDownInterval;
	__property Action;
	__property Caption;
	__property Font;
	__property Enabled = {default=1};
	__property TabOrder = {default=-1};
	__property Transparent;
	__property ModalResult;
	__property AutoSize;
	__property OnClick;
	__property OnMouseMove;
	__property OnMouseDown;
	__property OnMouseUp;
	__property OnKeyDown;
	__property OnKeyUp;
	__property OnKeyPress;
	__property OnMouseEnter;
	__property OnMouseExit;
	__property OnMouseContinuouslyDown;
public:
	/* TWinControl.CreateParented */ inline __fastcall TsuiImageButton(HWND ParentWindow) : TsuiCustomButton(ParentWindow) { }
	
};


class DELPHICLASS TsuiControlButton;
class PASCALIMPLEMENTATION TsuiControlButton : public TsuiCustomButton
{
	typedef TsuiCustomButton inherited;
	
private:
	int m_PicIndex;
	int m_PicCount;
	int m_ThemeID;
	void __fastcall SetThemeID(const int Value);
	void __fastcall SetPicIndex(const int Value);
	void __fastcall SetPicCount(const int Value);
	HIDESBASE MESSAGE void __fastcall WMERASEBKGND(Messages::TMessage &Msg);
	
protected:
	virtual void __fastcall PaintButtonNormal(Graphics::TBitmap* Buf);
	virtual void __fastcall PaintButtonMouseOn(Graphics::TBitmap* Buf);
	virtual void __fastcall PaintButtonMouseDown(Graphics::TBitmap* Buf);
	virtual void __fastcall PaintButtonDisabled(Graphics::TBitmap* Buf);
	virtual void __fastcall PaintPic(Graphics::TCanvas* ACanvas, Graphics::TBitmap* Bitmap);
	
public:
	__fastcall virtual TsuiControlButton(Classes::TComponent* AOwner);
	
__published:
	__property UIStyle;
	__property FileTheme;
	__property int ThemeID = {read=m_ThemeID, write=SetThemeID, nodefault};
	__property int PicIndex = {read=m_PicIndex, write=SetPicIndex, nodefault};
	__property int PicCount = {read=m_PicCount, write=SetPicCount, nodefault};
	__property PicTransparent;
	__property MouseContinuouslyDownInterval;
	__property Action;
	__property Caption;
	__property Font;
	__property Enabled = {default=1};
	__property TabOrder = {default=-1};
	__property Transparent;
	__property ModalResult;
	__property AutoSize;
	__property OnClick;
	__property OnMouseMove;
	__property OnMouseDown;
	__property OnMouseUp;
	__property OnKeyDown;
	__property OnKeyUp;
	__property OnKeyPress;
	__property OnMouseEnter;
	__property OnMouseExit;
	__property OnMouseContinuouslyDown;
public:
	/* TCustomControl.Destroy */ inline __fastcall virtual ~TsuiControlButton(void) { }
	
public:
	/* TWinControl.CreateParented */ inline __fastcall TsuiControlButton(HWND ParentWindow) : TsuiCustomButton(ParentWindow) { }
	
};

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
韩国毛片一区二区三区| a美女胸又www黄视频久久| 黄色资源网久久资源365| 9l国产精品久久久久麻豆| 日韩一区二区在线播放| 国产精品国模大尺度视频| 日韩精品亚洲一区二区三区免费| 成人黄色软件下载| 欧美一区二区三区在线观看 | 国产91对白在线观看九色| 欧美亚洲国产一区二区三区| 国产偷国产偷亚洲高清人白洁| 亚洲mv在线观看| 日本道免费精品一区二区三区| 久久九九影视网| 老汉av免费一区二区三区| 色哟哟一区二区| 成人欧美一区二区三区小说 | 不卡在线观看av| 久久在线观看免费| 日韩中文字幕不卡| 欧美日韩一级二级| 亚洲精品国久久99热| 懂色一区二区三区免费观看| 精品人在线二区三区| 日韩精品乱码av一区二区| 欧美中文字幕一二三区视频| 亚洲免费毛片网站| 91视频免费播放| 亚洲人成在线播放网站岛国| 成人免费观看男女羞羞视频| 国产欧美视频一区二区| 强制捆绑调教一区二区| 欧美一级欧美三级在线观看| 丝袜亚洲另类欧美| 欧美精品一卡两卡| 日韩福利视频导航| 精品剧情在线观看| 国产高清不卡一区| 中文字幕在线一区免费| 大尺度一区二区| 国产精品久久久久aaaa樱花| aaa欧美日韩| 亚洲福利一区二区三区| 在线播放日韩导航| 美女视频网站久久| 日韩色在线观看| 国产精品亚洲综合一区在线观看| 337p日本欧洲亚洲大胆色噜噜| 国产又黄又大久久| 国产精品视频免费| 欧美亚洲日本一区| 六月婷婷色综合| 国产日韩av一区二区| 色94色欧美sute亚洲线路一ni| 亚洲永久精品国产| 欧美一卡2卡三卡4卡5免费| 国产精品资源在线看| 自拍偷拍欧美精品| 91精品国产综合久久精品麻豆| 麻豆成人av在线| 国产精品的网站| 欧美日本乱大交xxxxx| 国产麻豆一精品一av一免费| 亚洲欧美综合在线精品| 在线不卡中文字幕播放| 国产精品99久久久久久似苏梦涵 | 麻豆久久一区二区| 中文字幕免费在线观看视频一区| 91丨porny丨国产入口| 久久国产尿小便嘘嘘| 国产精品免费久久久久| 欧美日韩国产小视频在线观看| 国产综合色产在线精品| 亚洲裸体xxx| 久久久精品天堂| 欧美精品一级二级三级| 成人性生交大片免费看在线播放| 亚洲18影院在线观看| 国产精品美女久久久久久2018 | 日日摸夜夜添夜夜添国产精品| 久久久精品国产99久久精品芒果 | 日韩免费一区二区| av在线播放成人| 国产做a爰片久久毛片| 午夜精品久久久久久久99樱桃| 国产欧美精品一区二区色综合| 欧美日韩久久一区| 91视频xxxx| 成人黄色网址在线观看| 国产一区欧美日韩| 日韩专区一卡二卡| 一区二区高清视频在线观看| 亚洲国产精品精华液ab| 日韩视频免费观看高清完整版 | 91丨九色丨蝌蚪丨老版| 国产在线精品一区在线观看麻豆| 亚洲成av人片一区二区梦乃| 中文天堂在线一区| 国产日韩av一区| 久久九九久久九九| 精品欧美黑人一区二区三区| 欧美电影一区二区| 欧美色窝79yyyycom| 色综合激情久久| 成a人片亚洲日本久久| 国产成人高清在线| 国产成人综合网站| 国产精品资源网| 国产传媒日韩欧美成人| 国产做a爰片久久毛片 | 青青草97国产精品免费观看 | 日本亚洲一区二区| 亚洲一区二区三区国产| 一区二区三区中文字幕电影 | 亚洲人成影院在线观看| 日韩码欧中文字| 伊人开心综合网| 亚洲男人都懂的| 亚洲精选视频在线| 一区二区免费看| 亚洲一二三四在线| 午夜精品久久久久久久99水蜜桃 | 亚洲国产一区二区三区青草影视| 亚洲欧美精品午睡沙发| 亚洲免费观看高清完整版在线| 一区二区日韩av| 日韩国产在线观看一区| 麻豆精品国产91久久久久久| 精品一二三四区| 国产不卡视频在线观看| 99re视频精品| 欧美三级电影精品| 日韩女优av电影| 国产亚洲女人久久久久毛片| 中文字幕中文乱码欧美一区二区 | 亚洲天堂中文字幕| 亚洲自拍偷拍欧美| 日本成人在线电影网| 国产一区二区0| 波多野结衣中文字幕一区二区三区 | 色香蕉久久蜜桃| 欧美卡1卡2卡| 久久男人中文字幕资源站| 国产精品成人一区二区艾草 | 久久综合色婷婷| 国产精品麻豆网站| 丝袜美腿一区二区三区| 国产福利一区在线| 欧美亚洲一区三区| 久久嫩草精品久久久精品一| 一区二区三区日韩欧美| 免费观看在线综合色| jlzzjlzz欧美大全| 91麻豆精品国产| **性色生活片久久毛片| 丝袜美腿亚洲一区| 成人三级伦理片| 911精品产国品一二三产区| 久久久国产精品麻豆| 亚洲成人免费视频| 成人免费视频一区| 欧美草草影院在线视频| 亚洲美女屁股眼交3| 久久成人久久鬼色| 色综合天天综合给合国产| 精品日韩99亚洲| 亚洲第一电影网| 成人av在线一区二区| 日韩精品中午字幕| 一区二区三区四区不卡视频| 国产乱淫av一区二区三区| 欧美日韩国产在线观看| 中文字幕一区二区三区四区 | 蜜臀av性久久久久蜜臀av麻豆| 97久久久精品综合88久久| 日韩欧美一级二级三级久久久| 一区二区三区成人| 99re这里都是精品| 国产精品你懂的在线| 另类小说图片综合网| 欧美日韩一区高清| 一区二区视频在线| 成人av网站在线观看| 国产亚洲成av人在线观看导航| 五月综合激情网| 欧洲视频一区二区| 日韩久久一区二区| av网站一区二区三区| 欧美国产一区视频在线观看| 精品无码三级在线观看视频| 91精品国产综合久久福利软件| 亚洲va欧美va国产va天堂影院| 在线观看国产日韩| 亚洲乱码日产精品bd| 91久久精品一区二区二区| 中文字幕一区二区三区在线观看 | 欧美成va人片在线观看| 麻豆精品在线视频| 26uuu另类欧美|