📄 gdipicde.hpp
字号:
// Borland C++ Builder
// Copyright (c) 1995, 1999 by Borland International
// All rights reserved
// (DO NOT EDIT: machine generated header) 'GDIPicDE.pas' rev: 5.00
#ifndef GDIPicDEHPP
#define GDIPicDEHPP
#pragma delphiheader begin
#pragma option push -w-
#pragma option push -Vx
#include <DsgnIntf.hpp> // Pascal unit
#include <Menus.hpp> // Pascal unit
#include <GDIPicture.hpp> // Pascal unit
#include <ExtDlgs.hpp> // Pascal unit
#include <Dialogs.hpp> // Pascal unit
#include <Controls.hpp> // Pascal unit
#include <Classes.hpp> // Pascal unit
#include <Windows.hpp> // Pascal unit
#include <Forms.hpp> // Pascal unit
#include <SysInit.hpp> // Pascal unit
#include <System.hpp> // Pascal unit
//-- user supplied -----------------------------------------------------------
namespace Gdipicde
{
//-- type declarations -------------------------------------------------------
class DELPHICLASS TGDIPPictureProperty;
class PASCALIMPLEMENTATION TGDIPPictureProperty : public Dsgnintf::TClassProperty
{
typedef Dsgnintf::TClassProperty inherited;
public:
virtual Dsgnintf::TPropertyAttributes __fastcall GetAttributes(void);
virtual void __fastcall Edit(void);
virtual void __fastcall SetValue(const AnsiString Value);
virtual AnsiString __fastcall GetValue();
protected:
#pragma option push -w-inl
/* TPropertyEditor.Create */ inline __fastcall virtual TGDIPPictureProperty(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 ~TGDIPPictureProperty(void) { }
#pragma option pop
};
//-- var, const, procedure ---------------------------------------------------
} /* namespace Gdipicde */
#if !defined(NO_IMPLICIT_NAMESPACE_USE)
using namespace Gdipicde;
#endif
#pragma option pop // -w-
#pragma option pop // -Vx
#pragma delphiheader end.
//-- end unit ----------------------------------------------------------------
#endif // GDIPicDE
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -