Componentes.Terceros.DevExp.../official/x.26/ExpressPrinting System/Demos/Delphi/FlowChartRL/FlowChartReportLink.dpr
2007-09-09 11:27:27 +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.