mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-06 07:58:19 +02:00
23 lines
468 B
Plaintext
23 lines
468 B
Plaintext
object Form1: TForm1
|
|
Left = 290
|
|
Height = 144
|
|
Top = 189
|
|
Width = 623
|
|
HorzScrollBar.Page = 622
|
|
VertScrollBar.Page = 143
|
|
Caption = 'Form1'
|
|
OnCreate = FormCreate
|
|
OnDestroy = FormDestroy
|
|
OnPaint = FormPaint
|
|
object Label1: TLabel
|
|
Left = 156
|
|
Height = 13
|
|
Top = 42
|
|
Width = 407
|
|
Caption = 'You should see a small rectangle filled with gray and a diagonal red line'
|
|
Color = clNone
|
|
ParentColor = False
|
|
WordWrap = True
|
|
end
|
|
end
|