?? suigroupbox.hpp
字號(hào):
// 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 <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);
virtual void __fastcall SetEnabled(bool Value);
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 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
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -