uses ShellAPI;

procedure TForm1.AbortClick(Sender: TObject);
begin
  ShellAbout(0, 'MySoft', 'Copyright (c) 2007-2008', Application.Icon.Handle);
end;
posted on 2007-12-19 09:57  万一  阅读(2935)  评论(1编辑  收藏  举报