home *** CD-ROM | disk | FTP | other *** search
/ Freesoft 1997 June / Freesoft_1997-06_cd.bin / nerecenz / programmers / SSW / SSW.EXE / 0 / RCDATA / TMEMOVIEWFORM / TMEMOVIEWFORM.txt
Text File  |  1997-05-06  |  689b  |  35 lines

  1. object MemoViewForm: TMemoViewForm
  2.   Left = 443
  3.   Top = 336
  4.   Width = 348
  5.   Height = 110
  6.   BorderIcons = [biSystemMenu]
  7.   BorderStyle = bsSizeToolWin
  8.   Caption = 'Memo View'
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object MemoDisplay: TDBMemo
  18.     Left = 0
  19.     Top = 0
  20.     Width = 340
  21.     Height = 83
  22.     Align = alClient
  23.     DataSource = MemoDataSource
  24.     ParentColor = True
  25.     ReadOnly = True
  26.     ScrollBars = ssVertical
  27.     TabOrder = 0
  28.     WordWrap = False
  29.   end
  30.   object MemoDataSource: TDataSource
  31.     Left = 280
  32.     Top = 24
  33.   end
  34. end
  35.