object fmEdit: TfmEdit Left = 259 Top = 170 HorzScrollBar.Visible = False VertScrollBar.Visible = False BorderIcons = [] BorderStyle = bsNone Caption = 'fmEdit' ClientHeight = 47 ClientWidth = 222 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = True OnShow = FormShow PixelsPerInch = 120 TextHeight = 16 object Panel1: TPanel Left = 0 Top = 0 Width = 222 Height = 47 Align = alClient BevelInner = bvRaised BorderWidth = 1 TabOrder = 0 object TextBox: TEdit Left = 6 Top = 6 Width = 141 Height = 22 Ctl3D = False ParentCtl3D = False TabOrder = 0 OnKeyPress = TextBoxKeyPress end end end