home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 March / PCWorld_2001-03_cd.bin / Software / Vyzkuste / xnews / Xnews.exe / 0 / RCDATA / TFMEDIT / TFMEDIT.txt
Text File  |  2001-01-31  |  993b  |  48 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 = clBtnText
  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.       Font.Charset = DEFAULT_CHARSET
  37.       Font.Color = clWindowText
  38.       Font.Height = -13
  39.       Font.Name = 'MS Sans Serif'
  40.       Font.Style = []
  41.       ParentCtl3D = False
  42.       ParentFont = False
  43.       TabOrder = 0
  44.       OnKeyPress = TextBoxKeyPress
  45.     end
  46.   end
  47. end
  48.