mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-29 20:10:20 +02:00
set default and cancel button
git-svn-id: trunk@7947 -
This commit is contained in:
parent
593d31c026
commit
0812c49df5
@ -516,6 +516,7 @@ begin
|
||||
SetBounds(Self.ClientWidth-200, Self.ClientHeight-40,80,25);
|
||||
Caption:=lisLazBuildOk;
|
||||
OnClick:=@OkButtonClick;
|
||||
Default:=true;
|
||||
Visible:=true;
|
||||
end;
|
||||
|
||||
@ -526,6 +527,7 @@ begin
|
||||
SetBounds(Self.ClientWidth-100, Self.ClientHeight-40,80,25);
|
||||
Caption:=dlgCancel;
|
||||
OnClick:=@CancelButtonClick;
|
||||
Cancel:=true;
|
||||
Visible:=true;
|
||||
end;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user