object Form2: TForm2 Left = 325 Top = 211 ActiveControl = Edit1 BorderIcons = [biSystemMenu] BorderStyle = bsSingle ClientHeight = 49 ClientWidth = 231 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] KeyPreview = True OnClose = FormClose OnCreate = FormCreate OnKeyPress = FormKeyPress PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 8 Top = 12 Width = 3 Height = 13 end object Edit1: TEdit Left = 114 Top = 10 Width = 107 Height = 21 TabOrder = 0 end end