object fErrors: TfErrors Left = 311 Top = 174 BorderIcons = [] BorderStyle = bsDialog Caption = 'Errors' ClientHeight = 333 ClientWidth = 446 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter Scaled = False PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 8 Top = 8 Width = 425 Height = 13 AutoSize = False Caption = 'These Files have not been Renamed.' end object lFileNames: TListBox Left = 6 Top = 24 Width = 433 Height = 274 IntegralHeight = True ItemHeight = 18 Style = lbOwnerDrawFixed TabOrder = 0 OnDrawItem = lFileNamesDrawItem end object lidItems: TListBox Left = 320 Top = 56 Width = 105 Height = 225 ItemHeight = 13 TabOrder = 1 Visible = False end object OKButton: TButton Left = 163 Top = 305 Width = 120 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 2 OnClick = OKButtonClick end end