home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 January / Pcwk0198.iso / Zadarmo / CLARION / CLARION.EXE / 0 / RCDATA / TFMEDIT / TFMEDIT.txt
Text File  |  1997-10-06  |  801b  |  41 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.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -13
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OnShow = FormShow
  17.   PixelsPerInch = 120
  18.   TextHeight = 16
  19.   object Panel1: TPanel
  20.     Left = 0
  21.     Top = 0
  22.     Width = 222
  23.     Height = 47
  24.     Align = alClient
  25.     BevelInner = bvRaised
  26.     BorderWidth = 1
  27.     TabOrder = 0
  28.     object TextBox: TEdit
  29.       Left = 6
  30.       Top = 6
  31.       Width = 141
  32.       Height = 22
  33.       Ctl3D = False
  34.       ParentCtl3D = False
  35.       TabOrder = 0
  36.       Text = 'TextBox'
  37.       OnKeyPress = TextBoxKeyPress
  38.     end
  39.   end
  40. end
  41.