NO HAY CÓDIGO FUENTE git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.TRichView@1 b34d35ef-135b-4489-b9d1-9916e9c25524
46 lines
1.7 KiB
C++
46 lines
1.7 KiB
C++
// Borland C++ Builder
|
|
// Copyright (c) 1995, 2005 by Borland Software Corporation
|
|
// All rights reserved
|
|
|
|
// (DO NOT EDIT: machine generated header) 'Ctrlimg.pas' rev: 10.00
|
|
|
|
#ifndef CtrlimgHPP
|
|
#define CtrlimgHPP
|
|
|
|
#pragma delphiheader begin
|
|
#pragma option push
|
|
#pragma option -w- // All warnings off
|
|
#pragma option -Vx // Zero-length empty class member functions
|
|
#pragma pack(push,8)
|
|
#include <System.hpp> // Pascal unit
|
|
#include <Sysinit.hpp> // Pascal unit
|
|
#include <Windows.hpp> // Pascal unit
|
|
#include <Classes.hpp> // Pascal unit
|
|
#include <Controls.hpp> // Pascal unit
|
|
#include <Stdctrls.hpp> // Pascal unit
|
|
#include <Graphics.hpp> // Pascal unit
|
|
#include <Forms.hpp> // Pascal unit
|
|
#include <Sysutils.hpp> // Pascal unit
|
|
#include <Extctrls.hpp> // Pascal unit
|
|
|
|
//-- user supplied -----------------------------------------------------------
|
|
|
|
namespace Ctrlimg
|
|
{
|
|
//-- type declarations -------------------------------------------------------
|
|
//-- var, const, procedure ---------------------------------------------------
|
|
extern PACKAGE Graphics::TBitmap* __fastcall DrawButton(Stdctrls::TButton* ctrl);
|
|
extern PACKAGE Graphics::TBitmap* __fastcall DrawEdit(Stdctrls::TEdit* ctrl);
|
|
extern PACKAGE Graphics::TBitmap* __fastcall DrawMemo(Stdctrls::TMemo* ctrl);
|
|
extern PACKAGE Graphics::TBitmap* __fastcall DrawPanel(Extctrls::TPanel* ctrl);
|
|
extern PACKAGE Graphics::TBitmap* __fastcall DrawControl(Controls::TControl* ctrl);
|
|
|
|
} /* namespace Ctrlimg */
|
|
using namespace Ctrlimg;
|
|
#pragma pack(pop)
|
|
#pragma option pop
|
|
|
|
#pragma delphiheader end.
|
|
//-- end unit ----------------------------------------------------------------
|
|
#endif // Ctrlimg
|