lazarus/examples/scanline/unit1.lfm

25 lines
517 B
Plaintext

object Form1: TForm1
Left = 290
Height = 144
Top = 189
Width = 623
HorzScrollBar.Page = 622
VertScrollBar.Page = 143
Caption = 'Form1'
ClientHeight = 144
ClientWidth = 623
LCLVersion = '3.99.0.0'
OnCreate = FormCreate
OnDestroy = FormDestroy
OnPaint = FormPaint
object Label1: TLabel
Left = 156
Height = 15
Top = 42
Width = 380
Caption = 'You should see a small rectangle filled with black and a diagonal red line'
ParentColor = False
WordWrap = True
end
end