|
@@ -12,19 +12,19 @@ object FresnelForm2: TFresnelForm2
|
|
|
'}'
|
|
|
)
|
|
|
object Body1: TBody
|
|
|
- Style = 'border: 2px; border-color: blue;'
|
|
|
+ Style = 'border: 2px;'#10'border-color: blue;'
|
|
|
object Div1: TDiv
|
|
|
- Style = 'background-color: blue; border-color: black; height:50px;'
|
|
|
+ Style = 'background-color: blue;'#10'border-color: black;'#10'height:50px;'
|
|
|
end
|
|
|
object Span1: TSpan
|
|
|
- Style = 'width: 50px; height:70px; background-color: red; border: 3px; border-color: black; margin: 3px;'
|
|
|
+ Style = 'width: 50px;'#10'height:70px;'#10'background-color: red;'#10'border: 3px;'#10'border-color: black;'#10'margin: 3px;'
|
|
|
end
|
|
|
object Label1: TLabel
|
|
|
- Style = 'background-color: green;'
|
|
|
+ Style = 'background-color: green;'#10'color: black;'
|
|
|
Caption = 'Label1'
|
|
|
end
|
|
|
object Div2: TDiv
|
|
|
- Style = 'border-color: black; height:50px; position: absolute; left: 30px; top: 100px; width: 50px; height: 60px;'
|
|
|
+ Style = 'border-color: black;'#10'height:50px;'#10'position: absolute;'#10'left: 30px;'#10'top: 100px;'#10'width: 50px;'#10'height: 60px;'#10
|
|
|
end
|
|
|
end
|
|
|
end
|