ВУЗ:
Составители:
Рубрика:
Label1: TLabel;
procedure Button1Click(Sender: TObject);
private
{ Private declarations }
public
{ Public declarations }
end;
var
Form4: TForm4;
implementation
uses Unit1;
{$R *.DFM}
procedure TForm4.Button1Click(Sender: TObject);
begin
Form4.hide;
Form1.show;
end;
end.
Модуль пятый
unit Unit5;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls;
type
TForm5 = class(TForm)
Label1: TLabel;
Button1: TButton;
procedure Button1Click(Sender: TObject);
private
{ Private declarations }
public
{ Public declarations }
end;
var
Form5: TForm5;
implementation
uses Unit3;
{$R *.DFM}
procedure TForm5.Button1Click(Sender: TObject);
begin
Form5.Hide;
Form3.Show;
end;
end.
Библиографический список.
1. Белов С.В. Безопасность жизнедеятельности. – М.: Высшая школа, 2000.