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