home *** CD-ROM | disk | FTP | other *** search
/ Delphi 4 Bible / Delphi_4_Bible_Tom_Swan_IDG_Books_1998.iso / source / OleCont / Main.dfm / Main.txt
Text File  |  1998-03-14  |  902b  |  44 lines

  1. object MainForm: TMainForm
  2.   Left = 260
  3.   Top = 194
  4.   Width = 518
  5.   Height = 379
  6.   Caption = 'OLE Container Demonstration'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Menu = MainMenu1
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object OleContainer1: TOleContainer
  16.     Left = 0
  17.     Top = 0
  18.     Width = 510
  19.     Height = 333
  20.     Align = alClient
  21.     Caption = 'OleContainer1'
  22.     TabOrder = 0
  23.   end
  24.   object MainMenu1: TMainMenu
  25.     Left = 64
  26.     Top = 80
  27.     object File1: TMenuItem
  28.       Caption = 'File'
  29.       object Exit1: TMenuItem
  30.         Caption = 'Exit'
  31.         OnClick = Exit1Click
  32.       end
  33.     end
  34.     object Edit1: TMenuItem
  35.       Caption = 'Edit'
  36.       GroupIndex = 1
  37.       object InsertObject1: TMenuItem
  38.         Caption = 'Insert Object...'
  39.         OnClick = InsertObject1Click
  40.       end
  41.     end
  42.   end
  43. end
  44.