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

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

?? suiform.hpp

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

// (DO NOT EDIT: machine generated header) 'Suiform.pas' rev: 20.00

#ifndef SuiformHPP
#define SuiformHPP

#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 <Messages.hpp>	// Pascal unit
#include <Sysutils.hpp>	// Pascal unit
#include <Classes.hpp>	// Pascal unit
#include <Controls.hpp>	// Pascal unit
#include <Extctrls.hpp>	// Pascal unit
#include <Graphics.hpp>	// Pascal unit
#include <Forms.hpp>	// Pascal unit
#include <Comctrls.hpp>	// Pascal unit
#include <Menus.hpp>	// Pascal unit
#include <Dialogs.hpp>	// Pascal unit
#include <Buttons.hpp>	// Pascal unit
#include <Appevnts.hpp>	// Pascal unit
#include <Math.hpp>	// Pascal unit
#include <Suititlebar.hpp>	// Pascal unit
#include <Suithemes.hpp>	// Pascal unit
#include <Suimgr.hpp>	// Pascal unit
#include <Suibutton.hpp>	// Pascal unit
#include <Suiscrollbar.hpp>	// Pascal unit
#include <Frmmsnpop.hpp>	// Pascal unit
#include <Sui2define.hpp>	// Pascal unit
#include <Toolwin.hpp>	// Pascal unit

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

namespace Suiform
{
//-- type declarations -------------------------------------------------------
class DELPHICLASS TsuiMenuBar;
class DELPHICLASS TsuiForm;
class DELPHICLASS TsuiMDIForm;
class PASCALIMPLEMENTATION TsuiMenuBar : public Comctrls::TToolBar
{
	typedef Comctrls::TToolBar inherited;
	
private:
	TsuiForm* m_Form;
	TsuiMDIForm* m_MDIForm;
	void __fastcall OnMenuPopup(System::TObject* Sender);
	HIDESBASE MESSAGE void __fastcall CMDialogChar(Messages::TWMKey &Message);
	
protected:
	virtual void __fastcall Notification(Classes::TComponent* AComponent, Classes::TOperation Operation);
public:
	/* TToolBar.Create */ inline __fastcall virtual TsuiMenuBar(Classes::TComponent* AOwner) : Comctrls::TToolBar(AOwner) { }
	/* TToolBar.Destroy */ inline __fastcall virtual ~TsuiMenuBar(void) { }
	
public:
	/* TWinControl.CreateParented */ inline __fastcall TsuiMenuBar(HWND ParentWindow) : Comctrls::TToolBar(ParentWindow) { }
	
};


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;
	Types::TRect m_FormInitRect;
	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);
	Controls::TCaption __fastcall GetCaption();
	void __fastcall SetCaption(const Controls::TCaption 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);
	System::UnicodeString __fastcall GetVersion();
	void __fastcall SetVersion(const System::UnicodeString Value);
	System::UnicodeString __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 System::UnicodeString 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=-16777201};
	__property Controls::TCaption 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};

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
欧美一区二区黄| 日韩精品一区二区三区蜜臀 | 欧美在线观看18| 91在线国产福利| 91亚洲精品久久久蜜桃| 一本色道久久综合亚洲aⅴ蜜桃 | 亚洲成人手机在线| 午夜在线成人av| 免费成人结看片| 裸体一区二区三区| 国产中文字幕一区| 处破女av一区二区| 在线视频观看一区| 91精品国产综合久久久久| 欧美zozozo| 国产精品日产欧美久久久久| 一区二区三区久久| 男人的天堂亚洲一区| 国产精品中文字幕日韩精品| bt7086福利一区国产| 欧美日韩一级大片网址| 日韩一级高清毛片| 日本一区二区成人在线| 亚洲综合色网站| 狠狠色丁香九九婷婷综合五月| 国产成人av福利| 在线这里只有精品| 精品国产乱码久久久久久夜甘婷婷| 国产欧美一区二区精品性色| 亚洲男帅同性gay1069| 首页国产欧美久久| 成人免费高清视频| 日韩欧美国产一区二区三区 | 亚洲欧美日韩国产另类专区| 亚洲成人av在线电影| 国产一区二区精品在线观看| 色综合久久久久久久久久久| 欧美大片免费久久精品三p| 国产精品免费视频一区| 午夜国产不卡在线观看视频| 国产精品一线二线三线精华| 欧美日韩视频在线一区二区| 国产欧美一区二区精品性| 亚洲一区二区成人在线观看| 激情综合色综合久久综合| 在线观看日韩国产| 欧美激情一二三区| 精品一区二区三区免费播放| 欧美午夜精品一区二区三区| 欧美高清在线一区| 国产精品白丝jk白祙喷水网站 | 久久精品视频一区| 婷婷开心久久网| 一本色道综合亚洲| 国产精品国产精品国产专区不片| 蜜臂av日日欢夜夜爽一区| 欧美艳星brazzers| 亚洲视频一区在线| 成人自拍视频在线| 欧美激情一区二区三区| 精彩视频一区二区三区| 91精品国产aⅴ一区二区| 一区二区视频在线| 91久久精品午夜一区二区| 国产精品午夜免费| www.色精品| 亚洲欧洲制服丝袜| 91丨porny丨户外露出| 中文在线一区二区| 不卡的av中国片| 国产精品久久久久影院色老大| 国产剧情av麻豆香蕉精品| 精品毛片乱码1区2区3区| 蜜臀va亚洲va欧美va天堂| 精品国产麻豆免费人成网站| 久久99热狠狠色一区二区| 精品美女在线播放| 国产精品亚洲成人| 国产精品久线观看视频| 日本精品裸体写真集在线观看| 亚洲精品视频在线| 在线免费亚洲电影| 日韩高清一区二区| 久久在线免费观看| 成人一级黄色片| 亚洲一区二区影院| 日韩欧美国产综合一区| 国产一区二区视频在线| 国产欧美一区二区精品久导航 | 欧美亚洲综合网| 午夜精品爽啪视频| 欧美刺激午夜性久久久久久久| 久久精品国产一区二区| 久久久久国色av免费看影院| 粉嫩一区二区三区在线看| 一区二区欧美精品| 欧美一区二区三区四区五区 | 精品一区二区三区在线观看| 国产欧美日韩另类视频免费观看 | 五月天视频一区| www日韩大片| 色综合天天综合给合国产| 午夜影视日本亚洲欧洲精品| 日韩精品自拍偷拍| 成人高清av在线| 亚洲一区二区三区视频在线| 欧美一级欧美三级在线观看 | 色偷偷成人一区二区三区91 | 成人黄色a**站在线观看| 亚洲一卡二卡三卡四卡| 久久综合国产精品| 在线观看亚洲一区| 久久99国产精品麻豆| 亚洲欧洲精品天堂一级| 日韩一级在线观看| 欧美亚洲综合在线| 成人综合婷婷国产精品久久蜜臀 | 天堂在线一区二区| 国产精品久久久久久久裸模 | 亚洲欧洲韩国日本视频| 日韩午夜激情视频| 色一情一伦一子一伦一区| 韩国v欧美v亚洲v日本v| 亚洲国产sm捆绑调教视频| 国产精品久久午夜| 久久久久久久久久久久电影| 欧美日韩的一区二区| 91美女在线视频| 国产1区2区3区精品美女| 蜜臀av在线播放一区二区三区| 中文字幕人成不卡一区| 久久蜜桃香蕉精品一区二区三区| 欧美日韩国产小视频| 91福利国产精品| 色综合久久久久综合99| 成人av电影在线网| 成人视屏免费看| 国产黄色91视频| 久久精品99久久久| 久久精品国产第一区二区三区| 婷婷六月综合网| 婷婷国产在线综合| 亚洲午夜在线电影| 午夜精品久久久久久久久久久| 亚洲美女屁股眼交3| 亚洲欧美日韩电影| 一区二区在线观看免费视频播放| 国产精品成人在线观看| 国产精品素人视频| 中文字幕制服丝袜一区二区三区| 中文字幕第一页久久| 国产日韩欧美不卡| 国产精品私房写真福利视频| 国产精品成人网| 亚洲欧美在线视频| 亚洲视频一区在线观看| 亚洲亚洲人成综合网络| 亚洲bt欧美bt精品777| 天天色天天操综合| 精品影视av免费| 国产精品99久久不卡二区| 国产xxx精品视频大全| jlzzjlzz国产精品久久| 972aa.com艺术欧美| 欧美天天综合网| 91精品国产色综合久久| 精品国产3级a| 五月激情综合色| 奇米888四色在线精品| 国产麻豆午夜三级精品| 99久免费精品视频在线观看 | 国产自产视频一区二区三区| 国产91精品入口| 欧洲av一区二区嗯嗯嗯啊| 欧美精品乱码久久久久久按摩| 日韩欧美一级精品久久| 中国av一区二区三区| 亚洲一区二区在线播放相泽 | 中文字幕一区二区三区不卡在线| 亚洲欧美一区二区在线观看| 亚洲一二三四在线观看| 久久99久久精品欧美| 成人免费视频国产在线观看| 欧美性高清videossexo| 欧美成人a∨高清免费观看| 欧美国产成人在线| 日日夜夜精品视频免费| 丁香婷婷综合网| 欧美电影影音先锋| 国产精品嫩草影院av蜜臀| 午夜久久久久久| 97久久超碰精品国产| 欧美电影免费观看高清完整版在线| 国产精品天干天干在观线| 日本va欧美va欧美va精品| 国产成人在线视频网址| 91精品国产福利在线观看| 亚洲天堂网中文字| 国产精品一级二级三级| 5566中文字幕一区二区电影|