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

14 lines
261 B
ObjectPascal

program FlowChartReportLink;
uses
Forms,
FlowChartRLMain in 'FlowChartRLMain.pas' {FlowChartRLMainForm};
{$R *.RES}
begin
Application.Initialize;
Application.CreateForm(TFlowChartRLMainForm, FlowChartRLMainForm);
Application.Run;
end.