Скачиваний:
18
Добавлен:
01.05.2014
Размер:
501 б
Скачать
unit error;

interface

uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls;

type
TErrorForm = class(TForm)
Label1: TLabel;
Button1: TButton;
procedure Button1Click(Sender: TObject);
private
{ Private declarations }
public
{ Public declarations }
end;

var
ErrorForm: TErrorForm;

implementation

{$R *.DFM}

procedure TErrorForm.Button1Click(Sender: TObject);
begin
ErrorForm.Close();
end;

end.
Соседние файлы в папке SOURCE
  • #
    01.05.201416.89 Кб19convex2.~pas
  • #
    01.05.20142.17 Кб18edit.~dfm
  • #
    01.05.2014339 б18edit.~pas
  • #
    01.05.20143.49 Кб19ERROR.DCU
  • #
    01.05.20142.37 Кб18ERROR.DFM
  • #
    01.05.2014501 б18ERROR.PAS
  • #
    01.05.20142.37 Кб18error.~dfm
  • #
    01.05.2014501 б19error.~pas
  • #
    01.05.20148.12 Кб18GEN.DCU
  • #
    01.05.201451 б18GEN.ddp
  • #
    01.05.20147.88 Кб18GEN.dfm