home *** CD-ROM | disk | FTP | other *** search
/ Net Power 2001 February / Net02.iso / Utility / blaze2.exe / %SYS% / MP3Play20.ocx / 0 / RCDATA / TMP3PLAYABOUT / TMP3PLAYABOUT.txt
Encoding:
Text File  |  2000-12-29  |  1.1 KB  |  50 lines

  1. object MP3PlayAbout: TMP3PlayAbout
  2.   Left = 200
  3.   Top = 108
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'About this control...'
  7.   ClientHeight = 156
  8.   ClientWidth = 329
  9.   Color = clBtnFace
  10.   ParentFont = True
  11.   OldCreateOrder = True
  12.   Position = poScreenCenter
  13.   PixelsPerInch = 120
  14.   TextHeight = 16
  15.   object NameLbl: TLabel
  16.     Left = 60
  17.     Top = 8
  18.     Width = 209
  19.     Height = 20
  20.     Caption = 'Softuarium MP3Play v2.0'
  21.     Font.Charset = DEFAULT_CHARSET
  22.     Font.Color = clBtnText
  23.     Font.Height = -17
  24.     Font.Name = 'Default'
  25.     Font.Style = [fsBold]
  26.     ParentFont = False
  27.   end
  28.   object CopyrightLbl: TLabel
  29.     Left = 12
  30.     Top = 39
  31.     Width = 305
  32.     Height = 64
  33.     Caption = 
  34.       'Copyright (c) 2000 Softuarium'#13#10'www.softuarium.com, info@softuari' +
  35.       'um.com'#13#10'mpeg decoder engine by Eugene Mayevski'#13#10'Eugene-Mayevski@' +
  36.       'usa.net, www.ig.com.ua/wabbit'
  37.   end
  38.   object OkBtn: TButton
  39.     Left = 118
  40.     Top = 118
  41.     Width = 92
  42.     Height = 31
  43.     Cancel = True
  44.     Caption = 'OK'
  45.     Default = True
  46.     ModalResult = 1
  47.     TabOrder = 0
  48.   end
  49. end
  50.