qiplotpackreg.pas
来自「Iocomp Ultra Pack v3.0.2 Sources.For.Del」· PAS 代码 · 共 38 行
PAS
38 行
{$I iInclude.inc}
{$ifdef iVCL}unit iPlotPackReg;{$endif}
{$ifdef iCLX}unit QiPlotPackReg;{$endif}
interface
uses
{$I iIncludeUses.inc}
{$IFDEF iVCL}{$ENDIF}
{$IFDEF iCLX}{$ENDIF}
{$ifdef iVCL}
iPlot,
iScope,
iXYPlot;
{$endif}
{$ifdef iCLX}
QiPlot,
QiScope,
QiXYPlot;
{$endif}
procedure Register;
implementation
//****************************************************************************************************************************************************
procedure Register;
begin
RegisterComponents('Iocomp Plot', [TiPlot]);
RegisterComponents('Iocomp Plot', [TiScope]);
RegisterComponents('Iocomp Plot', [TiXYPlot]);
end;
//****************************************************************************************************************************************************
end.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?