Componentes.Terceros.DevExp.../official/x.26/ExpressQuantumGrid 6/Demos/Delphi/Office11GroupRowStyleDemo/Office11GroupRowStyleDemo.dpr
2007-09-09 11:27:27 +00:00

17 lines
506 B
ObjectPascal

program Office11GroupRowStyleDemo;
uses
Forms,
Office11GroupRowStyleDemoMain in 'Office11GroupRowStyleDemoMain.pas' {Office11GroupRowStyleDemoMainForm},
AboutDemoForm in '..\AboutDemoForm.pas' {formAboutDemo},
DemoUtils in '..\DemoUtils.pas';
{$R *.res}
begin
Application.Initialize;
Application.Title := 'ExpressQuantumGrid Office11GroupRowStyle Demo';
Application.CreateForm(TOffice11GroupRowStyleDemoMainForm, Office11GroupRowStyleDemoMainForm);
Application.Run;
end.