home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 July / PCWorld_1999-07_cd.bin / software / TemaCD / mp3renam / MP3Renamer.exe / 0 / RCDATA / TRESULTSFORM / TRESULTSFORM.txt
Text File  |  1998-09-23  |  1KB  |  63 lines

  1. object ResultsForm: TResultsForm
  2.   Left = 200
  3.   Top = 104
  4.   Width = 313
  5.   Height = 200
  6.   BorderIcons = []
  7.   Caption = 'Results'
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OnShow = FormShow
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Panel1: TPanel
  17.     Left = 0
  18.     Top = 138
  19.     Width = 305
  20.     Height = 35
  21.     Align = alBottom
  22.     BevelOuter = bvNone
  23.     FullRepaint = False
  24.     TabOrder = 0
  25.     object StatusBar: TStatusBar
  26.       Left = 0
  27.       Top = 0
  28.       Width = 305
  29.       Height = 35
  30.       Panels = <
  31.         item
  32.           Bevel = pbNone
  33.           Width = 50
  34.         end>
  35.       SimplePanel = False
  36.     end
  37.     object btnOK: TButton
  38.       Left = 6
  39.       Top = 7
  40.       Width = 75
  41.       Height = 23
  42.       Cancel = True
  43.       Caption = 'Close'
  44.       Default = True
  45.       ModalResult = 1
  46.       TabOrder = 0
  47.     end
  48.   end
  49.   object edtResults: TRichEdit
  50.     Left = 0
  51.     Top = 0
  52.     Width = 305
  53.     Height = 138
  54.     Align = alClient
  55.     PlainText = True
  56.     ReadOnly = True
  57.     ScrollBars = ssBoth
  58.     TabOrder = 1
  59.     WantReturns = False
  60.     WordWrap = False
  61.   end
  62. end
  63.