亚洲欧美第一页_禁久久精品乱码_粉嫩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一区二区三区免费野_久草精品视频
一本久久a久久免费精品不卡| 亚洲人成人一区二区在线观看| 精品视频在线免费| 91免费看片在线观看| 99re热这里只有精品视频| 国产99精品在线观看| 国产精品综合久久| 久久精品二区亚洲w码| 日本大胆欧美人术艺术动态| 日本中文在线一区| 麻豆精品久久久| 国产曰批免费观看久久久| 精品一二三四区| 国产成人精品一区二区三区四区 | 麻豆91免费观看| 人人精品人人爱| 老司机一区二区| 国产suv精品一区二区6| 盗摄精品av一区二区三区| 99综合影院在线| 欧美在线视频不卡| 欧美一卡二卡三卡| 久久久99久久| 亚洲私人影院在线观看| 无码av中文一区二区三区桃花岛| 奇米精品一区二区三区在线观看 | 国产精品久久久久久亚洲伦 | 91精彩视频在线观看| 欧美人伦禁忌dvd放荡欲情| 欧美一区二区视频免费观看| 精品成a人在线观看| 中文字幕第一区| 天天色天天爱天天射综合| 国产在线一区观看| 99热99精品| 精品精品国产高清a毛片牛牛 | 久久国产精品一区二区| 成人小视频在线观看| 欧美三级资源在线| www精品美女久久久tv| 亚洲免费伊人电影| 极品瑜伽女神91| 91极品美女在线| 久久久国际精品| 亚洲专区一二三| 国产伦精品一区二区三区在线观看| 99久久精品免费| 欧美一区二区久久久| 亚洲欧美偷拍卡通变态| 亚洲电影在线免费观看| 国产一区二区不卡| 日韩三级在线观看| 午夜精品福利在线| 欧美自拍偷拍一区| 亚洲欧洲日韩女同| 国产成人精品亚洲777人妖| 91麻豆精品国产91久久久久久久久| 国产精品美女久久久久久2018| 欧美bbbbb| 欧美三级乱人伦电影| 亚洲免费在线视频| av中文字幕不卡| 中文字幕av免费专区久久| 激情成人午夜视频| 日韩欧美一区在线观看| 亚洲一二三区不卡| 色综合久久精品| 亚洲美女偷拍久久| 99在线精品免费| 国产精品久久久久久久久免费桃花| 久久精品国产久精国产爱| 欧美乱妇15p| 午夜精品视频一区| 欧美精品欧美精品系列| 天天操天天干天天综合网| 欧美三级三级三级| 日日摸夜夜添夜夜添精品视频| 一本大道综合伊人精品热热| 亚洲三级视频在线观看| 91麻豆免费在线观看| 亚洲精品国产a| 欧美在线小视频| 有码一区二区三区| 精品视频一区二区不卡| 亚洲一区二区成人在线观看| 一本久道久久综合中文字幕 | 日韩欧美精品在线视频| 青青草精品视频| 欧美一区二区三区男人的天堂| 日韩不卡一区二区三区| 欧美一级片在线观看| 美日韩一区二区| 久久先锋资源网| 成人免费看视频| 亚洲制服丝袜一区| 欧美一级精品大片| 国产精品羞羞答答xxdd| 亚洲视频免费观看| 欧美视频完全免费看| 美腿丝袜在线亚洲一区| 久久久青草青青国产亚洲免观| 成人一级黄色片| 亚洲精品日产精品乱码不卡| 欧美日韩一卡二卡| 国产一区二区三区四| 国产精品美女久久久久久| 精品视频在线免费看| 国产在线不卡一区| 一区二区三区中文免费| 日韩精品一区二区三区在线| 成人免费视频视频在线观看免费 | 激情久久五月天| 中文字幕一区二区三区不卡| 欧美卡1卡2卡| 丁香桃色午夜亚洲一区二区三区| 亚洲国产欧美日韩另类综合 | 亚洲欧美一区二区视频| 欧美日韩亚洲综合| 国产精品一区二区x88av| 亚洲一区二区高清| 国产欧美一区视频| 欧美一区二区在线不卡| 99国产精品久久久久久久久久| 日韩vs国产vs欧美| 亚洲美女区一区| 国产视频一区二区三区在线观看 | 国产成人av自拍| 日本中文字幕一区| 亚洲品质自拍视频网站| 久久久国产精品午夜一区ai换脸| 欧美电影影音先锋| 在线一区二区三区四区| 成人免费av网站| 国产在线国偷精品产拍免费yy| 免费在线观看精品| 亚洲国产欧美在线| 亚洲黄色小视频| 亚洲色图.com| 亚洲欧美另类图片小说| 国产精品三级久久久久三级| 久久久99久久精品欧美| 久久综合色鬼综合色| 精品国产人成亚洲区| 欧美疯狂做受xxxx富婆| 欧美午夜一区二区三区| 色屁屁一区二区| 99麻豆久久久国产精品免费优播| 国产一区二区影院| 美女在线一区二区| 午夜私人影院久久久久| 亚洲风情在线资源站| 性做久久久久久免费观看| 中文一区一区三区高中清不卡| 久久久亚洲精华液精华液精华液| 亚洲精品在线电影| 欧美精品一区二区三区蜜桃 | 日韩免费观看2025年上映的电影 | 国产一区二区三区免费播放 | 色悠悠亚洲一区二区| 91日韩在线专区| 欧美天堂亚洲电影院在线播放| 色哟哟欧美精品| 欧美乱妇15p| 欧美变态凌虐bdsm| 欧美激情艳妇裸体舞| 中文字幕一区免费在线观看| 亚洲欧美日韩国产综合| 亚洲国产精品综合小说图片区| 亚洲午夜久久久| 激情小说亚洲一区| 成人污视频在线观看| 欧美三级中文字幕| 欧美精品一区二区久久久| 中文字幕国产一区二区| 一区二区三区在线观看欧美| 日韩中文字幕av电影| 国产一区二区h| 欧美性猛片aaaaaaa做受| 欧美一区二区在线观看| 国产精品色呦呦| 午夜欧美电影在线观看| 国产伦精品一区二区三区免费迷| 91在线精品秘密一区二区| 91精品欧美久久久久久动漫| 久久这里只有精品首页| 一区二区三区欧美日| 精品制服美女丁香| 色综合天天综合色综合av | 日韩1区2区3区| www.亚洲精品| 欧美大片拔萝卜| 亚洲精品视频在线观看网站| 开心九九激情九九欧美日韩精美视频电影 | 欧美三级日韩三级| 久久久久亚洲蜜桃| 午夜国产精品一区| jlzzjlzz欧美大全| 欧美xxx久久| 视频一区欧美日韩| 91性感美女视频|