mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-23 01:39:31 +02:00
parent
bb847bd425
commit
7549daa294
@ -184,6 +184,7 @@ begin
|
||||
Parent:=Self;
|
||||
Caption:=lisMenuOpen;
|
||||
OnClick:=@OpenButtonClick;
|
||||
Default:=true;
|
||||
end;
|
||||
|
||||
CancelButton:=TButton.Create(Self);
|
||||
@ -192,6 +193,7 @@ begin
|
||||
Parent:=Self;
|
||||
Caption:=dlgCancel;
|
||||
ModalResult:=mrCancel;
|
||||
Cancel:=true;
|
||||
end;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user