Componentes.Terceros.jvcl/official/3.32/examples/JvMarkupLabel/JvMarkupLabelDemo.dpr

14 lines
294 B
ObjectPascal

program JvMarkupLabelDemo;
uses
Forms,
JvMarkupLabelDemoMainForm in 'JvMarkupLabelDemoMainForm.pas' {JvMarkupLabelDemoMainFrm};
{$R *.res}
begin
Application.Initialize;
Application.CreateForm(TJvMarkupLabelDemoMainFrm, JvMarkupLabelDemoMainFrm);
Application.Run;
end.