Componentes.Terceros.DevExp.../internal/x.36/1/ExpressQuantumGrid 6/Demos/Delphi/Office11GroupRowStyleDemo/Office11GroupRowStyleDemo.dpr
2008-09-04 11:31:51 +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.