object RecForm: TRecForm Left = 435 Top = 244 BorderStyle = bsNone Caption = 'Pronto Family' ClientHeight = 224 ClientWidth = 427 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter Scaled = False OnCreate = FormCreate OnDestroy = FormDestroy PixelsPerInch = 96 TextHeight = 13 object imgBackGr: TImage Left = -1 Top = 0 Width = 403 Height = 156 AutoSize = True end object imgPlay: TImage Left = 24 Top = 21 Width = 84 Height = 87 Picture.Data = {} Visible = False end object imgRec: TImage Left = 110 Top = 21 Width = 85 Height = 87 Picture.Data = {} Visible = False end object imgStop: TImage Left = 198 Top = 21 Width = 85 Height = 87 Picture.Data = {} Visible = False end object imgPlayBtn: TImage Left = 29 Top = 24 Width = 75 Height = 79 Cursor = 18 OnMouseDown = playMouseDown OnMouseUp = playMouseUp end object imgRecBtn: TImage Left = 113 Top = 26 Width = 76 Height = 79 Cursor = 18 OnMouseDown = btnRecMouseDown end object imgStopBtn: TImage Left = 205 Top = 24 Width = 77 Height = 81 Cursor = 18 OnMouseDown = btnStopMouseDown OnMouseUp = btnStopMouseUp end object btnAttach: TImage Left = 285 Top = 21 Width = 103 Height = 43 Cursor = 18 OnMouseDown = btnAttachMouseDown end object btnCancel: TImage Left = 285 Top = 68 Width = 103 Height = 37 Cursor = 18 OnMouseDown = btnCancelMouseDown end object Timer1: TTimer Enabled = False Interval = 40000 OnTimer = Timer1Timer Left = 48 Top = 185 end end