home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 April (Special) / Chip-Special_2003-04_Vypalujeme-cd-i-dvd.bin / soft / cdmage / CDmage.exe / 0 / RCDATA / TFINDRESULTDLG / TFINDRESULTDLG.txt
Text File  |  2001-03-01  |  2KB  |  81 lines

  1. object FindResultDlg: TFindResultDlg
  2.   Left = 299
  3.   Top = 184
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Found %d %s'
  7.   ClientHeight = 277
  8.   ClientWidth = 443
  9.   Color = clBtnFace
  10.   ParentFont = True
  11.   OldCreateOrder = True
  12.   Position = poScreenCenter
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object OKBtn: TButton
  16.     Left = 95
  17.     Top = 244
  18.     Width = 75
  19.     Height = 25
  20.     Caption = 'Go to'
  21.     Default = True
  22.     TabOrder = 0
  23.     OnClick = OKBtnClick
  24.   end
  25.   object CloseBtn: TButton
  26.     Left = 279
  27.     Top = 244
  28.     Width = 75
  29.     Height = 25
  30.     Cancel = True
  31.     Caption = 'Close'
  32.     ModalResult = 2
  33.     TabOrder = 1
  34.   end
  35.   object ListView: TListView
  36.     Left = 8
  37.     Top = 8
  38.     Width = 425
  39.     Height = 225
  40.     Columns = <
  41.       item
  42.         Caption = 'Name'
  43.         Width = 120
  44.       end
  45.       item
  46.         Caption = 'Path'
  47.         Width = 300
  48.       end
  49.       item
  50.         Caption = 'Difference type'
  51.         Width = 110
  52.       end
  53.       item
  54.         Alignment = taRightJustify
  55.         Caption = 'Size'
  56.         Width = 67
  57.       end
  58.       item
  59.         Caption = 'Type'
  60.         Width = 120
  61.       end
  62.       item
  63.         Alignment = taRightJustify
  64.         Caption = 'Date and time'
  65.         Width = 115
  66.       end
  67.       item
  68.         Caption = 'Flags'
  69.         Width = 40
  70.       end>
  71.     HideSelection = False
  72.     ReadOnly = True
  73.     TabOrder = 2
  74.     ViewStyle = vsReport
  75.     OnColumnClick = ListViewColumnClick
  76.     OnCompare = ListViewCompare
  77.     OnDblClick = ListViewDblClick
  78.     OnKeyPress = ListViewKeyPress
  79.   end
  80. end
  81.