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