home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 November / Chip_2002-11_cd1.bin / zkuste / delphi / kompon / d456 / RASMG110.ZIP / RasExampleMemoDialog.dfm < prev    next >
Text File  |  2002-08-04  |  580b  |  28 lines

  1. object MemoForm: TMemoForm
  2.   Left = 437
  3.   Top = 431
  4.   Width = 441
  5.   Height = 319
  6.   BorderStyle = bsSizeToolWin
  7.   Caption = 'TRASManager - Information'
  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.   OldCreateOrder = False
  15.   Position = poDefaultPosOnly
  16.   OnCloseQuery = FormCloseQuery
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Memo: TMemo
  20.     Left = 0
  21.     Top = 0
  22.     Width = 433
  23.     Height = 292
  24.     Align = alClient
  25.     TabOrder = 0
  26.   end
  27. end
  28.