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

  1. object OLEFrameForm: TOLEFrameForm
  2.   Left = 190
  3.   Top = 114
  4.   AutoScroll = False
  5.   Width = 435
  6.   Height = 300
  7.   ActiveControl = StatusBarPanel
  8.   Caption = 'OLE Example'
  9.   Font.Color = clWindowText
  10.   Font.Height = -17
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   FormStyle = fsMDIForm
  14.   Menu = MainMenu1
  15.   PixelsPerInch = 120
  16.   OnCreate = FormCreate
  17.   OnDragDrop = FormDragDrop
  18.   TextHeight = 20
  19.   object ToolBarPanel: TPanel
  20.     Left = 0
  21.     Top = 0
  22.     Width = 425
  23.     Height = 41
  24.     Align = alTop
  25.     TabOrder = 0
  26.   end
  27.   object StatusBarPanel: TPanel
  28.     Left = 0
  29.     Top = 211
  30.     Width = 425
  31.     Height = 25
  32.     Align = alBottom
  33.     Locked = True
  34.     TabOrder = 1
  35.   end
  36.   object MainMenu1: TMainMenu
  37.     Left = 376
  38.     Top = 80
  39.     object File1: TMenuItem
  40.       Caption = '&File'
  41.       object New1: TMenuItem
  42.         Caption = '&New'
  43.         OnClick = New1Click
  44.       end
  45.       object Open1: TMenuItem
  46.         Caption = '&Open...'
  47.         OnClick = Open1Click
  48.       end
  49.       object N1: TMenuItem
  50.         Caption = '-'
  51.       end
  52.       object Exit1: TMenuItem
  53.         Caption = 'E&xit'
  54.         OnClick = Exit1Click
  55.       end
  56.     end
  57.   end
  58.   object OpenDialog: TOpenDialog
  59.     DefaultExt = 'ole'
  60.     FileName = '*.ole'
  61.     Filter = 'OLE files (*.ole)|*.ole'
  62.     Left = 376
  63.     Top = 112
  64.   end
  65. end
  66.