home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 September / Chip_2002-09_cd1.bin / zkuste / delphi / kompon / d456 / EKRTF.ZIP / MainDemo / UREdit.dfm / UREdit.txt
Text File  |  2000-12-17  |  655b  |  36 lines

  1. object FREdit: TFREdit
  2.   Left = 238
  3.   Top = 210
  4.   Width = 634
  5.   Height = 354
  6.   Caption = 'RichEdit'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   Position = poScreenCenter
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object StatusBar1: TStatusBar
  18.     Left = 0
  19.     Top = 308
  20.     Width = 626
  21.     Height = 19
  22.     Panels = <>
  23.     SimplePanel = False
  24.   end
  25.   object REdit: TRichEdit
  26.     Left = 0
  27.     Top = 0
  28.     Width = 626
  29.     Height = 308
  30.     Align = alClient
  31.     ScrollBars = ssBoth
  32.     TabOrder = 1
  33.     WordWrap = False
  34.   end
  35. end
  36.