界面库

优化
This commit is contained in:
JianjunLiu
2023-02-23 17:54:28 +08:00
parent 12cba8c0ec
commit c425e0cb91
13 changed files with 34 additions and 36 deletions
+1 -1
View File
@@ -2194,7 +2194,7 @@ type TEditer=class(TCustomcontrol) //
end
end else //被其他程序修改
begin
if Messageboxa(format("%s\r\n被其他程序修改是否重新加载",it.ScriptPath),"提示",1,self)=IDOK then
if Messageboxa(format("%s\r\n被其他程序修改是否重新加载",it.ScriptPath),"提示",mb_YesNo,self)=IDYES then
begin
LoadFromFile(it,true);
end else