- Mustangpeak Common Library - 1.7.0 - EasyListview - 1.7.0 git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.Mustangpeak@2 60b41242-d4b9-2247-b156-4ccd40706241
37 lines
1.3 KiB
C++
37 lines
1.3 KiB
C++
// CodeGear C++Builder
|
|
// Copyright (c) 1995, 2007 by CodeGear
|
|
// All rights reserved
|
|
|
|
// (DO NOT EDIT: machine generated header) 'Easylvresources.pas' rev: 11.00
|
|
|
|
#ifndef EasylvresourcesHPP
|
|
#define EasylvresourcesHPP
|
|
|
|
#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
|
|
|
|
//-- user supplied -----------------------------------------------------------
|
|
|
|
namespace Easylvresources
|
|
{
|
|
//-- type declarations -------------------------------------------------------
|
|
//-- var, const, procedure ---------------------------------------------------
|
|
#define STR_NONEXISTENTCOLUMN "ERROR: Accessing a non-existent column index"
|
|
#define STR_NONEXISTENTCOLUMNBANDROW "ERROR: Accessing a non-existent Column Band Row"
|
|
#define STR_NONEXISTENTGROUP "ERROR: Accessing a non-existent Group ID"
|
|
#define STR_BACKGROUNDALPHABLEND "Error: Background AlphaBlend mode requires an AlphaImage"
|
|
|
|
} /* namespace Easylvresources */
|
|
using namespace Easylvresources;
|
|
#pragma pack(pop)
|
|
#pragma option pop
|
|
|
|
#pragma delphiheader end.
|
|
//-- end unit ----------------------------------------------------------------
|
|
#endif // Easylvresources
|