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

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關(guān)于我們
? 蟲蟲下載站

?? suititlebar.hpp

?? 一套還不錯(cuò)的DELPHI皮膚控件!
?? HPP
字號(hào):
// Borland C++ Builder
// Copyright (c) 1995, 2002 by Borland Software Corporation
// All rights reserved

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

#ifndef SUITitleBarHPP
#define SUITitleBarHPP

#pragma delphiheader begin
#pragma option push -w-
#pragma option push -Vx
#include <SUIPopupMenu.hpp>	// Pascal unit
#include <SUIMgr.hpp>	// Pascal unit
#include <SUIThemes.hpp>	// Pascal unit
#include <SysUtils.hpp>	// Pascal unit
#include <Dialogs.hpp>	// Pascal unit
#include <ExtCtrls.hpp>	// Pascal unit
#include <Menus.hpp>	// Pascal unit
#include <Graphics.hpp>	// Pascal unit
#include <Messages.hpp>	// Pascal unit
#include <Forms.hpp>	// Pascal unit
#include <Classes.hpp>	// Pascal unit
#include <Controls.hpp>	// Pascal unit
#include <Windows.hpp>	// Pascal unit
#include <SysInit.hpp>	// Pascal unit
#include <System.hpp>	// Pascal unit

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

namespace Suititlebar
{
//-- type declarations -------------------------------------------------------
typedef void __fastcall (__closure *TsuiTitleBarButtonClickEvent)(System::TObject* Sender, int ButtonIndex);

class DELPHICLASS TsuiTitleBarPopupMenu;
class DELPHICLASS TsuiTitleBar;
class DELPHICLASS TsuiTitleBarSections;
class DELPHICLASS TsuiTitleBarSection;
class PASCALIMPLEMENTATION TsuiTitleBarSections : public Classes::TCollection 
{
	typedef Classes::TCollection inherited;
	
private:
	TsuiTitleBar* m_TitleBar;
	
protected:
	HIDESBASE TsuiTitleBarSection* __fastcall GetItem(int Index);
	HIDESBASE void __fastcall SetItem(int Index, TsuiTitleBarSection* Value);
	virtual void __fastcall Update(Classes::TCollectionItem* Item);
	DYNAMIC Classes::TPersistent* __fastcall GetOwner(void);
	
public:
	__fastcall TsuiTitleBarSections(TsuiTitleBar* TitleBar);
	__fastcall virtual ~TsuiTitleBarSections(void);
	HIDESBASE TsuiTitleBarSection* __fastcall Add(void);
	__property TsuiTitleBarSection* Items[int Index] = {read=GetItem, write=SetItem};
};


class DELPHICLASS TsuiTitleBarButtons;
class DELPHICLASS TsuiTitleBarButton;
class PASCALIMPLEMENTATION TsuiTitleBarButtons : public Classes::TCollection 
{
	typedef Classes::TCollection inherited;
	
private:
	TsuiTitleBar* m_TitleBar;
	
protected:
	HIDESBASE TsuiTitleBarButton* __fastcall GetItem(int Index);
	HIDESBASE void __fastcall SetItem(int Index, TsuiTitleBarButton* Value);
	virtual void __fastcall Update(Classes::TCollectionItem* Item);
	DYNAMIC Classes::TPersistent* __fastcall GetOwner(void);
	
public:
	HIDESBASE TsuiTitleBarButton* __fastcall Add(void);
	__fastcall TsuiTitleBarButtons(TsuiTitleBar* TitleBar);
	__property TsuiTitleBarButton* Items[int Index] = {read=GetItem, write=SetItem};
public:
	#pragma option push -w-inl
	/* TCollection.Destroy */ inline __fastcall virtual ~TsuiTitleBarButtons(void) { }
	#pragma option pop
	
};


class PASCALIMPLEMENTATION TsuiTitleBar : public Extctrls::TCustomPanel 
{
	typedef Extctrls::TCustomPanel inherited;
	
private:
	Suithemes::TsuiUIStyle m_UIStyle;
	Suimgr::TsuiFileTheme* m_FileTheme;
	TsuiTitleBarSections* m_Sections;
	TsuiTitleBarButtons* m_Buttons;
	bool m_AutoSize;
	int m_ButtonInterval;
	AnsiString m_Caption;
	bool m_Active;
	int m_LeftBtnXOffset;
	int m_RightBtnXOffset;
	int m_RoundCorner;
	bool m_DrawAppIcon;
	bool m_SelfChanging;
	TsuiTitleBarPopupMenu* m_DefPopupMenu;
	Graphics::TColor m_BorderColor;
	bool m_Custom;
	bool m_MouseDown;
	int m_InButtons;
	int m_BtnHeight;
	int m_BtnTop;
	TsuiTitleBarButtonClickEvent m_OnBtnClick;
	TsuiTitleBarButtonClickEvent m_OnHelpBtnClick;
	void __fastcall SetButtons(const TsuiTitleBarButtons* Value);
	void __fastcall SetSections(const TsuiTitleBarSections* Value);
	void __fastcall SetUIStyle(const Suithemes::TsuiUIStyle Value);
	void __fastcall SetButtonInterval(const int Value);
	void __fastcall SetCaption(const AnsiString Value);
	void __fastcall SetActive(const bool Value);
	void __fastcall SetAutoSize2(bool Value);
	void __fastcall SetLeftBtnXOffset(const int Value);
	void __fastcall SetRightBtnXOffset(const int Value);
	void __fastcall SetDrawAppIcon(const bool Value);
	void __fastcall SetRoundCorner(const int Value);
	void __fastcall SetFileTheme(const Suimgr::TsuiFileTheme* Value);
	void __fastcall UpdateInsideTheme(Suithemes::TsuiUIStyle UIStyle);
	void __fastcall UpdateFileTheme(void);
	HIDESBASE MESSAGE void __fastcall WMERASEBKGND(Messages::TMessage &Msg);
	HIDESBASE MESSAGE void __fastcall CMFONTCHANGED(Messages::TMessage &Msg);
	HIDESBASE MESSAGE void __fastcall WMNCLBUTTONDOWN(Messages::TMessage &Msg);
	MESSAGE void __fastcall WMNCLBUTTONUP(Messages::TMessage &Msg);
	MESSAGE void __fastcall WMNCMOUSEMOVE(Messages::TMessage &Msg);
	HIDESBASE MESSAGE void __fastcall CMDesignHitTest(Messages::TWMMouse &Msg);
	
protected:
	virtual void __fastcall Paint(void);
	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 MouseUp(Controls::TMouseButton Button, Classes::TShiftState Shift, int X, int Y);
	DYNAMIC void __fastcall DblClick(void);
	MESSAGE void __fastcall MouseOut(Messages::TMessage &Msg);
	virtual void __fastcall Notification(Classes::TComponent* AComponent, Classes::TOperation Operation);
	virtual void __fastcall DrawSectionsTo(Graphics::TBitmap* Buf);
	virtual void __fastcall DrawButtons(Graphics::TBitmap* Buf);
	bool __fastcall InForm(void);
	bool __fastcall InMDIForm(void);
	
public:
	__fastcall virtual TsuiTitleBar(Classes::TComponent* AOwner);
	__fastcall virtual ~TsuiTitleBar(void);
	void __fastcall ProcessMaxBtn(void);
	void __fastcall GetLeftImage(/* out */ Graphics::TBitmap* &Bmp);
	void __fastcall GetRightImage(/* out */ Graphics::TBitmap* &Bmp);
	void __fastcall GetCenterImage(/* out */ Graphics::TBitmap* &Bmp);
	bool __fastcall CanPaint(void);
	__property TsuiTitleBarPopupMenu* DefPopupMenu = {read=m_DefPopupMenu};
	
__published:
	__property bool Custom = {read=m_Custom, write=m_Custom, nodefault};
	__property Suimgr::TsuiFileTheme* FileTheme = {read=m_FileTheme, write=SetFileTheme};
	__property Suithemes::TsuiUIStyle UIStyle = {read=m_UIStyle, write=SetUIStyle, nodefault};
	__property AutoSize  = {read=m_AutoSize, write=SetAutoSize2, default=0};
	__property BiDiMode ;
	__property Height ;
	__property TsuiTitleBarSections* Sections = {read=m_Sections, write=SetSections};
	__property TsuiTitleBarButtons* Buttons = {read=m_Buttons, write=SetButtons};
	__property int ButtonInterval = {read=m_ButtonInterval, write=SetButtonInterval, nodefault};
	__property Caption  = {read=m_Caption, write=SetCaption};
	__property Font ;
	__property bool FormActive = {read=m_Active, write=SetActive, nodefault};
	__property int LeftBtnXOffset = {read=m_LeftBtnXOffset, write=SetLeftBtnXOffset, nodefault};
	__property int RightBtnXOffset = {read=m_RightBtnXOffset, write=SetRightBtnXOffset, nodefault};
	__property bool DrawAppIcon = {read=m_DrawAppIcon, write=SetDrawAppIcon, nodefault};
	__property int RoundCorner = {read=m_RoundCorner, write=SetRoundCorner, nodefault};
	__property TsuiTitleBarButtonClickEvent OnCustomBtnsClick = {read=m_OnBtnClick, write=m_OnBtnClick};
	__property TsuiTitleBarButtonClickEvent OnHelpBtnClick = {read=m_OnHelpBtnClick, write=m_OnHelpBtnClick};
public:
	#pragma option push -w-inl
	/* TWinControl.CreateParented */ inline __fastcall TsuiTitleBar(HWND ParentWindow) : Extctrls::TCustomPanel(ParentWindow) { }
	#pragma option pop
	
};


class PASCALIMPLEMENTATION TsuiTitleBarPopupMenu : public Suipopupmenu::TsuiPopupMenu 
{
	typedef Suipopupmenu::TsuiPopupMenu inherited;
	
private:
	TsuiTitleBar* m_TitleBar;
	void __fastcall OnMin(System::TObject* Sender);
	void __fastcall OnMax(System::TObject* Sender);
	void __fastcall OnClose(System::TObject* Sender);
	
public:
	__fastcall virtual TsuiTitleBarPopupMenu(Classes::TComponent* AOwner);
	__fastcall virtual ~TsuiTitleBarPopupMenu(void);
	virtual void __fastcall Popup(int X, int Y);
	__property TsuiTitleBar* TitleBar = {read=m_TitleBar, write=m_TitleBar};
};


#pragma option push -b-
enum TsuiTitleBarBtnType { suiMax, suiMin, suiClose, suiHelp, suiControlBox, suiCustom };
#pragma option pop

class PASCALIMPLEMENTATION TsuiTitleBarButton : public Classes::TCollectionItem 
{
	typedef Classes::TCollectionItem inherited;
	
private:
	bool m_Visible;
	TsuiTitleBarBtnType m_ButtonType;
	bool m_Transparent;
	int m_Top;
	Suithemes::TsuiUIStyle m_UIStyle;
	Graphics::TPicture* m_PicNormal;
	Graphics::TPicture* m_PicMouseOn;
	Graphics::TPicture* m_PicMouseDown;
	Menus::TPopupMenu* m_ControlBoxMenu;
	void __fastcall SetButtonType(const TsuiTitleBarBtnType Value);
	void __fastcall SetTransparent(const bool Value);
	void __fastcall SetTop(const int Value);
	void __fastcall SetUIStyle(const Suithemes::TsuiUIStyle Value);
	void __fastcall SetPicNormal(const Graphics::TPicture* Value);
	void __fastcall SetPicMouseOn(const Graphics::TPicture* Value);
	void __fastcall SetPicMouseDown(const Graphics::TPicture* Value);
	void __fastcall UpdateUIStyle(void);
	void __fastcall UpdateInsideTheme(Suithemes::TsuiUIStyle UIStyle);
	void __fastcall UpdateFileTheme(void);
	void __fastcall ProcessMaxBtn(void);
	void __fastcall SetVisible(const bool Value);
	
public:
	void __fastcall DoClick(void);
	__fastcall virtual TsuiTitleBarButton(Classes::TCollection* Collection);
	__fastcall virtual ~TsuiTitleBarButton(void);
	virtual void __fastcall Assign(Classes::TPersistent* Source);
	
__published:
	__property Suithemes::TsuiUIStyle UIStyle = {read=m_UIStyle, write=SetUIStyle, nodefault};
	__property TsuiTitleBarBtnType ButtonType = {read=m_ButtonType, write=SetButtonType, nodefault};
	__property bool Transparent = {read=m_Transparent, write=SetTransparent, nodefault};
	__property int Top = {read=m_Top, write=SetTop, nodefault};
	__property Menus::TPopupMenu* ControlBoxMenu = {read=m_ControlBoxMenu, write=m_ControlBoxMenu};
	__property bool Visible = {read=m_Visible, write=SetVisible, nodefault};
	__property Graphics::TPicture* PicNormal = {read=m_PicNormal, write=SetPicNormal};
	__property Graphics::TPicture* PicMouseOn = {read=m_PicMouseOn, write=SetPicMouseOn};
	__property Graphics::TPicture* PicMouseDown = {read=m_PicMouseDown, write=SetPicMouseDown};
};


#pragma option push -b-
enum TsuiTitleBarAlign { suiLeft, suiRight, suiClient };
#pragma option pop

class PASCALIMPLEMENTATION TsuiTitleBarSection : public Classes::TCollectionItem 
{
	typedef Classes::TCollectionItem inherited;
	
private:
	int m_Width;
	TsuiTitleBarAlign m_Align;
	Graphics::TPicture* m_Picture;
	bool m_Stretch;
	bool m_AutoSize;
	void __fastcall SetPicture(const Graphics::TPicture* Value);
	void __fastcall SetAutoSize(const bool Value);
	void __fastcall SetWidth(const int Value);
	void __fastcall SetAlign(const TsuiTitleBarAlign Value);
	void __fastcall SetStretch(const bool Value);
	
public:
	__fastcall virtual TsuiTitleBarSection(Classes::TCollection* Collection);
	__fastcall virtual ~TsuiTitleBarSection(void);
	virtual void __fastcall Assign(Classes::TPersistent* Source);
	
__published:
	__property bool AutoSize = {read=m_AutoSize, write=SetAutoSize, nodefault};
	__property int Width = {read=m_Width, write=SetWidth, nodefault};
	__property TsuiTitleBarAlign Align = {read=m_Align, write=SetAlign, nodefault};
	__property Graphics::TPicture* Picture = {read=m_Picture, write=SetPicture};
	__property bool Stretch = {read=m_Stretch, write=SetStretch, nodefault};
};


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

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

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

?? 快捷鍵說明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號(hào) Ctrl + =
減小字號(hào) Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
国产精品成人免费在线| 欧美亚洲一区二区在线| 久久婷婷国产综合国色天香| 久久99在线观看| 久久久久久久久99精品| 国产精一品亚洲二区在线视频| 久久蜜臀精品av| av毛片久久久久**hd| 亚洲免费在线播放| 91麻豆精品国产91久久久资源速度| 日韩高清一区在线| 国产亚洲一本大道中文在线| 成人中文字幕合集| 伊人夜夜躁av伊人久久| 日韩一级免费观看| 成人禁用看黄a在线| 亚洲自拍偷拍网站| 欧美精品一区二区三区四区 | 欧美一区二区三区啪啪| 久久99深爱久久99精品| 中文字幕乱码一区二区免费| 色婷婷综合久久| 麻豆精品视频在线观看| 国产精品视频你懂的| 欧美日本不卡视频| 国产成人精品综合在线观看 | 国产91精品露脸国语对白| 亚洲人成在线播放网站岛国| 777奇米四色成人影色区| 粉嫩欧美一区二区三区高清影视| 亚洲免费观看高清完整版在线 | 亚洲福利国产精品| 久久久久国色av免费看影院| 色94色欧美sute亚洲线路二| 久久99精品网久久| 亚洲观看高清完整版在线观看| 欧美精品一区二区三区视频| 欧日韩精品视频| 成人综合婷婷国产精品久久蜜臀 | 国产亚洲成av人在线观看导航| 色激情天天射综合网| 黄色日韩三级电影| 香蕉加勒比综合久久| 国产精品女主播av| 亚洲丝袜美腿综合| 亚洲精品在线免费播放| 欧美日韩国产精选| 91久久线看在观草草青青| 国产精品亚洲一区二区三区在线 | 亚洲男女毛片无遮挡| 久久精品夜夜夜夜久久| 欧美一区二区三区视频免费| 99久久99久久免费精品蜜臀| 国产一区二区三区| 精品系列免费在线观看| 日韩在线卡一卡二| 亚洲精品欧美二区三区中文字幕| 国产目拍亚洲精品99久久精品| 欧美一区二区三区免费| 欧美色综合网站| 91在线观看一区二区| 懂色av一区二区夜夜嗨| 国内外精品视频| 经典一区二区三区| 九色综合狠狠综合久久| 免费成人在线观看视频| 天天综合天天综合色| 亚洲欧美国产三级| 国产精品久久久久一区 | 97国产一区二区| 成人avav影音| eeuss鲁一区二区三区| 99综合电影在线视频| 白白色亚洲国产精品| 99国产精品久久久久久久久久| 粉嫩在线一区二区三区视频| 国产·精品毛片| 成人动漫一区二区三区| av一区二区不卡| 色哟哟国产精品免费观看| 色狠狠综合天天综合综合| 欧美日韩免费视频| 91麻豆精品国产91久久久久| 日韩欧美亚洲一区二区| 精品欧美一区二区在线观看| 精品久久五月天| 久久色.com| 日韩毛片精品高清免费| 亚洲精选视频免费看| 亚洲6080在线| 麻豆91精品视频| 国产精品一区二区久久不卡| 国产成人精品在线看| 色综合久久中文综合久久牛| 色哟哟亚洲精品| 91精品视频网| 久久精品人人做人人综合| 国产精品久久久久桃色tv| 亚洲精选一二三| 久久精品国产久精国产爱| 国产高清一区日本| 欧美在线不卡视频| 欧美成人精精品一区二区频| 亚洲国产精品av| 亚洲国产sm捆绑调教视频 | 欧美日韩国产高清一区二区| 日韩欧美中文一区二区| 欧美国产视频在线| 亚洲国产毛片aaaaa无费看| 麻豆精品视频在线观看视频| www.一区二区| 欧美一级高清大全免费观看| 欧美国产日韩a欧美在线观看| 一区二区三区中文字幕电影| 久久疯狂做爰流白浆xx| 97se亚洲国产综合自在线不卡| 欧美精品日日鲁夜夜添| 中文字幕欧美区| 视频一区二区不卡| 国产精品99久久久久久久女警| 91久久精品日日躁夜夜躁欧美| 日韩欧美国产一区二区在线播放| 国产精品五月天| 奇米一区二区三区| 99re这里都是精品| 日韩精品中午字幕| 一区二区三区在线免费观看| 狠狠色丁香久久婷婷综合丁香| 欧美在线综合视频| 亚洲国产精品成人综合| 麻豆精品视频在线观看| 在线观看视频一区| 国产精品蜜臀av| 国内久久婷婷综合| 欧美丰满美乳xxx高潮www| 日韩一区中文字幕| 国产乱码一区二区三区| 51久久夜色精品国产麻豆| 自拍偷拍欧美精品| 国产精品亚洲一区二区三区妖精 | 在线视频你懂得一区二区三区| 精品国产免费视频| 日韩激情一区二区| 欧美性受xxxx黑人xyx性爽| 国产精品久久久一区麻豆最新章节| 久久精品国产秦先生| 欧美蜜桃一区二区三区| 亚洲精品国产第一综合99久久| 成人小视频在线| 亚洲国产经典视频| 国产成人精品在线看| xvideos.蜜桃一区二区| 美女一区二区三区| 欧美一区二区国产| 天天综合网天天综合色| 欧美日韩精品欧美日韩精品一综合| 亚洲人成网站精品片在线观看| 国产精品一区二区在线观看网站| 亚洲精品一区二区三区影院 | 亚洲国产成人私人影院tom | www.av精品| 国产精品久久久久久久久久久免费看| 国产一区不卡视频| 日韩美女主播在线视频一区二区三区| 日韩在线卡一卡二| 欧美一级艳片视频免费观看| 五月天久久比比资源色| 在线播放亚洲一区| 五月婷婷欧美视频| 欧美一区三区四区| 老司机精品视频在线| wwwwxxxxx欧美| 国产不卡高清在线观看视频| 国产人成亚洲第一网站在线播放 | 精品国精品国产| 国产综合久久久久久久久久久久 | 欧美另类z0zxhd电影| 日韩和欧美一区二区| 欧美一区二区福利在线| 久久国产成人午夜av影院| 久久精品亚洲麻豆av一区二区| 大白屁股一区二区视频| 一色桃子久久精品亚洲| 在线一区二区三区做爰视频网站| 亚洲一区精品在线| 91精品一区二区三区久久久久久 | 欧美性xxxxx极品少妇| 日韩中文字幕区一区有砖一区 | 亚洲日本在线a| 欧美日韩一区二区三区在线| 奇米亚洲午夜久久精品| 国产欧美日韩在线| 在线亚洲一区二区| 日韩成人av影视| 久久久久久久久久久久久夜| 成人av电影在线| 五月婷婷综合网| 日本一区二区视频在线观看| 在线视频你懂得一区| 久久国产尿小便嘘嘘尿|