Componentes.Terceros.DevExp.../internal/x.36/1/ExpressPrinting System/Demos/Delphi/LC LookAndFeel/LayoutControlReportLink1.dpr
2008-09-04 11:31:51 +00:00

14 lines
204 B
ObjectPascal

program LayoutControlReportLink1;
uses
Forms,
Unit1 in 'Unit1.pas' {Form1};
{$R *.res}
begin
Application.Initialize;
Application.CreateForm(TForm1, Form1);
Application.Run;
end.