object IfFoundActionDlg: TIfFoundActionDlg Left = 281 Top = 250 BorderStyle = bsDialog Caption = 'Warning' ClientHeight = 88 ClientWidth = 411 Color = clBtnFace ParentFont = True OldCreateOrder = True Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Image1: TImage Left = 24 Top = 8 Width = 36 Height = 36 AutoSize = True Picture.Data = {} Transparent = True end object TextLabel: TLabel Left = 80 Top = 8 Width = 313 Height = 41 Alignment = taCenter AutoSize = False WordWrap = True end object btOverwrite: TButton Left = 8 Top = 56 Width = 75 Height = 25 Caption = '&Overwrite' Default = True ModalResult = 6 TabOrder = 0 end object btCancel: TButton Left = 328 Top = 56 Width = 75 Height = 25 Cancel = True Caption = '&Cancel' ModalResult = 2 TabOrder = 4 end object btOverAll: TButton Left = 88 Top = 56 Width = 75 Height = 25 Caption = 'Overwrite &All' ModalResult = 10 TabOrder = 1 end object btSkip: TButton Left = 168 Top = 56 Width = 75 Height = 25 Caption = '&Skip' ModalResult = 7 TabOrder = 2 end object btSkipAll: TButton Left = 248 Top = 56 Width = 75 Height = 25 Caption = 'S&kip All' ModalResult = 9 TabOrder = 3 end end