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

相关文章:

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