This repository has been archived on 2024-11-28. You can view files and clone it, but cannot push or open issues or pull requests.
Noviseda_FactuGES2/Source/GUIBase/uEditorPSPreview.pas
2009-12-16 17:16:54 +00:00

25 lines
350 B
ObjectPascal

unit uEditorPSPreview;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, dxPSPrVw;
type
TForm1 = class(TCustomdxPSPreviewWindow)
private
{ Private declarations }
public
{ Public declarations }
end;
var
Form1: TForm1;
implementation
{$R *.dfm}
end.