home *** CD-ROM | disk | FTP | other *** search
/ PC World Plus! (NZ) 2001 September / PCW0901.iso / CDBurning / HyCD / hycdplyr.exe / _SETUP.1 / HyCDPlayer.exe / 0 / RCDATA / TDETAILFORM / TDETAILFORM.txt < prev   
Text File  |  2000-07-19  |  5KB  |  250 lines

  1. object DetailForm: TDetailForm
  2.   Left = 168
  3.   Top = 122
  4.   ActiveControl = TempoCombo
  5.   BorderIcons = [biSystemMenu, biMinimize]
  6.   AutoScroll = False
  7.   Caption = 'File and ID3 Tag informations'
  8.   ClientHeight = 308
  9.   ClientWidth = 322
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Icon.Data = {<image000.ico>}
  16.   Position = poScreenCenter
  17.   OnActivate = FormActivate
  18.   OnClose = FormClose
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Preference: TGroupBox
  22.     Left = 8
  23.     Top = 152
  24.     Width = 305
  25.     Height = 121
  26.     Caption = 'Preference:'
  27.     TabOrder = 0
  28.     object Label5: TLabel
  29.       Left = 16
  30.       Top = 16
  31.       Width = 33
  32.       Height = 13
  33.       Caption = 'Tempo'
  34.     end
  35.     object Label6: TLabel
  36.       Left = 16
  37.       Top = 40
  38.       Width = 27
  39.       Height = 13
  40.       Caption = 'Mood'
  41.     end
  42.     object Label7: TLabel
  43.       Left = 16
  44.       Top = 64
  45.       Width = 41
  46.       Height = 13
  47.       Caption = 'Situation'
  48.     end
  49.     object Label8: TLabel
  50.       Left = 16
  51.       Top = 88
  52.       Width = 52
  53.       Height = 13
  54.       Caption = 'Preference'
  55.     end
  56.     object TempoCombo: TComboBox
  57.       Left = 72
  58.       Top = 16
  59.       Width = 225
  60.       Height = 21
  61.       Style = csDropDownList
  62.       ItemHeight = 13
  63.       Items.Strings = (
  64.         'Very Fast'
  65.         'Fast'
  66.         'Moderate'
  67.         'Slow'
  68.         'Very Slow'
  69.         'None')
  70.       TabOrder = 0
  71.       OnChange = TempoComboChange
  72.     end
  73.     object MoodCombo: TComboBox
  74.       Left = 72
  75.       Top = 40
  76.       Width = 225
  77.       Height = 21
  78.       Style = csDropDownList
  79.       ItemHeight = 13
  80.       Items.Strings = (
  81.         'Wild'
  82.         'Upbeat'
  83.         'Morose'
  84.         'Mellow'
  85.         'Tranquil'
  86.         'Comatose')
  87.       TabOrder = 1
  88.       OnChange = MoodComboChange
  89.     end
  90.     object SituationCombo: TComboBox
  91.       Left = 72
  92.       Top = 64
  93.       Width = 225
  94.       Height = 21
  95.       Style = csDropDownList
  96.       ItemHeight = 13
  97.       Items.Strings = (
  98.         'Dance'
  99.         'Party'
  100.         'Romantic'
  101.         'Dinner'
  102.         'Background'
  103.         'Seasonal'
  104.         'Rave'
  105.         'Drunken Brawl')
  106.       TabOrder = 2
  107.       OnChange = SituationComboChange
  108.     end
  109.     object PreferenceCombo: TComboBox
  110.       Left = 72
  111.       Top = 88
  112.       Width = 225
  113.       Height = 21
  114.       Style = csDropDownList
  115.       ItemHeight = 13
  116.       Items.Strings = (
  117.         'Excellent'
  118.         'Very Good'
  119.         'Good'
  120.         'Fair'
  121.         'Poor'
  122.         'Bad Taste')
  123.       TabOrder = 3
  124.       OnChange = PreferenceComboChange
  125.     end
  126.   end
  127.   object ArtistGroup: TGroupBox
  128.     Left = 8
  129.     Top = 8
  130.     Width = 305
  131.     Height = 137
  132.     Caption = 'Artist Information:'
  133.     Color = clBtnFace
  134.     ParentColor = False
  135.     TabOrder = 1
  136.     object ArtistName: TLabel
  137.       Left = 56
  138.       Top = 24
  139.       Width = 3
  140.       Height = 13
  141.     end
  142.     object Label1: TLabel
  143.       Left = 8
  144.       Top = 24
  145.       Width = 31
  146.       Height = 13
  147.       Caption = 'Name:'
  148.       Color = clBtnFace
  149.       Font.Charset = DEFAULT_CHARSET
  150.       Font.Color = clWindowText
  151.       Font.Height = -11
  152.       Font.Name = 'MS Sans Serif'
  153.       Font.Style = []
  154.       ParentColor = False
  155.       ParentFont = False
  156.     end
  157.     object Label2: TLabel
  158.       Left = 8
  159.       Top = 48
  160.       Width = 28
  161.       Height = 13
  162.       Caption = 'Email:'
  163.     end
  164.     object Label3: TLabel
  165.       Left = 8
  166.       Top = 72
  167.       Width = 25
  168.       Height = 13
  169.       Caption = 'URL:'
  170.     end
  171.     object Label4: TLabel
  172.       Left = 8
  173.       Top = 96
  174.       Width = 64
  175.       Height = 13
  176.       Caption = 'Buy CD URL:'
  177.     end
  178.     object ArtistBuyURL: TLabel
  179.       Left = 88
  180.       Top = 96
  181.       Width = 3
  182.       Height = 16
  183.       Cursor = crHandPoint
  184.       Font.Charset = DEFAULT_CHARSET
  185.       Font.Color = clBlue
  186.       Font.Height = -13
  187.       Font.Name = 'MS UI Gothic'
  188.       Font.Style = [fsUnderline]
  189.       ParentFont = False
  190.       OnClick = ArtistBuyURLClick
  191.     end
  192.     object ArtistURL: TLabel
  193.       Left = 56
  194.       Top = 72
  195.       Width = 3
  196.       Height = 16
  197.       Cursor = crHandPoint
  198.       Font.Charset = DEFAULT_CHARSET
  199.       Font.Color = clBlue
  200.       Font.Height = -13
  201.       Font.Name = 'MS UI Gothic'
  202.       Font.Style = [fsUnderline]
  203.       ParentFont = False
  204.       OnClick = ArtistURLClick
  205.     end
  206.     object ArtistEmail: TLabel
  207.       Left = 56
  208.       Top = 48
  209.       Width = 3
  210.       Height = 16
  211.       Cursor = crHandPoint
  212.       Font.Charset = DEFAULT_CHARSET
  213.       Font.Color = clBlue
  214.       Font.Height = -13
  215.       Font.Name = 'MS UI Gothic'
  216.       Font.Style = [fsUnderline]
  217.       ParentFont = False
  218.       ParentShowHint = False
  219.       ShowHint = True
  220.       OnClick = ArtistEmailClick
  221.     end
  222.     object AutoGo: TCheckBox
  223.       Left = 8
  224.       Top = 112
  225.       Width = 289
  226.       Height = 17
  227.       Caption = 'Automatically go to the address when the song plays.'
  228.       TabOrder = 0
  229.     end
  230.   end
  231.   object Save: TButton
  232.     Left = 156
  233.     Top = 280
  234.     Width = 75
  235.     Height = 25
  236.     Caption = '&Save'
  237.     TabOrder = 2
  238.     OnClick = SaveClick
  239.   end
  240.   object CloseButton: TButton
  241.     Left = 238
  242.     Top = 280
  243.     Width = 75
  244.     Height = 25
  245.     Caption = '&Close'
  246.     TabOrder = 3
  247.     OnClick = CloseButtonClick
  248.   end
  249. end
  250.