object Confirm: TConfirm Left = 205 Top = 195 BorderStyle = bsDialog Caption = 'Confirm' ClientHeight = 110 ClientWidth = 394 ParentFont = True PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 72 Top = 16 Width = 305 Height = 41 AutoSize = False WordWrap = True end object Image1: TImage Left = 16 Top = 16 Width = 42 Height = 42 AutoSize = True Picture.Data = {} end object Yes: TButton Left = 8 Top = 72 Width = 89 Height = 25 Caption = 'Yes' Default = True TabOrder = 0 OnClick = YesClick end object No: TButton Left = 104 Top = 72 Width = 89 Height = 25 Caption = 'No' TabOrder = 1 OnClick = NoClick end object Cancel: TButton Left = 200 Top = 72 Width = 89 Height = 25 Caption = 'Cancel' TabOrder = 2 OnClick = CancelClick end object All: TButton Left = 296 Top = 72 Width = 89 Height = 25 Caption = 'All' TabOrder = 3 OnClick = AllClick end end