界面库

优化
This commit is contained in:
JianjunLiu
2022-09-09 10:59:37 +08:00
parent 96374a02c0
commit eb2b6a7a44
4 changed files with 16 additions and 3 deletions
+1 -1
View File
@@ -2382,7 +2382,7 @@ type TGraphicsplitterWindow = class(TDVirutalWindow)
width := BindComp.width;
height := BindComp.Height;
color := BindComp.color;
WindowFileds := array("left","top","width","height","color","visible","enabled","align");
WindowFileds := array("left","top","width","height","color","parentcolor","visible","enabled","border","align");
end
function DesigningSizer();override;
+2 -1
View File
@@ -486,7 +486,8 @@ type TProjectView = class(TVCForm) //
begin
n := cn.FPath;
CreateDirWithFileName(FCProjectPath+n+fio+"1.txt");
_wapi.WinExec('cmd.exe /C start "" "'+FCProjectPath+n,1);
//_wapi.WinExec('cmd.exe /C start "" "'+FCProjectPath+n,1);
_wapi.openresourcemanager(FCProjectPath+n);
end else
begin
OpenFileByName(cn.FName);