Componentes.Terceros.DevExp.../official/x.38/ExpressNavBar 2/Demos/Delphi/GroupControlDemo/GroupControlDemo.dpr
2008-08-27 11:56:15 +00:00

14 lines
257 B
ObjectPascal

program GroupControlDemo;
uses
Forms,
GroupControlMain in 'GroupControlMain.pas' {fmGroupControlMain};
{$R *.RES}
begin
Application.Initialize;
Application.CreateForm(TfmGroupControlMain, fmGroupControlMain);
Application.Run;
end.