home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 6 A / CHIP_HITWARE6_A.iso / multimed / mp3rename / MP3Renamer.exe / 0 / RCDATA / TRESULTSFORM / TRESULTSFORM.txt
Text File  |  1998-07-25  |  942b  |  51 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 btnOK: TButton
  26.       Left = 6
  27.       Top = 7
  28.       Width = 75
  29.       Height = 23
  30.       Cancel = True
  31.       Caption = 'Close'
  32.       Default = True
  33.       ModalResult = 1
  34.       TabOrder = 0
  35.     end
  36.   end
  37.   object edtResults: TRichEdit
  38.     Left = 0
  39.     Top = 0
  40.     Width = 305
  41.     Height = 138
  42.     Align = alClient
  43.     PlainText = True
  44.     ReadOnly = True
  45.     ScrollBars = ssBoth
  46.     TabOrder = 1
  47.     WantReturns = False
  48.     WordWrap = False
  49.   end
  50. end
  51.