home *** CD-ROM | disk | FTP | other *** search
/ PC Format Collection 48 / SENT14D.ISO / tech / delphi / disk15 / ole2doc.pak / OLEOBJ.DFM / OLEOBJ.txt
Encoding:
Text File  |  1995-08-24  |  2.4 KB  |  106 lines

  1. object OLEObjectForm: TOLEObjectForm
  2.   Left = 229
  3.   Top = 113
  4.   AutoScroll = False
  5.   Width = 435
  6.   Height = 300
  7.   ActiveControl = OleContainer
  8.   Caption = 'OLE Object'
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   FormStyle = fsMDIChild
  14.   Menu = MainMenu1
  15.   ObjectMenuItem = OLEObjectMenuItem
  16.   PixelsPerInch = 120
  17.   Position = poDefault
  18.   Visible = True
  19.   TextHeight = 16
  20.   object OleContainer: TOleContainer
  21.     Left = 8
  22.     Top = 8
  23.     Width = 192
  24.     Height = 96
  25.     TabOrder = 0
  26.     OnStatusLineEvent = OleContainerStatusLineEvent
  27.   end
  28.   object MainMenu1: TMainMenu
  29.     Left = 384
  30.     Top = 16
  31.     object File1: TMenuItem
  32.       Caption = '&File'
  33.       object New1: TMenuItem
  34.         Caption = '&New'
  35.         OnClick = New1Click
  36.       end
  37.       object Open1: TMenuItem
  38.         Caption = '&Open...'
  39.         OnClick = Open1Click
  40.       end
  41.       object SaveAs1: TMenuItem
  42.         Caption = '&Save As...'
  43.         OnClick = SaveAs1Click
  44.       end
  45.       object N1: TMenuItem
  46.         Caption = '-'
  47.       end
  48.       object Exit1: TMenuItem
  49.         Caption = 'E&xit'
  50.         OnClick = Exit1Click
  51.       end
  52.     end
  53.     object Edit1: TMenuItem
  54.       Caption = '&Edit'
  55.       GroupIndex = 1
  56.       OnClick = Edit1Click
  57.       object InsertObject1: TMenuItem
  58.         Caption = '&Insert Object...'
  59.         OnClick = InsertObject1Click
  60.       end
  61.       object PasteSpecial1: TMenuItem
  62.         Caption = '&Paste Special...'
  63.         OnClick = PasteSpecial1Click
  64.       end
  65.       object N2: TMenuItem
  66.         Caption = '-'
  67.       end
  68.       object OLEObjectMenuItem: TMenuItem
  69.         Caption = '&Object'
  70.         Enabled = False
  71.       end
  72.     end
  73.     object Object2: TMenuItem
  74.       Caption = '&Object'
  75.       GroupIndex = 2
  76.       object Deactivate1: TMenuItem
  77.         Caption = '&Deactivate'
  78.         OnClick = Deactivate1Click
  79.       end
  80.     end
  81.     object Window1: TMenuItem
  82.       Caption = '&Window'
  83.       GroupIndex = 4
  84.       object Cascade1: TMenuItem
  85.         Caption = '&Cascade'
  86.         OnClick = Cascade1Click
  87.       end
  88.       object Tile1: TMenuItem
  89.         Caption = '&Tile'
  90.         OnClick = Tile1Click
  91.       end
  92.       object ArrangeIcons1: TMenuItem
  93.         Caption = '&Arrange Icons'
  94.         OnClick = ArrangeIcons1Click
  95.       end
  96.     end
  97.   end
  98.   object SaveAsDialog: TSaveDialog
  99.     DefaultExt = 'ole'
  100.     FileName = '*.ole'
  101.     Filter = 'OLE files (*.ole)|*.ole'
  102.     Left = 384
  103.     Top = 48
  104.   end
  105. end
  106.