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

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

?? suiform.hpp

?? 一套還不錯的DELPHI皮膚控件!
?? HPP
字號:
// 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 <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 <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 TsuiForm;
class PASCALIMPLEMENTATION TsuiForm : public Extctrls::TCustomPanel 
{
	typedef Extctrls::TCustomPanel inherited;
	
private:
	Suititlebar::TsuiTitleBar* m_TitleBar;
	Comctrls::TToolBar* m_MenuBar;
	Menus::TMainMenu* m_Menu;
	void *m_PrevParentWndProc;
	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;
	int m_MenuBarHeight;
	bool m_AppOnMsgAssigned;
	bool m_UIStyleAutoUpdateSub;
	bool m_Destroyed;
	#pragma pack(push, 1)
	Types::TRect m_FormInitRect;
	#pragma pack(pop)
	
	bool m_FormInitMax;
	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);
	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);
	void __fastcall RegionWindow(void);
	
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);
	void __fastcall PaintFormBorder(void);
	virtual void __fastcall Paint(void);
	DYNAMIC void __fastcall Resize(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);
	__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 int MenuBarHeight = {read=m_MenuBarHeight, write=SetMenuBarHeight, nodefault};
	__property int RoundCorner = {read=GetRoundCorner, write=SetRoundCorner, nodefault};
	__property PopupMenu ;
	__property AnsiString Version = {read=GetVersion, write=SetVersion};
	__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;
	void *m_PrevParentWndProc;
	void *m_PrevClientWndProc;
	Extctrls::TPanel* m_TopPanel;
	Suititlebar::TsuiTitleBar* m_TitleBar;
	Comctrls::TToolBar* m_MenuBar;
	bool m_AppOnMsgAssigned;
	Suibutton::TsuiToolBarSpeedButton* m_ControlBtns[3];
	bool m_DrawChildCaptions;
	bool m_DrawChildMenus;
	bool m_Destroyed;
	Menus::TMainMenu* m_Menu;
	Menus::TMainMenu* m_TopMenu;
	Suithemes::TsuiUIStyle m_UIStyle;
	Suimgr::TsuiFileTheme* m_FileTheme;
	Graphics::TColor m_MenuBarColor;
	Graphics::TColor m_BorderColor;
	int m_BorderWidth;
	int m_RoundCorner;
	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 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);
	AnsiString __fastcall GetCaption();
	void __fastcall SetCaption(const AnsiString 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 RegionWindow(void);
	
protected:
	virtual void __fastcall Notification(Classes::TComponent* AComponent, Classes::TOperation Operation);
	
public:
	__fastcall virtual TsuiMDIForm(Classes::TComponent* AOwner);
	__fastcall virtual ~TsuiMDIForm(void);
	void __fastcall UpdateMenu(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 BorderColor = {read=m_BorderColor, write=SetBorderColor, nodefault};
	__property AnsiString 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};
};


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;
	AnsiString m_Title;
	AnsiString m_Text;
	Graphics::TFont* m_TextFont;
	Graphics::TFont* m_TitleFont;
	Classes::TNotifyEvent m_OnTitleClick;
	Classes::TNotifyEvent m_OnClick;
	Classes::TNotifyEvent m_OnClose;
	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 AnsiString Title = {read=m_Title, write=m_Title};
	__property AnsiString MessageText = {read=m_Text, write=m_Text};
	__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};
};


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

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

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

?? 快捷鍵說明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
亚洲午夜久久久久久久久久久| 欧美视频一区二区三区四区 | 亚洲成人黄色影院| 日韩美女一区二区三区四区| 成人免费视频网站在线观看| 偷拍日韩校园综合在线| 精品日韩在线一区| 欧美精品久久一区二区三区 | 香蕉av福利精品导航| 国产亚洲成aⅴ人片在线观看| 在线不卡一区二区| 一本大道久久精品懂色aⅴ| 秋霞电影一区二区| 亚洲r级在线视频| 亚洲精品ww久久久久久p站| 久久久久久久久久看片| 日韩一区二区免费电影| 欧美日韩在线一区二区| 欧美三级韩国三级日本一级| 色综合久久六月婷婷中文字幕| 国产一区二区电影| 国产一区二区不卡在线| 日韩电影在线一区| 日本午夜精品一区二区三区电影 | 国产成人在线影院 | 精品国产三级电影在线观看| 欧美一级午夜免费电影| 日韩一区二区三区四区五区六区 | 一区二区三区在线免费观看| 亚洲私人影院在线观看| 亚洲黄色尤物视频| 亚洲bt欧美bt精品777| 午夜精品久久久久久| 国产一区二区三区久久悠悠色av| 久久99热国产| 国内精品国产成人国产三级粉色 | 天天做天天摸天天爽国产一区 | 久久一日本道色综合| 亚洲欧洲精品一区二区精品久久久 | 91麻豆国产福利在线观看| 色94色欧美sute亚洲13| 精品欧美一区二区在线观看| 久久久综合精品| 亚洲欧洲国产日韩| 石原莉奈在线亚洲二区| 日韩 欧美一区二区三区| 国产制服丝袜一区| 国产精品乡下勾搭老头1| 99精品视频中文字幕| 国产午夜精品久久久久久免费视 | 久久久高清一区二区三区| 久久久.com| 亚洲精品高清视频在线观看| 亚洲第一久久影院| 国产乱子轮精品视频| 色999日韩国产欧美一区二区| 欧美高清视频不卡网| 国产亚洲人成网站| 五月激情综合网| 99综合影院在线| 97精品超碰一区二区三区| 欧美日韩精品是欧美日韩精品| 日韩免费观看2025年上映的电影| 欧美激情一区二区三区在线| 亚洲成人综合网站| 福利电影一区二区| 欧美一级生活片| 国产欧美日韩亚州综合 | 亚洲丝袜另类动漫二区| 老司机免费视频一区二区| 欧美性淫爽ww久久久久无| 精品少妇一区二区| 日日欢夜夜爽一区| 欧美日韩国产在线播放网站| 日韩一区二区麻豆国产| 丝袜诱惑亚洲看片| 成人国产电影网| 国产女主播在线一区二区| 一区二区三区不卡视频| 成人免费不卡视频| 欧美国产国产综合| 亚洲h在线观看| 91黄色在线观看| 国产精品一线二线三线精华| 一区二区三区中文免费| 精品蜜桃在线看| 成人性生交大片免费看中文网站| 中文字幕欧美三区| 欧美一区二区在线不卡| 不卡的电影网站| 久久 天天综合| 亚洲最新视频在线观看| 国产精品日韩成人| 日韩一本二本av| 欧美亚洲综合一区| av激情综合网| 蜜桃在线一区二区三区| 亚洲高清视频的网址| 国模大尺度一区二区三区| 波多野结衣一区二区三区| 亚洲精品久久嫩草网站秘色| 欧美一级久久久久久久大片| 国产福利一区二区三区| 亚洲高清三级视频| 精品国产电影一区二区 | 亚洲一卡二卡三卡四卡无卡久久| 欧美中文字幕不卡| 久久99久国产精品黄毛片色诱| 亚洲国产精品av| 欧美美女喷水视频| 国产成人av电影在线播放| 亚洲欧美日韩人成在线播放| 精品久久久久久久久久久久包黑料| 99久久伊人精品| 国产一区激情在线| 日本欧美肥老太交大片| 亚洲精选视频在线| 国产精品网友自拍| 欧美精品在线观看一区二区| 成人av小说网| 国产成人小视频| 国内精品嫩模私拍在线| 蜜臀久久久99精品久久久久久| 亚洲色图视频免费播放| 亚洲精品一区在线观看| 日韩一区二区免费视频| 欧美一二三四区在线| 精品视频在线免费看| 日韩欧美久久一区| 91福利精品视频| 成人av手机在线观看| 国产色产综合产在线视频| 日本精品视频一区二区三区| 九九久久精品视频| 日本伊人色综合网| 亚洲国产欧美在线| 国产精品免费视频观看| 久久久精品综合| 国产人成亚洲第一网站在线播放| 欧美精品一区二区三区蜜桃| 精品国产免费一区二区三区四区| aa级大片欧美| 欧美在线你懂得| 欧美丰满嫩嫩电影| 欧美一区在线视频| 69堂成人精品免费视频| 欧美va亚洲va在线观看蝴蝶网| 26uuu国产日韩综合| 国产欧美日韩中文久久| 亚洲视频免费在线观看| 亚洲v中文字幕| 国产大片一区二区| 一本久道中文字幕精品亚洲嫩| 在线观看精品一区| 久久午夜免费电影| 亚洲美女在线国产| 国产在线看一区| 成人精品视频网站| 91精品国产综合久久精品麻豆| 精品国产91久久久久久久妲己| 国产日韩欧美精品一区| 日韩经典中文字幕一区| 午夜成人免费电影| 成人激情动漫在线观看| 欧美日本视频在线| 中文字幕免费观看一区| 日韩成人精品视频| 欧美在线观看一二区| 欧美激情在线一区二区| 国产福利一区二区三区| 2024国产精品视频| 国产精品一区一区| 精品少妇一区二区三区免费观看| 午夜精品一区二区三区电影天堂 | 欧美日韩在线播放三区四区| 1区2区3区国产精品| 99精品视频免费在线观看| 国产精品午夜久久| www.在线成人| 亚洲私人影院在线观看| 99re成人精品视频| 亚洲毛片av在线| 在线观看免费一区| 免费欧美高清视频| 精品国产三级a在线观看| 国产69精品一区二区亚洲孕妇| 国产日韩精品一区二区浪潮av| 成人午夜av在线| 亚洲免费资源在线播放| 欧美视频一区二| 激情丁香综合五月| 亚洲色图在线视频| 91精品国产91久久综合桃花| 国产麻豆9l精品三级站| 亚洲欧美韩国综合色| 日韩视频免费观看高清在线视频| 国产美女久久久久| 亚洲一区在线观看视频| 精品国产凹凸成av人导航| 91伊人久久大香线蕉|