Componentes.Terceros.DevExp.../internal/x.36/1/ExpressQuantumGrid 6/Demos/Delphi/UnboundDesignDefinedDemo/UnboundDesignDefinedDemo.dpr
2008-09-04 11:31:51 +00:00

16 lines
463 B
ObjectPascal

program UnboundDesignDefinedDemo;
uses
Forms,
UnboundDesignDefinedDemoMain in 'UnboundDesignDefinedDemoMain.pas' {UnboundDesignDefinedDemoMainForm},
AboutDemoForm in '..\AboutDemoForm.pas' {formAboutDemo};
{$R *.res}
begin
Application.Initialize;
Application.Title := 'ExpressQuantumGrid UnboundDesignDefined Demo';
Application.CreateForm(TUnboundDesignDefinedDemoMainForm, UnboundDesignDefinedDemoMainForm);
Application.Run;
end.