📄 vrdisplay.hpp
字号:
// Borland C++ Builder
// Copyright (c) 1995, 1999 by Borland International
// All rights reserved
// (DO NOT EDIT: machine generated header) 'VrDisplay.pas' rev: 5.00
#ifndef VrDisplayHPP
#define VrDisplayHPP
#pragma delphiheader begin
#pragma option push -w-
#pragma option push -Vx
#include <VrSysUtils.hpp> // Pascal unit
#include <VrControls.hpp> // Pascal unit
#include <VrClasses.hpp> // Pascal unit
#include <Dialogs.hpp> // Pascal unit
#include <Forms.hpp> // Pascal unit
#include <Controls.hpp> // Pascal unit
#include <Graphics.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 Vrdisplay
{
//-- type declarations -------------------------------------------------------
class DELPHICLASS TVrDisplayBevel;
class PASCALIMPLEMENTATION TVrDisplayBevel : public Vrclasses::TVrBevel
{
typedef Vrclasses::TVrBevel inherited;
public:
__fastcall TVrDisplayBevel(void);
__published:
__property InnerShadow ;
__property InnerHighlight ;
__property InnerWidth ;
__property InnerStyle ;
__property InnerSpace ;
__property InnerColor ;
__property OuterShadow ;
__property OuterHighlight ;
__property OuterWidth ;
__property OuterStyle ;
__property OuterOutline ;
__property OuterSpace ;
__property OuterColor ;
public:
#pragma option push -w-inl
/* TPersistent.Destroy */ inline __fastcall virtual ~TVrDisplayBevel(void) { }
#pragma option pop
};
#pragma option push -b-
enum TVrShadowLayout { soTopLeft, soTopRight, soBottomLeft, soBottomRight };
#pragma option pop
class DELPHICLASS TVrDisplay;
class PASCALIMPLEMENTATION TVrDisplay : public Vrcontrols::TVrCustomControl
{
typedef Vrcontrols::TVrCustomControl inherited;
private:
TVrDisplayBevel* FBevel;
int FShadowWidth;
Graphics::TColor FShadowColor1;
Graphics::TColor FShadowColor2;
TVrShadowLayout FShadowLayout;
void __fastcall SetBevel(TVrDisplayBevel* Value);
void __fastcall SetShadowWidth(int Value);
void __fastcall SetShadowColor1(Graphics::TColor Value);
void __fastcall SetShadowColor2(Graphics::TColor Value);
void __fastcall SetShadowLayout(TVrShadowLayout Value);
void __fastcall BevelChanged(System::TObject* Sender);
HIDESBASE MESSAGE void __fastcall WMWindowPosChanged(Messages::TWMWindowPosMsg &Message);
protected:
virtual void __fastcall Paint(void);
virtual void __fastcall AdjustClientRect(Windows::TRect &Rect);
virtual void __fastcall CreateParams(Controls::TCreateParams &Params);
public:
__fastcall virtual TVrDisplay(Classes::TComponent* AOwner);
__fastcall virtual ~TVrDisplay(void);
__published:
__property TVrDisplayBevel* Bevel = {read=FBevel, write=SetBevel};
__property int ShadowWidth = {read=FShadowWidth, write=SetShadowWidth, default=5};
__property Graphics::TColor ShadowColor1 = {read=FShadowColor1, write=SetShadowColor1, nodefault};
__property Graphics::TColor ShadowColor2 = {read=FShadowColor2, write=SetShadowColor2, nodefault};
__property TVrShadowLayout ShadowLayout = {read=FShadowLayout, write=SetShadowLayout, nodefault};
__property Align ;
__property Anchors ;
__property Constraints ;
__property Color ;
__property Cursor ;
__property DragMode ;
__property DragKind ;
__property DragCursor ;
__property ParentColor ;
__property ParentShowHint ;
__property ShowHint ;
__property Visible ;
__property OnClick ;
__property OnContextPopup ;
__property OnDblClick ;
__property OnMouseMove ;
__property OnMouseDown ;
__property OnMouseUp ;
__property OnDragOver ;
__property OnEndDock ;
__property OnDragDrop ;
__property OnEndDrag ;
__property OnStartDock ;
__property OnStartDrag ;
public:
#pragma option push -w-inl
/* TWinControl.CreateParented */ inline __fastcall TVrDisplay(HWND ParentWindow) : Vrcontrols::TVrCustomControl(
ParentWindow) { }
#pragma option pop
};
//-- var, const, procedure ---------------------------------------------------
} /* namespace Vrdisplay */
#if !defined(NO_IMPLICIT_NAMESPACE_USE)
using namespace Vrdisplay;
#endif
#pragma option pop // -w-
#pragma option pop // -Vx
#pragma delphiheader end.
//-- end unit ----------------------------------------------------------------
#endif // VrDisplay
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -