home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 July / PCWorld_1999-07_cd.bin / software / TemaCD / mp3renam / MP3Renamer.exe / 0 / RCDATA / THELPFORM / THELPFORM.txt < prev   
Text File  |  1998-09-23  |  5KB  |  188 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 = shtFuture
  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 mmoHelpFunctions: 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 shtFuture: TTabSheet
  54.       Caption = 'Future releases'
  55.       object mmoHelpFutureReleases: TMemo
  56.         Left = 4
  57.         Top = 4
  58.         Width = 334
  59.         Height = 245
  60.         ParentColor = True
  61.         ReadOnly = True
  62.         ScrollBars = ssVertical
  63.         TabOrder = 0
  64.         WantReturns = False
  65.       end
  66.     end
  67.     object shtHelp3: TTabSheet
  68.       Caption = 'Info'
  69.       object lblFreeware: TLabel
  70.         Left = 8
  71.         Top = 86
  72.         Width = 329
  73.         Height = 55
  74.         AutoSize = False
  75.         Caption = 
  76.           'This program is FREEWARE, and provided "as is". I will not and y' +
  77.           'ou may not charge anything to anyone for this program. Distribut' +
  78.           'ion of this program is strongly encouraged but you may only char' +
  79.           'ge for the distribution, and not for this program.'
  80.         WordWrap = True
  81.       end
  82.       object lblCopyright: TLabel
  83.         Left = 48
  84.         Top = 26
  85.         Width = 205
  86.         Height = 13
  87.         Caption = 'Copyright (c) 1998 Digital Dreams Software.'
  88.       end
  89.       object lblThanks: TLabel
  90.         Left = 8
  91.         Top = 152
  92.         Width = 329
  93.         Height = 49
  94.         AutoSize = False
  95.         Caption = 
  96.           'Thanks go out to the following people: Martijn Saly, Arjen Wiers' +
  97.           'ma, Willem Woudstra, Brad Stowers for his excellent TBrowseDirec' +
  98.           'tory component and many other people.'
  99.         WordWrap = True
  100.       end
  101.       object Bevel1: TBevel
  102.         Left = 4
  103.         Top = 144
  104.         Width = 333
  105.         Height = 2
  106.       end
  107.       object lblChris: TLabel
  108.         Left = 8
  109.         Top = 200
  110.         Width = 329
  111.         Height = 49
  112.         AutoSize = False
  113.         Caption = 
  114.           'Special credit to Chris Sawyer for making the most addictive gam' +
  115.           'e ever: Transport Tycoon Deluxe. You can visit my special homepa' +
  116.           'ge about this fantastic game at'
  117.         WordWrap = True
  118.       end
  119.       object lblTitle: TLabel
  120.         Left = 48
  121.         Top = 10
  122.         Width = 129
  123.         Height = 13
  124.         Caption = 'MP3 Renamer version 1.33'
  125.       end
  126.       object imgIcon: TImage
  127.         Left = 8
  128.         Top = 8
  129.         Width = 32
  130.         Height = 32
  131.         AutoSize = True
  132.         Picture.Data = {<image000.ico>}
  133.       end
  134.       object lblProgrammed: TLabel
  135.         Left = 8
  136.         Top = 48
  137.         Width = 314
  138.         Height = 13
  139.         Caption = 
  140.           'Programmed by Paul van Eijden using Delphi 3.0 from Inprise Corp' +
  141.           '.'
  142.       end
  143.       object lblEmail: TLabel
  144.         Left = 8
  145.         Top = 68
  146.         Width = 164
  147.         Height = 13
  148.         Caption = 'Send bug reports or suggestions to'
  149.       end
  150.       object edtEMail: TEdit
  151.         Left = 176
  152.         Top = 68
  153.         Width = 161
  154.         Height = 18
  155.         BorderStyle = bsNone
  156.         ParentColor = True
  157.         ReadOnly = True
  158.         TabOrder = 0
  159.         Text = 'mp3renamer@dgdr.com'
  160.         OnClick = edtEMailClick
  161.       end
  162.       object edtURL: TEdit
  163.         Left = 142
  164.         Top = 226
  165.         Width = 195
  166.         Height = 18
  167.         BorderStyle = bsNone
  168.         ParentColor = True
  169.         ReadOnly = True
  170.         TabOrder = 1
  171.         Text = 'http://www.dgdr.com/~eijden/ttdpages'
  172.         OnClick = edtEMailClick
  173.       end
  174.     end
  175.   end
  176.   object btnOK: TButton
  177.     Left = 279
  178.     Top = 294
  179.     Width = 75
  180.     Height = 23
  181.     Cancel = True
  182.     Caption = 'OK'
  183.     Default = True
  184.     ModalResult = 1
  185.     TabOrder = 0
  186.   end
  187. end
  188.