object LabelFragmentsTestForm: TLabelFragmentsTestForm FormLeft = 435 FormTop = 318 FormWidth = 350 FormHeight = 255 Visible = true Stylesheet.Strings = ( 'div {' ' padding: 3px; ' ' border: 2px; ' ' margin: 6px;' '}' ) object Body1: TBody Style = 'border: 2px;'#10'border-color: blue;' object Div1: TDiv Style = 'background-color: blue;'#10'border-color: black;'#10'height: 50px;#10width: 70px' object Label1: TLabel Style = 'color: green;' OnClick = Label1Click OnMouseDown = Label1MouseDown OnMouseMove = Label1MouseMove OnMouseUp = Label1MouseUp Caption = 'Label1 The quick brown fox jumps over the lazy dog' end end end end