home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 418
- Top = 179
- Width = 300
- Height = 365
- Caption = 'Compound Document Viewer'
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Menu = MainMenu1
- PixelsPerInch = 120
- TextHeight = 16
- object Outline: TOutline
- Left = 0
- Top = 0
- Width = 292
- Height = 319
- ItemHeight = 16
- Align = alClient
- TabOrder = 0
- ItemSeparator = '\'
- end
- object MainMenu1: TMainMenu
- Left = 568
- Top = 408
- object File1: TMenuItem
- Caption = '&File'
- object Open1: TMenuItem
- Caption = '&Open'
- OnClick = Open1Click
- end
- object Exit1: TMenuItem
- Caption = 'E&xit'
- OnClick = Exit1Click
- end
- end
- object View1: TMenuItem
- Caption = '&View'
- object Expand1: TMenuItem
- Caption = '&Expand'
- OnClick = Expand1Click
- end
- object Collapse1: TMenuItem
- Caption = '&Collapse'
- OnClick = Collapse1Click
- end
- end
- end
- object Open: TOpenDialog
- DefaultExt = '.*'
- FileName = '*.*'
- Filter = 'All Files (*.*)|*.*'
- Options = [ofReadOnly]
- Left = 616
- Top = 408
- end
- end
-