home *** CD-ROM | disk | FTP | other *** search
- object Previewer: TPreviewer
- Left = 312
- Top = 133
- Width = 695
- Height = 459
- BorderIcons = [biSystemMenu, biMaximize]
- Caption = 'Preview'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Menu = MainMenu
- OldCreateOrder = True
- Position = poScreenCenter
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Bevel1: TBevel
- Left = 0
- Top = 0
- Width = 687
- Height = 2
- Align = alTop
- end
- object Memo: TMemo
- Left = 0
- Top = 2
- Width = 687
- Height = 392
- Align = alClient
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Fixedsys'
- Font.Style = []
- Lines.Strings = (
- '')
- ParentFont = False
- ScrollBars = ssVertical
- TabOrder = 0
- end
- object StatusBar: TStatusBar
- Left = 0
- Top = 394
- Width = 687
- Height = 19
- Panels = <>
- SimplePanel = False
- end
- object MainMenu: TMainMenu
- Left = 536
- Top = 376
- object File1: TMenuItem
- Caption = '&File'
- object FileClose: TMenuItem
- Caption = '&Close'
- OnClick = FileCloseClick
- end
- end
- end
- end
-