object frmDelete: TfrmDelete Left = 157 Top = 156 HelpContext = 180 ActiveControl = btnDelete BorderIcons = [biMinimize] BorderStyle = bsDialog ClientHeight = 170 ClientWidth = 470 Font.Color = clWindowText Font.Height = -13 Font.Name = 'System' Font.Style = [] Icon.Data = {} Position = poScreenCenter OnClose = FormClose PixelsPerInch = 96 TextHeight = 16 object btnClose: TButton Left = 400 Top = 147 Width = 69 Height = 22 HelpContext = 180 Caption = '&Close' Font.Color = clBlack Font.Height = -12 Font.Name = 'Times New Roman' Font.Style = [] ParentFont = False TabOrder = 1 OnClick = btnCloseClick end object btnDelete: TButton Left = 400 Top = 120 Width = 69 Height = 23 HelpContext = 180 Caption = '&Delete' Font.Color = clBlack Font.Height = -12 Font.Name = 'Times New Roman' Font.Style = [] ParentFont = False TabOrder = 0 OnClick = btnDeleteClick end object viewDelete: TListView Left = 0 Top = 0 Width = 397 Height = 169 Columns = < item Caption = 'Page List Entry' Width = 390 end> ReadOnly = True Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] AllocBy = 10 MultiSelect = True SortType = stText TabOrder = 2 ViewStyle = vsReport end end