mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-24 03:19:34 +02:00
24 lines
491 B
Plaintext
24 lines
491 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
|
|
OnCreate = FormCreate
|
|
OnDestroy = FormDestroy
|
|
OnPaint = FormPaint
|
|
object Label1: TLabel
|
|
Left = 156
|
|
Height = 43
|
|
Top = 42
|
|
Width = 348
|
|
Caption = 'You should see a small rectangle filled with black and a diagonal red line'
|
|
ParentColor = False
|
|
WordWrap = True
|
|
end
|
|
end
|