📄 gdipicde.hpp
字号:
// Borland C++ Builder
// Copyright (c) 1995, 2002 by Borland Software Corporation
// All rights reserved
// (DO NOT EDIT: machine generated header) 'GDIPicDE.pas' rev: 6.00
#ifndef GDIPicDEHPP
#define GDIPicDEHPP
#pragma delphiheader begin
#pragma option push -w-
#pragma option push -Vx
#include <DesignEditors.hpp> // Pascal unit
#include <DesignIntf.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 Designeditors::TClassProperty
{
typedef Designeditors::TClassProperty inherited;
public:
virtual Designintf::TPropertyAttributes __fastcall GetAttributes(void);
virtual void __fastcall Edit(void);
virtual void __fastcall SetValue(const AnsiString Value);
virtual AnsiString __fastcall GetValue();
public:
#pragma option push -w-inl
/* TPropertyEditor.Create */ inline __fastcall virtual TGDIPPictureProperty(const Designintf::_di_IDesigner ADesigner, int APropCount) : Designeditors::TClassProperty(ADesigner, APropCount) { }
#pragma option pop
#pragma option push -w-inl
/* TPropertyEditor.Destroy */ inline __fastcall virtual ~TGDIPPictureProperty(void) { }
#pragma option pop
};
//-- var, const, procedure ---------------------------------------------------
} /* namespace Gdipicde */
using namespace Gdipicde;
#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 + -