object DeleteDlg1: TDeleteDlg1 Left = 229 Top = 115 ActiveControl = OKBtn BorderStyle = bsDialog Caption = 'Confirm Action' ClientHeight = 164 ClientWidth = 351 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] PixelsPerInch = 96 Position = poScreenCenter TextHeight = 13 object Bevel1: TBevel Left = 8 Top = 8 Width = 337 Height = 105 Shape = bsFrame IsControl = True end object Label1: TLabel Left = 19 Top = 24 Width = 280 Height = 13 Caption = 'If you want to Delete the selected Record please' end object Label2: TLabel Left = 24 Top = 59 Width = 77 Height = 13 Caption = 'type in '#39'YES'#39':' end object Label3: TLabel Left = 22 Top = 90 Width = 274 Height = 13 Caption = 'WARNING! Record Deletion cannot be Undone!' Font.Color = clYellow Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object OKBtn: TBitBtn Left = 97 Top = 124 Width = 77 Height = 27 Caption = '&OK' TabOrder = 0 OnClick = OKBtnClick Kind = bkOK Margin = 2 Spacing = -1 IsControl = True end object CancelBtn: TBitBtn Left = 181 Top = 124 Width = 77 Height = 27 Caption = '&Cancel' TabOrder = 1 Kind = bkCancel Margin = 2 Spacing = -1 IsControl = True end object Edit1: TEdit Left = 106 Top = 57 Width = 39 Height = 20 CharCase = ecUpperCase MaxLength = 3 TabOrder = 2 end end