ConstruccionesCNJ_FactuGES/Modulos/Presupuestos/Views/uEditorPresupuestosReport.pas

29 lines
841 B
ObjectPascal
Raw Normal View History

unit uEditorPresupuestosReport;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, uEditorPreview, frxExportImage, frxExportPDF, frxDCtrl, frxClass,
frxDMPExport, frxGradient, frxChBox, frxCross, frxRich, frxChart, frxOLE,
frxBarcode, JvAppStorage, JvAppRegistryStorage, JvComponentBase,
JvFormPlacement, ImgList, PngImageList, StdActns, ActnList, ComCtrls,
TB2ExtItems, TBXExtItems, TBX, TB2Item, TB2Dock, TB2Toolbar, pngimage,
ExtCtrls, JvExControls, JvComponent, JvNavigationPane, uIEditorPresupuestosPreview,
JvExComCtrls, JvStatusBar;
type
TfEditorPresupuestosPreview = class(TfEditorPreview, IEditorPresupuestosPreview)
private
{ Private declarations }
public
{ Public declarations }
end;
implementation
{$R *.dfm}
end.