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