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

16 lines
348 B
ObjectPascal

program CardLayoutDemo;
uses
Forms,
CardLayoutDemoMain in 'CardLayoutDemoMain.pas' {frmMain},
AboutDemoForm in '..\AboutDemoForm.pas' {formAboutDemo};
{$R *.res}
begin
Application.Initialize;
Application.Title := 'ExpressQuantumGrid CardLayout Demo';
Application.CreateForm(TfrmMain, frmMain);
Application.Run;
end.