object OverwriteAllForm: TOverwriteAllForm Left = 350 Top = 216 BorderIcons = [] BorderStyle = bsSingle Caption = 'Warning: Name conflict' ClientHeight = 137 ClientWidth = 449 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 8 Top = 8 Width = 220 Height = 13 Caption = 'Chgname is attempting to change the name of:' end object Label2: TLabel Left = 16 Top = 24 Width = 3 Height = 13 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clRed Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentColor = False ParentFont = False end object Label3: TLabel Left = 16 Top = 40 Width = 12 Height = 13 Caption = 'to:' end object Label4: TLabel Left = 16 Top = 56 Width = 3 Height = 13 Font.Charset = DEFAULT_CHARSET Font.Color = clRed Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Label5: TLabel Left = 8 Top = 72 Width = 264 Height = 13 Caption = 'but the file already exists. What action should be taken?' end object Button1: TButton Left = 8 Top = 104 Width = 81 Height = 25 Caption = '&Stop prosess' TabOrder = 4 OnClick = Button1Click end object Button2: TButton Left = 272 Top = 104 Width = 83 Height = 25 Caption = '&Overwrite' TabOrder = 2 OnClick = Button2Click end object Button3: TButton Left = 360 Top = 104 Width = 83 Height = 25 Caption = 'Overwrite &All' TabOrder = 3 OnClick = Button3Click end object Button4: TButton Left = 96 Top = 104 Width = 83 Height = 25 Cancel = True Caption = 'S&kip file' TabOrder = 0 OnClick = Button4Click end object Button5: TButton Left = 184 Top = 104 Width = 83 Height = 25 Cancel = True Caption = 'Ski&p all' TabOrder = 1 OnClick = Button5Click end end