home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 January / Chip_1999-01_cd.bin / zkuste / delphi / D / COMPDOCS.ZIP / ViewMain.dfm / ViewMain.txt
Encoding:
Text File  |  1998-01-05  |  1.2 KB  |  59 lines

  1. object Form1: TForm1
  2.   Left = 418
  3.   Top = 179
  4.   Width = 300
  5.   Height = 365
  6.   Caption = 'Compound Document Viewer'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   Menu = MainMenu1
  12.   PixelsPerInch = 120
  13.   TextHeight = 16
  14.   object Outline: TOutline
  15.     Left = 0
  16.     Top = 0
  17.     Width = 292
  18.     Height = 319
  19.     ItemHeight = 16
  20.     Align = alClient
  21.     TabOrder = 0
  22.     ItemSeparator = '\'
  23.   end
  24.   object MainMenu1: TMainMenu
  25.     Left = 568
  26.     Top = 408
  27.     object File1: TMenuItem
  28.       Caption = '&File'
  29.       object Open1: TMenuItem
  30.         Caption = '&Open'
  31.         OnClick = Open1Click
  32.       end
  33.       object Exit1: TMenuItem
  34.         Caption = 'E&xit'
  35.         OnClick = Exit1Click
  36.       end
  37.     end
  38.     object View1: TMenuItem
  39.       Caption = '&View'
  40.       object Expand1: TMenuItem
  41.         Caption = '&Expand'
  42.         OnClick = Expand1Click
  43.       end
  44.       object Collapse1: TMenuItem
  45.         Caption = '&Collapse'
  46.         OnClick = Collapse1Click
  47.       end
  48.     end
  49.   end
  50.   object Open: TOpenDialog
  51.     DefaultExt = '.*'
  52.     FileName = '*.*'
  53.     Filter = 'All Files (*.*)|*.*'
  54.     Options = [ofReadOnly]
  55.     Left = 616
  56.     Top = 408
  57.   end
  58. end
  59.