Componentes.Terceros.DevExp.../internal/x.36/1/ExpressNavBar 2/Demos/Delphi/Office12ViewsDemo/Office12ViewsDemo.dpr

14 lines
224 B
ObjectPascal
Raw Normal View History

program Office12ViewsDemo;
uses
Forms,
Office12ViewsMain in 'Office12ViewsMain.pas' {fmMain};
{$R *.RES}
begin
Application.Initialize;
Application.CreateForm(TfmMain, fmMain);
Application.Run;
end.