亚洲欧美第一页_禁久久精品乱码_粉嫩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一区二区三区免费野_久草精品视频
成人av网在线| 久久久精品综合| 亚洲国产日韩在线一区模特| 2021中文字幕一区亚洲| 欧美日韩美少妇| 国产成人精品aa毛片| 亚洲成人tv网| 亚洲人成网站影音先锋播放| 日韩免费成人网| 色视频欧美一区二区三区| 国产精品一二三四区| 日韩和欧美的一区| 国产精品久久久久aaaa| 久久这里只有精品6| 日韩情涩欧美日韩视频| 日本高清不卡一区| 国产成人免费视频网站| 精品一区二区三区在线观看 | 色婷婷一区二区| 国产suv一区二区三区88区| 欧美aⅴ一区二区三区视频| 亚洲女同女同女同女同女同69| 国产视频视频一区| 久久免费精品国产久精品久久久久| 欧美卡1卡2卡| 91免费看`日韩一区二区| 成人激情动漫在线观看| 蜜桃一区二区三区在线观看| 亚洲国产日日夜夜| 伊人性伊人情综合网| 成人免费一区二区三区在线观看| 久久久亚洲国产美女国产盗摄 | 五月开心婷婷久久| 亚洲一区二区av电影| 日韩一区有码在线| 亚洲一级二级三级| 一区二区三区四区国产精品| 亚洲免费观看高清完整版在线观看 | 日本韩国精品在线| 91国偷自产一区二区三区成为亚洲经典| 99精品视频一区二区三区| 色婷婷久久久综合中文字幕| 欧美疯狂做受xxxx富婆| xf在线a精品一区二区视频网站| 国产亚洲欧美日韩日本| 亚洲欧洲日韩一区二区三区| 亚洲男人都懂的| 成人性色生活片| 日韩视频一区二区在线观看| 亚洲综合激情另类小说区| 国产九九视频一区二区三区| 欧美日韩免费观看一区二区三区| 中文字幕不卡三区| 成人天堂资源www在线| 欧美电影免费观看高清完整版在线| 国产精品你懂的在线| 久久精品国产77777蜜臀| 精品视频全国免费看| 亚洲自拍偷拍九九九| 99视频精品全部免费在线| 欧美激情在线一区二区| 欧美在线观看一区二区| 91久久香蕉国产日韩欧美9色| 日韩欧美专区在线| 亚洲午夜精品网| 欧美三级电影精品| 国产无一区二区| 美女在线视频一区| 国产成人精品午夜视频免费| 欧美日韩免费观看一区三区| 精品少妇一区二区三区日产乱码 | 亚洲欧美色一区| 91一区二区在线| 成人免费的视频| 亚洲一区二区三区免费视频| 色综合欧美在线视频区| 最新高清无码专区| 欧美日本免费一区二区三区| 日韩中文字幕不卡| 日韩欧美国产午夜精品| 国产精品18久久久久久久久| 久久久噜噜噜久久中文字幕色伊伊| 亚洲不卡一区二区三区| 国产网站一区二区| 日韩福利视频网| 成人免费看片app下载| 精品电影一区二区三区| 成人福利视频在线看| 一区二区久久久久久| 欧美成人艳星乳罩| 色狠狠一区二区| 成人av影视在线观看| 中文字幕欧美一区| 色国产精品一区在线观看| 中文字幕中文字幕一区二区| 国产a视频精品免费观看| 2017欧美狠狠色| 9i看片成人免费高清| 国产精品嫩草99a| 国产成人综合在线观看| 1024精品合集| 日韩三级.com| 热久久久久久久| 欧洲亚洲国产日韩| 国产精品国产三级国产a | 国产精品一区二区91| 精品欧美久久久| 欧美另类变人与禽xxxxx| a级精品国产片在线观看| 欧美videossexotv100| 91丨九色丨蝌蚪丨老版| 欧美日韩一区二区三区免费看| 色8久久精品久久久久久蜜| 色悠悠亚洲一区二区| 欧美日韩精品三区| 久久日一线二线三线suv| 亚洲三级电影全部在线观看高清| 欧美哺乳videos| 精品国产成人在线影院| 日韩一二三区视频| 91精品国产综合久久福利软件| 国产在线视视频有精品| 日韩电影在线观看网站| 激情欧美日韩一区二区| 麻豆91在线观看| 91丨九色丨蝌蚪丨老版| 一区二区日韩av| 欧美日韩综合色| 免费成人在线播放| 国产色产综合色产在线视频| 不卡的av网站| 一二三区精品视频| 欧美高清dvd| 国内久久精品视频| 国产精品伦理一区二区| 91久久精品网| 精品一区二区三区不卡| 中文字幕日韩一区| 91精品免费观看| 成人综合婷婷国产精品久久蜜臀| 一区二区三区国产精品| 日韩欧美亚洲国产精品字幕久久久| 国产精品77777竹菊影视小说| 亚洲精品日产精品乱码不卡| 欧美一卡二卡在线观看| 东方aⅴ免费观看久久av| 亚洲图片欧美一区| 久久精品日韩一区二区三区| 色婷婷亚洲婷婷| 激情五月婷婷综合| 亚洲精品中文字幕在线观看| 日韩女同互慰一区二区| 97成人超碰视| 久久se精品一区精品二区| 亚洲日本中文字幕区| 欧美大片免费久久精品三p| 99久久精品久久久久久清纯| 日本sm残虐另类| 亚洲欧美怡红院| 日韩一区二区三区视频| 91免费精品国自产拍在线不卡| 久88久久88久久久| 亚洲激情图片qvod| 2023国产精华国产精品| 欧美日韩一区二区三区四区 | 强制捆绑调教一区二区| 国产欧美久久久精品影院| 欧美人牲a欧美精品| 成人午夜免费av| 久久超级碰视频| 一区二区三区国产精品| 国产精品不卡一区二区三区| 日韩女同互慰一区二区| 欧美日韩成人在线| 91在线小视频| 懂色av中文一区二区三区| 精品写真视频在线观看| 婷婷亚洲久悠悠色悠在线播放| 亚洲蜜臀av乱码久久精品蜜桃| 久久久精品2019中文字幕之3| 777色狠狠一区二区三区| 色八戒一区二区三区| 不卡av免费在线观看| 国产精品自拍网站| 美女视频免费一区| 日韩中文字幕麻豆| 亚洲影视在线观看| 亚洲欧美日韩一区二区| 亚洲国产精品av| 久久精品一区二区| 精品精品国产高清a毛片牛牛| 7777女厕盗摄久久久| 欧美三级蜜桃2在线观看| 一本久久a久久精品亚洲| 99视频国产精品| 97成人超碰视| 色噜噜狠狠色综合欧洲selulu| 99国产精品久久久| 99久久精品免费| 日本久久电影网|