advshaperreg.pas

来自「TMS Component Pack V5.0包含了超过 280 个为 Delp」· PAS 代码 · 共 35 行

PAS
35
字号
{***************************************************************************}
{ TMS TAdvShaper                                                            }
{ for Delphi & C++Builder                                                   }
{                                                                           }
{ Copyright 2002 by TMS Software                                            }
{ Email : info@tmssoftware.com                                              }
{ Web : http://www.tmssoftware.com                                          }
{                                                                           }
{ The source code is given as is. The author is not responsible             }
{ for any possible damage done due to the use of this code.                 }
{ The component can be freely used in any application. The complete         }
{ source code remains property of the author and may not be distributed,    }
{ published, given or sold in any form as such. No parts of the source      }
{ code can be included in any other component or application without        }
{ written authorization of the author.                                      }
{***************************************************************************}

unit AdvShaperReg;

interface

uses
  Classes, AdvShaper;

  procedure Register;

implementation

procedure Register;
begin
  RegisterComponents('TMS',[TAdvShaper]);
end;

end.

⌨️ 快捷键说明

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