Componentes.Terceros.DevExp.../official/x.30/ExpressPrinting System/Demos/Delphi/FlowChartRL/FlowChartReportLink.dpr
2007-12-16 17:06:54 +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.