object NotDeletedFileListForm: TNotDeletedFileListForm Left = 284 Top = 261 Width = 535 Height = 378 Caption = 'Not Deleted File List' Font.Color = clWindowText Font.Height = -14 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnShow = FormShow PixelsPerInch = 120 TextHeight = 16 object Panel1: TPanel Left = 0 Top = 309 Width = 527 Height = 42 Align = alBottom BevelOuter = bvNone TabOrder = 1 object Button2: TButton Left = 433 Top = 6 Width = 90 Height = 31 Caption = '&OK' ModalResult = 2 TabOrder = 0 end object Button4: TButton Left = 0 Top = 6 Width = 90 Height = 31 Caption = 'Co&py' TabOrder = 1 OnClick = Button4Click end end object ListView1: TListView Left = 0 Top = 80 Width = 527 Height = 229 Align = alClient ColumnClick = False Columns = < item Caption = 'FileName' Width = 400 end> ReadOnly = True MultiSelect = True SortType = stBoth TabOrder = 0 ViewStyle = vsReport end object Memo1: TMemo Left = 284 Top = 197 Width = 228 Height = 109 Lines.Strings = ( 'Memo1') ScrollBars = ssBoth TabOrder = 2 Visible = False WordWrap = False end object Panel2: TPanel Left = 0 Top = 0 Width = 527 Height = 80 Align = alTop Alignment = taLeftJustify BevelInner = bvLowered Caption = 'Panel2' TabOrder = 3 object Label1: TLabel Left = 2 Top = 2 Width = 523 Height = 76 Align = alClient end end end