home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 December / Chip_2001-12_cd1.bin / sharewar / lupasren / LupasRename.exe / 0 / RCDATA / TFERRORS / TFERRORS.txt
Text File  |  2001-10-28  |  1KB  |  60 lines

  1. object fErrors: TfErrors
  2.   Left = 311
  3.   Top = 174
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Errors'
  7.   ClientHeight = 333
  8.   ClientWidth = 446
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   Scaled = False
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label1: TLabel
  21.     Left = 8
  22.     Top = 8
  23.     Width = 425
  24.     Height = 13
  25.     AutoSize = False
  26.     Caption = 'These Files have not been Renamed.'
  27.   end
  28.   object lFileNames: TListBox
  29.     Left = 6
  30.     Top = 24
  31.     Width = 433
  32.     Height = 274
  33.     IntegralHeight = True
  34.     ItemHeight = 18
  35.     Style = lbOwnerDrawFixed
  36.     TabOrder = 0
  37.     OnDrawItem = lFileNamesDrawItem
  38.   end
  39.   object lidItems: TListBox
  40.     Left = 320
  41.     Top = 56
  42.     Width = 105
  43.     Height = 225
  44.     ItemHeight = 13
  45.     TabOrder = 1
  46.     Visible = False
  47.   end
  48.   object OKButton: TButton
  49.     Left = 163
  50.     Top = 305
  51.     Width = 120
  52.     Height = 25
  53.     Caption = 'OK'
  54.     Default = True
  55.     ModalResult = 1
  56.     TabOrder = 2
  57.     OnClick = OKButtonClick
  58.   end
  59. end
  60.