object TestForm: TTestForm Left = 0 Top = 0 Caption = 'TestForm' ClientHeight = 320 ClientWidth = 629 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object ResultMemo: TMemo Left = 0 Top = 0 Width = 629 Height = 217 Align = alTop Lines.Strings = ( 'ResultMemo') TabOrder = 0 end object TestGoBtn: TButton Left = 464 Top = 287 Width = 145 Height = 25 Caption = #1058#1077#1089#1090#1080#1088#1086#1074#1072#1090#1100 TabOrder = 1 OnClick = TestGoBtnClick end end