界面库

升级
This commit is contained in:
JianjunLiu
2023-10-13 15:35:39 +08:00
parent 9dc53b0d08
commit e47352f843
5 changed files with 367 additions and 26 deletions
+5 -1
View File
@@ -47,7 +47,11 @@ end
if sysparamcount()=0 then //处理单独一个文件
begin
ops := sysparamstr(0);
ops := sysparamstr(0);
if lowercase(SysExecName())=lowercase(ops) then //处理编译成exe 导致参数次序问题
begin
ops := nil;
end
end
if ops and ifstring(ops) then
begin
+1 -1
View File
@@ -570,7 +570,7 @@ type TProjectView = class(TVCForm) //
end else FDelMenu.Enabled := true;
FAddMenu.Enabled := false;
end
if((it.FType="form")and(it.FName <> FMainForm)and(it.FPath()=""))then
if((it.FType="form")and(it.FName <> FMainForm){and(it.FPath()="")})then
begin
FSetMainMenu.parent := FTreePopUpMenu;
end else