Componentes.Terceros.DevExp.../official/x.30/ExpressPrinting System/Demos/Delphi/OrgChartRL/OrgChartReportLink.dpr

14 lines
255 B
ObjectPascal
Raw Permalink Normal View History

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