home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 September (Special) / Chip-Special_2004-09_Digitalni-Hudba.bin / prehravace / tunes / mp3t2demo.exe / MP3Tunes.exe / 0 / RCDATA / TPROGINFO / TPROGINFO.txt
Text File  |  2003-10-13  |  9KB  |  334 lines

  1. object ProgInfo: TProgInfo
  2.   Left = 229
  3.   Top = 390
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'Program information'
  7.   ClientHeight = 277
  8.   ClientWidth = 385
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Button1: TButton
  22.     Left = 120
  23.     Top = 248
  24.     Width = 137
  25.     Height = 25
  26.     Caption = 'Quit reading crap'
  27.     TabOrder = 0
  28.     OnClick = Button1Click
  29.   end
  30.   object Tabs: TPageControl
  31.     Left = 2
  32.     Top = 4
  33.     Width = 381
  34.     Height = 239
  35.     Cursor = crHandPoint
  36.     ActivePage = Controls
  37.     HotTrack = True
  38.     RaggedRight = True
  39.     TabHeight = 18
  40.     TabOrder = 1
  41.     TabWidth = 80
  42.     object Controls: TTabSheet
  43.       Caption = 'Controls'
  44.       object Memo2: TMemo
  45.         Left = 4
  46.         Top = 8
  47.         Width = 365
  48.         Height = 193
  49.         Lines.Strings = (
  50.           'On the left is the playlist.'
  51.           'In the middle is the database.'
  52.           'Right click in them for options.'
  53.           'On the right is the directorytree.'
  54.           'You may also use drag&drop between the above.'
  55.           ''
  56.           'F1'#9'Activate left player (you don'#39't need to use Ctrl+)'
  57.           'F2'#9'Activate right player (you don'#39't need to use Alt+)'
  58.           'F3'#9'Activate playlist'
  59.           'F4'#9'Activate database'
  60.           'F5'#9'Show/hide Jingles window'
  61.           'F6'#9'Toggle Break'
  62.           'F7'#9'Automix on/off'
  63.           'F8'#9'Toggle Shuffle'
  64.           'F9'#9'Show/hide Crossfader'
  65.           'F11'#9'Remove V marks'
  66.           'F12'#9'Remove X marks'
  67.           ''
  68.           'You can control both players everywhere on the screen by:'
  69.           ''
  70.           'Left player: Ctrl + ?'
  71.           'Right player: Alt + ?'
  72.           ''
  73.           'For the ? you put:'
  74.           ''
  75.           ' P'#9#9'Play or Pause'
  76.           ' S'#9#9'Stop'
  77.           ' <'#9#9'Previous track'
  78.           ' >'#9' '#9'Next track'
  79.           ''
  80.           ' T'#9#9'Set Cue point'
  81.           ' C'#9#9'To Cue point'
  82.           'Numpad 4'#9'Move Cue point to the left'
  83.           'Numpad 6'#9'Move Cue point to the right'
  84.           ''
  85.           'Numpad +'#9'Bend Pitch up'
  86.           'Numpad -'#9#9'Bend Pitch down'
  87.           'Numpad 0'#9'Pitch back to 0%'
  88.           'Numpad 8'#9'Pitch up'
  89.           'Numpad 2'#9'Pitch down'
  90.           ''
  91.           
  92.             'When a player is activated (yellow text) you don'#39't have to use C' +
  93.             'trl or '
  94.           'Alt!'
  95.           ''
  96.           'Tracks smaller than the set automix seconds are played'
  97.           'in a popup window when automix is on.'
  98.           'For example:'
  99.           'Automix 3 seconds.'
  100.           'If Track smaller than (3 x 2) + 2 seconds (3 = defined automix)'
  101.           'then a popup window will be activated.')
  102.         ReadOnly = True
  103.         ScrollBars = ssVertical
  104.         TabOrder = 0
  105.       end
  106.     end
  107.     object About: TTabSheet
  108.       Caption = 'About'
  109.       Font.Charset = DEFAULT_CHARSET
  110.       Font.Color = clYellow
  111.       Font.Height = -11
  112.       Font.Name = 'MS Sans Serif'
  113.       Font.Style = []
  114.       ImageIndex = 4
  115.       ParentFont = False
  116.       OnHide = AboutHide
  117.       OnShow = AboutShow
  118.       object Panel2: TPanel
  119.         Left = 4
  120.         Top = 8
  121.         Width = 365
  122.         Height = 193
  123.         BevelOuter = bvLowered
  124.         Caption = 'Panel2'
  125.         TabOrder = 0
  126.         object Panel1: TImagePanel
  127.           Left = 1
  128.           Top = 1
  129.           Width = 363
  130.           Height = 191
  131.           BevelOuter = bvNone
  132.           Color = clBlack
  133.           TabOrder = 0
  134.           ImageAlignment = iaCenter
  135.           object Label1: TLabel
  136.             Left = 104
  137.             Top = 138
  138.             Width = 153
  139.             Height = 39
  140.             Alignment = taCenter
  141.             AutoSize = False
  142.             Caption = 'version'
  143.             Font.Charset = DEFAULT_CHARSET
  144.             Font.Color = clYellow
  145.             Font.Height = -32
  146.             Font.Name = 'Times New Roman'
  147.             Font.Style = []
  148.             ParentFont = False
  149.             Transparent = True
  150.           end
  151.           object Memo1: TMemo
  152.             Left = 2
  153.             Top = 178
  154.             Width = 361
  155.             Height = 276
  156.             Color = clBlack
  157.             Ctl3D = False
  158.             Font.Charset = DEFAULT_CHARSET
  159.             Font.Color = clYellow
  160.             Font.Height = -13
  161.             Font.Name = 'MS Sans Serif'
  162.             Font.Style = []
  163.             Lines.Strings = (
  164.               'Made by: DJ Maze'
  165.               'Decoder:  FMOD by Firelight Technologies'
  166.               ''
  167.               'This program is shareware and may not be sold'
  168.               'in anyway.'
  169.               ''
  170.               'If you didn'#39't pay for it, you may use it for 30 days.'
  171.               'After that you must pay!'
  172.               ''
  173.               'Have lot'#39's of fun with this great player !'
  174.               ''
  175.               'Source code: Not available !'
  176.               ''
  177.               'Thanks to:'
  178.               'Tom Polten for his images'
  179.               'AudioXL for ID3v2 tagging'
  180.               'And all the users out there....')
  181.             ParentCtl3D = False
  182.             ParentFont = False
  183.             TabOrder = 0
  184.           end
  185.         end
  186.       end
  187.     end
  188.     object WWW: TTabSheet
  189.       Caption = 'WWW'
  190.       ImageIndex = 2
  191.       object MP3Tunes: TLabel
  192.         Left = 88
  193.         Top = 8
  194.         Width = 84
  195.         Height = 13
  196.         Cursor = crHandPoint
  197.         Caption = 'www.mp3tunes.nl'
  198.         Font.Charset = DEFAULT_CHARSET
  199.         Font.Color = clBlue
  200.         Font.Height = -11
  201.         Font.Name = 'MS Sans Serif'
  202.         Font.Style = [fsUnderline]
  203.         ParentFont = False
  204.         OnClick = GoToURL
  205.       end
  206.       object Label3: TLabel
  207.         Left = 8
  208.         Top = 8
  209.         Width = 55
  210.         Height = 13
  211.         Caption = 'Homepage:'
  212.       end
  213.       object EMail: TLabel
  214.         Tag = 1
  215.         Left = 88
  216.         Top = 24
  217.         Width = 85
  218.         Height = 13
  219.         Cursor = crHandPoint
  220.         Caption = 'info@mp3tunes.nl'
  221.         Font.Charset = DEFAULT_CHARSET
  222.         Font.Color = clBlue
  223.         Font.Height = -11
  224.         Font.Name = 'MS Sans Serif'
  225.         Font.Style = [fsUnderline]
  226.         ParentFont = False
  227.         OnClick = GoToURL
  228.       end
  229.       object AudioXL: TLabel
  230.         Left = 88
  231.         Top = 144
  232.         Width = 83
  233.         Height = 13
  234.         Cursor = crHandPoint
  235.         Caption = 'www.audioxl.com'
  236.         Font.Charset = DEFAULT_CHARSET
  237.         Font.Color = clBlue
  238.         Font.Height = -11
  239.         Font.Name = 'MS Sans Serif'
  240.         Font.Style = [fsUnderline]
  241.         ParentFont = False
  242.         OnClick = GoToURL
  243.       end
  244.       object Label7: TLabel
  245.         Left = 8
  246.         Top = 96
  247.         Width = 30
  248.         Height = 13
  249.         Caption = 'FMod:'
  250.       end
  251.       object Label8: TLabel
  252.         Left = 8
  253.         Top = 24
  254.         Width = 32
  255.         Height = 13
  256.         Caption = 'E-Mail:'
  257.       end
  258.       object Label9: TLabel
  259.         Left = 8
  260.         Top = 112
  261.         Width = 43
  262.         Height = 13
  263.         Caption = 'Terratec:'
  264.       end
  265.       object Terratec: TLabel
  266.         Left = 88
  267.         Top = 112
  268.         Width = 81
  269.         Height = 13
  270.         Cursor = crHandPoint
  271.         Caption = 'www.terratec.net'
  272.         Font.Charset = DEFAULT_CHARSET
  273.         Font.Color = clBlue
  274.         Font.Height = -11
  275.         Font.Name = 'MS Sans Serif'
  276.         Font.Style = [fsUnderline]
  277.         ParentFont = False
  278.         OnClick = GoToURL
  279.       end
  280.       object Label11: TLabel
  281.         Left = 8
  282.         Top = 128
  283.         Width = 20
  284.         Height = 13
  285.         Caption = 'ID3:'
  286.       end
  287.       object ID3: TLabel
  288.         Left = 88
  289.         Top = 128
  290.         Width = 59
  291.         Height = 13
  292.         Cursor = crHandPoint
  293.         Caption = 'www.id3.org'
  294.         Font.Charset = DEFAULT_CHARSET
  295.         Font.Color = clBlue
  296.         Font.Height = -11
  297.         Font.Name = 'MS Sans Serif'
  298.         Font.Style = [fsUnderline]
  299.         ParentFont = False
  300.         OnClick = GoToURL
  301.       end
  302.       object Label5: TLabel
  303.         Left = 88
  304.         Top = 96
  305.         Width = 68
  306.         Height = 13
  307.         Cursor = crHandPoint
  308.         Caption = 'www.fmod.org'
  309.         Font.Charset = DEFAULT_CHARSET
  310.         Font.Color = clBlue
  311.         Font.Height = -11
  312.         Font.Name = 'MS Sans Serif'
  313.         Font.Style = [fsUnderline]
  314.         ParentFont = False
  315.         OnClick = GoToURL
  316.       end
  317.       object Label6: TLabel
  318.         Left = 8
  319.         Top = 144
  320.         Width = 43
  321.         Height = 13
  322.         Caption = 'AudioXL:'
  323.       end
  324.     end
  325.   end
  326.   object Timer1: TTimer
  327.     Enabled = False
  328.     Interval = 100
  329.     OnTimer = Timer1Timer
  330.     Left = 16
  331.     Top = 240
  332.   end
  333. end
  334.