界面库

优化
This commit is contained in:
JianjunLiu 2023-03-10 16:56:41 +08:00
parent 5d19805db7
commit 946df3c42b
3 changed files with 5 additions and 4 deletions

View File

@ -2033,6 +2033,7 @@ type TEditer=class(TCustomcontrol) //
end else
if(d["section"]in array("文件查找"))and(d["btn"]="全部替换")then
begin
if messageboxa("即将在目录中替换内容!!","提示",mb_YesNo,self.Handle)<> IDYES then return EndFind();
FFindListWnd.Clean();
ShowFindWnd();
FindInFiles(d,o,true,ct);

View File

@ -1542,10 +1542,10 @@ type TcustomTreeCtl = class(ttreelistwnd)
if FonEmptyNodeExapanding then
begin
e := new TTreeSelCHngedEvent(0,0,0,0);
e.item := item;
e.ItemNew := item;
e.ItemOld := item;
calldatafunction(FonEmptyNodeExapanding,pm,e);
e.item := pm;
e.ItemNew := pm;
e.ItemOld := pm;
CallMessgeFunction(FonEmptyNodeExapanding,self(true),e);
end
end
return ;

Binary file not shown.