Добавил:
Upload Опубликованный материал нарушает ваши авторские права? Сообщите нам.
Вуз: Предмет: Файл:
Скачиваний:
28
Добавлен:
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 Кб29AboutU.dcu
  • #
    21.05.20151.96 Кб28AboutU.dfm
  • #
    21.05.2015546 б28AboutU.pas
  • #
    21.05.201511.48 Кб28Detail9x.dcu
  • #
    21.05.2015273 б28Detail9x.dfm
  • #
    21.05.20159.24 Кб28Detail9x.pas
  • #
    21.05.20159.24 Кб29Detail9x.~pas
  • #
    21.05.20157.94 Кб28DetailNT.dcu