home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 January / Pcwk0198.iso / Zadarmo / CLARION / CLARION.EXE / 0 / RCDATA / TMAINFORM / TMAINFORM.txt < prev   
Text File  |  1997-10-06  |  64KB  |  1,858 lines

  1. object MainForm: TMainForm
  2.   Left = 84
  3.   Top = 48
  4.   BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
  5.   AutoScroll = False
  6.   Caption = 'Clarion'
  7.   ClientHeight = 448
  8.   ClientWidth = 626
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -13
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   KeyPreview = True
  15.   Scaled = False
  16.   ShowHint = True
  17.   OnCloseQuery = FormCloseQuery
  18.   OnCreate = FormCreate
  19.   OnDestroy = FormDestroy
  20.   OnKeyDown = FormKeyDown
  21.   OnResize = FormResize
  22.   PixelsPerInch = 120
  23.   TextHeight = 16
  24.   object bBrowser: TSpeedButton
  25.     Left = 336
  26.     Top = 425
  27.     Width = 43
  28.     Height = 21
  29.     Hint = 'Toggle browser (F9)'
  30.     AllowAllUp = True
  31.     GroupIndex = 1
  32.     Down = True
  33.     Glyph.Data = {
  34.       8E010000424D8E010000000000007600000028000000240000000E0000000100
  35.       0400000000001801000000000000000000001000000010000000000000000000
  36.       80000080000000808000800000008000800080800000C0C0C000808080000000
  37.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00999999999999
  38.       9999999900000000000009990000999999999999999999988888888888888099
  39.       000099999999999999999998F77FFFFF77778099000099000000000000099998
  40.       FA20000000078099000098888888888888809998F7777788777000990000987F
  41.       FFFFFFFFF7880998FFFFF87F777AB09900009878888888888788099988888777
  42.       F77BEE0900009877777777777788099999998777808E77090000987777777777
  43.       278809999999877A07077709000098FFFFFFFFFFFF880999999987AA808F7709
  44.       00009987777777777778099999998AAEBB77F709000099988888888888889999
  45.       999998EEBB77709900009999999999999999999999999988BB78899900009999
  46.       999999999999999999999999888999990000}
  47.     OnClick = bBrowserClick
  48.   end
  49.   object lbPercent: TFFLabel
  50.     Left = 292
  51.     Top = 402
  52.     Width = 38
  53.     Height = 16
  54.     Cursor = 1
  55.     Hint = 
  56.       'Left click = mark Start;  Right click = mark End; Shift+Click = ' +
  57.       'Clear'
  58.     Alignment = taCenter
  59.     AutoSize = False
  60.     Color = clBlack
  61.     Font.Charset = DEFAULT_CHARSET
  62.     Font.Color = clLime
  63.     Font.Height = -13
  64.     Font.Name = 'MS Sans Serif'
  65.     Font.Style = [fsBold]
  66.     ParentColor = False
  67.     ParentFont = False
  68.     OnMouseMove = lbPercentMouseMove
  69.     OnMouseUp = lbPercentMouseUp
  70.   end
  71.   object pnOrg: TGroupBox
  72.     Left = 304
  73.     Top = 81
  74.     Width = 49
  75.     Height = 305
  76.     Cursor = crHSplit
  77.     TabOrder = 4
  78.     OnMouseDown = pnOrgMouseDown
  79.     OnMouseMove = pnOrgMouseMove
  80.     OnMouseUp = pnOrgMouseUp
  81.     object bTabs: TBitBtn
  82.       Left = 8
  83.       Top = 56
  84.       Width = 32
  85.       Height = 29
  86.       Hint = 
  87.         'Tab switch [F11] (+Ctrl = Copy selection; +Shift = Move selectio' +
  88.         'n)'
  89.       Font.Charset = DEFAULT_CHARSET
  90.       Font.Color = clBtnText
  91.       Font.Height = -10
  92.       Font.Name = 'MS Sans Serif'
  93.       Font.Style = []
  94.       ParentFont = False
  95.       ParentShowHint = False
  96.       ShowHint = True
  97.       TabOrder = 1
  98.       OnMouseDown = bTabsMouseDown
  99.       Glyph.Data = {
  100.         42010000424D4201000000000000760000002800000017000000110000000100
  101.         040000000000CC00000000000000000000001000000010000000000000000000
  102.         800000800000008080008000000080008000C0C0C00000FFFF00808080000000
  103.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00AAAAAAAAAAAA
  104.         AAAAAAAAAAA0A666666666807777777777A0A666666666807777777777A0A664
  105.         646466807774747477A0A646464646807747474747A0A66666666680F7777777
  106.         77A0A666666668090F77777777A0AFFFFFFF809990FFFFFFFFA0A00000000999
  107.         9900000000A0A0F999999999999980EEEEA0A0F999494949499980EEEEA0A0F9
  108.         94949494949980EEEEA0AA0F99999999999980FEEEA0AAA0F999999999980A0F
  109.         EEA0AAAA0FFFFFFFFF80AAA0FFA0AAAAA0000000000AAAAA00A0AAAAAAAAAAAA
  110.         AAAAAAAAAAA0}
  111.     end
  112.     object bUp: TBitBtn
  113.       Left = 9
  114.       Top = 93
  115.       Width = 32
  116.       Height = 26
  117.       Hint = 
  118.         'Move selected items up (+Shift=top of queue; +Ctrl=top of window' +
  119.         #39')'
  120.       Enabled = False
  121.       Font.Charset = DEFAULT_CHARSET
  122.       Font.Color = clBlack
  123.       Font.Height = -18
  124.       Font.Name = 'MS Sans Serif'
  125.       Font.Style = []
  126.       ModalResult = 1
  127.       ParentFont = False
  128.       ParentShowHint = False
  129.       ShowHint = True
  130.       TabOrder = 2
  131.       OnMouseDown = bUpMouseDown
  132.       Glyph.Data = {
  133.         56010000424D56010000000000007600000028000000200000000E0000000100
  134.         040000000000E0000000000000000000000010000000100000000000000000FF
  135.         00000000840080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  136.         FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00110000000000
  137.         0000114444444444444411100000000000011114444444444441222222222222
  138.         2201333333333333334112222222222220111333333333333411112222222222
  139.         2011113333333333341111222222222201111133333333334111111222222222
  140.         1111111333333333111111122222222011111113333333341111111122222201
  141.         1111111133333341111111111222220111111111133333411111111112222011
  142.         1111111113333411111111111122201111111111113334111111111111121111
  143.         1111111111131111111111111112111111111111111311111111}
  144.       NumGlyphs = 2
  145.     end
  146.     object bDn: TBitBtn
  147.       Left = 9
  148.       Top = 120
  149.       Width = 32
  150.       Height = 26
  151.       Hint = 'Move selected items down (+Ctrl=bottom of window)'
  152.       Enabled = False
  153.       Font.Charset = DEFAULT_CHARSET
  154.       Font.Color = clBlack
  155.       Font.Height = -18
  156.       Font.Name = 'MS Sans Serif'
  157.       Font.Style = []
  158.       ParentFont = False
  159.       ParentShowHint = False
  160.       ShowHint = True
  161.       TabOrder = 3
  162.       OnMouseDown = bDnMouseDown
  163.       Glyph.Data = {
  164.         56010000424D56010000000000007600000028000000200000000E0000000100
  165.         040000000000E0000000000000000000000010000000100000000000000000FF
  166.         00000000840080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  167.         FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00111111111011
  168.         1111111111111411111111111111101111111111111114111111111111120001
  169.         1111111111134441111111111112000111111111111344411111111111222000
  170.         1111111111333444111111111222200011111111133334441111111112222200
  171.         0111111113333344411111112222220000111111333333444411111222222220
  172.         0011111333333334441111122222222200011113333333334441112222222222
  173.         0001113333333333444111222222222220001133333333333444122222222222
  174.         2111133333333333311122222222222222113333333333333311}
  175.       NumGlyphs = 2
  176.     end
  177.     object bAddOne: TBitBtn
  178.       Left = 9
  179.       Top = 152
  180.       Width = 32
  181.       Height = 26
  182.       Hint = 'Add selected items'
  183.       Enabled = False
  184.       Font.Charset = DEFAULT_CHARSET
  185.       Font.Color = clNavy
  186.       Font.Height = -20
  187.       Font.Name = 'MS Sans Serif'
  188.       Font.Style = []
  189.       ParentFont = False
  190.       ParentShowHint = False
  191.       ShowHint = True
  192.       TabOrder = 4
  193.       OnClick = bAddOneClick
  194.       Glyph.Data = {
  195.         66010000424D660100000000000076000000280000001A0000000F0000000100
  196.         040000000000F0000000000000000000000010000000100000000000000000FF
  197.         0000FF00000080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  198.         FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00111111111111
  199.         0111111111111400000011111111110201111111111134000000111111110222
  200.         0111111111433400000011111112222201111111433334000000111110222222
  201.         0111111333333400000011102222222201111433333334000000102222222222
  202.         0111333333333400000022222222222201433333333334000000112222222222
  203.         0333333333333400000011122222222201133333333334000000111112222222
  204.         0111133333333400000011111122222201111113333334000000111111112222
  205.         0111111133333400000011111111112201111111113334000000111111111112
  206.         11111111111131000000}
  207.       NumGlyphs = 2
  208.       Spacing = 0
  209.     end
  210.     object bAddAll: TBitBtn
  211.       Left = 9
  212.       Top = 178
  213.       Width = 32
  214.       Height = 26
  215.       Hint = 'Add all files/tracks'
  216.       Enabled = False
  217.       Font.Charset = DEFAULT_CHARSET
  218.       Font.Color = clNavy
  219.       Font.Height = -18
  220.       Font.Name = 'MS Sans Serif'
  221.       Font.Style = [fsBold]
  222.       ParentFont = False
  223.       ParentShowHint = False
  224.       ShowHint = True
  225.       TabOrder = 5
  226.       OnClick = bAddAllClick
  227.       Glyph.Data = {
  228.         66010000424D66010000000000007600000028000000280000000C0000000100
  229.         040000000000F000000000000000000000001000000010000000FF0000000000
  230.         000000FF000080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  231.         FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00222222222122
  232.         2222222122222222242222222224222222220122222222012222222234222222
  233.         2234222222100122222210012222224334222222433422221000012222100001
  234.         2222433334222243333422200000012220000001222333333422233333342100
  235.         0000012100000001243333333424333333340000000001000000000133333333
  236.         3433333333342200000001220000000122333333342233333334222000000122
  237.         2000000122233333342223333334222220000122222000012222233334222223
  238.         3334222222200122222220012222222334222222233422222222022222222202
  239.         22222222322222222232}
  240.       NumGlyphs = 2
  241.       Spacing = 0
  242.     end
  243.     object bRemoveOne: TBitBtn
  244.       Left = 9
  245.       Top = 213
  246.       Width = 32
  247.       Height = 26
  248.       Hint = 'Remove selected items from PlayList'
  249.       Enabled = False
  250.       Font.Charset = DEFAULT_CHARSET
  251.       Font.Color = clMaroon
  252.       Font.Height = -20
  253.       Font.Name = 'MS Sans Serif'
  254.       Font.Style = []
  255.       ParentFont = False
  256.       ParentShowHint = False
  257.       ShowHint = True
  258.       TabOrder = 6
  259.       OnClick = bRemoveOneClick
  260.       Glyph.Data = {
  261.         66010000424D660100000000000076000000280000001A0000000F0000000100
  262.         040000000000F0000000000000000000000010000000100000000000000000FF
  263.         00000000800080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  264.         FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00101111111111
  265.         1141111111111100000020011111111113441111111111000000220001111111
  266.         1334441111111100000022220001111113333444111111000000222222001111
  267.         1333333441111100000022222220001113333333444111000000222222222001
  268.         1333333333441100000022222222220003333333333444000000222222222222
  269.         1333333333333100000022222222221113333333333111000000222222221111
  270.         1333333331111100000022222211111113333331111111000000222221111111
  271.         1333331111111100000022211111111113331111111111000000211111111111
  272.         13111111111111000000}
  273.       NumGlyphs = 2
  274.       Spacing = 0
  275.     end
  276.     object bRemoveAll: TBitBtn
  277.       Left = 9
  278.       Top = 240
  279.       Width = 32
  280.       Height = 26
  281.       Hint = 'Clear PlayList'
  282.       Enabled = False
  283.       Font.Charset = DEFAULT_CHARSET
  284.       Font.Color = clMaroon
  285.       Font.Height = -18
  286.       Font.Name = 'MS Sans Serif'
  287.       Font.Style = [fsBold]
  288.       ParentFont = False
  289.       ParentShowHint = False
  290.       ShowHint = True
  291.       TabOrder = 7
  292.       OnClick = bRemoveAllClick
  293.       Glyph.Data = {
  294.         66010000424D66010000000000007600000028000000280000000C0000000100
  295.         040000000000F0000000000000000000000010000000100000000000000000FF
  296.         00000000800080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  297.         FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00101111111110
  298.         1111111114111111111411111111200111111120011111113441111111344111
  299.         1111220001111122000111113344411111334441111122220001112222000111
  300.         3333444111333344411122222200112222220011333333441133333344112222
  301.         2220002222222000333333344433333334442222222221222222222133333333
  302.         3133333333312222222111222222211133333331113333333111222222111122
  303.         2222111133333311113333331111222211111122221111113333111111333311
  304.         1111221111111122111111113311111111331111111121111111112111111111
  305.         31111111113111111111}
  306.       NumGlyphs = 2
  307.       Spacing = 0
  308.     end
  309.     object bDel: TBitBtn
  310.       Left = 9
  311.       Top = 272
  312.       Width = 32
  313.       Height = 26
  314.       Hint = 'Put selected files in trash (+Shift = delete)'
  315.       Enabled = False
  316.       Font.Charset = DEFAULT_CHARSET
  317.       Font.Color = clMenuText
  318.       Font.Height = -18
  319.       Font.Name = 'MS Sans Serif'
  320.       Font.Style = []
  321.       ParentFont = False
  322.       ParentShowHint = False
  323.       ShowHint = True
  324.       TabOrder = 8
  325.       OnMouseDown = bDelMouseDown
  326.       Glyph.Data = {
  327.         76010000424D7601000000000000760000002800000020000000100000000100
  328.         04000000000000010000120B0000120B00001000000000000000000000000000
  329.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  330.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333000000000
  331.         3333333777777777F3333330F777777033333337F3F3F3F7F3333330F0808070
  332.         33333337F7F7F7F7F3333330F080707033333337F7F7F7F7F3333330F0808070
  333.         33333337F7F7F7F7F3333330F080707033333337F7F7F7F7F3333330F0808070
  334.         333333F7F7F7F7F7F3F33030F080707030333737F7F7F7F7F7333300F0808070
  335.         03333377F7F7F7F773333330F080707033333337F7F7F7F7F333333070707070
  336.         33333337F7F7F7F7FF3333000000000003333377777777777F33330F88877777
  337.         0333337FFFFFFFFF7F3333000000000003333377777777777333333330777033
  338.         3333333337FFF7F3333333333000003333333333377777333333}
  339.       NumGlyphs = 2
  340.       Spacing = 0
  341.     end
  342.     object bMenu: TBitBtn
  343.       Left = 9
  344.       Top = 16
  345.       Width = 32
  346.       Height = 29
  347.       Hint = 'Main Menu (F10)'
  348.       Font.Charset = DEFAULT_CHARSET
  349.       Font.Color = clMaroon
  350.       Font.Height = -18
  351.       Font.Name = 'MS Sans Serif'
  352.       Font.Style = []
  353.       ParentFont = False
  354.       ParentShowHint = False
  355.       ShowHint = True
  356.       TabOrder = 0
  357.       OnClick = bMenuClick
  358.       Glyph.Data = {
  359.         0E010000424D0E0100000000000076000000280000000B000000130000000100
  360.         04000000000098000000000000000000000010000000100000000000000000FF
  361.         000000FFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  362.         FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00100001111110
  363.         0000222200111110000022222001111000002222220111100000122222011010
  364.         0000112222012010000011111201210000001111120112000000111112011200
  365.         0000111112011200000011111201120000001111120122100000111112002010
  366.         0000111112222110000011111222111000001111122011100000111112211110
  367.         000011111201111000001111121111100000}
  368.       Spacing = 0
  369.     end
  370.   end
  371.   object pnPlay: TPanel
  372.     Left = 5
  373.     Top = 357
  374.     Width = 288
  375.     Height = 39
  376.     BevelInner = bvLowered
  377.     BorderStyle = bsSingle
  378.     Color = clBlack
  379.     TabOrder = 1
  380.     object bPlay: TSpeedButton
  381.       Left = 4
  382.       Top = 4
  383.       Width = 72
  384.       Height = 28
  385.       Hint = 'Play/pause (F5)'
  386.       AllowAllUp = True
  387.       GroupIndex = 1
  388.       Enabled = False
  389.       Glyph.Data = {
  390.         26020000424D260200000000000076000000280000002A000000120000000100
  391.         040000000000B00100000000000000000000100000001000000000FF00000000
  392.         0000808080000000FF00FFFFFF0080800000FFFFFF00FFFFFF00FFFFFF00FFFF
  393.         FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00331113333333
  394.         3333333333344433333333333333330000003331111333333333333333334444
  395.         3333333333333300000055551111133333333333322244444433333333333300
  396.         0000350055111111333333333322224444444333333333000000350000551111
  397.         1133333333222222444444433333330000003350000055111111333333322222
  398.         2224444443333300000033500000005551111113333222222222244444443300
  399.         0000333500000000055111111333222222222224444444000000333350000000
  400.         0005511113333222222222222244440000003333500000000000055333333222
  401.         2222222222223300000033335000000000000553333332222222222222223300
  402.         0000333350000000000553333333322222222222223333000000333500000000
  403.         0553333333332222222222233333330000003355000000055333333333322222
  404.         2222233333333300000033500000555333333333333222222223333333333300
  405.         0000355000553333333333333322222233333333333333000000350055333333
  406.         3333333333222233333333333333330000005555333333333333333332223333
  407.         33333333333333000000}
  408.       Margin = 12
  409.       NumGlyphs = 2
  410.       OnClick = bPlayClick
  411.     end
  412.     object bPrev: TBitBtn
  413.       Left = 76
  414.       Top = 4
  415.       Width = 42
  416.       Height = 28
  417.       Hint = 'Play previous item (F6)'
  418.       Enabled = False
  419.       Font.Charset = DEFAULT_CHARSET
  420.       Font.Color = clBlack
  421.       Font.Height = -18
  422.       Font.Name = 'MS Sans Serif'
  423.       Font.Style = []
  424.       ParentFont = False
  425.       ParentShowHint = False
  426.       ShowHint = True
  427.       TabOrder = 0
  428.       OnClick = bPrevClick
  429.       Glyph.Data = {
  430.         A2010000424DA2010000000000007600000028000000280000000F0000000100
  431.         0400000000002C01000000000000000000001000000010000000000000000000
  432.         80000080000000808000800000008000800080800000C0C0C000808080000000
  433.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00AAAAAAAAAAAA
  434.         00AAA000AAAAAAAAAAAFFFAAAFFFAAAAAAAAA00000AAA000AAAAAAAAAFFFFFAA
  435.         AFFFAAAAAAA0000110AA1110AAAAAAFFFFF88FAA888FAAAA0000011110AA1110
  436.         AAAAFFFFF8888FAA888FAA000001111110AA1110AAFFFFF888888FAA888FAAA0
  437.         1111111110AA1110AAAF888888888FAA888FAA111111111110AA1110AA888888
  438.         88888FAA888F11111111111110AA11108888888888888FAA888FA11111111111
  439.         10AA1110A888888888888FAA888FAAA11111111110AA1110AAA8888888888FAA
  440.         888FAAAAA111111110AA1110AAAAA88888888FAA888FAAAAAAA1111110AA1110
  441.         AAAAAAA888888FAA888FAAAAAAAAA11110AA1110AAAAAAAAA8888FAA888FAAAA
  442.         AAAAAAA11AAA111AAAAAAAAAAAA88AAA888AAAAAAAAAAAAAAAAAAAAAAAAAAAAA
  443.         AAAAAAAAAAAA}
  444.       NumGlyphs = 2
  445.       Spacing = 0
  446.     end
  447.     object bNext: TBitBtn
  448.       Left = 118
  449.       Top = 4
  450.       Width = 42
  451.       Height = 28
  452.       Hint = 'Play next item (F7)'
  453.       Enabled = False
  454.       Font.Charset = DEFAULT_CHARSET
  455.       Font.Color = clBlack
  456.       Font.Height = -18
  457.       Font.Name = 'MS Sans Serif'
  458.       Font.Style = []
  459.       ParentFont = False
  460.       ParentShowHint = False
  461.       ShowHint = True
  462.       TabOrder = 1
  463.       OnClick = bNextClick
  464.       Glyph.Data = {
  465.         A2010000424DA2010000000000007600000028000000280000000F0000000100
  466.         0400000000002C010000000000000000000010000000100000000000000000FF
  467.         00000000800080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  468.         FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00100011110011
  469.         1111111114441111441111111111100011110000111111111444111144441111
  470.         1111222011220000001111113334113344444411111122201122220000001111
  471.         3334113333444444111122201122222200000011333411333333444444112220
  472.         1122222222200000333411333333333444442220112222222222201133341133
  473.         3333333334112220112222222222222133341133333333333331222011222222
  474.         2222221133341133333333333311222011222222222211113334113333333333
  475.         1111222011222222221111113334113333333311111122201122222211111111
  476.         3334113333331111111122201122221111111111333411333311111111112221
  477.         1122111111111111333111331111111111111111111111111111111111111111
  478.         111111111111}
  479.       NumGlyphs = 2
  480.       Spacing = 0
  481.     end
  482.     object bRewind: TBitBtn
  483.       Left = 160
  484.       Top = 4
  485.       Width = 32
  486.       Height = 28
  487.       Hint = 'Start over at beginning'
  488.       Enabled = False
  489.       Font.Charset = DEFAULT_CHARSET
  490.       Font.Color = clNavy
  491.       Font.Height = -18
  492.       Font.Name = 'MS Sans Serif'
  493.       Font.Style = []
  494.       ParentFont = False
  495.       ParentShowHint = False
  496.       ShowHint = True
  497.       TabOrder = 2
  498.       OnClick = bRewindClick
  499.       Glyph.Data = {
  500.         86010000424D8601000000000000760000002800000020000000110000000100
  501.         040000000000100100000000000000000000100000001000000000FF00008484
  502.         84000000FF00FFFFFF0000FF0000A0000000FFFFFF0000000000FFFFFF00FFFF
  503.         FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00222225522222
  504.         2222222221122222222222225557222222222222111222222222222555577222
  505.         2222222111122222222222555555572222222211111112222222255522225572
  506.         2222211122221122222255572222255722221112222221122222555722222555
  507.         7222111222222111222225557777775557222111222222111222225555555555
  508.         5572221111111111112222255552557255722221111211221122222255525572
  509.         2557222211121122211222222552557225572222211211222112222222225572
  510.         2557222222221122211222222222557775572222222211222112222222225555
  511.         5557222222221111111222222222555255572222222211121112222222225522
  512.         25522222222211222112}
  513.       NumGlyphs = 2
  514.       Spacing = 0
  515.     end
  516.     object bOut: TBitBtn
  517.       Left = 192
  518.       Top = 4
  519.       Width = 32
  520.       Height = 28
  521.       Hint = 'Remove current item from PlayList'
  522.       Enabled = False
  523.       TabOrder = 3
  524.       OnClick = bOutClick
  525.       Glyph.Data = {
  526.         76010000424D7601000000000000760000002800000020000000100000000100
  527.         0400000000000001000000000000000000001000000010000000000000000000
  528.         80000080000000808000800000008000800080800000C0C0C000808080000000
  529.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00AAAAA0000000
  530.         AAAAAAAAAFFFFFFFAAAAAAA09999999000AAAAAF8888888FFFAAAA9999999999
  531.         900AAA88888888888FFAA99900AAAAA9990AA888FFAAAAA888FAA9999000AAAA
  532.         9900A8888FFFAAAA88FF999999900AAAA9908888888FFAAAA88F9909999900AA
  533.         A99088F88888FFAAA88F990AA9999000A99088FAA8888FFFA88F990AAA999990
  534.         099088FAAA88888FF88F990AAAA99999099088FAAAA88888F88F9900AAAAA999
  535.         099A88FFAAAAA888F88AA9900AAAAA99990AA88FFAAAAA8888FAA99900AAAAA9
  536.         99AAA888FFAAAAA888AAAA99900000999AAAAA888FFFFF888AAAAAA999999999
  537.         AAAAAAA888888888AAAAAAAAA99999AAAAAAAAAAA88888AAAAAA}
  538.       NumGlyphs = 2
  539.     end
  540.     object bStop: TBitBtn
  541.       Left = 224
  542.       Top = 4
  543.       Width = 57
  544.       Height = 28
  545.       Hint = 'Stop (F8)'
  546.       Enabled = False
  547.       Font.Charset = DEFAULT_CHARSET
  548.       Font.Color = clRed
  549.       Font.Height = -18
  550.       Font.Name = 'MS Sans Serif'
  551.       Font.Style = []
  552.       ParentFont = False
  553.       ParentShowHint = False
  554.       ShowHint = True
  555.       TabOrder = 4
  556.       OnClick = bStopClick
  557.       Glyph.Data = {
  558.         F6010000424DF60100000000000076000000280000002A000000100000000100
  559.         04000000000080010000000000000000000010000000100000000000000000FF
  560.         0000808080000000FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  561.         FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00110000000000
  562.         0000000111144444444444444444110000001100000000000000000111144444
  563.         4444444444441100000033333333333333333001122222222222222222441100
  564.         0000333333333333333330011222222222222222224411000000333333333333
  565.         3333300112222222222222222244110000003330011111111133300112224411
  566.         1111111222441100000033300111111111333001122244111111111222441100
  567.         0000333001111111113330011222441111111112224411000000333001111111
  568.         1133300112224411111111122244110000003330011111111133300112224411
  569.         1111111222441100000033300111111111333001122244111111111222441100
  570.         0000333000000000003330011222444444444442224411000000333000000000
  571.         0033300112224444444444422244110000003333333333333333300112222222
  572.         2222222222441100000033333333333333333111122222222222222222111100
  573.         0000333333333333333331111222222222222222221111000000}
  574.       NumGlyphs = 2
  575.       Spacing = 0
  576.     end
  577.   end
  578.   object CDList: TListBox
  579.     Left = 358
  580.     Top = 9
  581.     Width = 21
  582.     Height = 340
  583.     Cursor = 1
  584.     Hint = 'Click = Add (+Alt = add and play immediately)'
  585.     Color = clBlack
  586.     Columns = 1
  587.     Enabled = False
  588.     Font.Charset = DEFAULT_CHARSET
  589.     Font.Color = clLime
  590.     Font.Height = -13
  591.     Font.Name = 'MS Sans Serif'
  592.     Font.Style = []
  593.     ItemHeight = 16
  594.     ParentFont = False
  595.     ParentShowHint = False
  596.     ShowHint = True
  597.     TabOrder = 5
  598.     OnMouseDown = CDListMouseDown
  599.   end
  600.   object pnDisplay: TPanel
  601.     Left = 1
  602.     Top = 1
  603.     Width = 354
  604.     Height = 81
  605.     BevelInner = bvRaised
  606.     BorderStyle = bsSingle
  607.     TabOrder = 10
  608.     object lbLen: TLabel
  609.       Left = 7
  610.       Top = 21
  611.       Width = 56
  612.       Height = 21
  613.       Hint = 'Length of current item'
  614.       AutoSize = False
  615.       Color = clBlack
  616.       Font.Charset = ANSI_CHARSET
  617.       Font.Color = clLime
  618.       Font.Height = -17
  619.       Font.Name = 'MS Sans Serif'
  620.       Font.Style = []
  621.       ParentColor = False
  622.       ParentFont = False
  623.     end
  624.     object Label3: TLabel
  625.       Left = 132
  626.       Top = 6
  627.       Width = 29
  628.       Height = 24
  629.       Alignment = taCenter
  630.       AutoSize = False
  631.       Caption = 'Item'
  632.       Color = clBlack
  633.       Font.Charset = DEFAULT_CHARSET
  634.       Font.Color = clLime
  635.       Font.Height = -15
  636.       Font.Name = 'MS Sans Serif'
  637.       Font.Style = []
  638.       ParentColor = False
  639.       ParentFont = False
  640.     end
  641.     object lbItem: TLabel
  642.       Left = 161
  643.       Top = 6
  644.       Width = 40
  645.       Height = 24
  646.       Alignment = taCenter
  647.       AutoSize = False
  648.       Color = clBlack
  649.       Font.Charset = DEFAULT_CHARSET
  650.       Font.Color = clRed
  651.       Font.Height = -17
  652.       Font.Name = 'MS Sans Serif'
  653.       Font.Style = []
  654.       ParentColor = False
  655.       ParentFont = False
  656.     end
  657.     object Label4: TLabel
  658.       Left = 201
  659.       Top = 6
  660.       Width = 16
  661.       Height = 24
  662.       Alignment = taCenter
  663.       AutoSize = False
  664.       Caption = 'of'
  665.       Color = clBlack
  666.       Font.Charset = DEFAULT_CHARSET
  667.       Font.Color = clLime
  668.       Font.Height = -13
  669.       Font.Name = 'MS Sans Serif'
  670.       Font.Style = []
  671.       ParentColor = False
  672.       ParentFont = False
  673.     end
  674.     object lbTotal: TLabel
  675.       Left = 217
  676.       Top = 6
  677.       Width = 40
  678.       Height = 24
  679.       Alignment = taCenter
  680.       AutoSize = False
  681.       Color = clBlack
  682.       Font.Charset = DEFAULT_CHARSET
  683.       Font.Color = clRed
  684.       Font.Height = -17
  685.       Font.Name = 'MS Sans Serif'
  686.       Font.Style = []
  687.       ParentColor = False
  688.       ParentFont = False
  689.     end
  690.     object lbCycling: TLabel
  691.       Left = 224
  692.       Top = 54
  693.       Width = 117
  694.       Height = 16
  695.       Cursor = 1
  696.       Hint = 'Click to select cycling option'
  697.       Alignment = taCenter
  698.       AutoSize = False
  699.       Caption = 'Repeat'
  700.       Color = clBlack
  701.       Font.Charset = DEFAULT_CHARSET
  702.       Font.Color = clYellow
  703.       Font.Height = -12
  704.       Font.Name = 'MS Sans Serif'
  705.       Font.Style = [fsBold]
  706.       ParentColor = False
  707.       ParentFont = False
  708.       OnMouseUp = lbCyclingMouseUp
  709.     end
  710.     object lbName: TLabel
  711.       Left = 132
  712.       Top = 30
  713.       Width = 209
  714.       Height = 24
  715.       Cursor = 1
  716.       Hint = 'Click to find in play list'
  717.       Alignment = taCenter
  718.       AutoSize = False
  719.       Color = clBlack
  720.       Font.Charset = DEFAULT_CHARSET
  721.       Font.Color = clAqua
  722.       Font.Height = -17
  723.       Font.Name = 'MS Sans Serif'
  724.       Font.Style = []
  725.       ParentColor = False
  726.       ParentFont = False
  727.       OnClick = lbNameClick
  728.     end
  729.     object lbFloater: TLabel
  730.       Left = 7
  731.       Top = 54
  732.       Width = 70
  733.       Height = 16
  734.       Cursor = 1
  735.       Hint = 'Click to show/hide floater; double click to reset'
  736.       Alignment = taCenter
  737.       AutoSize = False
  738.       Caption = 'Floater'
  739.       Color = clBlack
  740.       Font.Charset = DEFAULT_CHARSET
  741.       Font.Color = clWhite
  742.       Font.Height = -12
  743.       Font.Name = 'MS Sans Serif'
  744.       Font.Style = []
  745.       ParentColor = False
  746.       ParentFont = False
  747.       OnClick = lbFloaterClick
  748.       OnDblClick = lbFloaterDblClick
  749.     end
  750.     object lbAutoPlay: TLabel
  751.       Left = 77
  752.       Top = 54
  753.       Width = 70
  754.       Height = 16
  755.       Cursor = 1
  756.       Hint = 'Click to toggle AutoPlay'
  757.       Alignment = taCenter
  758.       AutoSize = False
  759.       Caption = 'AutoPlay'
  760.       Color = clBlack
  761.       Font.Charset = DEFAULT_CHARSET
  762.       Font.Color = clWhite
  763.       Font.Height = -12
  764.       Font.Name = 'MS Sans Serif'
  765.       Font.Style = []
  766.       ParentColor = False
  767.       ParentFont = False
  768.       OnClick = lbAutoPlayClick
  769.     end
  770.     object lbTime: TFFLabel
  771.       Left = 63
  772.       Top = 6
  773.       Width = 69
  774.       Height = 25
  775.       Hint = 'Elapsed time'
  776.       AutoSize = False
  777.       Color = clBlack
  778.       Font.Charset = DEFAULT_CHARSET
  779.       Font.Color = clYellow
  780.       Font.Height = -20
  781.       Font.Name = 'Courier New'
  782.       Font.Style = [fsBold]
  783.       ParentColor = False
  784.       ParentFont = False
  785.     end
  786.     object lbTotalLen: TLabel
  787.       Left = 285
  788.       Top = 6
  789.       Width = 56
  790.       Height = 24
  791.       Cursor = 1
  792.       Hint = 'Double click to calculate total time'
  793.       Alignment = taRightJustify
  794.       AutoSize = False
  795.       Color = clBlack
  796.       Font.Charset = DEFAULT_CHARSET
  797.       Font.Color = clYellow
  798.       Font.Height = -13
  799.       Font.Name = 'MS Sans Serif'
  800.       Font.Style = []
  801.       ParentColor = False
  802.       ParentFont = False
  803.       OnDblClick = lbTotalLenDblClick
  804.     end
  805.     object lbSelCount: TLabel
  806.       Left = 257
  807.       Top = 6
  808.       Width = 28
  809.       Height = 24
  810.       Hint = 'Number of selected items'
  811.       Alignment = taCenter
  812.       AutoSize = False
  813.       Color = clBlack
  814.       Font.Charset = DEFAULT_CHARSET
  815.       Font.Color = clLime
  816.       Font.Height = -13
  817.       Font.Name = 'MS Sans Serif'
  818.       Font.Style = [fsUnderline]
  819.       ParentColor = False
  820.       ParentFont = False
  821.     end
  822.     object lbOrder: TLabel
  823.       Left = 147
  824.       Top = 54
  825.       Width = 78
  826.       Height = 16
  827.       Cursor = 1
  828.       Hint = 'Click to change play order'
  829.       Alignment = taCenter
  830.       AutoSize = False
  831.       Caption = 'Shuffle'
  832.       Color = clBlack
  833.       Font.Charset = DEFAULT_CHARSET
  834.       Font.Color = clWhite
  835.       Font.Height = -12
  836.       Font.Name = 'MS Sans Serif'
  837.       Font.Style = [fsBold]
  838.       ParentColor = False
  839.       ParentFont = False
  840.       OnClick = lbOrderClick
  841.     end
  842.     object lbRemain: TFFLabel
  843.       Left = 63
  844.       Top = 31
  845.       Width = 69
  846.       Height = 23
  847.       Hint = 'Remaining time'
  848.       AutoSize = False
  849.       Color = clBlack
  850.       Font.Charset = DEFAULT_CHARSET
  851.       Font.Color = clWhite
  852.       Font.Height = -20
  853.       Font.Name = 'Courier New'
  854.       Font.Style = [fsBold]
  855.       ParentColor = False
  856.       ParentFont = False
  857.     end
  858.     object Label1: TLabel
  859.       Left = 7
  860.       Top = 6
  861.       Width = 56
  862.       Height = 15
  863.       Alignment = taRightJustify
  864.       AutoSize = False
  865.       Color = clBlack
  866.       Font.Charset = DEFAULT_CHARSET
  867.       Font.Color = clLime
  868.       Font.Height = -12
  869.       Font.Name = 'MS Sans Serif'
  870.       Font.Style = []
  871.       ParentColor = False
  872.       ParentFont = False
  873.     end
  874.     object Label2: TLabel
  875.       Left = 7
  876.       Top = 42
  877.       Width = 56
  878.       Height = 12
  879.       Alignment = taRightJustify
  880.       AutoSize = False
  881.       Color = clBlack
  882.       Font.Charset = DEFAULT_CHARSET
  883.       Font.Color = clLime
  884.       Font.Height = -12
  885.       Font.Name = 'MS Sans Serif'
  886.       Font.Style = []
  887.       ParentColor = False
  888.       ParentFont = False
  889.     end
  890.   end
  891.   object bLoadCD: TBitBtn
  892.     Left = 358
  893.     Top = 353
  894.     Width = 21
  895.     Height = 25
  896.     Hint = 
  897.       'Click to Eject CD'#13'Shift+Click to Load or Reload CD|Click to Ejec' +
  898.       't CD; Shift+Click to Load or Reload'
  899.     ParentShowHint = False
  900.     ShowHint = True
  901.     TabOrder = 6
  902.     OnMouseDown = bLoadCDMouseDown
  903.     Glyph.Data = {
  904.       F6000000424DF600000000000000760000002800000010000000100000000100
  905.       0400000000008000000000000000000000001000000000000000000000000000
  906.       80000080000000808000800000008000800080800000C0C0C000808080000000
  907.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00AA0000000000
  908.       000AAF9999999999990AAF9999999999990AAFFFFFFFFFFFFFAAAAAAAAAAAAAA
  909.       AAAAAAAAAAAAAAAAAAAAAAA00000000000AAAAF99999999990AAAAAF99999999
  910.       0AAAAAAF999999990AAAAAAAF9999990AAAAAAAAAF99990AAAAAAAAAAF99990A
  911.       AAAAAAAAAAF990AAAAAAAAAAAAF99AAAAAAAAAAAAAAFAAAAAAAA}
  912.     Spacing = 0
  913.   end
  914.   object pnStat: TPanel
  915.     Left = 390
  916.     Top = 429
  917.     Width = 233
  918.     Height = 17
  919.     Font.Charset = DEFAULT_CHARSET
  920.     Font.Color = clWindowText
  921.     Font.Height = -13
  922.     Font.Name = 'MS Sans Serif'
  923.     Font.Style = []
  924.     ParentFont = False
  925.     TabOrder = 9
  926.   end
  927.   object bVolume: TBitBtn
  928.     Left = 336
  929.     Top = 397
  930.     Width = 43
  931.     Height = 21
  932.     Hint = 'Launch volume control program'
  933.     TabOrder = 7
  934.     OnClick = bVolumeClick
  935.     Glyph.Data = {
  936.       56010000424D560100000000000076000000280000001A0000000E0000000100
  937.       040000000000E0000000000000000000000010000000100000000000000000FF
  938.       00000084840000FF0000C6C6C60000FFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  939.       FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00330033333311
  940.       1111111111001100000030020333331111111111102001000000044020333311
  941.       1111111102044000000006600203331111111110200660000000066405233311
  942.       1111111250466000000006640650031111111005604660000000066005602011
  943.       1111020650066000000006040564521111112546504060000000066006546211
  944.       1111264560066000000006640562231111111226504660000000066406533311
  945.       1111111560466000000006400523331111111112500460000000444052333311
  946.       1111111125044400000030002333331111111111120001000000}
  947.   end
  948.   object Browser: TPageControl
  949.     Left = 384
  950.     Top = 0
  951.     Width = 241
  952.     Height = 425
  953.     ActivePage = FilesTab
  954.     Font.Charset = DEFAULT_CHARSET
  955.     Font.Color = clWindowText
  956.     Font.Height = -13
  957.     Font.Name = 'MS Sans Serif'
  958.     Font.Style = []
  959.     HotTrack = True
  960.     ParentFont = False
  961.     TabOrder = 8
  962.     OnChange = BrowserChange
  963.     object FilesTab: TTabSheet
  964.       Caption = 'Files'
  965.       Font.Charset = DEFAULT_CHARSET
  966.       Font.Color = clWindowText
  967.       Font.Height = -13
  968.       Font.Name = 'MS Sans Serif'
  969.       Font.Style = []
  970.       ParentFont = False
  971.       object cbAutoSel: TCheckBox
  972.         Left = 4
  973.         Top = 2
  974.         Width = 88
  975.         Height = 25
  976.         Hint = 'Toggle auto (lazy) select'
  977.         Caption = 'AutoSelect'
  978.         Font.Charset = DEFAULT_CHARSET
  979.         Font.Color = clWindowText
  980.         Font.Height = -15
  981.         Font.Name = 'MS Sans Serif'
  982.         Font.Style = []
  983.         ParentFont = False
  984.         State = cbChecked
  985.         TabOrder = 0
  986.         OnClick = cbAutoSelClick
  987.       end
  988.       object DriveBox: TDriveComboBox
  989.         Left = 96
  990.         Top = 4
  991.         Width = 133
  992.         Height = 22
  993.         DirList = DirList
  994.         Font.Charset = DEFAULT_CHARSET
  995.         Font.Color = clWindowText
  996.         Font.Height = -15
  997.         Font.Name = 'MS Sans Serif'
  998.         Font.Style = []
  999.         ParentFont = False
  1000.         TabOrder = 1
  1001.       end
  1002.       object DirList: TDirectoryListBox
  1003.         Left = 4
  1004.         Top = 30
  1005.         Width = 225
  1006.         Height = 111
  1007.         Font.Charset = DEFAULT_CHARSET
  1008.         Font.Color = clBlack
  1009.         Font.Height = -13
  1010.         Font.Name = 'MS Sans Serif'
  1011.         Font.Style = []
  1012.         ItemHeight = 16
  1013.         ParentFont = False
  1014.         TabOrder = 2
  1015.         OnClick = DirListClick
  1016.         OnEnter = DirListEnterExit
  1017.         OnExit = DirListEnterExit
  1018.         OnKeyDown = DirListKeyDown
  1019.       end
  1020.       object FileList: TFileListView
  1021.         Left = 4
  1022.         Top = 148
  1023.         Width = 225
  1024.         Height = 181
  1025.         OnClick = FileListClick
  1026.         OnDblClick = FileListDblClick
  1027.         Columns = <
  1028.           item
  1029.             Caption = 'Name'
  1030.             Width = 150
  1031.           end
  1032.           item
  1033.             Caption = 'Type'
  1034.           end
  1035.           item
  1036.             Caption = 'Size'
  1037.           end
  1038.           item
  1039.             Caption = 'Modified'
  1040.             Width = 100
  1041.           end>
  1042.         DragMode = dmAutomatic
  1043.         ReadOnly = True
  1044.         HideSelection = False
  1045.         MultiSelect = True
  1046.         OnDragOver = ListDragOver
  1047.         OnMouseDown = FileListMouseDown
  1048.         TabOrder = 3
  1049.         ViewStyle = vsReport
  1050.         OnKeyDown = FileListKeyDown
  1051.         OnKeyUp = FileListKeyUp
  1052.         SmallImages = ImgList
  1053.         ExtendedStyles = [lvxGridLines, lvxHeaderDragDrop, lvxFullRowSelect]
  1054.         SaveSettings.AutoSave = True
  1055.         SaveSettings.RegistryKey = 'Software\Clarion\FileList'
  1056.       end
  1057.       object FilterBox: TFilterComboBox
  1058.         Left = 4
  1059.         Top = 335
  1060.         Width = 225
  1061.         Height = 24
  1062.         Filter = 
  1063.           'Audio (*.mid;*.wav;*.cda)|*.mid;*.wav;*.cda|Video (*.avi;*.mov;*' +
  1064.           '.mpg)|*.avi;*.mov;*.mpg|Play lists (*.pls)|*.pls|All files (*.*)' +
  1065.           '|*.*'
  1066.         Font.Charset = DEFAULT_CHARSET
  1067.         Font.Color = clWindowText
  1068.         Font.Height = -15
  1069.         Font.Name = 'MS Sans Serif'
  1070.         Font.Style = []
  1071.         ParentFont = False
  1072.         TabOrder = 4
  1073.         OnChange = FilterBoxChange
  1074.       end
  1075.       object bRefresh: TBitBtn
  1076.         Left = 4
  1077.         Top = 366
  1078.         Width = 36
  1079.         Height = 25
  1080.         Hint = 'Refresh directory'
  1081.         TabOrder = 5
  1082.         OnClick = bRefreshClick
  1083.         Glyph.Data = {
  1084.           E6000000424DE60000000000000076000000280000000E0000000E0000000100
  1085.           0400000000007000000000000000000000001000000010000000000000000000
  1086.           80000080000000808000800000008000800080800000C0C0C000808080000000
  1087.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00999990000999
  1088.           990099900AAAA0099900990AA2AAAAA0990092AAA2202AAA090092AA299990AA
  1089.           09002AA09999992AA0002AA09999992AA0002AA09999992AA0002AA09990092A
  1090.           A00092AA0992A0AA0900922A0992AAAA090099229992AAA0990099999992AAAA
  1091.           09009999999222220900}
  1092.       end
  1093.       object bNewOnly: TBitBtn
  1094.         Left = 51
  1095.         Top = 366
  1096.         Width = 36
  1097.         Height = 25
  1098.         Hint = 'Show only files not in PlayList'
  1099.         Font.Charset = DEFAULT_CHARSET
  1100.         Font.Color = clWindowText
  1101.         Font.Height = -13
  1102.         Font.Name = 'MS Sans Serif'
  1103.         Font.Style = []
  1104.         ParentFont = False
  1105.         TabOrder = 6
  1106.         OnClick = bNewOnlyClick
  1107.         Glyph.Data = {
  1108.           4E010000424D4E01000000000000760000002800000014000000120000000100
  1109.           040000000000D800000000000000000000001000000010000000000000000000
  1110.           80000080000000808000800000008000800080800000C0C0C000808080000000
  1111.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00AAAAAAAAAAAA
  1112.           AAAAAAAA0000A90AAAAAAAAAAAAAAA0A0000A990AAAAAAAAAAAA00AA0000A099
  1113.           00000A00000090AA0000A0B990BB0A0BBB09B0AA0000A0BBB90B0A0BB0BBB0AA
  1114.           0000A0BBBB900A000BBBB0AA0000A0BBBBB90A09BBBBB0AA0000A0BBBBBB909B
  1115.           BBBBB0AA0000A0BBBBB00900BBBBB0AA0000A0BBBB099A090BBBB0AA0000A0BB
  1116.           00990A0B900000AA0000A0BB0990AA0BB90A0AAA0000A000990AAA0BB090AAAA
  1117.           0000A09900AAAA0BB0090AAA000009900AAAAA0000AAA0AA0000A9AAAAAAAAAA
  1118.           AAAAAA0A0000AAAAAAAAAAAAAAAAAAAA0000}
  1119.       end
  1120.       object bExplore: TBitBtn
  1121.         Left = 99
  1122.         Top = 366
  1123.         Width = 36
  1124.         Height = 25
  1125.         Hint = 'Open folder (+Shift = Explore)'
  1126.         TabOrder = 7
  1127.         OnMouseDown = bExploreMouseDown
  1128.         Glyph.Data = {
  1129.           66010000424D6601000000000000760000002800000013000000140000000100
  1130.           040000000000F000000000000000000000001000000010000000000000008400
  1131.           0000FF000000FFFF00001818180000848400848484000000FF00C6C6C60000FF
  1132.           FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00777777777777
  1133.           7770007000007777777777777713220000007777777777777013220000007777
  1134.           7777777771322200000070000000000113220070000065555555551332255500
  1135.           00006AA9860006822259550000006AA9860006822259550000006AA868338065
  1136.           5598550000006AA6A38838055989550000006AA63A3383055898550000006AA6
  1137.           A3AA38066979550000006AA6A3AA38066989550000006AA86A33A06998985500
  1138.           00006AA9866606988989550000006AAAAAAAAAAAAAAA55000000688989879866
  1139.           6666667000004879898898444444447000007667989976777777777000007776
  1140.           66666777777777700000}
  1141.       end
  1142.       object bFMove: TBitBtn
  1143.         Left = 146
  1144.         Top = 366
  1145.         Width = 36
  1146.         Height = 25
  1147.         Hint = 'Move selected files (+Ctrl = Copy)'
  1148.         Font.Charset = DEFAULT_CHARSET
  1149.         Font.Color = clMenuText
  1150.         Font.Height = -18
  1151.         Font.Name = 'MS Sans Serif'
  1152.         Font.Style = []
  1153.         ParentFont = False
  1154.         ParentShowHint = False
  1155.         ShowHint = True
  1156.         TabOrder = 8
  1157.         OnMouseDown = bFMoveMouseDown
  1158.         Glyph.Data = {
  1159.           0E010000424D0E0100000000000076000000280000000F000000130000000100
  1160.           0400000000009800000000000000000000001000000010000000000000000000
  1161.           80000080000000808000800000008000800080800000C0C0C000808080000000
  1162.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00AAAAA0000000
  1163.           0000AAAAA0BBBBBBBB00AAAAA0BBBBBBBB00AAAAA0B000000B00AAAAA0BBBBBB
  1164.           BB00AAAAA0B000000B00000000BBBBBBBB000AAAA0B000000B000A0000BBBBBB
  1165.           BB000AAAA0B00B0000000A0000BBBB0AA0A00AAAA0B00B0A0AA00A0000BBBB00
  1166.           AAA00AAAA000000AAAA00A000AAA0AAAAAA00AAAA0000AAAAAA00A00A0A0AAAA
  1167.           AAA00AAAA00AAAAAAAA0000000AAAAAAAAA0}
  1168.         Spacing = 0
  1169.       end
  1170.       object bFDel: TBitBtn
  1171.         Left = 193
  1172.         Top = 366
  1173.         Width = 36
  1174.         Height = 25
  1175.         Hint = 'Put selected files in trash (+Shift = delete)'
  1176.         Font.Charset = DEFAULT_CHARSET
  1177.         Font.Color = clMenuText
  1178.         Font.Height = -18
  1179.         Font.Name = 'MS Sans Serif'
  1180.         Font.Style = []
  1181.         ParentFont = False
  1182.         ParentShowHint = False
  1183.         ShowHint = True
  1184.         TabOrder = 9
  1185.         OnMouseDown = bFDelMouseDown
  1186.         Glyph.Data = {
  1187.           76010000424D7601000000000000760000002800000020000000100000000100
  1188.           04000000000000010000120B0000120B00001000000000000000000000000000
  1189.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  1190.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333000000000
  1191.           3333333777777777F3333330F777777033333337F3F3F3F7F3333330F0808070
  1192.           33333337F7F7F7F7F3333330F080707033333337F7F7F7F7F3333330F0808070
  1193.           33333337F7F7F7F7F3333330F080707033333337F7F7F7F7F3333330F0808070
  1194.           333333F7F7F7F7F7F3F33030F080707030333737F7F7F7F7F7333300F0808070
  1195.           03333377F7F7F7F773333330F080707033333337F7F7F7F7F333333070707070
  1196.           33333337F7F7F7F7FF3333000000000003333377777777777F33330F88877777
  1197.           0333337FFFFFFFFF7F3333000000000003333377777777777333333330777033
  1198.           3333333337FFF7F3333333333000003333333333377777333333}
  1199.         NumGlyphs = 2
  1200.         Spacing = 0
  1201.       end
  1202.     end
  1203.     object CDTab: TTabSheet
  1204.       Caption = 'Audio CD'
  1205.       object lbCDPLS: TLabel
  1206.         Left = 4
  1207.         Top = 341
  1208.         Width = 221
  1209.         Height = 21
  1210.         Cursor = 1
  1211.         Hint = 'Click to link with a PlayList (+Shift = load linked playlist)'
  1212.         Alignment = taCenter
  1213.         AutoSize = False
  1214.         Color = clNavy
  1215.         Font.Charset = DEFAULT_CHARSET
  1216.         Font.Color = clYellow
  1217.         Font.Height = -13
  1218.         Font.Name = 'MS Sans Serif'
  1219.         Font.Style = []
  1220.         ParentColor = False
  1221.         ParentFont = False
  1222.         OnMouseDown = lbCDPLSMouseDown
  1223.       end
  1224.       object CDTitle: TEdit
  1225.         Left = 4
  1226.         Top = 4
  1227.         Width = 225
  1228.         Height = 25
  1229.         Hint = 'Enter Artist / Title'
  1230.         AutoSize = False
  1231.         Color = clMaroon
  1232.         Ctl3D = True
  1233.         Font.Charset = DEFAULT_CHARSET
  1234.         Font.Color = clYellow
  1235.         Font.Height = -13
  1236.         Font.Name = 'MS Sans Serif'
  1237.         Font.Style = [fsUnderline]
  1238.         ParentCtl3D = False
  1239.         ParentFont = False
  1240.         TabOrder = 0
  1241.         OnChange = CDTitleChange
  1242.         OnExit = CDTitleExit
  1243.         OnKeyPress = CDTitleKeyPress
  1244.       end
  1245.       object CDXList: TExtListView
  1246.         Left = 4
  1247.         Top = 32
  1248.         Width = 221
  1249.         Height = 305
  1250.         Hint = 
  1251.           'Click track # to add'#13'Alt+Click to add and play immediately'#13'Selec' +
  1252.           't a track and press F2 or Return to edit its title|Click # to ad' +
  1253.           'd; F2 or Return to edit selected track'
  1254.         Columns = <
  1255.           item
  1256.             Caption = '#'
  1257.             Width = 6
  1258.             WidthType = (
  1259.               -1)
  1260.           end
  1261.           item
  1262.             Caption = 'Name'
  1263.             Width = 200
  1264.           end
  1265.           item
  1266.             Caption = 'Length'
  1267.             Width = 100
  1268.           end>
  1269.         DragMode = dmAutomatic
  1270.         ReadOnly = True
  1271.         HideSelection = False
  1272.         MultiSelect = True
  1273.         OnDragOver = ListDragOver
  1274.         OnMouseDown = CDXListMouseDown
  1275.         TabOrder = 1
  1276.         ViewStyle = vsReport
  1277.         OnKeyDown = CDXListKeyDown
  1278.         OnKeyUp = FileListKeyUp
  1279.         ExtendedStyles = [lvxGridLines, lvxHeaderDragDrop, lvxFullRowSelect]
  1280.         SaveSettings.AutoSave = True
  1281.         SaveSettings.RegistryKey = 'Software\Clarion\CDXList'
  1282.       end
  1283.       object bSaveCDL: TButton
  1284.         Left = 4
  1285.         Top = 368
  1286.         Width = 51
  1287.         Height = 23
  1288.         Hint = 'Save CD info'
  1289.         Caption = 'Save'
  1290.         Enabled = False
  1291.         Font.Charset = DEFAULT_CHARSET
  1292.         Font.Color = clWindowText
  1293.         Font.Height = -13
  1294.         Font.Name = 'MS Sans Serif'
  1295.         Font.Style = []
  1296.         ParentFont = False
  1297.         TabOrder = 2
  1298.         OnClick = bSaveCDLClick
  1299.       end
  1300.       object bCDDB: TButton
  1301.         Left = 70
  1302.         Top = 368
  1303.         Width = 51
  1304.         Height = 23
  1305.         Hint = 'Look up CD info via internet'
  1306.         Caption = 'Lookup'
  1307.         TabOrder = 3
  1308.         OnClick = bCDDBClick
  1309.       end
  1310.       object bSubmit: TButton
  1311.         Left = 136
  1312.         Top = 368
  1313.         Width = 51
  1314.         Height = 23
  1315.         Hint = 'Submit info to CD database'
  1316.         Caption = 'Submit'
  1317.         TabOrder = 4
  1318.         OnClick = bSubmitClick
  1319.       end
  1320.     end
  1321.   end
  1322.   object Pager: TPageControl
  1323.     Left = 1
  1324.     Top = 88
  1325.     Width = 300
  1326.     Height = 266
  1327.     Font.Charset = DEFAULT_CHARSET
  1328.     Font.Color = clWindowText
  1329.     Font.Height = -13
  1330.     Font.Name = 'MS Sans Serif'
  1331.     Font.Style = []
  1332.     HotTrack = True
  1333.     MultiLine = True
  1334.     ParentFont = False
  1335.     TabOrder = 0
  1336.     TabPosition = tpBottom
  1337.     Visible = False
  1338.     OnChange = PagerChange
  1339.     OnDragDrop = PagerDragDrop
  1340.     OnDragOver = PagerDragOver
  1341.     OnMouseDown = PagerMouseDown
  1342.   end
  1343.   object pnMsg: TPanel
  1344.     Left = 1
  1345.     Top = 429
  1346.     Width = 330
  1347.     Height = 17
  1348.     Cursor = 1
  1349.     Hint = 'Click to put to sleep (F4)'
  1350.     Alignment = taLeftJustify
  1351.     TabOrder = 3
  1352.     OnMouseDown = pnMsgMouseDown
  1353.   end
  1354.   object TrackBar: TTrackBar
  1355.     Left = 4
  1356.     Top = 396
  1357.     Width = 285
  1358.     Height = 33
  1359.     Enabled = False
  1360.     Orientation = trHorizontal
  1361.     Frequency = 1
  1362.     Position = 0
  1363.     SelEnd = 0
  1364.     SelStart = 0
  1365.     TabOrder = 2
  1366.     TickMarks = tmBottomRight
  1367.     TickStyle = tsManual
  1368.     OnChange = TrackBarChange
  1369.   end
  1370.   object Timer: TTimer
  1371.     OnTimer = TimerTimer
  1372.     Left = 138
  1373.     Top = 221
  1374.   end
  1375.   object mnMenu: TPopupMenu
  1376.     AutoPopup = False
  1377.     Left = 329
  1378.     Top = 105
  1379.     object mnNew: TMenuItem
  1380.       Caption = '&New'
  1381.       Hint = 'Create new PlayList'
  1382.       ShortCut = 16462
  1383.       OnClick = mnNewClick
  1384.     end
  1385.     object mnOpen: TMenuItem
  1386.       Caption = '&Open...'
  1387.       Hint = 'Open a PlayList'
  1388.       ShortCut = 16463
  1389.       OnClick = mnOpenClick
  1390.     end
  1391.     object mnMerge: TMenuItem
  1392.       Caption = '&Merge...'
  1393.       Enabled = False
  1394.       Hint = 'Add items from another PlayList'
  1395.       ShortCut = 16461
  1396.       OnClick = mnMergeClick
  1397.     end
  1398.     object mnSave: TMenuItem
  1399.       Caption = '&Save'
  1400.       Enabled = False
  1401.       Hint = 'Save current PlayList'
  1402.       ShortCut = 16467
  1403.       OnClick = mnSaveClick
  1404.     end
  1405.     object mnSaveAs: TMenuItem
  1406.       Caption = 'Save &As...'
  1407.       Enabled = False
  1408.       Hint = 'Save PlayList with new name'
  1409.       OnClick = mnSaveAsClick
  1410.     end
  1411.     object mnSaveAll: TMenuItem
  1412.       Caption = 'Save All'
  1413.       Enabled = False
  1414.       Hint = 'Save all opened PlayLists'
  1415.       OnClick = mnSaveAllClick
  1416.     end
  1417.     object mnReload: TMenuItem
  1418.       Caption = '&Reload'
  1419.       Hint = 'Discard changes and reload'
  1420.       ShortCut = 16466
  1421.       OnClick = mnReloadClick
  1422.     end
  1423.     object mnClose: TMenuItem
  1424.       Caption = '&Close'
  1425.       Enabled = False
  1426.       Hint = 'Close PlayList'
  1427.       ShortCut = 16499
  1428.       OnClick = mnCloseClick
  1429.     end
  1430.     object mnCloseall: TMenuItem
  1431.       Caption = 'Close All'
  1432.       Enabled = False
  1433.       Hint = 'Close all opened PlayLists'
  1434.       ShortCut = 24691
  1435.       OnClick = mnCloseallClick
  1436.     end
  1437.     object mnRecent: TMenuItem
  1438.       Caption = 'Recent Files'
  1439.     end
  1440.     object N2: TMenuItem
  1441.       Caption = '-'
  1442.     end
  1443.     object mnLLoad: TMenuItem
  1444.       Caption = '&Load linked Playlist'
  1445.       Enabled = False
  1446.       Hint = 'Load PlayList linked to current CD'
  1447.       ShortCut = 16460
  1448.       OnClick = mnLLoadClick
  1449.     end
  1450.     object mnLink: TMenuItem
  1451.       Caption = 'Link CD'
  1452.       Enabled = False
  1453.       Hint = 'Link current CD with this PlayList'
  1454.       OnClick = mnLinkClick
  1455.     end
  1456.     object mnLinkTo: TMenuItem
  1457.       Caption = 'Link CD to...'
  1458.       Enabled = False
  1459.       Hint = 'Link CD to another PlayList'
  1460.       OnClick = mnLinkToClick
  1461.     end
  1462.     object mnUnlink: TMenuItem
  1463.       Caption = 'Unlink'
  1464.       Enabled = False
  1465.       Hint = 'Link CD to nothing'
  1466.       OnClick = mnUnlinkClick
  1467.     end
  1468.     object mnCDDB: TMenuItem
  1469.       Caption = 'CDDB Lookup'
  1470.       Enabled = False
  1471.       Hint = 'Look up CD info via the internet'
  1472.       OnClick = bCDDBClick
  1473.     end
  1474.     object mnSubmit: TMenuItem
  1475.       Caption = 'CDDB Submit'
  1476.       Hint = 'Submit CD info to internet CD database'
  1477.       OnClick = bSubmitClick
  1478.     end
  1479.     object mnDelCDL: TMenuItem
  1480.       Caption = 'Uncatalog CD'
  1481.       Hint = 'Delete CD from local database'
  1482.       OnClick = mnDelCDLClick
  1483.     end
  1484.     object N4: TMenuItem
  1485.       Caption = '-'
  1486.     end
  1487.     object mnHelp: TMenuItem
  1488.       Caption = 'Help'
  1489.       ShortCut = 112
  1490.       OnClick = mnHelpClick
  1491.     end
  1492.     object mnShuffle: TMenuItem
  1493.       Caption = 'Sh&uffle PlayList'
  1494.       Enabled = False
  1495.       ShortCut = 16469
  1496.       OnClick = mnShuffleClick
  1497.     end
  1498.     object mnOptions: TMenuItem
  1499.       Caption = 'Options...'
  1500.       Hint = 'Set program options'
  1501.       OnClick = mnOptionsClick
  1502.     end
  1503.     object mnAbout: TMenuItem
  1504.       Caption = 'A&bout Clarion'
  1505.       Hint = 'View the readme file'
  1506.       OnClick = mnAboutClick
  1507.     end
  1508.     object mnExit: TMenuItem
  1509.       Caption = 'E&xit'
  1510.       Hint = 'Bye :-)'
  1511.       OnClick = mnExitClick
  1512.     end
  1513.   end
  1514.   object ImgList: TImageList
  1515.     Left = 174
  1516.     Top = 189
  1517.     Bitmap = {
  1518.       494C010108000900040010001000FFFFFFFFFF00FFFFFFFFFFFFFFFF424D3604
  1519.       000000000000360400002800000040000000300000000100080000000000000C
  1520.       0000000000000000000000000000000000000000000000008000008000000080
  1521.       8000800000008000800080800000C0C0C00040404000AFA0B900000000000000
  1522.       0000000000000000000000000000000000000000000000000000000000000000
  1523.       0000000000000000000000000000000000000000000000000000000000000000
  1524.       0000000000000000000000000000000000000000000000000000000000000000
  1525.       0000000000000000000000000000000000000000000000000000000000000000
  1526.       0000000000000000000000000000000000000000000000000000000000000000
  1527.       0000000000000000000000000000000000000000000000000000000000000000
  1528.       0000000000000000000000000000000000000000000000000000000000000000
  1529.       0000000000000000000000000000000000000000000000000000000000000000
  1530.       0000000000000000000000000000000000000000000000000000000000000000
  1531.       0000000000000000000000000000000000000000000000000000000000000000
  1532.       0000000000000000000000000000000000000000000000000000000000000000
  1533.       0000000000000000000000000000000000000000000000000000000000000000
  1534.       0000000000000000000000000000000000000000000000000000000000000000
  1535.       0000000000000000000000000000000000000000000000000000000000000000
  1536.       0000000000000000000000000000000000000000000000000000000000000000
  1537.       0000000000000000000000000000000000000000000000000000000000000000
  1538.       0000000000000000000000000000000000000000000000000000000000000000
  1539.       0000000000000000000000000000000000000000000000000000000000000000
  1540.       0000000000000000000000000000000000000000000000000000000000000000
  1541.       0000000000000000000000000000000000000000000000000000000000000000
  1542.       0000000000000000000000000000000000000000000000000000000000000000
  1543.       0000000000000000000000000000000000000000000000000000000000000000
  1544.       0000000000000000000000000000000000000000000000000000000000000000
  1545.       0000000000000000000000000000000000000000000000000000000000000000
  1546.       0000000000000000000000000000000000000000000000000000000000000000
  1547.       0000000000000000000000000000000000000000000000000000000000000000
  1548.       0000000000000000000000000000000000000000000000000000000000000000
  1549.       0000000000000000000000000000000000000000000000000000000000000000
  1550.       0000000000000000000000000000000000000000000000000000000000000000
  1551.       00000000000000000000C8BECD00A4A0A000808080000000FF0000FF000000FF
  1552.       FF00FF000000FF00FF00FFFF0000FFFFFF000000000000000000000000000000
  1553.       0000000000000000000000000000000000000000000000000000000000000000
  1554.       0000000000000000000000000000000000000000000000000000000000000000
  1555.       0000000000000000000000000000000000000000000000000000000000000000
  1556.       0000000000000000000000000000000000000000000000000000000000000000
  1557.       0000000000000000000000000000000000000000000000000000000000000000
  1558.       0000000000000000000000000000000000000000000000000000000000000000
  1559.       0000000000000000000000000000000000000000000000000000000000000000
  1560.       0000000000000000000000000000000000000000000000000000000000000000
  1561.       0000000000000000000000000000000000000000000000000000000000000000
  1562.       0000000000000000000000000000000000000000000000000000000000000000
  1563.       0000000000000000000000000000000000000000000000000000000000000000
  1564.       0000000000000000000000000000000000000000000000000000000000000000
  1565.       0000000000000000000000000000000000000000000000000000000000000000
  1566.       0000000000000000000000000000000000000000000000000000000000000000
  1567.       0000000000000000000000000000000000000000000000000000000000000000
  1568.       0000000000000000000000000000000000000000000000000000000000000000
  1569.       0000000000000000000000000000000000000000000000000000000000000000
  1570.       0000000000000000000000000000000000000000000000000000000000000000
  1571.       0000000000000000000000000000000000000000000000000000000000000000
  1572.       0000000000000000000000000000000000000000000000000000000000000000
  1573.       0000000000000000000000000000000000000000000000000000000000000000
  1574.       0000000000000000000000000000000000000000000000000000000000000000
  1575.       0000000000000000000000000000000000000000000000000000000000000000
  1576.       0000000000000000000000000000000000000000000000000000000000000000
  1577.       0000000000000000000000000000000000000000000000000000000000000000
  1578.       0000000000000000000000000000000000000000000000000000000000000000
  1579.       0000000000000000000000000000000000000000000000000000000000000000
  1580.       0000000000000000000000000000000000000000000000000000000000000000
  1581.       0000000000000000000000000000000000000000000000000000000000000000
  1582.       0000000000000000000000000000000000000000000000000000000000000000
  1583.       0000000000000000000000000000000000000000000000000000000000000000
  1584.       000000000000000000000000000000000000FBFB000000000000000000000000
  1585.       0000000000000000000000000000000000000000000000000000000000000000
  1586.       000000000000000000000000000000000000FB04FB0000000000000000000000
  1587.       0000000000F90000000000000000F90000000000000000000000000000000000
  1588.       000000000000000000000000000000000000FB0404FBFB000000000000000000
  1589.       00000000F9F900000000000000F9F9F900000000000000000000000000000000
  1590.       000000000000000000000000000000000000FB04040404FBFB00000000000000
  1591.       00000000F9F9F90000000000F9F9F90000000000000000000000000000000000
  1592.       000000000000000000000000000000000000FB040404FEFE04FBFB0000000000
  1593.       0000000000F9F9F9000000F9F9F90000000000F8F8F8F8F8F8F8F8F8F8F8F800
  1594.       0000000000000000F8F80000000000000000FB04040404FEFE0404FBFB000000
  1595.       000000000000F9F90000F9F9F900000000000000F80000000000000000F80000
  1596.       0000000000000000F8F80000000000000000FBFEFE040404FE04040404FBFB00
  1597.       00000000000000F9F9F9F9F90000000000000000F80000000000000000F80000
  1598.       00000000000000F80000F800000000000000FB04FEFE0404FE040404040404FB
  1599.       FB00000000000000F9F9F900000000000000000000F8000000000000F8000000
  1600.       00000000000000F80000F800000000000000FB0404FE0404FE04040404040404
  1601.       FBFB000000000000F9F9F900000000000000000000F8000000000000F8000000
  1602.       000000000000F800000000F8000000000000FB0404FE0404FE0404040404FBFB
  1603.       00000000000000F9F900F9F900000000000000000000F800000000F800000000
  1604.       000000000000F800000000F8000000000000FB0404FE04FEFE040404FBFB0000
  1605.       000000000000F9F9000000F9F9000000000000000000F800000000F800000000
  1606.       0000000000F8000000000000F80000000000FB0404FEFEFE0404FBFB00000000
  1607.       0000000000F9F9F900000000F9F9000000000000000000F80000F80000000000
  1608.       0000000000F8000000000000F80000000000FB0404FE0404FBFB000000000000
  1609.       00000000F9F9F9000000000000F9F90000000000000000F80000F80000000000
  1610.       00000000F80000000000000000F800000000FB040404FBFB0000000000000000
  1611.       00000000F9F90000000000000000F9F90000000000000000F8F8000000000000
  1612.       00000000F80000000000000000F800000000FB04FBFB00000000000000000000
  1613.       000000000000000000000000000000F90000000000000000F8F8000000000000
  1614.       000000F8F8F8F8F8F8F8F8F8F8F8F8000000FBFB000000000000000000000000
  1615.       0000000000000000000000000000000000000000000000000000000000000000
  1616.       0000000000000000000000000000000000000000000000000000000000000000
  1617.       000000000000000000000000000000000000FBF8000000000000000000000000
  1618.       0000FBF800000000000000000000000000000000000000000000000000000000
  1619.       000000000000000000000000000000000000FBF8F80000000000000000000000
  1620.       0000FBF8F8F9F900000000000000F9F900000000000000000000000000000000
  1621.       000000000000000000000000000000000000FB0101F8F8000000000000000000
  1622.       0000FB0101F9F9F90000000000F9F9F900000000000000000000000000000000
  1623.       000000000000000000000000000000000000FB01010101F8F800000000000000
  1624.       0000FB010101F9F9F900000000F9F90000000000000000000000000000000000
  1625.       000000000000000000000000000000000000FB010101010101F8F80000000000
  1626.       0000FB01010101F9F900F800F9F9000000000000000000000000000000000000
  1627.       000000000000000000000000000000000000FB0101010101010101F8F8000000
  1628.       0000FB0101010101F9F900F9F900000000000000000000000000000000000000
  1629.       0000000000000000F8F8F800000000000000FB01010101010101010101F8F800
  1630.       0000FB0101010101F9F9F9F900F8F80000000000000000000000000000000000
  1631.       0000000000000000F8F8F800000000000000FB010101010101010101010101F8
  1632.       F800FB010101010101F9F9F9000101F8F8000000000000000000000000000000
  1633.       0000000000000000F8F8F800000000000000FB01010101010101010101010101
  1634.       FBFBFB010101010101F9F9F900010101FBFB0000000000000000000000000000
  1635.       000000000000000000000000000000000000FB0101010101010101010101FBFB
  1636.       0000FB0101010101F9F900F9F900FBFB00000000000000000000000000000000
  1637.       000000000000000000000000000000000000FB010101010101010101FBFB0000
  1638.       0000FB0101010101F90001F9F9F9000000000000000000000000000000000000
  1639.       000000000000000000000000000000000000FB01010101010101FBFB00000000
  1640.       0000FB01010101F9F900FBFBF9F9F90000000000000000000000000000000000
  1641.       000000000000000000000000000000000000FB0101010101FBFB000000000000
  1642.       0000FB010101F9F900FB000000F9F90000000000000000000000000000000000
  1643.       000000000000000000000000000000000000FB010101FBFB0000000000000000
  1644.       0000FB0101F9F9F90000000000F9F9F900000000000000000000000000000000
  1645.       000000000000000000000000000000000000FB01FBFB00000000000000000000
  1646.       0000FB01FBF9F900000000000000F9F900000000000000000000000000000000
  1647.       000000000000000000000000000000000000FBFB000000000000000000000000
  1648.       0000FBFB0000000000000000000000000000424D3E000000000000003E000000
  1649.       2800000040000000300000000100010000000000800100000000000000000000
  1650.       000000000000000000000000FFFFFF0000000000000000000000000000000000
  1651.       0000000000000000000000000000000000000000000000000000000000000000
  1652.       0000000000000000000000000000000000000000000000000000000000000000
  1653.       0000000000000000000000000000000000000000000000000000000000000000
  1654.       000000000000000000000000000000001FFFFFFBFFFFFFFF07FFEFF1FFFFFFFF
  1655.       01FFC7E1FFFFFFFF007FC3C30003FCFF001FE1870003F87F0007F00F9FE7F87F
  1656.       0001F81F9FE7F33F0001FC3FCFCFF33F0000FC3FCFCFE79F0003F81FE79FE79F
  1657.       000FF18FE79FCFCF003FE1C7F33FCFCF00FFC3E3F33F9FE703FFC7F3F87F9FE7
  1658.       0FFFFFFBF87F00033FFFFFFFFCFF0003FFFFF83F1FFF1FFBFFFFE7CF07FF03F1
  1659.       001FDFF701FF01E17FDFBFFB007F00637FDFBFFB001F00077FDF7C7D00070007
  1660.       7FDF783D000100017FDF783D000100017FDF783D000000007FDF7C7D00030003
  1661.       781FBFFB000F00077BBFBFFB003F00037B7FDFF700FF00E37AFFE7CF03FF01E3
  1662.       79FFF83F0FFF03F303FFFFFF3FFF3FFF}
  1663.   end
  1664.   object dgOpen: TOpenDialog
  1665.     DefaultExt = 'pls'
  1666.     Options = [ofFileMustExist]
  1667.     Left = 110
  1668.     Top = 189
  1669.   end
  1670.   object dgSave: TSaveDialog
  1671.     DefaultExt = 'pls'
  1672.     Filter = 'PlayL:ist (*.pls)|*.pls'
  1673.     Options = [ofOverwritePrompt, ofPathMustExist]
  1674.     Left = 142
  1675.     Top = 189
  1676.   end
  1677.   object mnTabs: TPopupMenu
  1678.     AutoPopup = False
  1679.     Left = 329
  1680.     Top = 145
  1681.   end
  1682.   object mnCycling: TPopupMenu
  1683.     AutoPopup = False
  1684.     Left = 273
  1685.     Top = 61
  1686.     object mnSingle: TMenuItem
  1687.       Caption = 'Single'
  1688.       GroupIndex = 1
  1689.       Hint = 'Play one song then stop'
  1690.       RadioItem = True
  1691.       OnClick = mnCyclingClick
  1692.     end
  1693.     object mnOnce: TMenuItem
  1694.       Caption = 'Once'
  1695.       Checked = True
  1696.       GroupIndex = 1
  1697.       Hint = 'Go through same playlist once'
  1698.       RadioItem = True
  1699.       OnClick = mnCyclingClick
  1700.     end
  1701.     object mnCycle: TMenuItem
  1702.       Caption = 'Cycle'
  1703.       GroupIndex = 1
  1704.       Hint = 'Go through same playlist over and over'
  1705.       RadioItem = True
  1706.       OnClick = mnCyclingClick
  1707.     end
  1708.     object mnRepeat: TMenuItem
  1709.       Caption = 'Repeat 1'
  1710.       GroupIndex = 1
  1711.       Hint = 'Play same song over and over'
  1712.       RadioItem = True
  1713.       OnClick = mnCyclingClick
  1714.     end
  1715.     object mnSpan: TMenuItem
  1716.       Caption = 'Span'
  1717.       GroupIndex = 1
  1718.       Hint = 'Go through all playlists once'
  1719.       RadioItem = True
  1720.       OnClick = mnCyclingClick
  1721.     end
  1722.     object mnSpanCycle: TMenuItem
  1723.       Caption = 'Span Cycle'
  1724.       GroupIndex = 1
  1725.       Hint = 'Go through all playlists over and over'
  1726.       RadioItem = True
  1727.       OnClick = mnCyclingClick
  1728.     end
  1729.   end
  1730.   object TrayIcon: TTrayIcon
  1731.     Active = False
  1732.     ShowDesigning = False
  1733.     Icon.Data = {<image000.ico>}
  1734.     OnClick = mnWakeUpClick
  1735.     PopupMenu = mnTray
  1736.     Left = 224
  1737.     Top = 260
  1738.   end
  1739.   object mnTray: TPopupMenu
  1740.     Left = 232
  1741.     Top = 280
  1742.     object mnWakeUp: TMenuItem
  1743.       Caption = '&Wake up'
  1744.       OnClick = mnWakeUpClick
  1745.     end
  1746.     object mnShutDown: TMenuItem
  1747.       Caption = 'E&xit Clarion'
  1748.       OnClick = mnExitClick
  1749.     end
  1750.     object N1: TMenuItem
  1751.       Caption = '-'
  1752.     end
  1753.     object mtFloater: TMenuItem
  1754.       Caption = 'Floater'
  1755.       OnClick = lbFloaterClick
  1756.     end
  1757.     object mtAutoPlay: TMenuItem
  1758.       Caption = 'AutoPlay'
  1759.       OnClick = lbAutoPlayClick
  1760.     end
  1761.     object mtOrder: TMenuItem
  1762.       Caption = 'Order'
  1763.       object mtNormal: TMenuItem
  1764.         Caption = 'Normal'
  1765.         Checked = True
  1766.         GroupIndex = 1
  1767.         RadioItem = True
  1768.         OnClick = mtOrderClick
  1769.       end
  1770.       object mtShuffled: TMenuItem
  1771.         Caption = 'Shuffled'
  1772.         GroupIndex = 1
  1773.         RadioItem = True
  1774.         OnClick = mtOrderClick
  1775.       end
  1776.       object mtRandom: TMenuItem
  1777.         Caption = 'Random'
  1778.         GroupIndex = 1
  1779.         RadioItem = True
  1780.         OnClick = mtOrderClick
  1781.       end
  1782.     end
  1783.     object mtCycling: TMenuItem
  1784.       Caption = 'Cycling'
  1785.       object mtSingle: TMenuItem
  1786.         Caption = 'Single'
  1787.         GroupIndex = 1
  1788.         RadioItem = True
  1789.         OnClick = mnCyclingClick
  1790.       end
  1791.       object mtOnce: TMenuItem
  1792.         Caption = 'Once'
  1793.         Checked = True
  1794.         GroupIndex = 1
  1795.         RadioItem = True
  1796.         OnClick = mnCyclingClick
  1797.       end
  1798.       object mtCycle: TMenuItem
  1799.         Caption = 'Cycle'
  1800.         GroupIndex = 1
  1801.         RadioItem = True
  1802.         OnClick = mnCyclingClick
  1803.       end
  1804.       object mtRepeat: TMenuItem
  1805.         Caption = 'Repeat 1'
  1806.         GroupIndex = 1
  1807.         RadioItem = True
  1808.         OnClick = mnCyclingClick
  1809.       end
  1810.       object mtSpan: TMenuItem
  1811.         Caption = 'Span'
  1812.         GroupIndex = 1
  1813.         RadioItem = True
  1814.         OnClick = mnCyclingClick
  1815.       end
  1816.       object mtSpanCycle: TMenuItem
  1817.         Caption = 'Span Cycle'
  1818.         GroupIndex = 1
  1819.         RadioItem = True
  1820.         OnClick = mnCyclingClick
  1821.       end
  1822.     end
  1823.     object N3: TMenuItem
  1824.       Caption = '-'
  1825.     end
  1826.     object mnPlay: TMenuItem
  1827.       Caption = '&Play'
  1828.       OnClick = bPlayClick
  1829.     end
  1830.     object mnPrev: TMenuItem
  1831.       Caption = 'Pre&vious'
  1832.       OnClick = bPrevClick
  1833.     end
  1834.     object mnNext: TMenuItem
  1835.       Caption = '&Next'
  1836.       OnClick = bNextClick
  1837.     end
  1838.     object mnRewind: TMenuItem
  1839.       Caption = '&Rewind'
  1840.       OnClick = bRewindClick
  1841.     end
  1842.     object mnOut: TMenuItem
  1843.       Caption = 'Remove'
  1844.       OnClick = bOutClick
  1845.     end
  1846.     object mnStop: TMenuItem
  1847.       Caption = '&Stop'
  1848.       OnClick = bStopClick
  1849.     end
  1850.   end
  1851.   object Delayer: TTimer
  1852.     Enabled = False
  1853.     OnTimer = DelayerTimer
  1854.     Left = 136
  1855.     Top = 256
  1856.   end
  1857. end
  1858.