Componentes.Terceros.jvcl/official/3.36/examples/JvSystemPopUp2/SystemPopupTest.dpr
2009-02-27 12:23:32 +00:00

14 lines
282 B
ObjectPascal

program SystemPopupTest;
uses
Forms,
JvSystemPopup2MainFormU in 'JvSystemPopup2MainFormU.pas' {JvSystemPopup2MainForm};
{$R *.res}
begin
Application.Initialize;
Application.CreateForm(TJvSystemPopup2MainForm, JvSystemPopup2MainForm);
Application.Run;
end.