home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 6 A / CHIP_HITWARE6_A.iso / multimed / mp3rename / MP3Renamer.exe / 0 / RCDATA / THELPFORM / THELPFORM.txt < prev   
Text File  |  1998-07-25  |  4KB  |  174 lines

  1. object HelpForm: THelpForm
  2.   Left = 257
  3.   Top = 106
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Help on MP3 Renamer'
  7.   ClientHeight = 323
  8.   ClientWidth = 359
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OnCreate = FormCreate
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object PageControl: TPageControl
  19.     Left = 5
  20.     Top = 7
  21.     Width = 349
  22.     Height = 281
  23.     ActivePage = shtHelp3
  24.     TabOrder = 1
  25.     object shtHelp1: TTabSheet
  26.       Caption = 'Interface'
  27.       object mmoHelpInterface: TMemo
  28.         Left = 4
  29.         Top = 4
  30.         Width = 334
  31.         Height = 245
  32.         ParentColor = True
  33.         ReadOnly = True
  34.         ScrollBars = ssVertical
  35.         TabOrder = 0
  36.         WantReturns = False
  37.       end
  38.     end
  39.     object shtHelp2: TTabSheet
  40.       Caption = 'Functions'
  41.       object mmoHelpAutoRename: TMemo
  42.         Left = 4
  43.         Top = 4
  44.         Width = 334
  45.         Height = 245
  46.         ParentColor = True
  47.         ReadOnly = True
  48.         ScrollBars = ssVertical
  49.         TabOrder = 0
  50.         WantReturns = False
  51.       end
  52.     end
  53.     object shtHelp3: TTabSheet
  54.       Caption = 'Info'
  55.       object lblFreeware: TLabel
  56.         Left = 8
  57.         Top = 86
  58.         Width = 329
  59.         Height = 55
  60.         AutoSize = False
  61.         Caption = 
  62.           'This program is FREEWARE, and provided "as is". I will not and y' +
  63.           'ou may not charge anything to anyone for this program. Distribut' +
  64.           'ion of this program is strongly encouraged but you may only char' +
  65.           'ge for the distribution, and not for this program.'
  66.         WordWrap = True
  67.       end
  68.       object lblCopyright: TLabel
  69.         Left = 48
  70.         Top = 26
  71.         Width = 205
  72.         Height = 13
  73.         Caption = 'Copyright (c) 1998 Digital Dreams Software.'
  74.       end
  75.       object lblThanks: TLabel
  76.         Left = 8
  77.         Top = 152
  78.         Width = 329
  79.         Height = 49
  80.         AutoSize = False
  81.         Caption = 
  82.           'Thanks go out to the following people: Martijn Saly (a.k.a. Slid' +
  83.           'er), Willem Woudstra (a.k.a. Willem), Brad Stowers for his excel' +
  84.           'lent TBrowseDirectory component and many other people.'
  85.         WordWrap = True
  86.       end
  87.       object Bevel1: TBevel
  88.         Left = 4
  89.         Top = 144
  90.         Width = 333
  91.         Height = 2
  92.       end
  93.       object lblChris: TLabel
  94.         Left = 8
  95.         Top = 200
  96.         Width = 329
  97.         Height = 49
  98.         AutoSize = False
  99.         Caption = 
  100.           'Special credit to Chris Sawyer for making the most addictive gam' +
  101.           'e ever: Transport Tycoon Deluxe. You can visit my special homepa' +
  102.           'ge about this fantastic game at'
  103.         WordWrap = True
  104.       end
  105.       object lblTitle: TLabel
  106.         Left = 48
  107.         Top = 10
  108.         Width = 129
  109.         Height = 13
  110.         Caption = 'MP3 Renamer version 1.32'
  111.       end
  112.       object imgIcon: TImage
  113.         Left = 8
  114.         Top = 8
  115.         Width = 32
  116.         Height = 32
  117.         AutoSize = True
  118.         Picture.Data = {<image000.ico>}
  119.       end
  120.       object lblProgrammed: TLabel
  121.         Left = 8
  122.         Top = 48
  123.         Width = 314
  124.         Height = 13
  125.         Caption = 
  126.           'Programmed by Paul van Eijden using Delphi 3.0 from Inprise Corp' +
  127.           '.'
  128.       end
  129.       object lblEmail: TLabel
  130.         Left = 8
  131.         Top = 68
  132.         Width = 164
  133.         Height = 13
  134.         Caption = 'Send bug reports or suggestions to'
  135.       end
  136.       object edtEMail: TEdit
  137.         Left = 176
  138.         Top = 68
  139.         Width = 161
  140.         Height = 18
  141.         BorderStyle = bsNone
  142.         ParentColor = True
  143.         ReadOnly = True
  144.         TabOrder = 0
  145.         Text = 'eijde600@tem.nhl.nl'
  146.         OnClick = edtEMailClick
  147.       end
  148.       object edtURL: TEdit
  149.         Left = 142
  150.         Top = 226
  151.         Width = 195
  152.         Height = 18
  153.         BorderStyle = bsNone
  154.         ParentColor = True
  155.         ReadOnly = True
  156.         TabOrder = 1
  157.         Text = 'http://www.tem.nhl.nl/~eijde600/ttdx/'
  158.         OnClick = edtEMailClick
  159.       end
  160.     end
  161.   end
  162.   object btnOK: TButton
  163.     Left = 279
  164.     Top = 294
  165.     Width = 75
  166.     Height = 23
  167.     Cancel = True
  168.     Caption = 'OK'
  169.     Default = True
  170.     ModalResult = 1
  171.     TabOrder = 0
  172.   end
  173. end
  174.