object frmDelDoc: TfrmDelDoc Left = 174 Top = 101 Width = 292 Height = 163 BorderIcons = [biSystemMenu] Caption = 'Delete ' Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} Position = poScreenCenter OnActivate = FormActivate PixelsPerInch = 96 TextHeight = 13 object Panel1: TPanel Left = 0 Top = 99 Width = 284 Height = 37 Align = alBottom TabOrder = 0 object BitBtn1: TBitBtn Left = 19 Top = 6 Width = 75 Height = 25 TabOrder = 0 Kind = bkOK end object BitBtn2: TBitBtn Left = 105 Top = 6 Width = 75 Height = 25 TabOrder = 1 Kind = bkCancel end object BitBtn3: TBitBtn Left = 191 Top = 6 Width = 75 Height = 25 TabOrder = 2 Kind = bkHelp end end object Panel2: TPanel Left = 0 Top = 0 Width = 284 Height = 99 Align = alClient BevelInner = bvLowered BorderWidth = 4 Caption = 'Panel2' TabOrder = 1 object RadioGroup1: TRadioGroup Left = 16 Top = 14 Width = 255 Height = 71 Caption = 'Delete Document' TabOrder = 0 end object RadioButton1: TRadioButton Left = 26 Top = 34 Width = 171 Height = 17 Caption = 'Delete Document Link Only' Checked = True TabOrder = 1 TabStop = True end object RadioButton2: TRadioButton Left = 26 Top = 58 Width = 229 Height = 17 Caption = 'Delete Document Link And Associated File' TabOrder = 2 end end end