home *** CD-ROM | disk | FTP | other *** search
- object OLEFrameForm: TOLEFrameForm
- Left = 190
- Top = 114
- AutoScroll = False
- Width = 435
- Height = 300
- ActiveControl = StatusBarPanel
- Caption = 'OLE Example'
- Font.Color = clWindowText
- Font.Height = -17
- Font.Name = 'System'
- Font.Style = []
- FormStyle = fsMDIForm
- Menu = MainMenu1
- PixelsPerInch = 120
- OnCreate = FormCreate
- OnDragDrop = FormDragDrop
- TextHeight = 20
- object ToolBarPanel: TPanel
- Left = 0
- Top = 0
- Width = 425
- Height = 41
- Align = alTop
- TabOrder = 0
- end
- object StatusBarPanel: TPanel
- Left = 0
- Top = 211
- Width = 425
- Height = 25
- Align = alBottom
- Locked = True
- TabOrder = 1
- end
- object MainMenu1: TMainMenu
- Left = 376
- Top = 80
- object File1: TMenuItem
- Caption = '&File'
- object New1: TMenuItem
- Caption = '&New'
- OnClick = New1Click
- end
- object Open1: TMenuItem
- Caption = '&Open...'
- OnClick = Open1Click
- end
- object N1: TMenuItem
- Caption = '-'
- end
- object Exit1: TMenuItem
- Caption = 'E&xit'
- OnClick = Exit1Click
- end
- end
- end
- object OpenDialog: TOpenDialog
- DefaultExt = 'ole'
- FileName = '*.ole'
- Filter = 'OLE files (*.ole)|*.ole'
- Left = 376
- Top = 112
- end
- end
-