uses ShellAPI;
procedure TForm1.AbortClick(Sender: TObject);
begin
ShellAbout(0, 'MySoft', 'Copyright (c) 2007-2008', Application.Icon.Handle);
end;

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-05-17
  • 2021-09-06
  • 2021-09-06
  • 2021-06-06
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-12-03
  • 2021-12-27
  • 2022-12-23
  • 2022-12-23
  • 2021-09-08
  • 2021-10-06
相关资源
相似解决方案