|
@@ -139,7 +139,7 @@ begin
|
|
with Img1 do begin
|
|
with Img1 do begin
|
|
Name:='Img1';
|
|
Name:='Img1';
|
|
Parent:=Body1;
|
|
Parent:=Body1;
|
|
- Style:='border-color: red; height:50px; position: absolute; left: 150px; top: 200px; width: 48px; height: 48px;';
|
|
|
|
|
|
+ Style:='border-color: red; border: 3px, height:50px; position: absolute; left: 150px; top: 200px; width: 48px; height: 48px;';
|
|
Image.LoadFromFile('image.png');
|
|
Image.LoadFromFile('image.png');
|
|
end;
|
|
end;
|
|
|
|
|