/components/lazreport/source/lazreport.pas

http://github.com/graemeg/lazarus · Pascal · 29 lines · 19 code · 6 blank · 4 comment · 0 complexity · 16705dcb3f41b1183fe6e2caac37348d MD5 · raw file

  1. { This file was automatically created by Lazarus. Do not edit!
  2. This source is only used to compile and install the package.
  3. }
  4. unit lazreport;
  5. {$warn 5023 off : no warning about unused units}
  6. interface
  7. uses
  8. LR_About, LR_BarC, LR_BndEd, LR_Class, LR_Const, LR_DBSet, LR_Desgn,
  9. LR_Dopt, LR_E_CSV, lr_e_gen, LR_E_HTM, LR_E_TXT, LR_Edit, LR_Ev_ed,
  10. lr_expres, LR_Flds, LR_fmted, lr_funct_editor_unit, lr_funct_editor_unit1,
  11. LR_GEdit, LR_GrpEd, LR_IFlds, LR_Pars, LR_pgopt, LR_PGrid, LR_PrDlg,
  12. LR_Prntr, LR_progr, lr_propedit, LR_Register, LR_RRect, LR_Shape, LR_Utils,
  13. LR_Var, LR_Vared, LR_View, LR_Newrp, Barcode, LR_DBRel, LR_DBComponent,
  14. lr_hyphen, LR_Intrp, fr3tolrf, lr_design_ins_filed, lr_PreviewToolsAbstract,
  15. lr_CrossArray, lr_CrossTab, lr_CrossTabEditor, LazarusPackageIntf;
  16. implementation
  17. procedure Register;
  18. begin
  19. RegisterUnit('LR_Register', @LR_Register.Register);
  20. end;
  21. initialization
  22. RegisterPackage('lazreport', @Register);
  23. end.