mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-09 16:08:51 +02:00
52 lines
1.1 KiB
Plaintext
52 lines
1.1 KiB
Plaintext
object Form1: TForm1
|
|
Left = 210
|
|
Height = 321
|
|
Top = 297
|
|
Width = 473
|
|
HorzScrollBar.Page = 484
|
|
VertScrollBar.Page = 301
|
|
Caption = 'Form1'
|
|
ClientHeight = 321
|
|
ClientWidth = 473
|
|
OnCreate = Form1CREATE
|
|
OnDestroy = Form1DESTROY
|
|
LCLVersion = '1.5'
|
|
object OIGroupbox: TGroupBox
|
|
Left = 8
|
|
Height = 121
|
|
Top = 24
|
|
Width = 176
|
|
Caption = 'Root Component'
|
|
ClientHeight = 102
|
|
ClientWidth = 172
|
|
TabOrder = 0
|
|
object SetOIRootFormButton: TButton
|
|
Left = 15
|
|
Height = 25
|
|
Top = 16
|
|
Width = 139
|
|
Caption = 'Set Form as Root'
|
|
OnClick = SetOIRootFormButtonCLICK
|
|
TabOrder = 0
|
|
end
|
|
object SetCompAsOIRootButton: TButton
|
|
Left = 15
|
|
Height = 25
|
|
Top = 54
|
|
Width = 139
|
|
Caption = 'Set Component'
|
|
OnClick = SetCompAsOIRootButtonCLICK
|
|
TabOrder = 1
|
|
end
|
|
end
|
|
object PropGridGroupbox: TGroupBox
|
|
Left = 192
|
|
Height = 280
|
|
Top = 24
|
|
Width = 270
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
Caption = 'PropertyGrid'
|
|
TabOrder = 1
|
|
end
|
|
end
|