界面库
优化
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -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.
Reference in New Issue
Block a user