⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 suigroupbox.hpp

📁 企业的档案管理系统,主要以FTP为后台的档案管理系统
💻 HPP
字号:
// Borland C++ Builder
// Copyright (c) 1995, 1999 by Borland International
// All rights reserved

// (DO NOT EDIT: machine generated header) 'SUIGroupBox.pas' rev: 5.00

#ifndef SUIGroupBoxHPP
#define SUIGroupBoxHPP

#pragma delphiheader begin
#pragma option push -w-
#pragma option push -Vx
#include <SUIMgr.hpp>	// Pascal unit
#include <SUIThemes.hpp>	// Pascal unit
#include <SUIPublic.hpp>	// Pascal unit
#include <SUIImagePanel.hpp>	// Pascal unit
#include <SysUtils.hpp>	// Pascal unit
#include <Messages.hpp>	// Pascal unit
#include <Forms.hpp>	// Pascal unit
#include <Classes.hpp>	// Pascal unit
#include <Controls.hpp>	// Pascal unit
#include <Graphics.hpp>	// Pascal unit
#include <ExtCtrls.hpp>	// Pascal unit
#include <Windows.hpp>	// Pascal unit
#include <SysInit.hpp>	// Pascal unit
#include <System.hpp>	// Pascal unit

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

namespace Suigroupbox
{
//-- type declarations -------------------------------------------------------
class DELPHICLASS TsuiCustomGroupBox;
class PASCALIMPLEMENTATION TsuiCustomGroupBox : public Suiimagepanel::TsuiCustomPanel 
{
	typedef Suiimagepanel::TsuiCustomPanel inherited;
	
private:
	Graphics::TColor m_BorderColor;
	AnsiString m_Caption;
	Suimgr::TsuiFileTheme* m_FileTheme;
	Suithemes::TsuiUIStyle m_UIStyle;
	void __fastcall SetBorderColor(const Graphics::TColor Value);
	void __fastcall SetCaption(const AnsiString Value);
	void __fastcall SetFileTheme(const Suimgr::TsuiFileTheme* Value);
	void __fastcall SetUIStyle(const Suithemes::TsuiUIStyle Value);
	HIDESBASE MESSAGE void __fastcall CMFONTCHANGED(Messages::TMessage &Msg);
	HIDESBASE MESSAGE void __fastcall CMTEXTCHANGED(Messages::TMessage &Msg);
	HIDESBASE MESSAGE void __fastcall WMERASEBKGND(Messages::TMessage &Msg);
	
protected:
	virtual void __fastcall Paint(void);
	Windows::TRect __fastcall GetClient();
	virtual void __fastcall AlignControls(Controls::TControl* AControl, Windows::TRect &Rect);
	__property Graphics::TColor BorderColor = {read=m_BorderColor, write=SetBorderColor, nodefault};
	virtual void __fastcall Notification(Classes::TComponent* AComponent, Classes::TOperation Operation
		);
	
public:
	__fastcall virtual TsuiCustomGroupBox(Classes::TComponent* AOwner);
	__fastcall virtual ~TsuiCustomGroupBox(void);
	virtual void __fastcall UpdateUIStyle(Suithemes::TsuiUIStyle UIStyle, Suimgr::TsuiFileTheme* FileTheme
		);
	
__published:
	__property Suimgr::TsuiFileTheme* FileTheme = {read=m_FileTheme, write=SetFileTheme};
	__property Suithemes::TsuiUIStyle UIStyle = {read=m_UIStyle, write=SetUIStyle, nodefault};
	__property Anchors ;
	__property BiDiMode ;
	__property Align ;
	__property Caption  = {read=m_Caption, write=SetCaption};
	__property Color ;
	__property Font ;
	__property Enabled ;
	__property Transparent ;
	__property ParentColor ;
	__property ParentShowHint ;
	__property ParentBiDiMode ;
	__property ParentFont ;
	__property TabOrder ;
	__property TabStop ;
	__property Visible ;
public:
	#pragma option push -w-inl
	/* TWinControl.CreateParented */ inline __fastcall TsuiCustomGroupBox(HWND ParentWindow) : Suiimagepanel::TsuiCustomPanel(
		ParentWindow) { }
	#pragma option pop
	
};


class DELPHICLASS TsuiGroupBox;
class PASCALIMPLEMENTATION TsuiGroupBox : public TsuiCustomGroupBox 
{
	typedef TsuiCustomGroupBox inherited;
	
__published:
	__property BorderColor ;
	__property OnCanResize ;
	__property OnClick ;
	__property OnConstrainedResize ;
	__property OnDockDrop ;
	__property OnDockOver ;
	__property OnDblClick ;
	__property OnDragDrop ;
	__property OnDragOver ;
	__property OnEndDock ;
	__property OnEndDrag ;
	__property OnEnter ;
	__property OnExit ;
	__property OnGetSiteInfo ;
	__property OnMouseDown ;
	__property OnMouseMove ;
	__property OnMouseUp ;
	__property OnResize ;
	__property OnStartDock ;
	__property OnStartDrag ;
	__property OnUnDock ;
public:
	#pragma option push -w-inl
	/* TsuiCustomGroupBox.Create */ inline __fastcall virtual TsuiGroupBox(Classes::TComponent* AOwner)
		 : TsuiCustomGroupBox(AOwner) { }
	#pragma option pop
	#pragma option push -w-inl
	/* TsuiCustomGroupBox.Destroy */ inline __fastcall virtual ~TsuiGroupBox(void) { }
	#pragma option pop
	
public:
	#pragma option push -w-inl
	/* TWinControl.CreateParented */ inline __fastcall TsuiGroupBox(HWND ParentWindow) : TsuiCustomGroupBox(
		ParentWindow) { }
	#pragma option pop
	
};


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

}	/* namespace Suigroupbox */
#if !defined(NO_IMPLICIT_NAMESPACE_USE)
using namespace Suigroupbox;
#endif
#pragma option pop	// -w-
#pragma option pop	// -Vx

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

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -