object frmConfirmDel: TfrmConfirmDel Left = 275 Top = 197 ActiveControl = btnCancel BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp] BorderStyle = bsDialog Caption = 'Confirm reference delete' ClientHeight = 144 ClientWidth = 443 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object lblText: TLabel Left = 70 Top = 5 Width = 371 Height = 66 AutoSize = False Caption = 'You have selected to delete reference '#39'%s'#39'.' WordWrap = True end object iconConfirm: TImage Left = 10 Top = 5 Width = 32 Height = 32 AutoSize = True Picture.Data = {} Transparent = True end object btnDelLinks: TButton Left = 40 Top = 110 Width = 81 Height = 23 Caption = 'Delete &links' ModalResult = 2 TabOrder = 0 end object btnDelFile: TButton Left = 130 Top = 110 Width = 81 Height = 23 Caption = 'Delete &file' ModalResult = 3 TabOrder = 1 end object btnDelLinkFile: TButton Left = 220 Top = 110 Width = 131 Height = 23 Caption = 'Delete links &and file' ModalResult = 4 TabOrder = 2 end object btnCancel: TButton Left = 361 Top = 110 Width = 75 Height = 23 Cancel = True Caption = 'Cancel' Default = True ModalResult = 1 TabOrder = 3 end end