界面库
修正问题
This commit is contained in:
@@ -1394,7 +1394,9 @@ type TImageListWindow = class(TDVirutalWindow)
|
||||
function Create(AOwner);override;
|
||||
begin
|
||||
inherited;
|
||||
WindowFileds := array("left","top","height","width");
|
||||
width := 30;
|
||||
height := 30;
|
||||
WindowFileds := array("left","top");
|
||||
BindComp := new TControlImageList(self);;
|
||||
end
|
||||
function bitmapinfo();override;
|
||||
|
||||
Reference in New Issue
Block a user