Componentes.Terceros.DevExp.../official/x.19/ExpressPrinting System/Demos/Delphi/LC MSMoneyStyle/LayoutControlReporLink2.dpr
2007-09-09 11:27:22 +00:00

14 lines
203 B
ObjectPascal

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