| 12
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 
 | 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
 |