object ReplaceDlg: TReplaceDlg Left = 501 Top = 463 BorderIcons = [] BorderStyle = bsDialog Caption = 'Confirm File Replace' ClientHeight = 133 ClientWidth = 506 Font.Color = clBlack Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [] PixelsPerInch = 96 Position = poScreenCenter OnClose = FormClose TextHeight = 13 object imgQuestion: TImage Left = 6 Top = 24 Width = 32 Height = 32 AutoSize = True Picture.Data = {} Stretch = True end object lblReplace: TLabel Left = 48 Top = 9 Width = 79 Height = 16 AutoSize = False Caption = 'Replace File:' end object lblWith: TLabel Left = 48 Top = 59 Width = 79 Height = 16 AutoSize = False Caption = 'With File:' end object lblOldFileName: TLabel Left = 138 Top = 9 Width = 358 Height = 16 AutoSize = False end object lblOldFileData: TLabel Left = 138 Top = 29 Width = 358 Height = 16 AutoSize = False end object lblNewFileName: TLabel Left = 138 Top = 59 Width = 358 Height = 16 AutoSize = False end object lblNewFileData: TLabel Left = 138 Top = 79 Width = 358 Height = 16 AutoSize = False end object btnYes: TBitBtn Left = 102 Top = 103 Width = 72 Height = 24 Caption = '&Yes' ModalResult = 1 TabOrder = 0 TabStop = False NumGlyphs = 2 end object btnNo: TBitBtn Left = 256 Top = 103 Width = 72 Height = 24 Caption = '&No' ModalResult = 7 TabOrder = 1 TabStop = False NumGlyphs = 2 end object btnYesToAll: TBitBtn Left = 179 Top = 103 Width = 72 Height = 24 Caption = 'Yes To &All' ModalResult = 6 TabOrder = 2 TabStop = False NumGlyphs = 2 end object btnNoToAll: TBitBtn Left = 333 Top = 103 Width = 72 Height = 24 Caption = 'N&o To All' ModalResult = 2 TabOrder = 3 TabStop = False NumGlyphs = 2 end end