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