Componentes.Terceros.DevExp.../official/x.38/ExpressPrinting System/Demos/Delphi/OrgChartRL/OrgChartReportLink.dpr
2008-08-27 11:56:15 +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.