home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 January / PCWorld_2000-01_cd.bin / Komunik / News / Xnews / Xnews.exe / 0 / RCDATA / TFMEDIT / TFMEDIT.txt
Text File  |  1999-11-08  |  822b  |  42 lines

  1. object fmEdit: TfmEdit
  2.   Left = 259
  3.   Top = 170
  4.   HorzScrollBar.Visible = False
  5.   VertScrollBar.Visible = False
  6.   BorderIcons = []
  7.   BorderStyle = bsNone
  8.   Caption = 'fmEdit'
  9.   ClientHeight = 47
  10.   ClientWidth = 222
  11.   Color = clBtnFace
  12.   Font.Charset = DEFAULT_CHARSET
  13.   Font.Color = clWindowText
  14.   Font.Height = -13
  15.   Font.Name = 'MS Sans Serif'
  16.   Font.Style = []
  17.   OldCreateOrder = True
  18.   OnShow = FormShow
  19.   PixelsPerInch = 120
  20.   TextHeight = 16
  21.   object Panel1: TPanel
  22.     Left = 0
  23.     Top = 0
  24.     Width = 222
  25.     Height = 47
  26.     Align = alClient
  27.     BevelInner = bvRaised
  28.     BorderWidth = 1
  29.     TabOrder = 0
  30.     object TextBox: TEdit
  31.       Left = 6
  32.       Top = 6
  33.       Width = 141
  34.       Height = 22
  35.       Ctl3D = False
  36.       ParentCtl3D = False
  37.       TabOrder = 0
  38.       OnKeyPress = TextBoxKeyPress
  39.     end
  40.   end
  41. end
  42.