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

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

?? suititlebar.hpp

?? SUI Pack, 一套非常不錯的Delphi控件
?? HPP
字號:
// Borland C++ Builder
// Copyright (c) 1995, 2005 by Borland Software Corporation
// All rights reserved

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

#ifndef SuititlebarHPP
#define SuititlebarHPP

#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 <Controls.hpp>	// Pascal unit
#include <Classes.hpp>	// Pascal unit
#include <Forms.hpp>	// Pascal unit
#include <Messages.hpp>	// Pascal unit
#include <Graphics.hpp>	// Pascal unit
#include <Menus.hpp>	// Pascal unit
#include <Extctrls.hpp>	// Pascal unit
#include <Dialogs.hpp>	// Pascal unit
#include <Sysutils.hpp>	// Pascal unit
#include <Math.hpp>	// Pascal unit
#include <Sui2define.hpp>	// Pascal unit
#include <Suithemes.hpp>	// Pascal unit
#include <Suimgr.hpp>	// Pascal unit
#include <Suipopupmenu.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;
	int m_RoundCornerBottom;
	bool m_DrawAppIcon;
	bool m_SelfChanging;
	TsuiTitleBarPopupMenu* m_DefPopupMenu;
	Graphics::TColor m_BorderColor;
	bool m_Custom;
	bool m_FiveSec;
	AnsiString m_DrawingCap;
	Graphics::TBitmap* m_Buf;
	Graphics::TBitmap* m_Buf2;
	Graphics::TColor m_FormColor;
	Graphics::TColor m_TransColor;
	Graphics::TColor m_InactiveCaptionColor;
	bool m_MouseDown;
	int m_InButtons;
	int m_BtnHeight;
	int m_BtnTop;
	int m_IconTop;
	int m_CapTop;
	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 SetRoundCornerBottom(const int Value);
	void __fastcall SetFileTheme(const Suimgr::TsuiFileTheme* Value);
	void __fastcall SetInactiveCaptionColor(const Graphics::TColor 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 GetTitleImage(int index, /* out */ Graphics::TBitmap* &Bmp);
	bool __fastcall CanPaint(void);
	void __fastcall ForcePaint(void);
	void __fastcall AddHelpBtn(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 int RoundCornerBottom = {read=m_RoundCornerBottom, write=SetRoundCornerBottom, nodefault};
	__property Graphics::TColor InactiveCaptionColor = {read=m_InactiveCaptionColor, write=SetInactiveCaptionColor, nodefault};
	__property TsuiTitleBarButtonClickEvent OnCustomBtnsClick = {read=m_OnBtnClick, write=m_OnBtnClick};
	__property TsuiTitleBarButtonClickEvent OnHelpBtnClick = {read=m_OnHelpBtnClick, write=m_OnHelpBtnClick};
	__property OnResize ;
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;
	bool m_CapSec;
	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);
	void __fastcall SetCapSec(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};
	__property bool CapSec = {read=m_CapSec, write=SetCapSec, nodefault};
};


//-- var, const, procedure ---------------------------------------------------
static const Word SUIM_GETBORDERWIDTH = 0x26c3;

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

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

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
精品国产一区二区三区久久影院| 91视频免费看| 日韩精品一区二区三区三区免费 | 欧美性xxxxxxxx| 一区二区三区小说| 69堂精品视频| 国内国产精品久久| 国产精品麻豆欧美日韩ww| 99精品热视频| 天天爽夜夜爽夜夜爽精品视频| 日韩欧美中文字幕公布| 国产高清精品网站| 亚洲免费观看高清完整版在线观看熊| 色婷婷激情久久| 久久精品国产精品亚洲综合| 国产欧美va欧美不卡在线| 91视频观看视频| 日日夜夜免费精品视频| 国产日韩欧美a| 欧美日韩三级一区二区| 国产一区二三区好的| 国产精品乱人伦中文| 在线亚洲+欧美+日本专区| 久久精品国产精品亚洲红杏| 《视频一区视频二区| 日韩欧美在线影院| 色综合久久久久| 麻豆成人在线观看| 一区二区三区精密机械公司| 精品国内片67194| 色久综合一二码| 国产老女人精品毛片久久| 亚洲精品ww久久久久久p站| 欧美成人精品高清在线播放| 色综合久久久久久久久| 精品在线观看免费| 亚洲一区二区视频在线| 国产偷国产偷精品高清尤物| 制服丝袜亚洲精品中文字幕| 成人福利视频在线| 精品在线你懂的| 午夜一区二区三区视频| 中文字幕一区二区在线播放| 日韩欧美中文字幕公布| 欧美在线不卡视频| heyzo一本久久综合| 激情欧美日韩一区二区| 天天综合色天天综合色h| 中文字幕在线一区| 精品国产一区久久| 欧美日韩高清一区| 91麻豆精品秘密| www.99精品| 国产大陆精品国产| 久久精品久久精品| 日本不卡不码高清免费观看| 亚洲精品成人少妇| 综合分类小说区另类春色亚洲小说欧美| 日韩精品一区二区在线| 欧美人与z0zoxxxx视频| 日本韩国欧美一区| 色香蕉成人二区免费| 国产·精品毛片| 丁香婷婷综合网| 国产福利电影一区二区三区| 久久精品国产免费| 久久国产精品免费| 久久99久国产精品黄毛片色诱| 青青青爽久久午夜综合久久午夜| 亚洲在线一区二区三区| 一区二区三区国产| 亚洲一区影音先锋| 天堂va蜜桃一区二区三区| 亚洲午夜成aⅴ人片| 亚洲成在线观看| 日韩激情视频在线观看| 日本成人在线网站| 美国十次综合导航| 韩国女主播成人在线| 精品一区二区三区免费观看| 久久99久久久久| 国产成人精品一区二| 国产成a人亚洲| av中文字幕亚洲| 91麻豆精东视频| 欧美日韩国产一二三| 日韩免费性生活视频播放| 精品成人一区二区| 欧美激情在线观看视频免费| 中文字幕不卡三区| 夜夜揉揉日日人人青青一国产精品| 亚洲一区二区三区四区不卡| 亚洲成a人在线观看| 久久国产精品99精品国产| 国模少妇一区二区三区| 高清国产午夜精品久久久久久| 92国产精品观看| 欧美日产国产精品| 26uuu精品一区二区| 国产精品午夜免费| 亚洲综合999| 激情综合色丁香一区二区| 国产福利一区在线| 欧美性生交片4| 日韩精品影音先锋| 一区在线播放视频| 青青草国产成人99久久| 成人丝袜18视频在线观看| 在线观看成人小视频| 日韩欧美成人一区二区| 亚洲视频一二三| 日韩电影在线免费| 成人aa视频在线观看| 欧美日韩专区在线| 欧美国产一区二区在线观看| 午夜精品一区二区三区三上悠亚| 国产毛片精品国产一区二区三区| 日本丶国产丶欧美色综合| 日韩精品一区二区三区四区| 亚洲欧美另类久久久精品| 麻豆视频观看网址久久| 91亚洲男人天堂| 欧美tk丨vk视频| 亚洲综合免费观看高清完整版| 久久精品国产一区二区| 在线看日韩精品电影| 国产亚洲一区二区三区在线观看 | 亚洲欧美日韩国产另类专区| 日韩国产在线一| 国产电影一区二区三区| 欧美日韩aaaaaa| 亚洲精品大片www| 国产69精品一区二区亚洲孕妇| 91精品国产综合久久精品麻豆| 中文字幕一区三区| 国产精品白丝jk黑袜喷水| 欧美久久久久久蜜桃| 亚洲欧洲精品成人久久奇米网| 狠狠色狠狠色综合日日91app| 欧美性欧美巨大黑白大战| 国产三级一区二区三区| 日本美女视频一区二区| 欧美日韩在线三区| 成人免费视频在线观看| 国产精品亚洲成人| 欧美精品一区二区久久久| 亚洲高清久久久| 欧美综合天天夜夜久久| 亚洲精品视频一区| 91在线小视频| ...xxx性欧美| 99精品欧美一区二区三区小说| 国产亚洲精品超碰| 国产一区欧美日韩| 精品乱码亚洲一区二区不卡| 欧美在线观看禁18| 亚洲欧美日本韩国| 色呦呦国产精品| 亚洲美女免费在线| 91片黄在线观看| 国产精品少妇自拍| 不卡区在线中文字幕| 国产精品污网站| 成人免费视频caoporn| 欧美激情一区二区三区| 成人免费高清视频在线观看| 国产欧美一区二区精品性色| 国产一区日韩二区欧美三区| 久久人人超碰精品| 国产一区欧美二区| 亚洲国产成人私人影院tom| 国产成人在线视频网址| 中文字幕第一区二区| av亚洲产国偷v产偷v自拍| 亚洲精品国产视频| 欧美日韩一区二区三区在线看| 亚洲高清免费一级二级三级| 欧美日韩亚洲另类| 免费在线观看不卡| 久久久五月婷婷| 成人app在线| 亚洲二区在线视频| 欧美成人福利视频| 风流少妇一区二区| 亚洲美女屁股眼交3| 欧美老女人在线| 国产一区二区三区国产| 中文天堂在线一区| 在线免费观看一区| 蜜桃精品视频在线| 中文字幕av免费专区久久| 色综合久久精品| 美美哒免费高清在线观看视频一区二区| 久久综合国产精品| 91麻豆国产福利在线观看| 亚洲地区一二三色| 久久久久99精品一区| 色噜噜狠狠成人网p站| 日本欧美在线观看| 欧美国产精品v|