Componentes.Terceros.jvcl/internal/3.36/1/examples/JvSystemPopUp2/SystemPopupTest.dpr
2009-03-04 12:31:55 +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.