home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 July & August / Pcwk78a98.iso / E-MAIL / Eremove / eremov11.exe / eremove.exe / 0 / RCDATA / TPREVIEWFORM / TPREVIEWFORM.txt
Text File  |  1998-04-07  |  498b  |  27 lines

  1. object previewForm: TpreviewForm
  2.   Left = 196
  3.   Top = 65
  4.   Width = 460
  5.   Height = 401
  6.   Caption = 'Email Preview'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   OnCloseQuery = FormCloseQuery
  12.   OnCreate = FormCreate
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Memo1: TMemo
  16.     Left = 0
  17.     Top = 0
  18.     Width = 452
  19.     Height = 374
  20.     Align = alClient
  21.     Lines.Strings = (
  22.       'Memo1')
  23.     ScrollBars = ssVertical
  24.     TabOrder = 0
  25.   end
  26. end
  27.