object SchemeMDIChild: TSchemeMDIChild Left = 41 Top = 140 BorderStyle = bsSingle Caption = 'MDI Child' ClientHeight = 241 ClientWidth = 453 Font.Color = clWindowText Font.Height = -13 Font.Name = 'System' Font.Style = [] FormStyle = fsMDIChild Position = poDefault Visible = True OnActivate = FormActivate OnClose = FormClose OnCreate = FormCreate OnDestroy = FormDestroy OnResize = FormResize PixelsPerInch = 96 TextHeight = 16 object SchemePanel: TPanel Left = 0 Top = 0 Width = 360 Height = 209 TabOrder = 0 object SchemeHorScrollBar: TScrollBar Left = 3 Top = 187 Width = 331 Height = 17 LargeChange = 128 Max = 1024 SmallChange = 5 TabOrder = 0 OnChange = SchemeScrollBarChange end object SchemeVertScrollBar: TScrollBar Left = 338 Top = 3 Width = 17 Height = 182 Kind = sbVertical LargeChange = 128 Max = 1024 SmallChange = 5 TabOrder = 1 OnChange = SchemeScrollBarChange end object SchemePanel2: TPanel Left = 2 Top = 2 Width = 333 Height = 183 BevelOuter = bvLowered TabOrder = 2 object SchemePaintBox: TPaintBox Left = 1 Top = 1 Width = 330 Height = 180 OnDblClick = SchemePaintBoxDblClick OnDragOver = SchemePaintBoxDragOver OnMouseDown = SchemePaintBoxMouseDown OnMouseMove = SchemePaintBoxMouseMove OnMouseUp = SchemePaintBoxMouseUp OnPaint = SchemePaintBoxPaint end end end object SoundUnitPopupMenu: TPopupMenu Left = 368 Top = 64 object SoundUnitConnect: TMenuItem Caption = 'Connect' ShortCut = 0 OnClick = SoundUnitConnectClick end object SoundUnitDisconnect: TMenuItem Caption = 'Disconnect' ShortCut = 0 OnClick = SoundUnitDisconnectClick end object SoundUnitDelete: TMenuItem Caption = 'Delete' ShortCut = 46 OnClick = SoundUnitDeleteClick end object SoundUnitParameters: TMenuItem Caption = 'Parameters' ShortCut = 0 OnClick = SoundUnitParametersClick end object SoundUnitCloseParameters: TMenuItem Caption = 'Close parameters' ShortCut = 0 OnClick = SoundUnitCloseParametersClick end end object InputPopupMenu: TPopupMenu Left = 368 Top = 104 end end