Добавил:
Upload Опубликованный материал нарушает ваши авторские права? Сообщите нам.
Вуз: Предмет: Файл:
Скачиваний:
22
Добавлен:
21.05.2015
Размер:
546 б
Скачать
unit AboutU;

interface

uses Windows, SysUtils, Classes, Graphics, Forms, Controls, StdCtrls,
Buttons, ExtCtrls;

type
TAboutBox = class(TForm)
Panel1: TPanel;
ProgramIcon: TImage;
ProductName: TLabel;
Version: TLabel;
Copyright: TLabel;
OKButton: TButton;
Comments: TLabel;
end;

procedure ShowAboutBox;

implementation

{$R *.DFM}

procedure ShowAboutBox;
begin
with TAboutBox.Create(Application) do
try
ShowModal;
finally
Free;
end;
end;

end.

Соседние файлы в папке SysInfo
  • #
    21.05.20153.95 Кб23AboutU.dcu
  • #
    21.05.20151.96 Кб22AboutU.dfm
  • #
    21.05.2015546 б22AboutU.pas
  • #
    21.05.201511.48 Кб22Detail9x.dcu
  • #
    21.05.2015273 б22Detail9x.dfm
  • #
    21.05.20159.24 Кб22Detail9x.pas
  • #
    21.05.20159.24 Кб23Detail9x.~pas
  • #
    21.05.20157.94 Кб22DetailNT.dcu