home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 July / PCWorld_1999-07_cd.bin / software / TemaCD / mp3enc / mpg.exe / 0 / RCDATA / TFRMABOUTDLG / TFRMABOUTDLG.txt
Text File  |  1998-02-24  |  2KB  |  74 lines

  1. object frmAboutDlg: TfrmAboutDlg
  2.   Left = 450
  3.   Top = 337
  4.   ActiveControl = btnClose
  5.   BorderStyle = bsDialog
  6.   Caption = 'About mpegEncoder'
  7.   ClientHeight = 279
  8.   ClientWidth = 225
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Memo1: TMemo
  19.     Left = 8
  20.     Top = 8
  21.     Width = 209
  22.     Height = 233
  23.     Ctl3D = False
  24.     Lines.Strings = (
  25.       'mpeg Encoder'
  26.       '============'
  27.       ''
  28.       'History:'
  29.       'After spending a lot of time searching '
  30.       'on the internet, I finally came across '
  31.       'some buggy, but very useful source '
  32.       'code.'
  33.       'Next I began building an interface and '
  34.       'modified the original code overnight. '
  35.       'The next day, version 0.01 was born.'
  36.       'Buggy as hell, but I really didn'#39't care.'
  37.       'After v0.02, messages from all over the '
  38.       'world came, which I really enjoyed. '
  39.       'Thanks to these messages, I can '
  40.       'modify the interface to everyone'#39's '
  41.       'wishes and remove those nasty bugs.'
  42.       'So keep on sending those e-mails, '
  43.       'because that'#39's really what'#39's '
  44.       'keeping me going.'
  45.       ''
  46.       ''
  47.       'Encoder core:'
  48.       '- ISO-team (see readme.txt)'
  49.       '- SoloH'
  50.       ''
  51.       'Interface:'
  52.       '- SoloH'
  53.       ''
  54.       'Compiler & IDE:'
  55.       '- Borland CPP Builder')
  56.     ParentCtl3D = False
  57.     ReadOnly = True
  58.     ScrollBars = ssVertical
  59.     TabOrder = 0
  60.     WantReturns = False
  61.   end
  62.   object btnClose: TButton
  63.     Left = 8
  64.     Top = 248
  65.     Width = 209
  66.     Height = 25
  67.     Cancel = True
  68.     Caption = 'Done reading, let'#39's get on...'
  69.     Default = True
  70.     TabOrder = 1
  71.     OnClick = btnCloseClick
  72.   end
  73. end
  74.