界面库
优化
This commit is contained in:
@@ -1795,6 +1795,9 @@ type TVclDesigner = class(tvcform)
|
||||
|
||||
FProjectsManager.parent := self;
|
||||
FProjectManager := new TProjectView(self);
|
||||
FProjectManager.height := rect[3]-top-height-20;
|
||||
FProjectManager.left := left;
|
||||
FProjectManager.top := top+height;
|
||||
ico := new tbitmap();
|
||||
ico.Readvcon(HexFormatStrToTsl(GetWindowMgrBmp()));
|
||||
FProjectManager.FormICon := ico.ToIcon();
|
||||
@@ -1958,7 +1961,7 @@ type TVclDesigner = class(tvcform)
|
||||
if FObjInspector.Visible then
|
||||
begin
|
||||
FObjInspector.left := width+ Left-FObjInspector.width;
|
||||
FObjInspector.top := top+height+20;
|
||||
FObjInspector.top := top+height;
|
||||
end
|
||||
if o then
|
||||
begin
|
||||
|
||||
Reference in New Issue
Block a user