uflxutils.hpp

来自「TMSPack基本上涵盖了Delphi所有的基础控件」· HPP 代码 · 共 42 行

HPP
42
字号
// Borland C++ Builder
// Copyright (c) 1995, 2005 by Borland Software Corporation
// All rights reserved

// (DO NOT EDIT: machine generated header) 'Uflxutils.pas' rev: 10.00

#ifndef UflxutilsHPP
#define UflxutilsHPP

#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 <Uexceladapter.hpp>	// Pascal unit
#include <Uflxmessages.hpp>	// Pascal unit
#include <Sysutils.hpp>	// Pascal unit
#include <Xlsmessages.hpp>	// Pascal unit

//-- user supplied -----------------------------------------------------------

namespace Uflxutils
{
//-- type declarations -------------------------------------------------------
//-- var, const, procedure ---------------------------------------------------
extern PACKAGE int __fastcall MatchNearestColor(const Uexceladapter::TExcelFile* Workbook, const int aColor);
extern PACKAGE void __fastcall CalcImgCells(const Uexceladapter::TExcelFile* Workbook, const int Row, const int Col, const int dh, const int dw, const Extended ImgHeight, const Extended ImgWidth, Uflxmessages::TImageProperties &Props);
extern PACKAGE void __fastcall CalcImgDimentions(const Uexceladapter::TExcelFile* Workbook, const Uflxmessages::TClientAnchor &Anchor, Extended &XOfsPixel, Extended &YOfsPixel, Extended &w, Extended &h)/* overload */;
extern PACKAGE void __fastcall CalcImgDimentions(const Uexceladapter::TExcelFile* Workbook, const Uflxmessages::TClientAnchor &Anchor, int &w, int &h)/* overload */;
extern PACKAGE void __fastcall CalcImgDimentions(const Uexceladapter::TExcelFile* Workbook, const Uflxmessages::TClientAnchor &Anchor, Extended &w, Extended &h)/* overload */;

}	/* namespace Uflxutils */
using namespace Uflxutils;
#pragma pack(pop)
#pragma option pop

#pragma delphiheader end.
//-- end unit ----------------------------------------------------------------
#endif	// Uflxutils

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?