⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 syneditprinterinfo.hpp

📁 用于开发Atmel的AVR系列单片机的GCC集成开发环境
💻 HPP
字号:
// Borland C++ Builder
// Copyright (c) 1995, 1999 by Borland International
// All rights reserved

// (DO NOT EDIT: machine generated header) 'SynEditPrinterInfo.pas' rev: 5.00

#ifndef SynEditPrinterInfoHPP
#define SynEditPrinterInfoHPP

#pragma delphiheader begin
#pragma option push -w-
#pragma option push -Vx
#include <Printers.hpp>	// Pascal unit
#include <Windows.hpp>	// Pascal unit
#include <SysInit.hpp>	// Pascal unit
#include <System.hpp>	// Pascal unit

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

namespace Syneditprinterinfo
{
//-- type declarations -------------------------------------------------------
class DELPHICLASS TSynEditPrinterInfo;
class PASCALIMPLEMENTATION TSynEditPrinterInfo : public System::TObject 
{
	typedef System::TObject inherited;
	
private:
	int FPhysicalWidth;
	int FPhysicalHeight;
	int FPrintableWidth;
	int FPrintableHeight;
	int FLeftGutter;
	int FRightGutter;
	int FTopGutter;
	int FBottomGutter;
	int FXPixPrInch;
	int FYPixPrInch;
	float FXPixPrmm;
	float FYPixPrmm;
	bool FIsUpdated;
	void __fastcall FillDefault(void);
	int __fastcall GetBottomGutter(void);
	int __fastcall GetLeftGutter(void);
	int __fastcall GetPhysicalHeight(void);
	int __fastcall GetPhysicalWidth(void);
	int __fastcall GetPrintableHeight(void);
	int __fastcall GetPrintableWidth(void);
	int __fastcall GetRightGutter(void);
	int __fastcall GetTopGutter(void);
	int __fastcall GetXPixPrInch(void);
	int __fastcall GetYPixPrInch(void);
	float __fastcall GetXPixPrmm(void);
	float __fastcall GetYPixPrmm(void);
	
public:
	void __fastcall UpdatePrinter(void);
	int __fastcall PixFromLeft(double mmValue);
	int __fastcall PixFromRight(double mmValue);
	int __fastcall PixFromTop(double mmValue);
	int __fastcall PixFromBottom(double mmValue);
	__property int PhysicalWidth = {read=GetPhysicalWidth, nodefault};
	__property int PhysicalHeight = {read=GetPhysicalHeight, nodefault};
	__property int PrintableWidth = {read=GetPrintableWidth, nodefault};
	__property int PrintableHeight = {read=GetPrintableHeight, nodefault};
	__property int LeftGutter = {read=GetLeftGutter, nodefault};
	__property int RightGutter = {read=GetRightGutter, nodefault};
	__property int TopGutter = {read=GetTopGutter, nodefault};
	__property int BottomGutter = {read=GetBottomGutter, nodefault};
	__property int XPixPrInch = {read=GetXPixPrInch, nodefault};
	__property int YPixPrInch = {read=GetYPixPrInch, nodefault};
	__property float XPixPrmm = {read=GetXPixPrmm};
	__property float YPixPrmm = {read=GetYPixPrmm};
public:
	#pragma option push -w-inl
	/* TObject.Create */ inline __fastcall TSynEditPrinterInfo(void) : System::TObject() { }
	#pragma option pop
	#pragma option push -w-inl
	/* TObject.Destroy */ inline __fastcall virtual ~TSynEditPrinterInfo(void) { }
	#pragma option pop
	
};


//-- var, const, procedure ---------------------------------------------------

}	/* namespace Syneditprinterinfo */
#if !defined(NO_IMPLICIT_NAMESPACE_USE)
using namespace Syneditprinterinfo;
#endif
#pragma option pop	// -w-
#pragma option pop	// -Vx

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

⌨️ 快捷键说明

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