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
Wrap
Text File
|
1998-02-24
|
2KB
|
74 lines
object frmAboutDlg: TfrmAboutDlg
Left = 450
Top = 337
ActiveControl = btnClose
BorderStyle = bsDialog
Caption = 'About mpegEncoder'
ClientHeight = 279
ClientWidth = 225
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Position = poScreenCenter
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Memo1: TMemo
Left = 8
Top = 8
Width = 209
Height = 233
Ctl3D = False
Lines.Strings = (
'mpeg Encoder'
'============'
''
'History:'
'After spending a lot of time searching '
'on the internet, I finally came across '
'some buggy, but very useful source '
'code.'
'Next I began building an interface and '
'modified the original code overnight. '
'The next day, version 0.01 was born.'
'Buggy as hell, but I really didn'#39't care.'
'After v0.02, messages from all over the '
'world came, which I really enjoyed. '
'Thanks to these messages, I can '
'modify the interface to everyone'#39's '
'wishes and remove those nasty bugs.'
'So keep on sending those e-mails, '
'because that'#39's really what'#39's '
'keeping me going.'
''
''
'Encoder core:'
'- ISO-team (see readme.txt)'
'- SoloH'
''
'Interface:'
'- SoloH'
''
'Compiler & IDE:'
'- Borland CPP Builder')
ParentCtl3D = False
ReadOnly = True
ScrollBars = ssVertical
TabOrder = 0
WantReturns = False
end
object btnClose: TButton
Left = 8
Top = 248
Width = 209
Height = 25
Cancel = True
Caption = 'Done reading, let'#39's get on...'
Default = True
TabOrder = 1
OnClick = btnCloseClick
end
end