home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 June / Pcwk6b98.iso / Mpeg3 / Playit / playit.exe / 0 / RCDATA / TFORM1 / TFORM1.txt < prev   
Text File  |  1997-11-21  |  20KB  |  570 lines

  1. object Form1: TForm1
  2.   Left = 338
  3.   Top = 121
  4.   BorderIcons = [biMinimize]
  5.   BorderStyle = bsNone
  6.   Caption = 'Form1'
  7.   ClientHeight = 249
  8.   ClientWidth = 360
  9.   Color = clBlack
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   Visible = True
  16.   OnActivate = FormActivate
  17.   OnCreate = FormCreate
  18.   OnDestroy = FormDestroy
  19.   OnPaint = FormPaint
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Image1: TImage
  23.     Left = 0
  24.     Top = 0
  25.     Width = 360
  26.     Height = 249
  27.     Align = alClient
  28.     Picture.Data = {<image000.bmp>}
  29.     OnMouseMove = Image1MouseMove
  30.   end
  31.   object Image2: TImage
  32.     Left = 0
  33.     Top = 0
  34.     Width = 355
  35.     Height = 23
  36.     AutoSize = True
  37.     Picture.Data = {<image001.bmp>}
  38.     Visible = False
  39.   end
  40.   object lblName: TLabel
  41.     Left = 24
  42.     Top = 8
  43.     Width = 305
  44.     Height = 13
  45.     AutoSize = False
  46.     Transparent = True
  47.   end
  48.   object IncludeBtn: TSpeedButton
  49.     Left = 168
  50.     Top = 48
  51.     Width = 24
  52.     Height = 24
  53.     Caption = '>'
  54.     OnClick = IncludeBtnClick
  55.   end
  56.   object IncAllBtn: TSpeedButton
  57.     Left = 168
  58.     Top = 80
  59.     Width = 24
  60.     Height = 24
  61.     Caption = '>>'
  62.     OnClick = IncAllBtnClick
  63.   end
  64.   object ExcludeBtn: TSpeedButton
  65.     Left = 168
  66.     Top = 112
  67.     Width = 24
  68.     Height = 24
  69.     Caption = '<'
  70.     Enabled = False
  71.     OnClick = ExcludeBtnClick
  72.   end
  73.   object ExAllBtn: TSpeedButton
  74.     Left = 168
  75.     Top = 144
  76.     Width = 24
  77.     Height = 24
  78.     Caption = '<<'
  79.     Enabled = False
  80.     OnClick = ExcAllBtnClick
  81.   end
  82.   object Device: TLabel
  83.     Left = 16
  84.     Top = 176
  85.     Width = 329
  86.     Height = 16
  87.     AutoSize = False
  88.     Color = clBlack
  89.     Font.Color = clLime
  90.     Font.Height = -11
  91.     Font.Name = 'Arial'
  92.     Font.Style = []
  93.     ParentColor = False
  94.     ParentFont = False
  95.   end
  96.   object TorryButton1: TTorryButton
  97.     Left = 268
  98.     Top = 220
  99.     Width = 77
  100.     Height = 17
  101.     BorderColor = clLime
  102.     ShadowColor = clBlack
  103.     LedOffColor = clGreen
  104.     LedOnColor = clLime
  105.     LedDownColor = clRed
  106.     Caption = 'Play It!'
  107.     Font.Color = clLime
  108.     Font.Height = -11
  109.     Font.Name = 'Arial'
  110.     Font.Style = []
  111.     RoundedCornerSize = 16
  112.     OnClick = TorryButton1Click
  113.   end
  114.   object TorryButton2: TTorryButton
  115.     Left = 180
  116.     Top = 220
  117.     Width = 81
  118.     Height = 17
  119.     BorderColor = clLime
  120.     ShadowColor = clBlack
  121.     LedOffColor = clGreen
  122.     LedOnColor = clLime
  123.     LedDownColor = clRed
  124.     Caption = 'Quit'
  125.     Font.Color = clLime
  126.     Font.Height = -11
  127.     Font.Name = 'Arial'
  128.     Font.Style = []
  129.     RoundedCornerSize = 16
  130.     OnClick = TorryButton2Click
  131.   end
  132.   object Label2: TLabel
  133.     Left = 84
  134.     Top = 220
  135.     Width = 17
  136.     Height = 13
  137.     AutoSize = False
  138.     Caption = '25'
  139.     Color = clBlack
  140.     Font.Color = clRed
  141.     Font.Height = -11
  142.     Font.Name = 'Arial'
  143.     Font.Style = []
  144.     ParentColor = False
  145.     ParentFont = False
  146.   end
  147.   object lblmin: TLabel
  148.     Left = 332
  149.     Top = 8
  150.     Width = 13
  151.     Height = 13
  152.     Alignment = taCenter
  153.     AutoSize = False
  154.     Caption = '/'
  155.     Color = clLime
  156.     Font.Color = clYellow
  157.     Font.Height = -11
  158.     Font.Name = 'MS Sans Serif'
  159.     Font.Style = [fsBold]
  160.     ParentColor = False
  161.     ParentFont = False
  162.     Transparent = True
  163.     OnClick = lblminClick
  164.     OnMouseDown = lblminMouseDown
  165.     OnMouseUp = lblminMouseUp
  166.   end
  167.   object Lblquest: TLabel
  168.     Left = 11
  169.     Top = 8
  170.     Width = 14
  171.     Height = 13
  172.     Alignment = taCenter
  173.     AutoSize = False
  174.     Caption = '?'
  175.     Color = clLime
  176.     Font.Color = clYellow
  177.     Font.Height = -11
  178.     Font.Name = 'MS Sans Serif'
  179.     Font.Style = [fsBold]
  180.     ParentColor = False
  181.     ParentFont = False
  182.     Transparent = True
  183.     OnClick = LblquestClick
  184.     OnMouseDown = LblquestMouseDown
  185.     OnMouseUp = LblquestMouseUp
  186.   end
  187.   object TorryButton3: TTorryButton
  188.     Left = 296
  189.     Top = 24
  190.     Width = 49
  191.     Height = 17
  192.     BorderColor = clLime
  193.     ShadowColor = clBlack
  194.     LedOffColor = clGreen
  195.     LedOnColor = clLime
  196.     LedDownColor = clRed
  197.     Caption = 'save'
  198.     Font.Color = clLime
  199.     Font.Height = -11
  200.     Font.Name = 'Arial'
  201.     Font.Style = []
  202.     RoundedCornerSize = 6
  203.     OnClick = TorryButton3Click
  204.   end
  205.   object TorryButton4: TTorryButton
  206.     Left = 248
  207.     Top = 24
  208.     Width = 45
  209.     Height = 17
  210.     BorderColor = clLime
  211.     ShadowColor = clBlack
  212.     LedOffColor = clGreen
  213.     LedOnColor = clLime
  214.     LedDownColor = clRed
  215.     Caption = 'opt'
  216.     Font.Color = clLime
  217.     Font.Height = -11
  218.     Font.Name = 'Arial'
  219.     Font.Style = []
  220.     RoundedCornerSize = 6
  221.     OnClick = TorryButton3Click
  222.   end
  223.   object DstList: TListBox
  224.     Left = 200
  225.     Top = 48
  226.     Width = 144
  227.     Height = 121
  228.     BorderStyle = bsNone
  229.     Color = clBlack
  230.     Ctl3D = True
  231.     DragMode = dmAutomatic
  232.     Font.Color = clYellow
  233.     Font.Height = -11
  234.     Font.Name = 'Arial'
  235.     Font.Style = []
  236.     ItemHeight = 14
  237.     MultiSelect = True
  238.     ParentCtl3D = False
  239.     ParentFont = False
  240.     PopupMenu = PopupMenu1
  241.     Sorted = True
  242.     TabOrder = 0
  243.     OnDragDrop = DstListDragDrop
  244.     OnDragOver = DstListDragOver
  245.   end
  246.   object RangeSlider1: TRangeSlider
  247.     Left = 96
  248.     Top = 200
  249.     Width = 251
  250.     Height = 12
  251.     BMPMin.Data = {
  252.       56030000424D560300000000000036000000280000001A0000000A0000000100
  253.       18000000000020030000000000000000000000000000000000008C8E8C6B616B
  254.       6361636361636361636361636361636361636361636361636361636361636361
  255.       6363616363616363616363616363616363616363616363616363616363616363
  256.       61636361636B696B0000B5B6B54AA6A55296A552969C39798439798439798439
  257.       7984396973397984396973396973397984396973397984397984397984396973
  258.       3979843979843969733979843969733979844A86846361630000B5B6B55AB6B5
  259.       4AA6A552969C3979843979844A86843979843979843979843979843979843969
  260.       733979843979844A868439798439798439798439798439798439697339798439
  261.       69733979846361630000B5B6B56BCFD673B6B5000000CECFCE4AA6A5000000DE
  262.       DFDE4AA6A5000000DEDFDE52969C000000E7E7E74AA6A5000000DEDFDE4AA6A5
  263.       000000DEDFDE4AA6A5000000E7E7E73979843969736B696B0000BDBEBD8CFFFF
  264.       6BDFE7100808F7FBFF8CFFFF000000F7FBFF8CFFFF000000F7FBFF8CFFFF0000
  265.       00E7E7E78CFFFF000000F7FBFF8CFFFF000000F7FBFF8CFFFF000000E7E7E739
  266.       79843979846361630000B5B6B58CFFFF8CFFFF100808F7FBFFDEDFDE000000F7
  267.       FBFFE7E7E7000000FFFFFFDEDFDE000000FFFFFFDEDFDE000000F7FBFFE7E7E7
  268.       000000F7FBFFE7E7E7000000FFFFFF3979844A86846B696B0000BDBEBDF7FBFF
  269.       F7FBFF0000008CFFFF6BDFE7100808D6D7D66BDFE71008086BCFD66BCFD60000
  270.       00CECFCE6BDFE7100808D6D7D66BDFE7100808D6D7D66BDFE7000000CECFCE39
  271.       969C4A86846B696B0000BDBEBDFFFFFFFFFFFFFFFFFFF7FBFF8CFFFF8CFFFF8C
  272.       FFFF8CFFFF8CFFFF8CFFFF8CFFFF8CFFFF8CFFFF8CFFFF8CFFFF8CFFFF8CFFFF
  273.       8CFFFF8CFFFF8CFFFF5AB6B55296A552969C39869C6361630000BDBEBDFFFFFF
  274.       FFFFFFFFFFFF8CFFFFF7FBFF8CFFFF8CFFFF8CFFFF8CFFFF8CFFFF8CFFFF8CFF
  275.       FF8CFFFF8CFFFF8CFFFF8CFFFF8CFFFF8CFFFF8CFFFF8CFFFF6BCFD65AB6B54A
  276.       A6A552969C6B696B0000B5B6B5C6C3C6C6C3C6C6C3C6C6C3C6C6C3C6C6C3C6BD
  277.       BEBDBDBEBDBDBEBDBDBEBDB5B6B5B5B6B5ADAEADC6C3C6C6C3C6BDBEBDBDBEBD
  278.       BDBEBDBDBEBDBDBEBDB5B6B5ADAEADADAEADADAEAD8C8E8C0000}
  279.     BMPTrack.Data = {
  280.       06100000424D06100000000000003604000028000000FB0000000C0000000100
  281.       080000000000D00B0000120B0000120B00000000000000000000000000000000
  282.       BF0000BF000000BFBF00BF000000BF00BF00BFBF0000C0C0C000C0DCC000F0CA
  283.       A600FFFFFF00F7F7F7008CFFFF00F7EFEF00EFEFEF00EFE7EF00E7E7E70000FF
  284.       FF00E7DEE700F7DEDE00DEDEDE00DED6DE00D6D6D6006BDEE70063DEE700EFCE
  285.       CE00D6CED600CECECE00CEC6CE00C6C6C6006BCED600E7BDBD00BDBDBD00BDB5
  286.       BD00B5B5B500DEADAD00B5ADB50073B5B500ADADAD005AB5B5005AB5AD00ADA5
  287.       AD00ADA5A500D69C9C00A59CA5009C9C9C004AA5A500A59C9400AD949C009C94
  288.       9C0000FF000094949400CE8C8C005294A500948C940052949C003994A500948C
  289.       8C0039949C008C8C8C00C6848400A5848C005A9484008C848C00848484003984
  290.       9C008C847B008C7B8400847B84004A848400BD7373007B7B7B00397B84007B73
  291.       7B007B737300737373008C6B7300736B7300AD636B00B5636300736B6B006B6B
  292.       6B004A6B7300396B73006B636B007B636300736363006B636300636363003963
  293.       6B0031636B006B5A6300635A630084840000AD5252005A5A5A00525A5A005A52
  294.       5A00295A5A005A52520052525200634A5200008400006B4A4A00524A5200A542
  295.       42004A4A4A004A4A42005A424A006B424200634242004A424A008C394200394A
  296.       39008C393900424242007B3939009C3131004239420084313100423939007B31
  297.       3100393939003931390031313100392939003131290084212900942121003129
  298.       3100182939007B21210029292900292129008418180021212100841018008C10
  299.       1000211821001818180084080800181018001010100084000000100808000000
  300.       0000000000000000000000000000000000000000000000000000000000000000
  301.       0000000000000000000000000000000000000000000000000000000000000000
  302.       0000000000000000000000000000000000000000000000000000000000000000
  303.       0000000000000000000000000000000000000000000000000000000000000000
  304.       0000000000000000000000000000000000000000000000000000000000000000
  305.       0000000000000000000000000000000000000000000000000000000000000000
  306.       0000000000000000000000000000000000000000000000000000000000000000
  307.       0000000000000000000000000000000000000000000000000000000000000000
  308.       0000000000000000000000000000000000000000000000000000000000000000
  309.       0000000000000000000000000000000000000000000000000000000000000000
  310.       0000000000000000000000000000000000000000000000000000000000000000
  311.       0000000000000000000000000000000000000000000000000000000000000000
  312.       000000000000000000000000000000000000F0FBFF00A4A0A000808080000000
  313.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF007B7B7B7B7B7B
  314.       7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B
  315.       7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B
  316.       7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B
  317.       7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B
  318.       7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B
  319.       7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B
  320.       7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B
  321.       7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B007B7B7B7B7B7B7B7B7B7B
  322.       7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B
  323.       7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B
  324.       7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B
  325.       7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B
  326.       7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B
  327.       7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B
  328.       7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B
  329.       7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B007B7B7B7B7B7B7B7B7B7B7B7B7B7B
  330.       7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B
  331.       7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B
  332.       7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B
  333.       7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B
  334.       7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B
  335.       7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B
  336.       7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B
  337.       7B7B7B7B7B7B7B7B7B7B7B7B7B007B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B
  338.       7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B
  339.       7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B
  340.       7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B
  341.       7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B
  342.       7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B
  343.       7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B
  344.       7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B
  345.       7B7B7B7B7B7B7B7B7B0064000000000000000000000000000000000000000000
  346.       0000000000000000000000000000000000000000000000000000000000000000
  347.       0000000000000000000000000000000000000000000000000000000000000000
  348.       0000000000000000000000000000000000000000000000000000000000000000
  349.       0000000000000000000000000000000000000000000000000000000000000000
  350.       0000000000000000000000000000000000000000000000000000000000000000
  351.       0000000000000000000000000000000000000000000000000000000000000000
  352.       0000000000000000000000000000000000000000000000000000000000000000
  353.       000000007B006400000000000000000000000000000000000000000000000000
  354.       0000000000000000000000000000000000000000000000000000000000000000
  355.       0000000000000000000000000000000000000000000000000000000000000000
  356.       0000000000000000000000000000000000000000000000000000000000000000
  357.       0000000000000000000000000000000000000000000000000000000000000000
  358.       0000000000000000000000000000000000000000000000000000000000000000
  359.       0000000000000000000000000000000000000000000000000000000000000000
  360.       0000000000000000000000000000000000000000000000000000000000000000
  361.       7B00640000000000000000000000000000000000000000000000000000000000
  362.       0000000000000000000000000000000000000000000000000000000000000000
  363.       0000000000000000000000000000000000000000000000000000000000000000
  364.       0000000000000000000000000000000000000000000000000000000000000000
  365.       0000000000000000000000000000000000000000000000000000000000000000
  366.       0000000000000000000000000000000000000000000000000000000000000000
  367.       0000000000000000000000000000000000000000000000000000000000000000
  368.       000000000000000000000000000000000000000000000000000000007B006400
  369.       0000000000000000000000000000000000000000000000000000000000000000
  370.       0000000000000000000000000000000000000000000000000000000000000000
  371.       0000000000000000000000000000000000000000000000000000000000000000
  372.       0000000000000000000000000000000000000000000000000000000000000000
  373.       0000000000000000000000000000000000000000000000000000000000000000
  374.       0000000000000000000000000000000000000000000000000000000000000000
  375.       0000000000000000000000000000000000000000000000000000000000000000
  376.       0000000000000000000000000000000000000000000000007B00646464646464
  377.       6464646464646464646464646464646464646464646464646464646464646464
  378.       6464646464646464646464646464646464646464646464646464646464646464
  379.       6464646464646464646464646464646464646464646464646464646464646464
  380.       6464646464646464646464646464646464646464646464646464646464646464
  381.       6464646464646464646464646464646464646464646464646464646464646464
  382.       6464646464646464646464646464646464646464646464646464646464646464
  383.       6464646464646464646464646464646464646464646464646464646464646464
  384.       64646464646464646464646464646464646464827B007B7B7B7B7B7B7B7B7B7B
  385.       7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B
  386.       7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B
  387.       7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B
  388.       7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B
  389.       7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B
  390.       7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B
  391.       7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B
  392.       7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B007B7B7B7B7B7B7B7B7B7B7B7B7B7B
  393.       7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B
  394.       7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B
  395.       7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B
  396.       7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B
  397.       7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B
  398.       7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B
  399.       7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B
  400.       7B7B7B7B7B7B7B7B7B7B7B7B7B007B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B
  401.       7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B
  402.       7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B
  403.       7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B
  404.       7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B
  405.       7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B
  406.       7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B
  407.       7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B7B
  408.       7B7B7B7B7B7B7B7B7B00}
  409.     Max = 65535
  410.     MaxPosition = 65535
  411.     MinSliderCursor = crDefault
  412.     MaxSliderCursor = crDefault
  413.     OnChange = RangeSlider1Change
  414.     TabOrder = 1
  415.     TabStop = False
  416.   end
  417.   object Memo1: TMemo
  418.     Left = 384
  419.     Top = 36
  420.     Width = 181
  421.     Height = 57
  422.     Font.Color = clBlack
  423.     Font.Height = -11
  424.     Font.Name = 'Arial'
  425.     Font.Style = []
  426.     ParentFont = False
  427.     TabOrder = 2
  428.     WordWrap = False
  429.   end
  430.   object RadioButton2: TRadioButton
  431.     Left = 16
  432.     Top = 26
  433.     Width = 45
  434.     Height = 13
  435.     Caption = 'song'
  436.     Checked = True
  437.     Color = clBlack
  438.     Font.Color = clLime
  439.     Font.Height = -11
  440.     Font.Name = 'MS Sans Serif'
  441.     Font.Style = []
  442.     ParentColor = False
  443.     ParentFont = False
  444.     TabOrder = 3
  445.     TabStop = True
  446.     OnClick = RadioButton2Click
  447.     OnExit = RadioButton2Exit
  448.   end
  449.   object RadioButton1: TRadioButton
  450.     Left = 64
  451.     Top = 26
  452.     Width = 49
  453.     Height = 13
  454.     Caption = 'group'
  455.     Color = clBlack
  456.     Font.Color = clLime
  457.     Font.Height = -11
  458.     Font.Name = 'MS Sans Serif'
  459.     Font.Style = []
  460.     ParentColor = False
  461.     ParentFont = False
  462.     TabOrder = 4
  463.     OnClick = RadioButton2Click
  464.   end
  465.   object RadioButton3: TRadioButton
  466.     Left = 116
  467.     Top = 26
  468.     Width = 45
  469.     Height = 13
  470.     Caption = 'm3u'
  471.     Color = clBlack
  472.     Font.Color = clLime
  473.     Font.Height = -11
  474.     Font.Name = 'MS Sans Serif'
  475.     Font.Style = []
  476.     ParentColor = False
  477.     ParentFont = False
  478.     TabOrder = 5
  479.     OnClick = RadioButton2Click
  480.   end
  481.   object SrcList: TLongListbox
  482.     Left = 16
  483.     Top = 48
  484.     Width = 145
  485.     Height = 121
  486.     BorderStyle = bsNone
  487.     Color = clBlack
  488.     DragMode = dmAutomatic
  489.     Font.Color = clYellow
  490.     Font.Height = -11
  491.     Font.Name = 'Arial'
  492.     Font.Style = []
  493.     ItemHeight = 14
  494.     MultiSelect = True
  495.     ParentFont = False
  496.     Sorted = True
  497.     TabOrder = 6
  498.     OnDragDrop = SrcListDragDrop
  499.     OnDragOver = SrcListDragOver
  500.     OnlyWhenFocused = False
  501.     BackColor = 15400959
  502.     TextColor = clBlack
  503.   end
  504.   object Timer1: TTimer
  505.     OnTimer = Timer1Timer
  506.     Left = 276
  507.     Top = 64
  508.   end
  509.   object SaveDialog1: TSaveDialog
  510.     DefaultExt = 'm3u'
  511.     FileEditStyle = fsEdit
  512.     Filter = 'M3U Playlist file|*.m3u'
  513.     Left = 24
  514.     Top = 60
  515.   end
  516.   object PopupMenu1: TPopupMenu
  517.     OnPopup = PopupMenu1Popup
  518.     Left = 236
  519.     Top = 64
  520.     object EditTags1: TMenuItem
  521.       Caption = 'Edit Tags'
  522.       Enabled = False
  523.       ShortCut = 16453
  524.       OnClick = EditTags1Click
  525.     end
  526.     object EditAllTags1: TMenuItem
  527.       Caption = 'Edit All Tags'
  528.       Enabled = False
  529.       ShortCut = 16449
  530.       OnClick = EditTags1Click
  531.     end
  532.     object N2: TMenuItem
  533.       Caption = '-'
  534.       ShortCut = 0
  535.     end
  536.     object Print1: TMenuItem
  537.       Caption = 'Print'
  538.       ShortCut = 16464
  539.       OnClick = Print1Click
  540.     end
  541.     object N1: TMenuItem
  542.       Caption = '-'
  543.       ShortCut = 0
  544.     end
  545.     object Help: TMenuItem
  546.       Caption = 'Help'
  547.       ShortCut = 112
  548.       OnClick = HelpClick
  549.     end
  550.   end
  551.   object LinePrinter1: TLinePrinter
  552.     MarginTop = 0.750000000000000000
  553.     MarginBottom = 0.750000000000000000
  554.     MarginLeft = 0.750000000000000000
  555.     MarginRight = 0.750000000000000000
  556.     LineSpacing = lsSingleAndAHalf
  557.     ShowProgress = True
  558.     Font.Color = clWindowText
  559.     Font.Height = -83
  560.     Font.Name = 'Courier New'
  561.     Font.Style = []
  562.     Left = 300
  563.     Top = 112
  564.   end
  565.   object PrintDialog1: TPrintDialog
  566.     Left = 228
  567.     Top = 108
  568.   end
  569. end
  570.