Componentes.Terceros.DevExp.../official/x.36/ExpressNavBar 2/Demos/Delphi/GroupControlDemo/GroupControlDemo.dpr
2008-06-02 17:37:37 +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.