object MainForm: TMainForm Left = 260 Top = 194 Width = 518 Height = 379 Caption = 'OLE Container Demonstration' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Menu = MainMenu1 PixelsPerInch = 96 TextHeight = 13 object OleContainer1: TOleContainer Left = 0 Top = 0 Width = 510 Height = 333 Align = alClient Caption = 'OleContainer1' TabOrder = 0 end object MainMenu1: TMainMenu Left = 64 Top = 80 object File1: TMenuItem Caption = 'File' object Exit1: TMenuItem Caption = 'Exit' OnClick = Exit1Click end end object Edit1: TMenuItem Caption = 'Edit' GroupIndex = 1 object InsertObject1: TMenuItem Caption = 'Insert Object...' OnClick = InsertObject1Click end end end end