mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-31 00:42:39 +02:00
20 lines
409 B
Plaintext
20 lines
409 B
Plaintext
object PlayGroundForm: TPlayGroundForm
|
|
Left = 305
|
|
Height = 300
|
|
Top = 224
|
|
Width = 400
|
|
HorzScrollBar.Page = 399
|
|
VertScrollBar.Page = 299
|
|
Caption = 'PlayGroundForm'
|
|
OnClose = PlayGroundFormClose
|
|
OnCreate = PlayGroundFormCreate
|
|
OnDestroy = PlayGroundFormDestroy
|
|
LCLVersion = '0.9.25'
|
|
object Timer1: TTimer
|
|
Interval = 100
|
|
OnTimer = Timer1Timer
|
|
left = 164
|
|
top = 49
|
|
end
|
|
end
|