70 lines
2.5 KiB
C++
70 lines
2.5 KiB
C++
// CodeGear C++Builder
|
|
// Copyright (c) 1995, 2025 by Embarcadero Technologies, Inc.
|
|
// All rights reserved
|
|
|
|
// (DO NOT EDIT: machine generated header) 'iepresetim.pas' rev: 37.00 (Windows)
|
|
|
|
#ifndef iepresetimHPP
|
|
#define iepresetimHPP
|
|
|
|
#pragma delphiheader begin
|
|
#pragma option push
|
|
#if defined(__BORLANDC__) && !defined(__clang__)
|
|
#pragma option -w- // All warnings off
|
|
#pragma option -Vx // Zero-length empty class member
|
|
#endif
|
|
#pragma pack(push,8)
|
|
#include <System.hpp>
|
|
#include <SysInit.hpp>
|
|
#include <Winapi.Windows.hpp>
|
|
#include <System.Classes.hpp>
|
|
#include <System.SysUtils.hpp>
|
|
#include <hyieutils.hpp>
|
|
#include <System.Types.hpp>
|
|
|
|
//-- user supplied -----------------------------------------------------------
|
|
|
|
namespace Iepresetim
|
|
{
|
|
//-- forward type declarations -----------------------------------------------
|
|
class DELPHICLASS TIEPresetImage;
|
|
//-- type declarations -------------------------------------------------------
|
|
class PASCALIMPLEMENTATION TIEPresetImage : public System::TObject
|
|
{
|
|
typedef System::TObject inherited;
|
|
|
|
public:
|
|
int Size;
|
|
void *Data;
|
|
Hyieutils::TIOFileType FileFormat;
|
|
Winapi::Windows::TRect ThumbRect;
|
|
public:
|
|
/* TObject.Create */ inline __fastcall TIEPresetImage() : System::TObject() { }
|
|
/* TObject.Destroy */ inline __fastcall virtual ~TIEPresetImage() { }
|
|
|
|
};
|
|
|
|
|
|
//-- var, const, procedure ---------------------------------------------------
|
|
extern DELPHI_PACKAGE System::Classes::TList* iegPresetImages;
|
|
static _DELPHI_CONST System::Word iePRESETTHUMB1Size = System::Word(0x24a0);
|
|
extern DELPHI_PACKAGE System::StaticArray<System::Byte, 9376> iePRESETTHUMB1;
|
|
static _DELPHI_CONST System::Word iePRESETTHUMB2Size = System::Word(0x41f);
|
|
extern DELPHI_PACKAGE System::StaticArray<System::Byte, 1055> iePRESETTHUMB2;
|
|
static _DELPHI_CONST System::Word iePRESETTHUMB3Size = System::Word(0x4e4);
|
|
extern DELPHI_PACKAGE System::StaticArray<System::Byte, 1252> iePRESETTHUMB3;
|
|
static _DELPHI_CONST System::Word iePRESETTHUMB4Size = System::Word(0xd01);
|
|
extern DELPHI_PACKAGE System::StaticArray<System::Byte, 3329> iePRESETTHUMB4;
|
|
extern DELPHI_PACKAGE void __fastcall IEInitialize_iepresetim(void);
|
|
extern DELPHI_PACKAGE void __fastcall IEFinalize_iepresetim(void);
|
|
} /* namespace Iepresetim */
|
|
#if !defined(DELPHIHEADER_NO_IMPLICIT_NAMESPACE_USE) && !defined(NO_USING_NAMESPACE_IEPRESETIM)
|
|
using namespace Iepresetim;
|
|
#endif
|
|
#pragma pack(pop)
|
|
#pragma option pop
|
|
|
|
#pragma delphiheader end.
|
|
//-- end unit ----------------------------------------------------------------
|
|
#endif // iepresetimHPP
|