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

14 lines
255 B
ObjectPascal

program OrgChartReportLink;
uses
Forms,
OrgChartRLMain in 'OrgChartRLMain.pas' {OrgChartRLMainForm};
{$R *.RES}
begin
Application.Initialize;
Application.CreateForm(TOrgChartRLMainForm, OrgChartRLMainForm);
Application.Run;
end.