📄 acertfc.hpp
字号:
// Borland C++ Builder
// Copyright (c) 1995, 1999 by Borland International
// All rights reserved
// (DO NOT EDIT: machine generated header) 'AceRtfC.pas' rev: 4.00
#ifndef AceRtfCHPP
#define AceRtfCHPP
#pragma delphiheader begin
#pragma option push -w-
#include <AceUtil.hpp> // Pascal unit
#include <Graphics.hpp> // Pascal unit
#include <SctRtf.hpp> // Pascal unit
#include <Controls.hpp> // Pascal unit
#include <Windows.hpp> // Pascal unit
#include <AceOut.hpp> // Pascal unit
#include <Classes.hpp> // Pascal unit
#include <AceRtfP.hpp> // Pascal unit
#include <SctVar.hpp> // Pascal unit
#include <SctCtrl.hpp> // Pascal unit
#include <SysInit.hpp> // Pascal unit
#include <System.hpp> // Pascal unit
//-- user supplied -----------------------------------------------------------
namespace Acertfc
{
//-- type declarations -------------------------------------------------------
class DELPHICLASS TSctRichTextLabel;
#pragma pack(push, 4)
class PASCALIMPLEMENTATION TSctRichTextLabel : public Sctctrl::TSctLabel
{
typedef Sctctrl::TSctLabel inherited;
private:
Sctvar::TSctVar* FVariable;
Acertfp::TAceRtfDraw* FRtfDraw;
int FBottomMargin;
bool FSetDefaultFont;
protected:
virtual AnsiString __fastcall GetDisplayText();
virtual void __fastcall Paint(void);
virtual void __fastcall DefineProperties(Classes::TFiler* Filer);
int __fastcall PrintMemo(Aceout::TAceCanvas* AceCanvas, const Windows::TRect &Rect, int Space);
public:
__fastcall virtual TSctRichTextLabel(Classes::TComponent* AOwner);
__fastcall virtual ~TSctRichTextLabel(void);
void __fastcall SetVariable(Sctvar::TSctVar* variable);
virtual AnsiString __fastcall GetDataNow();
virtual void __fastcall Notification(Classes::TComponent* AComponent, Classes::TOperation Operation
);
virtual void __fastcall Print(Classes::TComponent* oPage, int Space);
virtual void __fastcall StartPrint(void);
virtual int __fastcall PrintHeight(Classes::TComponent* oPage, int Space, int Taking);
virtual int __fastcall SpendHeight(Classes::TComponent* oPage, int Space);
virtual void __fastcall PrintRtf(Controls::TWinControl* oPage, Sctrtf::TSctRtfFile* rtf, int PrintRow
);
virtual void __fastcall PrintTab(Controls::TWinControl* oPage, Sctrtf::TSctRtfFile* rtf, int PrintRow
);
virtual void __fastcall PrintLabel(Aceout::TAceCanvas* AceCanvas, const Windows::TRect &Rect, int Space
);
__published:
__property Sctvar::TSctVar* Variable = {read=FVariable, write=SetVariable};
__property Align ;
__property Color ;
__property Font ;
__property ParentColor ;
__property ParentFont ;
__property Transparent ;
__property ClipType ;
__property AlignVertical ;
__property AlignHorizontal ;
__property Stretch ;
__property BorderType ;
__property Shade ;
__property BorderMargin ;
__property int BottomMargin = {read=FBottomMargin, write=FBottomMargin, nodefault};
__property bool SetDefaultFont = {read=FSetDefaultFont, write=FSetDefaultFont, default=0};
};
#pragma pack(pop)
//-- var, const, procedure ---------------------------------------------------
} /* namespace Acertfc */
#if !defined(NO_IMPLICIT_NAMESPACE_USE)
using namespace Acertfc;
#endif
#pragma option pop // -w-
#pragma delphiheader end.
//-- end unit ----------------------------------------------------------------
#endif // AceRtfC
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -