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

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

?? suititlebar.hpp

?? SUI Pack, 一套非常不錯(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 <SUI2Define.hpp>	// Pascal unit
#include <Math.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;
	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 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一区二区三区免费野_久草精品视频
激情欧美一区二区三区在线观看| 日韩精品中午字幕| 欧美日韩国产另类不卡| 在线成人av影院| 精品国产不卡一区二区三区| 国产精品国产a级| 亚洲国产视频直播| 国内成人免费视频| 99精品热视频| 欧美一区二区三区影视| 国产日韩欧美一区二区三区综合| 樱桃视频在线观看一区| 老司机精品视频导航| 成人中文字幕在线| 欧美老年两性高潮| 国产精品色噜噜| 午夜精品一区二区三区三上悠亚| 国产精品资源在线| 欧美四级电影网| 久久久精品免费观看| 一区二区在线观看视频在线观看| 蜜桃精品在线观看| 91蝌蚪国产九色| 精品毛片乱码1区2区3区| 亚洲日本欧美天堂| 国内精品视频666| 欧美亚洲图片小说| 久久久久久久久久久久久久久99| 亚洲免费观看视频| 国产麻豆精品久久一二三| 欧美区一区二区三区| 中文字幕第一区二区| 日本aⅴ精品一区二区三区| 成人免费视频app| 欧美一区二区三区视频免费| 1区2区3区欧美| 国产一区在线精品| 91.com在线观看| 亚洲色欲色欲www在线观看| 狠狠v欧美v日韩v亚洲ⅴ| 色8久久人人97超碰香蕉987| 久久日一线二线三线suv| 婷婷综合五月天| 色综合天天综合网天天看片| 欧美精品一区二区三区四区| 亚洲一区在线观看免费观看电影高清 | 亚洲欧美日韩国产中文在线| 日本成人在线网站| 欧美性猛交xxxxxx富婆| 国产精品网站在线观看| 精品一区二区精品| 51午夜精品国产| 一区二区三区电影在线播| av动漫一区二区| 国产欧美一区视频| 韩国欧美国产一区| 日韩精品一区二区三区视频| 午夜精品久久久久久久99樱桃| 一本色道亚洲精品aⅴ| 国产精品女人毛片| 国产不卡在线视频| 久久久久国产精品厨房| 久久爱另类一区二区小说| 91精品国产一区二区三区蜜臀| 亚洲综合视频在线观看| 91麻豆swag| 亚洲精品欧美专区| 一本久久精品一区二区| 亚洲私人黄色宅男| 99精品黄色片免费大全| 国产精品毛片久久久久久久| 国产精品91xxx| 国产偷国产偷精品高清尤物| 国产精选一区二区三区| 欧美精品一区二区不卡| 国模套图日韩精品一区二区| 久久综合九色综合97婷婷| 国产综合色产在线精品| 久久免费国产精品| 国产传媒一区在线| 亚洲国产精品99久久久久久久久 | 中文字幕精品一区| 成人亚洲一区二区一| 欧美激情一区二区三区蜜桃视频| 国产精品一二三四五| 国产日韩欧美不卡| 成人免费看黄yyy456| **性色生活片久久毛片| 色成年激情久久综合| 视频精品一区二区| 日韩一区二区三区观看| 韩国一区二区三区| 中文字幕av一区二区三区高| caoporn国产精品| 亚洲激情男女视频| 欧美一区二区在线免费播放| 精品在线一区二区三区| 国产欧美一区二区精品秋霞影院 | 亚洲精品水蜜桃| 在线观看不卡视频| 奇米色777欧美一区二区| 欧美电影免费提供在线观看| 国产精品一区二区91| 亚洲视频1区2区| 91精品国产综合久久婷婷香蕉| 久久99国产精品成人| 国产日韩欧美在线一区| 欧美在线视频全部完| 久久99热这里只有精品| 国产精品网站在线播放| 欧美在线免费观看视频| 久草这里只有精品视频| 成人免费在线视频| 日韩一区二区三区高清免费看看| 国产999精品久久久久久| 亚洲精品视频在线看| 91精品国产aⅴ一区二区| 国产成人亚洲综合色影视| 国产精品久久久久久妇女6080| 欧美日韩一区在线| 国产一区二区在线视频| 一区二区三区在线看| 欧美电影免费观看完整版| 91免费看`日韩一区二区| 日本亚洲三级在线| 国产精品理论片| 日韩欧美亚洲国产精品字幕久久久| 国产成人精品aa毛片| 亚洲成人av电影在线| 国产亚洲一区二区三区在线观看| 日本韩国欧美一区| 黄色日韩网站视频| 亚洲一区二区三区四区在线观看| 久久网这里都是精品| 精品视频1区2区| 成人一级黄色片| 美国三级日本三级久久99| 亚洲免费在线视频| 久久先锋资源网| 欧美色图第一页| 成人免费看黄yyy456| 精品在线观看免费| 亚洲午夜精品一区二区三区他趣| 久久精品一区二区三区四区| 欧美理论片在线| 91香蕉视频污在线| 国产综合色产在线精品 | 日韩精品中文字幕在线一区| 欧美中文字幕久久| 成人永久aaa| 久久激情五月婷婷| 五月天欧美精品| 亚洲三级电影网站| 国产日韩欧美不卡| 久久婷婷综合激情| 日韩欧美123| 欧美人与禽zozo性伦| 欧美日韩精品欧美日韩精品| 天天射综合影视| 亚洲精品你懂的| 国产精品久久久久久久久免费桃花| 日韩精品一区二区三区在线观看| 欧美三区在线观看| 91精品福利视频| 99视频超级精品| 高清不卡一区二区| 国产精品一区二区你懂的| 蜜桃av一区二区在线观看| 日日夜夜免费精品| 亚洲国产毛片aaaaa无费看 | 一本到高清视频免费精品| 不卡av免费在线观看| 国产精品一区免费视频| 久久99在线观看| 狠狠色综合日日| 精一区二区三区| 国产一区视频在线看| 国产乱码一区二区三区| 激情文学综合丁香| 国产精品99久久久久久久女警| 久久精品国产久精国产| 免费一级片91| 男男gaygay亚洲| 久久精品国产一区二区三区免费看| 日韩精品成人一区二区在线| 香蕉成人伊视频在线观看| 午夜电影久久久| 日本一不卡视频| 美国三级日本三级久久99| 久色婷婷小香蕉久久| 美美哒免费高清在线观看视频一区二区 | 日韩一区精品字幕| 日韩中文欧美在线| 蜜桃91丨九色丨蝌蚪91桃色| 捆绑变态av一区二区三区| 国产在线精品视频| 国产精品亚洲人在线观看| 国产成人亚洲综合a∨婷婷| 成人黄色免费短视频| 99久久国产综合精品女不卡|