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

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

?? suiform.hpp

?? SUI Pack, 一套非常不錯的Delphi控件
?? HPP
?? 第 1 頁 / 共 2 頁
字號:
	__property int RoundCornerBottom = {read=GetRoundCornerBottom, write=SetRoundCornerBottom, nodefault};
	__property PopupMenu;
	__property System::UnicodeString Version = {read=GetVersion, write=SetVersion};
	__property System::UnicodeString About = {read=GetAbout, write=SetAbout};
	__property Graphics::TColor InactiveCaptionColor = {read=GetInactiveCaptionColor, write=SetInactiveCaptionColor, nodefault};
	__property Suititlebar::TsuiTitleBarButtonClickEvent OnTitleBarCustomBtnsClick = {read=GetOnBtnClick, write=SetOnBtnClick};
	__property Suititlebar::TsuiTitleBarButtonClickEvent OnTitleBarHelpBtnClick = {read=GetOnHelpBtnClick, write=SetOnHelpBtnClick};
	__property OnMouseDown;
	__property OnMouseMove;
	__property OnClick;
	__property OnMouseUp;
public:
	/* TWinControl.CreateParented */ inline __fastcall TsuiForm(HWND ParentWindow) : Extctrls::TCustomPanel(ParentWindow) { }
	
};


class PASCALIMPLEMENTATION TsuiMDIForm : public Classes::TComponent
{
	typedef Classes::TComponent inherited;
	
private:
	Forms::TForm* m_Form;
	Classes::TWndMethod m_OldWndProc;
	void *m_PrevClientWndProc;
	Extctrls::TPanel* m_TopPanel;
	Suititlebar::TsuiTitleBar* m_TitleBar;
	TsuiMenuBar* m_MenuBar;
	StaticArray<Suibutton::TsuiToolBarSpeedButton*, 3> m_ControlBtns;
	bool m_DrawChildCaptions;
	bool m_DrawChildMenus;
	bool m_Destroyed;
	int m_BottomBorderWidth;
	int m_OldBottomBorderWidth;
	int m_LeftBorderWidth;
	int m_OldLeftBorderWidth;
	int m_RightBorderWidth;
	Graphics::TBitmap* m_BottomBufRgn;
	Graphics::TColor m_TransparentColor;
	bool m_TitleNeedRegion;
	bool m_BottomNeedRegion;
	int m_TitleRegionMin;
	int m_TitleRegionMax;
	int m_BottomRegionMin;
	int m_BottomRegionMax;
	Menus::TMainMenu* m_Menu;
	Menus::TMainMenu* m_TopMenu;
	Suithemes::TsuiUIStyle m_UIStyle;
	Suimgr::TsuiFileTheme* m_FileTheme;
	Graphics::TColor m_MenuBarColor;
	Graphics::TColor m_MenuBarToColor;
	Graphics::TColor m_BorderColor;
	int m_BorderWidth;
	int m_RoundCorner;
	int m_RoundCornerBottom;
	Appevnts::TApplicationEvents* m_AppEvent;
	Classes::TList* m_WindowMenuList;
	Graphics::TColor m_ControlBtnsColor;
	Graphics::TColor m_ControlBtnsToColor;
	void __fastcall NewParentWndProc(Messages::TMessage &Msg);
	void __fastcall NewClientWndProc(Messages::TMessage &Msg);
	void __fastcall ProcessKeyPress(Messages::TMessage &Msg);
	void __fastcall OnControlButtonClick(System::TObject* Sender);
	void __fastcall OnApplicationMessage(tagMSG &Msg, bool &Handled);
	void __fastcall OnTopPanelResize(System::TObject* Sender);
	void __fastcall OnWindowMenuClick(System::TObject* Sender);
	void __fastcall SetMenu(const Menus::TMainMenu* Value);
	void __fastcall SetMenuBarColor(const Graphics::TColor Value);
	void __fastcall SetUIStyle(const Suithemes::TsuiUIStyle Value);
	void __fastcall SetFileTheme(const Suimgr::TsuiFileTheme* Value);
	void __fastcall SetBorderColor(const Graphics::TColor Value);
	Controls::TCaption __fastcall GetCaption();
	void __fastcall SetCaption(const Controls::TCaption Value);
	void __fastcall PaintBorder(void);
	TsuiForm* __fastcall GetActiveChildSUIForm(void);
	void __fastcall CreateMenuBar(void);
	void __fastcall DestroyMenuBar(void);
	void __fastcall ShowMenuBar(void);
	void __fastcall HideMenuBar(void);
	void __fastcall ShowControlButtons(void);
	void __fastcall HideControlButtons(void);
	Menus::TMainMenu* __fastcall GetMainMenu(void);
	void __fastcall SetDrawAppIcon(const bool Value);
	bool __fastcall GetDrawAppIcon(void);
	bool __fastcall GetTitleBarCustom(void);
	void __fastcall SetTitleBarCustom(const bool Value);
	void __fastcall SetTitleBarVisible(const bool Value);
	bool __fastcall GetTitleBarVisible(void);
	Suititlebar::TsuiTitleBarSections* __fastcall GetSections(void);
	void __fastcall SetSections(const Suititlebar::TsuiTitleBarSections* Value);
	void __fastcall SetButtons(const Suititlebar::TsuiTitleBarButtons* Value);
	Suititlebar::TsuiTitleBarButtons* __fastcall GetButtons(void);
	void __fastcall DrawButton(Comctrls::TToolBar* Sender, Comctrls::TToolButton* Button, Comctrls::TCustomDrawState State, bool &DefaultDraw);
	void __fastcall DrawMenuBar(Comctrls::TToolBar* Sender, const Types::TRect &ARect, bool &DefaultDraw);
	void __fastcall SetRoundCorner(const int Value);
	void __fastcall SetRoundCornerBottom(const int Value);
	void __fastcall RegionWindow(void);
	Graphics::TColor __fastcall GetInactiveCaptionColor(void);
	void __fastcall SetInactiveCaptionColor(const Graphics::TColor Value);
	void __fastcall SetMenuBarToColor(const Graphics::TColor Value);
	
protected:
	virtual void __fastcall Notification(Classes::TComponent* AComponent, Classes::TOperation Operation);
	virtual void __fastcall Loaded(void);
	
public:
	__fastcall virtual TsuiMDIForm(Classes::TComponent* AOwner);
	__fastcall virtual ~TsuiMDIForm(void);
	void __fastcall UpdateMenu(void);
	void __fastcall UpdateWindowMenu(void);
	void __fastcall Cascade(void);
	void __fastcall Tile(void);
	int __fastcall GetTitleBarHeight(void);
	
__published:
	__property Suithemes::TsuiUIStyle UIStyle = {read=m_UIStyle, write=SetUIStyle, nodefault};
	__property Suimgr::TsuiFileTheme* FileTheme = {read=m_FileTheme, write=SetFileTheme};
	__property Menus::TMainMenu* Menu = {read=m_Menu, write=SetMenu};
	__property Graphics::TColor MenuBarColor = {read=m_MenuBarColor, write=SetMenuBarColor, nodefault};
	__property Graphics::TColor MenuBarToColor = {read=m_MenuBarToColor, write=SetMenuBarToColor, nodefault};
	__property Graphics::TColor BorderColor = {read=m_BorderColor, write=SetBorderColor, nodefault};
	__property Controls::TCaption Caption = {read=GetCaption, write=SetCaption};
	__property bool TitleBarDrawAppIcon = {read=GetDrawAppIcon, write=SetDrawAppIcon, default=0};
	__property bool TitleBarCustom = {read=GetTitleBarCustom, write=SetTitleBarCustom, default=0};
	__property bool TitleBarVisible = {read=GetTitleBarVisible, write=SetTitleBarVisible, default=1};
	__property Suititlebar::TsuiTitleBarButtons* TitleBarButtons = {read=GetButtons, write=SetButtons};
	__property Suititlebar::TsuiTitleBarSections* TitleBarSections = {read=GetSections, write=SetSections};
	__property bool TitleBarDrawChildCaptions = {read=m_DrawChildCaptions, write=m_DrawChildCaptions, default=1};
	__property bool TitleBarDrawChildMenus = {read=m_DrawChildMenus, write=m_DrawChildMenus, default=1};
	__property int RoundCorner = {read=m_RoundCorner, write=SetRoundCorner, nodefault};
	__property int RoundCornerBottom = {read=m_RoundCornerBottom, write=SetRoundCornerBottom, nodefault};
	__property Graphics::TColor InactiveCaptionColor = {read=GetInactiveCaptionColor, write=SetInactiveCaptionColor, nodefault};
};


class DELPHICLASS TsuiMSNPopForm;
class PASCALIMPLEMENTATION TsuiMSNPopForm : public Classes::TComponent
{
	typedef Classes::TComponent inherited;
	
private:
	Frmmsnpop::TfrmMSNPopForm* m_Form;
	int m_AnimateTime;
	int m_StayTime;
	int m_X;
	int m_Y;
	bool m_AutoPosition;
	bool m_ClickHide;
	Controls::TCaption m_Title;
	System::UnicodeString m_Text;
	Graphics::TFont* m_TextFont;
	Graphics::TFont* m_TitleFont;
	Classes::TNotifyEvent m_OnTitleClick;
	Classes::TNotifyEvent m_OnClick;
	Classes::TNotifyEvent m_OnClose;
	Classes::TNotifyEvent m_OnShow;
	Classes::TAlignment m_TextAlignment;
	void __fastcall InternalOnTitleClick(System::TObject* Sender);
	void __fastcall InternalOnClick(System::TObject* Sender);
	void __fastcall InternalOnClose(System::TObject* Sender);
	void __fastcall SetTextFont(const Graphics::TFont* Value);
	void __fastcall SetTitleFont(const Graphics::TFont* Value);
	
public:
	__fastcall virtual TsuiMSNPopForm(Classes::TComponent* AOwner);
	__fastcall virtual ~TsuiMSNPopForm(void);
	void __fastcall Popup(void);
	void __fastcall Close(void);
	
__published:
	__property int AnimateTime = {read=m_AnimateTime, write=m_AnimateTime, nodefault};
	__property int StayTime = {read=m_StayTime, write=m_StayTime, nodefault};
	__property int PositionX = {read=m_X, write=m_X, nodefault};
	__property int PositionY = {read=m_Y, write=m_Y, nodefault};
	__property bool AutoPosition = {read=m_AutoPosition, write=m_AutoPosition, nodefault};
	__property bool ClickHide = {read=m_ClickHide, write=m_ClickHide, nodefault};
	__property Controls::TCaption Title = {read=m_Title, write=m_Title};
	__property System::UnicodeString MessageText = {read=m_Text, write=m_Text};
	__property Classes::TAlignment TextAlignment = {read=m_TextAlignment, write=m_TextAlignment, nodefault};
	__property Graphics::TFont* TitleFont = {read=m_TitleFont, write=SetTitleFont};
	__property Graphics::TFont* MessageFont = {read=m_TextFont, write=SetTextFont};
	__property Classes::TNotifyEvent OnTitleClick = {read=m_OnTitleClick, write=m_OnTitleClick};
	__property Classes::TNotifyEvent OnClick = {read=m_OnClick, write=m_OnClick};
	__property Classes::TNotifyEvent OnClose = {read=m_OnClose, write=m_OnClose};
	__property Classes::TNotifyEvent OnShow = {read=m_OnShow, write=m_OnShow};
};


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

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

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

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
精品1区2区在线观看| 国产成人av在线影院| 91黄色免费看| 亚洲综合色成人| 欧美日韩亚洲综合| 免费观看日韩电影| 2017欧美狠狠色| 成人中文字幕电影| 亚洲免费av高清| 这里是久久伊人| 国产麻豆欧美日韩一区| 国产精品丝袜久久久久久app| 不卡视频在线观看| 亚洲自拍都市欧美小说| 91精品国产aⅴ一区二区| 国产精品一区免费在线观看| 日韩理论在线观看| 欧美精品丝袜中出| 国产精品一区二区久激情瑜伽| 亚洲欧洲另类国产综合| 欧美理论片在线| 国产精品影视在线观看| 亚洲最大成人综合| 精品日韩一区二区三区| 99国产麻豆精品| 舔着乳尖日韩一区| 国产女同性恋一区二区| 欧美日韩国产片| 国产乱码精品一区二区三区av| 亚洲欧美一区二区三区国产精品 | 国产v日产∨综合v精品视频| 亚洲蜜臀av乱码久久精品 | 久久亚洲欧美国产精品乐播| 成人av网在线| 蜜桃91丨九色丨蝌蚪91桃色| 综合激情网...| 精品sm捆绑视频| 欧美日韩中文字幕精品| 成人午夜免费视频| 秋霞影院一区二区| 亚洲乱码国产乱码精品精小说| 日韩欧美卡一卡二| 欧美日韩亚洲综合在线| 99麻豆久久久国产精品免费| 狠狠狠色丁香婷婷综合激情 | 日本色综合中文字幕| 自拍偷拍欧美激情| 久久精品视频在线免费观看| 7777精品伊人久久久大香线蕉| www.成人在线| 国产成人综合在线播放| 美女一区二区视频| 夜夜操天天操亚洲| 亚洲免费资源在线播放| 国产女主播视频一区二区| 精品少妇一区二区三区在线视频| 欧美视频中文字幕| 色综合天天做天天爱| 成人一区二区在线观看| 一区二区久久久久久| 国产精品麻豆网站| 中文字幕电影一区| 国产欧美日韩卡一| 国产日韩欧美精品一区| 久久你懂得1024| 欧美精品一区二区三区一线天视频| 91精品啪在线观看国产60岁| 欧美午夜在线观看| 91网站最新网址| 色综合久久久久久久| 99久久精品久久久久久清纯| 国产精品一区二区在线播放| 国产精品一区二区免费不卡| 国产精品一区二区果冻传媒| 国产精品一二三四区| 国产一区二区三区免费播放| 久久99国产精品久久| 国产一区二区影院| 国产成人免费视| 激情综合网最新| 蜜桃av一区二区| 亚洲午夜电影在线观看| 亚洲综合男人的天堂| 奇米综合一区二区三区精品视频| 日欧美一区二区| 中文字幕va一区二区三区| 秋霞成人午夜伦在线观看| 日韩精品电影一区亚洲| 日韩av不卡在线观看| 麻豆视频观看网址久久| 韩国成人精品a∨在线观看| 国产米奇在线777精品观看| 粉嫩久久99精品久久久久久夜| 成人永久免费视频| 色天天综合色天天久久| 欧美久久久久久蜜桃| 日韩欧美精品在线视频| 中文字幕第一区综合| 一区二区三区视频在线观看| 午夜视频在线观看一区二区| 裸体在线国模精品偷拍| 麻豆精品一区二区三区| 色屁屁一区二区| 国产成人免费视频精品含羞草妖精| 成人精品亚洲人成在线| 国产盗摄女厕一区二区三区 | 国产日韩精品一区| 自拍偷在线精品自拍偷无码专区| 亚洲午夜激情网页| 国产精品一区二区三区四区| 色爱区综合激月婷婷| 欧美一区二区黄| 中文一区二区完整视频在线观看| 亚洲一区二区三区在线看| 麻豆视频一区二区| 91亚洲午夜精品久久久久久| 欧美精品在线视频| 18欧美乱大交hd1984| 美日韩黄色大片| 91一区一区三区| 精品sm在线观看| 亚洲福利国产精品| 国产91丝袜在线18| 91麻豆精品国产91| 亚洲视频狠狠干| 狠狠色丁香婷婷综合久久片| 26uuu精品一区二区在线观看| 日韩专区中文字幕一区二区| 成人午夜视频在线观看| 日韩女优av电影| 欧美激情在线看| 欧美日韩不卡在线| 久久久久久久久岛国免费| 成人免费一区二区三区在线观看| 免播放器亚洲一区| 色偷偷久久一区二区三区| 久久嫩草精品久久久精品一| 亚洲精品国产第一综合99久久 | 亚洲一区成人在线| 国产黄色精品网站| 日韩一区二区免费视频| 一区二区理论电影在线观看| 懂色av一区二区三区蜜臀| 欧美mv和日韩mv国产网站| 五月婷婷激情综合| 91国在线观看| 国产精品精品国产色婷婷| 国产成人免费视频| 久久一区二区三区四区| 欧美一二三区在线观看| 国产成人av一区二区三区在线 | 欧美日韩精品福利| 一区在线观看免费| 国产成人av一区二区三区在线 | 日韩成人精品在线| 91久久一区二区| 亚洲婷婷综合色高清在线| 成人做爰69片免费看网站| 国产性做久久久久久| 韩国欧美国产1区| 91精品免费观看| 免费高清成人在线| 日韩一卡二卡三卡国产欧美| 视频精品一区二区| 欧美肥大bbwbbw高潮| 天天影视网天天综合色在线播放| 欧美欧美欧美欧美首页| 亚洲国产成人av网| 91精品国产综合久久久久久 | 在线观看成人小视频| 亚洲影视在线播放| 欧美年轻男男videosbes| 午夜精品福利在线| 欧美一区二区视频观看视频 | 成人午夜又粗又硬又大| 国产精品久久久久久一区二区三区| 99久久夜色精品国产网站| 日韩美女啊v在线免费观看| 在线精品观看国产| 日韩国产欧美视频| 久久众筹精品私拍模特| 欧美一区二区三区白人| 91麻豆免费看片| 精品理论电影在线| 国产suv精品一区二区三区| 国产精品成人在线观看| 色妹子一区二区| 东方aⅴ免费观看久久av| 国产精品的网站| 在线视频综合导航| 日本aⅴ精品一区二区三区| 亚洲精品一区二区三区四区高清| 国产成人啪免费观看软件| 亚洲免费在线电影| 91精品国产综合久久久久久| 国产一区二区在线电影| 亚洲日本在线观看| 欧美一级理论片| 高清av一区二区| 性久久久久久久久久久久|