object Form1: TForm1 Left = 192 Top = 107 Width = 696 Height = 480 Caption = 'Form1' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False OnClick = FormClick PixelsPerInch = 96 TextHeight = 13 object Edit1: TEdit Left = 392 Top = 80 Width = 121 Height = 21 TabOrder = 0 Text = '0' end object Data: TButton Left = 280 Top = 176 Width = 75 Height = 25 Caption = 'Data' TabOrder = 1 OnClick = DataClick end object Parameters: TButton Left = 280 Top = 224 Width = 75 Height = 25 Caption = 'Parameters' TabOrder = 2 OnClick = ParametersClick end end