📄 vrpropedit.hpp
字号:
// Borland C++ Builder
// Copyright (c) 1995, 1999 by Borland International
// All rights reserved
// (DO NOT EDIT: machine generated header) 'VrPropEdit.pas' rev: 5.00
#ifndef VrPropEditHPP
#define VrPropEditHPP
#pragma delphiheader begin
#pragma option push -w-
#pragma option push -Vx
#include <VrWaveDlg.hpp> // Pascal unit
#include <VrAudio.hpp> // Pascal unit
#include <VrPaletteDlg.hpp> // Pascal unit
#include <VrBitmapsDlg.hpp> // Pascal unit
#include <VrClasses.hpp> // Pascal unit
#include <DsgnIntf.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 Vrpropedit
{
//-- type declarations -------------------------------------------------------
class DELPHICLASS TVrVersionProperty;
class PASCALIMPLEMENTATION TVrVersionProperty : public Dsgnintf::TStringProperty
{
typedef Dsgnintf::TStringProperty inherited;
public:
virtual Dsgnintf::TPropertyAttributes __fastcall GetAttributes(void);
protected:
#pragma option push -w-inl
/* TPropertyEditor.Create */ inline __fastcall virtual TVrVersionProperty(const Dsgnintf::_di_IFormDesigner
ADesigner, int APropCount) : Dsgnintf::TStringProperty(ADesigner, APropCount) { }
#pragma option pop
public:
#pragma option push -w-inl
/* TPropertyEditor.Destroy */ inline __fastcall virtual ~TVrVersionProperty(void) { }
#pragma option pop
};
class DELPHICLASS TVrPaletteProperty;
class PASCALIMPLEMENTATION TVrPaletteProperty : public Dsgnintf::TClassProperty
{
typedef Dsgnintf::TClassProperty inherited;
public:
virtual void __fastcall Edit(void);
virtual Dsgnintf::TPropertyAttributes __fastcall GetAttributes(void);
protected:
#pragma option push -w-inl
/* TPropertyEditor.Create */ inline __fastcall virtual TVrPaletteProperty(const Dsgnintf::_di_IFormDesigner
ADesigner, int APropCount) : Dsgnintf::TClassProperty(ADesigner, APropCount) { }
#pragma option pop
public:
#pragma option push -w-inl
/* TPropertyEditor.Destroy */ inline __fastcall virtual ~TVrPaletteProperty(void) { }
#pragma option pop
};
class DELPHICLASS TVrBitmapsProperty;
class PASCALIMPLEMENTATION TVrBitmapsProperty : public Dsgnintf::TClassProperty
{
typedef Dsgnintf::TClassProperty inherited;
public:
virtual void __fastcall Edit(void);
virtual Dsgnintf::TPropertyAttributes __fastcall GetAttributes(void);
protected:
#pragma option push -w-inl
/* TPropertyEditor.Create */ inline __fastcall virtual TVrBitmapsProperty(const Dsgnintf::_di_IFormDesigner
ADesigner, int APropCount) : Dsgnintf::TClassProperty(ADesigner, APropCount) { }
#pragma option pop
public:
#pragma option push -w-inl
/* TPropertyEditor.Destroy */ inline __fastcall virtual ~TVrBitmapsProperty(void) { }
#pragma option pop
};
class DELPHICLASS TVrWaveSoundProperty;
class PASCALIMPLEMENTATION TVrWaveSoundProperty : public Dsgnintf::TClassProperty
{
typedef Dsgnintf::TClassProperty inherited;
public:
virtual void __fastcall Edit(void);
virtual Dsgnintf::TPropertyAttributes __fastcall GetAttributes(void);
protected:
#pragma option push -w-inl
/* TPropertyEditor.Create */ inline __fastcall virtual TVrWaveSoundProperty(const Dsgnintf::_di_IFormDesigner
ADesigner, int APropCount) : Dsgnintf::TClassProperty(ADesigner, APropCount) { }
#pragma option pop
public:
#pragma option push -w-inl
/* TPropertyEditor.Destroy */ inline __fastcall virtual ~TVrWaveSoundProperty(void) { }
#pragma option pop
};
class DELPHICLASS TVrBitmapListEditor;
class PASCALIMPLEMENTATION TVrBitmapListEditor : public Dsgnintf::TDefaultEditor
{
typedef Dsgnintf::TDefaultEditor inherited;
protected:
virtual void __fastcall EditProperty(Dsgnintf::TPropertyEditor* PropertyEditor, bool &Continue, bool
&FreeEditor);
public:
virtual void __fastcall ExecuteVerb(int Index);
virtual AnsiString __fastcall GetVerb(int Index);
virtual int __fastcall GetVerbCount(void);
public:
#pragma option push -w-inl
/* TComponentEditor.Create */ inline __fastcall virtual TVrBitmapListEditor(Classes::TComponent* AComponent
, Dsgnintf::_di_IFormDesigner ADesigner) : Dsgnintf::TDefaultEditor(AComponent, ADesigner) { }
#pragma option pop
public:
#pragma option push -w-inl
/* TObject.Destroy */ inline __fastcall virtual ~TVrBitmapListEditor(void) { }
#pragma option pop
};
class DELPHICLASS TVrStringListEditor;
class PASCALIMPLEMENTATION TVrStringListEditor : public Dsgnintf::TDefaultEditor
{
typedef Dsgnintf::TDefaultEditor inherited;
protected:
virtual void __fastcall EditProperty(Dsgnintf::TPropertyEditor* PropertyEditor, bool &Continue, bool
&FreeEditor);
public:
virtual void __fastcall ExecuteVerb(int Index);
virtual AnsiString __fastcall GetVerb(int Index);
virtual int __fastcall GetVerbCount(void);
public:
#pragma option push -w-inl
/* TComponentEditor.Create */ inline __fastcall virtual TVrStringListEditor(Classes::TComponent* AComponent
, Dsgnintf::_di_IFormDesigner ADesigner) : Dsgnintf::TDefaultEditor(AComponent, ADesigner) { }
#pragma option pop
public:
#pragma option push -w-inl
/* TObject.Destroy */ inline __fastcall virtual ~TVrStringListEditor(void) { }
#pragma option pop
};
class DELPHICLASS TVrWaveEditor;
class PASCALIMPLEMENTATION TVrWaveEditor : public Dsgnintf::TDefaultEditor
{
typedef Dsgnintf::TDefaultEditor inherited;
protected:
virtual void __fastcall EditProperty(Dsgnintf::TPropertyEditor* PropertyEditor, bool &Continue, bool
&FreeEditor);
public:
virtual void __fastcall ExecuteVerb(int Index);
virtual AnsiString __fastcall GetVerb(int Index);
virtual int __fastcall GetVerbCount(void);
public:
#pragma option push -w-inl
/* TComponentEditor.Create */ inline __fastcall virtual TVrWaveEditor(Classes::TComponent* AComponent
, Dsgnintf::_di_IFormDesigner ADesigner) : Dsgnintf::TDefaultEditor(AComponent, ADesigner) { }
#pragma option pop
public:
#pragma option push -w-inl
/* TObject.Destroy */ inline __fastcall virtual ~TVrWaveEditor(void) { }
#pragma option pop
};
class DELPHICLASS TVrFileNameProperty;
class PASCALIMPLEMENTATION TVrFileNameProperty : public Dsgnintf::TStringProperty
{
typedef Dsgnintf::TStringProperty inherited;
public:
virtual void __fastcall Edit(void);
virtual Dsgnintf::TPropertyAttributes __fastcall GetAttributes(void);
protected:
#pragma option push -w-inl
/* TPropertyEditor.Create */ inline __fastcall virtual TVrFileNameProperty(const Dsgnintf::_di_IFormDesigner
ADesigner, int APropCount) : Dsgnintf::TStringProperty(ADesigner, APropCount) { }
#pragma option pop
public:
#pragma option push -w-inl
/* TPropertyEditor.Destroy */ inline __fastcall virtual ~TVrFileNameProperty(void) { }
#pragma option pop
};
//-- var, const, procedure ---------------------------------------------------
} /* namespace Vrpropedit */
#if !defined(NO_IMPLICIT_NAMESPACE_USE)
using namespace Vrpropedit;
#endif
#pragma option pop // -w-
#pragma option pop // -Vx
#pragma delphiheader end.
//-- end unit ----------------------------------------------------------------
#endif // VrPropEdit
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -