UPD: Use TKASButton control

(cherry picked from commit f9108d3e0c)
This commit is contained in:
Alexander Koblov 2026-05-05 20:38:56 +03:00
commit 99bd56afda
2 changed files with 3 additions and 4 deletions

View file

@ -265,7 +265,7 @@ object FileSystemCopyMoveOperationOptionsUI: TFileSystemCopyMoveOperationOptions
ClientHeight = 56
ClientWidth = 261
TabOrder = 2
object btnSearchTemplate: TBitBtn
object btnSearchTemplate: TKASButton
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = gbFileTemplate
AnchorSideRight.Control = gbFileTemplate
@ -277,7 +277,6 @@ object FileSystemCopyMoveOperationOptionsUI: TFileSystemCopyMoveOperationOptions
Width = 32
Anchors = [akTop, akRight]
BorderSpacing.Right = 5
GlyphShowMode = gsmAlways
Images = dmComData.ilButtons
ImageIndex = 3
OnClick = btnSearchTemplateClick

View file

@ -9,14 +9,14 @@ uses
uFileSourceOperationOptionsUI,
uFileSystemCopyOperation,
uFileSystemMoveOperation,
uSearchTemplate, KASComboBox;
uSearchTemplate, KASComboBox, KASButton;
type
{ TFileSystemCopyMoveOperationOptionsUI }
TFileSystemCopyMoveOperationOptionsUI = class(TFileSourceOperationOptionsUI)
btnSearchTemplate: TBitBtn;
btnSearchTemplate: TKASButton;
cbCheckFreeSpace: TCheckBox;
cbCorrectLinks: TCheckBox;
cbDropReadOnlyFlag: TCheckBox;