home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 July & August / Pcwk78a98.iso / Registry / Regview / Regview.exe / 0 / RCDATA / TNOTDELETEDFILELISTFORM / TNOTDELETEDFILELISTFORM.txt
Text File  |  1997-07-14  |  2KB  |  91 lines

  1. object NotDeletedFileListForm: TNotDeletedFileListForm
  2.   Left = 284
  3.   Top = 261
  4.   Width = 535
  5.   Height = 378
  6.   Caption = 'Not Deleted File List'
  7.   Font.Color = clWindowText
  8.   Font.Height = -14
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   Position = poScreenCenter
  12.   OnShow = FormShow
  13.   PixelsPerInch = 120
  14.   TextHeight = 16
  15.   object Panel1: TPanel
  16.     Left = 0
  17.     Top = 309
  18.     Width = 527
  19.     Height = 42
  20.     Align = alBottom
  21.     BevelOuter = bvNone
  22.     TabOrder = 1
  23.     object Button2: TButton
  24.       Left = 433
  25.       Top = 6
  26.       Width = 90
  27.       Height = 31
  28.       Caption = '&OK'
  29.       ModalResult = 2
  30.       TabOrder = 0
  31.     end
  32.     object Button4: TButton
  33.       Left = 0
  34.       Top = 6
  35.       Width = 90
  36.       Height = 31
  37.       Caption = 'Co&py'
  38.       TabOrder = 1
  39.       OnClick = Button4Click
  40.     end
  41.   end
  42.   object ListView1: TListView
  43.     Left = 0
  44.     Top = 80
  45.     Width = 527
  46.     Height = 229
  47.     Align = alClient
  48.     ColumnClick = False
  49.     Columns = <
  50.       item
  51.         Caption = 'FileName'
  52.         Width = 400
  53.       end>
  54.     ReadOnly = True
  55.     MultiSelect = True
  56.     SortType = stBoth
  57.     TabOrder = 0
  58.     ViewStyle = vsReport
  59.   end
  60.   object Memo1: TMemo
  61.     Left = 284
  62.     Top = 197
  63.     Width = 228
  64.     Height = 109
  65.     Lines.Strings = (
  66.       'Memo1')
  67.     ScrollBars = ssBoth
  68.     TabOrder = 2
  69.     Visible = False
  70.     WordWrap = False
  71.   end
  72.   object Panel2: TPanel
  73.     Left = 0
  74.     Top = 0
  75.     Width = 527
  76.     Height = 80
  77.     Align = alTop
  78.     Alignment = taLeftJustify
  79.     BevelInner = bvLowered
  80.     Caption = 'Panel2'
  81.     TabOrder = 3
  82.     object Label1: TLabel
  83.       Left = 2
  84.       Top = 2
  85.       Width = 523
  86.       Height = 76
  87.       Align = alClient
  88.     end
  89.   end
  90. end
  91.