home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 August / 08_02.iso / test / di2002 / ENRETAILDMODI600.ZIP / SETUP / DImage9x.cab / PartIn9x.exe / 0 / RCDATA / TPREVIEWER / TPREVIEWER.txt
Encoding:
Text File  |  2001-08-09  |  1.2 KB  |  64 lines

  1. object Previewer: TPreviewer
  2.   Left = 312
  3.   Top = 133
  4.   Width = 695
  5.   Height = 459
  6.   BorderIcons = [biSystemMenu, biMaximize]
  7.   Caption = 'Preview'
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Menu = MainMenu
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Bevel1: TBevel
  21.     Left = 0
  22.     Top = 0
  23.     Width = 687
  24.     Height = 2
  25.     Align = alTop
  26.   end
  27.   object Memo: TMemo
  28.     Left = 0
  29.     Top = 2
  30.     Width = 687
  31.     Height = 392
  32.     Align = alClient
  33.     Font.Charset = ANSI_CHARSET
  34.     Font.Color = clWindowText
  35.     Font.Height = -11
  36.     Font.Name = 'Fixedsys'
  37.     Font.Style = []
  38.     Lines.Strings = (
  39.       '')
  40.     ParentFont = False
  41.     ScrollBars = ssVertical
  42.     TabOrder = 0
  43.   end
  44.   object StatusBar: TStatusBar
  45.     Left = 0
  46.     Top = 394
  47.     Width = 687
  48.     Height = 19
  49.     Panels = <>
  50.     SimplePanel = False
  51.   end
  52.   object MainMenu: TMainMenu
  53.     Left = 536
  54.     Top = 376
  55.     object File1: TMenuItem
  56.       Caption = '&File'
  57.       object FileClose: TMenuItem
  58.         Caption = '&Close'
  59.         OnClick = FileCloseClick
  60.       end
  61.     end
  62.   end
  63. end
  64.