157
DBCheckBox1.Enabled:=False;
DBCheckBox3.Enabled:=False;
end
else
begin
DBCheckBox1.Enabled:=True;
DBCheckBox3.Enabled:=True;
end
end;
procedure
procedure
TUsersNewForm.DBCheckBox3Click(Sender: TObject);
begin
If DBCheckBox3.Checked
begin
then
begin
DBCheckBox2.Enabled:=False;
DBCheckBox1.Enabled:=False;
end
else
begin
DBCheckBox2.Enabled:=True;
DBCheckBox1.Enabled:=True;
end
end;
end.
AboutUnit.pas
unit AboutUnit;
interface
uses
Windows,
tobject
Messages, SysUtils, Variants,
tlabel
Classes, Graphics,
tlabel
Controls, Forms,
Dialogs, ComCtrls, ExtCtrls, StdCtrls;
type
TAboutForm = class(TForm)
TreeView1: TTreeView;
Memo2: TMemo;
procedure
then
TreeView1Click(Sender: TObject);
procedure
procedure
Memo1MouseDown(Sender: TObject; Button: TMouseButton;
Shift: TShiftState;
новый
X, Y: Integer);
procedure FormShow(Sender: TObject);