object Form7: TForm7 Left = 200 Top = 104 AutoScroll = False Caption = 'Import new card' ClientHeight = 273 ClientWidth = 448 Font.Color = clWindowText Font.Height = -13 Font.Name = 'System' Font.Style = [] PixelsPerInch = 96 Position = poScreenCenter TextHeight = 16 object Memo1: TMemo Left = 24 Top = 16 Width = 297 Height = 249 Font.Color = clWindowText Font.Height = -11 Font.Name = 'System' Font.Style = [] ParentFont = False TabOrder = 0 end object BitBtn1: TBitBtn Left = 336 Top = 32 Width = 89 Height = 33 Caption = '&Add' TabOrder = 1 OnClick = BitBtn1Click Kind = bkOK end object BitBtn2: TBitBtn Left = 336 Top = 80 Width = 89 Height = 33 Caption = 'A&bort' TabOrder = 2 Kind = bkAbort end end