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

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

?? suiform.hpp

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

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

#ifndef SUIFormHPP
#define SUIFormHPP

#pragma delphiheader begin
#pragma option push -w-
#pragma option push -Vx
#include <ToolWin.hpp>	// Pascal unit
#include <SUI2Define.hpp>	// Pascal unit
#include <frmMSNPop.hpp>	// Pascal unit
#include <SUIScrollBar.hpp>	// Pascal unit
#include <SUIButton.hpp>	// Pascal unit
#include <SUIMgr.hpp>	// Pascal unit
#include <SUIThemes.hpp>	// Pascal unit
#include <SUITitleBar.hpp>	// Pascal unit
#include <Math.hpp>	// Pascal unit
#include <AppEvnts.hpp>	// Pascal unit
#include <Buttons.hpp>	// Pascal unit
#include <Dialogs.hpp>	// Pascal unit
#include <Menus.hpp>	// Pascal unit
#include <ComCtrls.hpp>	// Pascal unit
#include <Forms.hpp>	// Pascal unit
#include <Graphics.hpp>	// Pascal unit
#include <ExtCtrls.hpp>	// Pascal unit
#include <Controls.hpp>	// Pascal unit
#include <Classes.hpp>	// Pascal unit
#include <SysUtils.hpp>	// Pascal unit
#include <Messages.hpp>	// Pascal unit
#include <Windows.hpp>	// Pascal unit
#include <SysInit.hpp>	// Pascal unit
#include <System.hpp>	// Pascal unit

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

namespace Suiform
{
//-- type declarations -------------------------------------------------------
class DELPHICLASS TsuiMenuBar;
class DELPHICLASS TsuiForm;
class PASCALIMPLEMENTATION TsuiForm : public Extctrls::TCustomPanel 
{
	typedef Extctrls::TCustomPanel inherited;
	
private:
	Suititlebar::TsuiTitleBar* m_TitleBar;
	TsuiMenuBar* m_MenuBar;
	Menus::TMainMenu* m_Menu;
	Classes::TWndMethod m_OldWndProc;
	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;
	bool m_MaxFlag;
	bool m_MaxFlag2;
	bool m_MaxFlag3;
	Forms::TFormBorderStyle m_OldBorderStyle;
	Forms::TForm* m_Form;
	Graphics::TColor m_Color;
	Extctrls::TCustomPanel* m_Panel;
	int m_Width;
	Suithemes::TsuiUIStyle m_UIStyle;
	Suimgr::TsuiFileTheme* m_FileTheme;
	Graphics::TColor m_MenuBarColor;
	Graphics::TColor m_MenuBarToColor;
	int m_MenuBarHeight;
	bool m_UIStyleAutoUpdateSub;
	bool m_Destroyed;
	Appevnts::TApplicationEvents* m_AppEvent;
	#pragma pack(push, 1)
	Types::TRect m_FormInitRect;
	#pragma pack(pop)
	
	bool m_FormInitMax;
	bool m_MDIChildFormTitleVisible;
	bool m_SelfChanging;
	void __fastcall NewParentWndProc(Messages::TMessage &Msg);
	void __fastcall ProcessKeyPress(Messages::TMessage &Msg);
	HIDESBASE MESSAGE void __fastcall WMERASEBKGND(Messages::TMessage &Msg);
	void __fastcall SetButtons(const Suititlebar::TsuiTitleBarButtons* Value);
	Suititlebar::TsuiTitleBarButtons* __fastcall GetButtons(void);
	Suititlebar::TsuiTitleBarButtonClickEvent __fastcall GetOnBtnClick();
	void __fastcall SetOnBtnClick(const Suititlebar::TsuiTitleBarButtonClickEvent Value);
	Suititlebar::TsuiTitleBarButtonClickEvent __fastcall GetOnHelpBtnClick();
	void __fastcall SetOnHelpBtnClick(const Suititlebar::TsuiTitleBarButtonClickEvent Value);
	Graphics::TFont* __fastcall GetFont(void);
	HIDESBASE void __fastcall SetFont(const Graphics::TFont* Value);
	AnsiString __fastcall GetCaption();
	void __fastcall SetCaption(const AnsiString Value);
	void __fastcall SetMenu(const Menus::TMainMenu* Value);
	void __fastcall SetMenuBarColor(const Graphics::TColor Value);
	Suititlebar::TsuiTitleBarSections* __fastcall GetSections(void);
	void __fastcall SetSections(const Suititlebar::TsuiTitleBarSections* Value);
	HIDESBASE void __fastcall SetColor(const Graphics::TColor Value);
	bool __fastcall GetDrawAppIcon(void);
	void __fastcall SetDrawAppIcon(const bool Value);
	void __fastcall SetMenuBarHeight(const int Value);
	void __fastcall SetTitleBarVisible(const bool Value);
	bool __fastcall GetTitleBarVisible(void);
	bool __fastcall GetMDIChild(void);
	int __fastcall GetRoundCorner(void);
	void __fastcall SetRoundCorner(const int Value);
	int __fastcall GetRoundCornerBottom(void);
	void __fastcall SetRoundCornerBottom(const int Value);
	void __fastcall SetFileTheme(const Suimgr::TsuiFileTheme* Value);
	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 OnApplicationMessage(tagMSG &Msg, bool &Handled);
	int __fastcall GetTitleBarHeight(void);
	bool __fastcall GetTitleBarCustom(void);
	void __fastcall SetTitleBarCustom(const bool Value);
	AnsiString __fastcall GetVersion();
	void __fastcall SetVersion(const AnsiString Value);
	AnsiString __fastcall GetAbout();
	void __fastcall RegionWindow(void);
	Graphics::TColor __fastcall GetInactiveCaptionColor(void);
	void __fastcall SetInactiveCaptionColor(const Graphics::TColor Value);
	void __fastcall SetMenuBarToColor(const Graphics::TColor Value);
	int __fastcall GetMenuBarHeight(void);
	void __fastcall SetAbout(const AnsiString Value);
	
protected:
	void __fastcall SetPanel(const Extctrls::TCustomPanel* Value);
	HIDESBASE void __fastcall SetBorderWidth(const int Value);
	void __fastcall SetUIStyle(const Suithemes::TsuiUIStyle Value);
	virtual void __fastcall Notification(Classes::TComponent* AComponent, Classes::TOperation Operation);
	virtual void __fastcall Paint(void);
	DYNAMIC void __fastcall Resize(void);
	virtual void __fastcall Loaded(void);
	void __fastcall CreateMenuBar(void);
	void __fastcall DestroyMenuBar(void);
	
public:
	__fastcall virtual TsuiForm(Classes::TComponent* AOwner);
	__fastcall virtual ~TsuiForm(void);
	void __fastcall UpdateMenu(void);
	void __fastcall UpdateTopMenu(void);
	void __fastcall RepaintMenuBar(void);
	void __fastcall PaintFormBorder(void);
	void __fastcall AddHelpButton(void);
	__property bool MDIChild = {read=GetMDIChild, nodefault};
	__property int TitleBarHeight = {read=GetTitleBarHeight, nodefault};
	void __fastcall ReAssign(void);
	
__published:
	__property bool TitleBarCustom = {read=GetTitleBarCustom, write=SetTitleBarCustom, nodefault};
	__property Suimgr::TsuiFileTheme* FileTheme = {read=m_FileTheme, write=SetFileTheme};
	__property Suithemes::TsuiUIStyle UIStyle = {read=m_UIStyle, write=SetUIStyle, nodefault};
	__property bool UIStyleAutoUpdateSub = {read=m_UIStyleAutoUpdateSub, write=m_UIStyleAutoUpdateSub, nodefault};
	__property Graphics::TColor BorderColor = {read=m_Color, write=SetColor, nodefault};
	__property int BorderWidth = {read=m_Width, write=SetBorderWidth, nodefault};
	__property bool TitleBarVisible = {read=GetTitleBarVisible, write=SetTitleBarVisible, default=1};
	__property BiDiMode ;
	__property Color  = {default=-2147483633};
	__property AnsiString Caption = {read=GetCaption, write=SetCaption};
	__property Extctrls::TCustomPanel* FormPanel = {read=m_Panel, write=SetPanel};
	__property Suititlebar::TsuiTitleBarButtons* TitleBarButtons = {read=GetButtons, write=SetButtons};
	__property Suititlebar::TsuiTitleBarSections* TitleBarSections = {read=GetSections, write=SetSections};
	__property bool TitleBarDrawAppIcon = {read=GetDrawAppIcon, write=SetDrawAppIcon, nodefault};
	__property Graphics::TFont* Font = {read=GetFont, write=SetFont};
	__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 int MenuBarHeight = {read=GetMenuBarHeight, write=SetMenuBarHeight, nodefault};
	__property int RoundCorner = {read=GetRoundCorner, write=SetRoundCorner, nodefault};
	__property int RoundCornerBottom = {read=GetRoundCornerBottom, write=SetRoundCornerBottom, nodefault};
	__property PopupMenu ;
	__property AnsiString Version = {read=GetVersion, write=SetVersion};
	__property AnsiString 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:
	#pragma option push -w-inl
	/* TWinControl.CreateParented */ inline __fastcall TsuiForm(HWND ParentWindow) : Extctrls::TCustomPanel(ParentWindow) { }
	#pragma option pop
	
};


class DELPHICLASS TsuiMDIForm;
class PASCALIMPLEMENTATION TsuiMDIForm : public Classes::TComponent 
{
	typedef Classes::TComponent inherited;
	
private:
	Forms::TForm* m_Form;

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
五月天中文字幕一区二区| 玉米视频成人免费看| 欧美视频中文字幕| 色综合天天在线| 99久久精品免费看国产 | 欧美日韩视频在线观看一区二区三区 | 精品一区二区三区免费观看| 午夜视频在线观看一区二区三区| 一区二区三区免费观看| 一级中文字幕一区二区| 一区二区三区免费观看| 亚洲成年人网站在线观看| 亚洲动漫第一页| 天天综合色天天综合色h| 日韩和欧美一区二区三区| 三级欧美韩日大片在线看| 国内精品国产三级国产a久久| 久久se精品一区精品二区| 国产精品亚洲专一区二区三区| 国产成人精品影院| 97精品久久久午夜一区二区三区 | 久久日韩粉嫩一区二区三区| 中日韩免费视频中文字幕| 国产精品国产三级国产aⅴ入口| 亚洲欧洲av色图| 天天亚洲美女在线视频| 国产精品一卡二卡在线观看| 成人综合激情网| 欧美三级韩国三级日本一级| 精品国产伦理网| 国产精品久久久久久久岛一牛影视| 亚洲特黄一级片| 日韩高清一级片| 国产成人亚洲综合a∨婷婷| 91视频一区二区三区| 日韩你懂的电影在线观看| 国产免费成人在线视频| 亚洲国产wwwccc36天堂| 国产成人在线网站| 欧美日韩中文精品| 亚洲精品一区在线观看| 一区二区三区四区精品在线视频| 琪琪久久久久日韩精品| 成人av在线一区二区三区| 欧美猛男gaygay网站| 国产农村妇女精品| 美女视频一区二区三区| 91在线视频18| 亚洲精品一线二线三线| 午夜电影一区二区三区| 99久久亚洲一区二区三区青草 | 久久国产欧美日韩精品| 91麻豆国产在线观看| 久久蜜桃香蕉精品一区二区三区| 亚洲精品精品亚洲| 成人av在线播放网址| 欧美videos大乳护士334| 伊人婷婷欧美激情| 91香蕉视频黄| 日本一区二区成人| 久久99久久精品| 欧美区视频在线观看| 亚洲精品精品亚洲| 91亚洲大成网污www| 国产精品麻豆视频| 国产伦理精品不卡| 337p粉嫩大胆噜噜噜噜噜91av| 天天操天天干天天综合网| 欧美亚洲动漫精品| 亚洲免费成人av| 北条麻妃一区二区三区| 欧美国产精品专区| 国产精品77777竹菊影视小说| 精品国精品国产尤物美女| 日韩成人一区二区| 91精品婷婷国产综合久久| 亚洲第一综合色| 欧美日韩国产美女| 午夜成人免费电影| 欧美一级久久久| 久久国产精品免费| 精品日韩av一区二区| 国产麻豆精品95视频| 国产欧美日韩另类视频免费观看| 成人av电影在线播放| 91官网在线观看| 国产精品私房写真福利视频| 国产精品伦理一区二区| 欧美精品日日鲁夜夜添| 日韩精品五月天| 亚洲欧美日韩在线播放| 日韩一区二区在线观看视频播放| 成人一区二区三区中文字幕| 美女视频一区在线观看| 亚洲国产精品影院| 亚洲精品国产精品乱码不99| 国产日韩精品一区| 26uuu久久天堂性欧美| 欧美高清视频www夜色资源网| 色综合天天综合网天天看片| 成人午夜视频在线观看| 国产精品亚洲一区二区三区妖精| 免费国产亚洲视频| 日本欧美在线看| 亚洲一区二区三区中文字幕在线| 国产精品理伦片| 国产精品萝li| 国产精品美日韩| 国产区在线观看成人精品| 日韩免费看的电影| 日韩欧美国产成人一区二区| 91精品在线观看入口| 欧美狂野另类xxxxoooo| 欧美日韩不卡在线| 欧美日韩国产区一| 欧美日本在线视频| 欧美一区二区啪啪| 精品欧美乱码久久久久久1区2区| 欧美老年两性高潮| 日韩色在线观看| 精品国精品自拍自在线| 久久婷婷国产综合精品青草 | 国产精品一区二区男女羞羞无遮挡| 久久国产精品99久久久久久老狼| 老司机免费视频一区二区三区| 蜜臀av一区二区| 国产酒店精品激情| 成人免费视频视频在线观看免费 | 久久99久久久欧美国产| 韩国v欧美v亚洲v日本v| 国产精品一区不卡| 91免费版pro下载短视频| 在线视频国内一区二区| 51午夜精品国产| 久久综合色一综合色88| 亚洲欧洲精品一区二区精品久久久| 亚洲日本va在线观看| 亚洲二区在线视频| 国产一区二区三区免费在线观看 | 91丨九色丨蝌蚪丨老版| 欧美在线观看视频在线| 日韩一区二区三区四区| 国产亚洲制服色| 亚洲精品成人悠悠色影视| 午夜精品福利一区二区蜜股av | 亚洲国产欧美日韩另类综合 | 亚洲一区免费视频| 久久99国产精品久久99| 99久久婷婷国产综合精品电影 | 在线一区二区三区做爰视频网站| 欧美喷水一区二区| 国产欧美精品一区二区色综合朱莉| 综合婷婷亚洲小说| 精品一区二区三区免费| eeuss鲁片一区二区三区| 制服丝袜中文字幕亚洲| 中文字幕第一区| 午夜激情综合网| 成人国产精品免费观看| 欧美一级片在线| 中文字幕av免费专区久久| 亚洲国产精品久久艾草纯爱| 国产中文字幕精品| 精品视频一区三区九区| 久久久国产午夜精品| 五月婷婷另类国产| 91麻豆精品在线观看| 久久综合久久鬼色| 丝袜美腿高跟呻吟高潮一区| 成人黄色av电影| 久久综合九色综合欧美98| 亚洲综合色区另类av| 成人性生交大片免费| 精品久久久久99| 性做久久久久久免费观看欧美| 成人黄色在线看| 精品三级在线观看| 日韩不卡一区二区| 欧美性大战久久久久久久| 1区2区3区欧美| 国产成人免费视频| 久久亚洲一级片| 秋霞成人午夜伦在线观看| 欧美性感一类影片在线播放| 亚洲欧美另类图片小说| 懂色av一区二区三区蜜臀| 精品久久久久久久一区二区蜜臀| 午夜激情一区二区三区| 欧美日韩一区二区在线观看| 亚洲精品写真福利| 94色蜜桃网一区二区三区| 国产精品热久久久久夜色精品三区| 久久精品国产澳门| 欧美一区二区视频在线观看| 三级久久三级久久| 91精品国产高清一区二区三区 | 欧美女孩性生活视频| 午夜不卡在线视频| 欧美美女一区二区三区| 午夜欧美电影在线观看|