home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 June B / Pcwk6b98.iso / Mpeg3 / Breathe / breathe.exe / 0 / RCDATA / TFORM4 / TFORM4.txt
Text File  |  1998-03-25  |  6KB  |  320 lines

  1. object Form4: TForm4
  2.   Left = 307
  3.   Top = 270
  4.   BorderStyle = bsDialog
  5.   Caption = 'ID3 Tag Infos'
  6.   ClientHeight = 228
  7.   ClientWidth = 328
  8.   Color = clNavy
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label2: TLabel
  19.     Left = 6
  20.     Top = 34
  21.     Width = 59
  22.     Height = 14
  23.     Caption = 'Songname'
  24.     Font.Charset = ANSI_CHARSET
  25.     Font.Color = clWhite
  26.     Font.Height = -11
  27.     Font.Name = 'Arial'
  28.     Font.Style = [fsBold]
  29.     ParentFont = False
  30.   end
  31.   object Label3: TLabel
  32.     Left = 6
  33.     Top = 61
  34.     Width = 31
  35.     Height = 14
  36.     Caption = 'Artist'
  37.     Font.Charset = ANSI_CHARSET
  38.     Font.Color = clWhite
  39.     Font.Height = -11
  40.     Font.Name = 'Arial'
  41.     Font.Style = [fsBold]
  42.     ParentFont = False
  43.   end
  44.   object Label4: TLabel
  45.     Left = 6
  46.     Top = 88
  47.     Width = 36
  48.     Height = 14
  49.     Caption = 'Album'
  50.     Font.Charset = ANSI_CHARSET
  51.     Font.Color = clWhite
  52.     Font.Height = -11
  53.     Font.Name = 'Arial'
  54.     Font.Style = [fsBold]
  55.     ParentFont = False
  56.   end
  57.   object Label5: TLabel
  58.     Left = 6
  59.     Top = 115
  60.     Width = 25
  61.     Height = 14
  62.     Caption = 'Year'
  63.     Font.Charset = ANSI_CHARSET
  64.     Font.Color = clWhite
  65.     Font.Height = -11
  66.     Font.Name = 'Arial'
  67.     Font.Style = [fsBold]
  68.     ParentFont = False
  69.   end
  70.   object Label6: TLabel
  71.     Left = 6
  72.     Top = 142
  73.     Width = 55
  74.     Height = 14
  75.     Caption = 'Comment'
  76.     Font.Charset = ANSI_CHARSET
  77.     Font.Color = clWhite
  78.     Font.Height = -11
  79.     Font.Name = 'Arial'
  80.     Font.Style = [fsBold]
  81.     ParentFont = False
  82.   end
  83.   object Label7: TLabel
  84.     Left = 6
  85.     Top = 169
  86.     Width = 34
  87.     Height = 14
  88.     Caption = 'Genre'
  89.     Font.Charset = ANSI_CHARSET
  90.     Font.Color = clWhite
  91.     Font.Height = -11
  92.     Font.Name = 'Arial'
  93.     Font.Style = [fsBold]
  94.     ParentFont = False
  95.   end
  96.   object Label8: TLabel
  97.     Left = 6
  98.     Top = 196
  99.     Width = 31
  100.     Height = 14
  101.     Caption = 'Track'
  102.     Font.Charset = ANSI_CHARSET
  103.     Font.Color = clWhite
  104.     Font.Height = -11
  105.     Font.Name = 'Arial'
  106.     Font.Style = [fsBold]
  107.     ParentFont = False
  108.   end
  109.   object Label1: TLabel
  110.     Left = 4
  111.     Top = 0
  112.     Width = 126
  113.     Height = 24
  114.     Caption = 'MP3 ID3 Tag:'
  115.     Font.Charset = ANSI_CHARSET
  116.     Font.Color = clWhite
  117.     Font.Height = -20
  118.     Font.Name = 'Arial'
  119.     Font.Style = [fsBold]
  120.     ParentFont = False
  121.   end
  122.   object songnameedit: TEdit97
  123.     Left = 72
  124.     Top = 30
  125.     Width = 235
  126.     Height = 19
  127.     Hint = 'Songname'
  128.     ParentShowHint = False
  129.     ReadOnly = True
  130.     ShowHint = True
  131.     TabOrder = 0
  132.     Text = 'none'
  133.   end
  134.   object artistedit: TEdit97
  135.     Left = 72
  136.     Top = 57
  137.     Width = 235
  138.     Height = 19
  139.     Hint = 'Artist'
  140.     ParentShowHint = False
  141.     ReadOnly = True
  142.     ShowHint = True
  143.     TabOrder = 1
  144.     Text = 'none'
  145.   end
  146.   object albumedit: TEdit97
  147.     Left = 72
  148.     Top = 85
  149.     Width = 235
  150.     Height = 19
  151.     Hint = 'Album'
  152.     ParentShowHint = False
  153.     ReadOnly = True
  154.     ShowHint = True
  155.     TabOrder = 2
  156.     Text = 'none'
  157.   end
  158.   object yearedit: TEdit97
  159.     Left = 72
  160.     Top = 112
  161.     Width = 235
  162.     Height = 19
  163.     Hint = 'Year'
  164.     ParentShowHint = False
  165.     ReadOnly = True
  166.     ShowHint = True
  167.     TabOrder = 3
  168.     Text = 'none'
  169.   end
  170.   object commentedit: TEdit97
  171.     Left = 72
  172.     Top = 139
  173.     Width = 235
  174.     Height = 19
  175.     Hint = 'Comment'
  176.     ParentShowHint = False
  177.     ReadOnly = True
  178.     ShowHint = True
  179.     TabOrder = 4
  180.     Text = 'none'
  181.   end
  182.   object trackedit: TEdit97
  183.     Left = 72
  184.     Top = 194
  185.     Width = 235
  186.     Height = 19
  187.     Hint = 'Track'
  188.     ParentShowHint = False
  189.     ReadOnly = True
  190.     ShowHint = True
  191.     TabOrder = 5
  192.     Text = 'none'
  193.   end
  194.   object genrebox: TComboBox
  195.     Left = 72
  196.     Top = 164
  197.     Width = 235
  198.     Height = 21
  199.     ItemHeight = 13
  200.     Items.Strings = (
  201.       'Blues '
  202.       'Classic Rock '
  203.       'Country '
  204.       'Dance '
  205.       'Disco '
  206.       'Funk '
  207.       'Grunge '
  208.       'Hip-Hop '
  209.       'Jazz '
  210.       'Metal '
  211.       'New Age '
  212.       'Oldies '
  213.       'Other '
  214.       'Pop '
  215.       'R&B '
  216.       'Rap '
  217.       'Reggae '
  218.       'Rock '
  219.       'Techno '
  220.       'Industrial '
  221.       'Alternative '
  222.       'Ska '
  223.       'Death Metal '
  224.       'Pranks '
  225.       'Soundtrack '
  226.       'Euro-Techno '
  227.       'Ambient '
  228.       'Trip-Hop '
  229.       'Vocal '
  230.       'Jazz+Funk '
  231.       'Fusion '
  232.       'Trance '
  233.       'Classical '
  234.       'Instrumental '
  235.       'Acid '
  236.       'House '
  237.       'Game '
  238.       'Sound Clip '
  239.       'Gospel '
  240.       'Noise '
  241.       'AlternRock '
  242.       'Bass '
  243.       'Soul '
  244.       'Punk '
  245.       'Space '
  246.       'Meditative '
  247.       'Instrumental Pop '
  248.       'Instrumental Rock '
  249.       'Ethnic '
  250.       'Gothic '
  251.       'Darkwave '
  252.       'Techno-Industrial '
  253.       'Electronic '
  254.       'Pop-Folk '
  255.       'Eurodance '
  256.       'Dream '
  257.       'Southern Rock '
  258.       'Comedy '
  259.       'Cult '
  260.       'Gangsta '
  261.       'Top 40 '
  262.       'Christian Rap '
  263.       'Pop/Funk '
  264.       'Jungle '
  265.       'Native American '
  266.       'Cabaret '
  267.       'New Wave '
  268.       'Psychadelic '
  269.       'Rave '
  270.       'Showtunes '
  271.       'Trailer '
  272.       'Lo-Fi '
  273.       'Tribal '
  274.       'Acid Punk'
  275.       'Acid Jazz '
  276.       'Polka '
  277.       'Retro '
  278.       'Musical '
  279.       'Rock & Roll '
  280.       'Hard Rock '
  281.       'Folk '
  282.       'Folk/Rock '
  283.       'National Folk '
  284.       'Swing '
  285.       'Bebob '
  286.       'Latin '
  287.       'Revival '
  288.       'Celtic '
  289.       'Bluegrass '
  290.       'Avantgarde '
  291.       'Gothic Rock '
  292.       'Progressive Rock '
  293.       'Psychedelic Rock '
  294.       'Symphonic Rock '
  295.       'Slow Rock '
  296.       'Big Band '
  297.       'Chorus '
  298.       'Easy Listening '
  299.       'Acoustic '
  300.       'Humour '
  301.       'Speech '
  302.       'Chanson '
  303.       'Opera '
  304.       'Chamber Music '
  305.       'Sonata '
  306.       'Symphony '
  307.       'Booty Bass '
  308.       'Primus '
  309.       'Porn Groove '
  310.       'Satire '
  311.       'Slow Jam '
  312.       'Club '
  313.       'Tango '
  314.       'Samba '
  315.       'Folklore ')
  316.     TabOrder = 6
  317.     Text = 'none'
  318.   end
  319. end
  320.