Componentes.Terceros.jvcl/internal/3.36/1/examples/JvDBHTLabel/JvDBHTLabelDemo.dpr
2009-03-04 12:31:55 +00:00

14 lines
282 B
ObjectPascal

program JvDBHTLabelDemo;
uses
Forms,
JvDBHTLabelDemoMainForm in 'JvDBHTLabelDemoMainForm.pas' {JvDBHTLabelDemoMainFrm};
{$R *.res}
begin
Application.Initialize;
Application.CreateForm(TJvDBHTLabelDemoMainFrm, JvDBHTLabelDemoMainFrm);
Application.Run;
end.