home *** CD-ROM | disk | FTP | other *** search
- object HelpForm: THelpForm
- Left = 257
- Top = 106
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Help on MP3 Renamer'
- ClientHeight = 323
- ClientWidth = 359
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object PageControl: TPageControl
- Left = 5
- Top = 7
- Width = 349
- Height = 281
- ActivePage = shtHelp3
- TabOrder = 1
- object shtHelp1: TTabSheet
- Caption = 'Interface'
- object mmoHelpInterface: TMemo
- Left = 4
- Top = 4
- Width = 334
- Height = 245
- ParentColor = True
- ReadOnly = True
- ScrollBars = ssVertical
- TabOrder = 0
- WantReturns = False
- end
- end
- object shtHelp2: TTabSheet
- Caption = 'Functions'
- object mmoHelpAutoRename: TMemo
- Left = 4
- Top = 4
- Width = 334
- Height = 245
- ParentColor = True
- ReadOnly = True
- ScrollBars = ssVertical
- TabOrder = 0
- WantReturns = False
- end
- end
- object shtHelp3: TTabSheet
- Caption = 'Info'
- object lblFreeware: TLabel
- Left = 8
- Top = 86
- Width = 329
- Height = 55
- AutoSize = False
- Caption =
- 'This program is FREEWARE, and provided "as is". I will not and y' +
- 'ou may not charge anything to anyone for this program. Distribut' +
- 'ion of this program is strongly encouraged but you may only char' +
- 'ge for the distribution, and not for this program.'
- WordWrap = True
- end
- object lblCopyright: TLabel
- Left = 48
- Top = 26
- Width = 205
- Height = 13
- Caption = 'Copyright (c) 1998 Digital Dreams Software.'
- end
- object lblThanks: TLabel
- Left = 8
- Top = 152
- Width = 329
- Height = 49
- AutoSize = False
- Caption =
- 'Thanks go out to the following people: Martijn Saly (a.k.a. Slid' +
- 'er), Willem Woudstra (a.k.a. Willem), Brad Stowers for his excel' +
- 'lent TBrowseDirectory component and many other people.'
- WordWrap = True
- end
- object Bevel1: TBevel
- Left = 4
- Top = 144
- Width = 333
- Height = 2
- end
- object lblChris: TLabel
- Left = 8
- Top = 200
- Width = 329
- Height = 49
- AutoSize = False
- Caption =
- 'Special credit to Chris Sawyer for making the most addictive gam' +
- 'e ever: Transport Tycoon Deluxe. You can visit my special homepa' +
- 'ge about this fantastic game at'
- WordWrap = True
- end
- object lblTitle: TLabel
- Left = 48
- Top = 10
- Width = 129
- Height = 13
- Caption = 'MP3 Renamer version 1.32'
- end
- object imgIcon: TImage
- Left = 8
- Top = 8
- Width = 32
- Height = 32
- AutoSize = True
- Picture.Data = {<image000.ico>}
- end
- object lblProgrammed: TLabel
- Left = 8
- Top = 48
- Width = 314
- Height = 13
- Caption =
- 'Programmed by Paul van Eijden using Delphi 3.0 from Inprise Corp' +
- '.'
- end
- object lblEmail: TLabel
- Left = 8
- Top = 68
- Width = 164
- Height = 13
- Caption = 'Send bug reports or suggestions to'
- end
- object edtEMail: TEdit
- Left = 176
- Top = 68
- Width = 161
- Height = 18
- BorderStyle = bsNone
- ParentColor = True
- ReadOnly = True
- TabOrder = 0
- Text = 'eijde600@tem.nhl.nl'
- OnClick = edtEMailClick
- end
- object edtURL: TEdit
- Left = 142
- Top = 226
- Width = 195
- Height = 18
- BorderStyle = bsNone
- ParentColor = True
- ReadOnly = True
- TabOrder = 1
- Text = 'http://www.tem.nhl.nl/~eijde600/ttdx/'
- OnClick = edtEMailClick
- end
- end
- end
- object btnOK: TButton
- Left = 279
- Top = 294
- Width = 75
- Height = 23
- Cancel = True
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 0
- end
- end
-