home *** CD-ROM | disk | FTP | other *** search
/ Freelog 59 / Freelog059.iso / Bas / Musique / Minihost / MiniHost.exe / 0 / RCDATA / TPLAYER / TPLAYER.txt
Text File  |  2004-06-27  |  8KB  |  405 lines

  1. object Player: TPlayer
  2.   Left = 223
  3.   Top = 161
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsToolWindow
  6.   Caption = 'MIDI/WAV Player/Recorder'
  7.   ClientHeight = 480
  8.   ClientWidth = 424
  9.   Color = clGray
  10.   Ctl3D = False
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'Arial'
  15.   Font.Style = []
  16.   OldCreateOrder = False
  17.   Scaled = False
  18.   OnActivate = FormActivate
  19.   OnCreate = FormCreate
  20.   OnDeactivate = FormDeactivate
  21.   PixelsPerInch = 96
  22.   TextHeight = 14
  23.   object GroupBox4: TGroupBox
  24.     Left = 7
  25.     Top = 0
  26.     Width = 201
  27.     Height = 369
  28.     Caption = ' MIDI File Player '
  29.     TabOrder = 0
  30.     object Label1: TLabel
  31.       Left = 8
  32.       Top = 240
  33.       Width = 55
  34.       Height = 14
  35.       Caption = 'current file:'
  36.     end
  37.     object Label2: TLabel
  38.       Left = 8
  39.       Top = 254
  40.       Width = 36
  41.       Height = 14
  42.       Caption = '<none>'
  43.       Transparent = True
  44.     end
  45.     object s_tempo: TTobyGauge
  46.       Left = 8
  47.       Top = 295
  48.       Width = 177
  49.       Height = 20
  50.       Cursor = crCross
  51.       Color = clBlack
  52.       ShowText = False
  53.       Font.Charset = DEFAULT_CHARSET
  54.       Font.Color = clWhite
  55.       Font.Height = -11
  56.       Font.Name = 'Arial'
  57.       Font.Style = []
  58.       MinValue = 20
  59.       MaxValue = 240
  60.       ParentColor = False
  61.       ParentFont = False
  62.       Progress = 120
  63.       OnMouseDown = s_tempoMouseDown
  64.       OnMouseMove = s_tempoMouseMove
  65.     end
  66.     object tmp: TLabel
  67.       Left = 8
  68.       Top = 280
  69.       Width = 76
  70.       Height = 14
  71.       Caption = 'tempo: 120 bpm'
  72.     end
  73.     object s_pos: TTobyGauge
  74.       Left = 8
  75.       Top = 335
  76.       Width = 177
  77.       Height = 20
  78.       Cursor = crCross
  79.       Color = clBlack
  80.       ShowText = False
  81.       Font.Charset = DEFAULT_CHARSET
  82.       Font.Color = clWhite
  83.       Font.Height = -11
  84.       Font.Name = 'Arial'
  85.       Font.Style = []
  86.       ParentColor = False
  87.       ParentFont = False
  88.       Progress = 0
  89.       OnMouseDown = s_posMouseDown
  90.       OnMouseMove = s_posMouseMove
  91.     end
  92.     object Label5: TLabel
  93.       Left = 8
  94.       Top = 320
  95.       Width = 62
  96.       Height = 14
  97.       Caption = 'position: 0 %'
  98.     end
  99.     object midibox: TListBox
  100.       Left = 8
  101.       Top = 24
  102.       Width = 185
  103.       Height = 161
  104.       AutoComplete = False
  105.       BevelInner = bvNone
  106.       BevelOuter = bvNone
  107.       Color = clBlack
  108.       ExtendedSelect = False
  109.       Font.Charset = DEFAULT_CHARSET
  110.       Font.Color = clWhite
  111.       Font.Height = -11
  112.       Font.Name = 'Arial'
  113.       Font.Style = []
  114.       ItemHeight = 14
  115.       ParentFont = False
  116.       TabOrder = 0
  117.       OnDblClick = midiboxDblClick
  118.     end
  119.     object Button1: TButton
  120.       Left = 8
  121.       Top = 192
  122.       Width = 49
  123.       Height = 17
  124.       Caption = 'add'
  125.       TabOrder = 1
  126.       OnClick = Button1Click
  127.     end
  128.     object Button2: TButton
  129.       Left = 64
  130.       Top = 192
  131.       Width = 49
  132.       Height = 17
  133.       Caption = 'remove'
  134.       TabOrder = 2
  135.       OnClick = Button2Click
  136.     end
  137.     object Button3: TButton
  138.       Left = 64
  139.       Top = 216
  140.       Width = 49
  141.       Height = 17
  142.       Caption = 'stop'
  143.       TabOrder = 3
  144.       OnClick = Button3Click
  145.     end
  146.     object Button4: TButton
  147.       Left = 8
  148.       Top = 216
  149.       Width = 49
  150.       Height = 17
  151.       Caption = 'play'
  152.       TabOrder = 4
  153.       OnClick = Button4Click
  154.     end
  155.     object midilooped1: TCheckBox
  156.       Left = 124
  157.       Top = 192
  158.       Width = 57
  159.       Height = 17
  160.       Caption = 'looped'
  161.       TabOrder = 5
  162.     end
  163.     object onlych1: TCheckBox
  164.       Left = 124
  165.       Top = 216
  166.       Width = 69
  167.       Height = 17
  168.       Caption = 'only CH1'
  169.       TabOrder = 6
  170.     end
  171.   end
  172.   object GroupBox1: TGroupBox
  173.     Left = 215
  174.     Top = 0
  175.     Width = 201
  176.     Height = 369
  177.     Caption = ' WAV File Player '
  178.     TabOrder = 1
  179.     object Label3: TLabel
  180.       Left = 8
  181.       Top = 240
  182.       Width = 55
  183.       Height = 14
  184.       Caption = 'current file:'
  185.     end
  186.     object Label4: TLabel
  187.       Left = 8
  188.       Top = 254
  189.       Width = 36
  190.       Height = 14
  191.       Caption = '<none>'
  192.       Transparent = True
  193.     end
  194.     object Label6: TLabel
  195.       Left = 8
  196.       Top = 280
  197.       Width = 60
  198.       Height = 14
  199.       Caption = 'pitch: 100 %'
  200.     end
  201.     object s_pitch: TTobyGauge
  202.       Left = 8
  203.       Top = 295
  204.       Width = 177
  205.       Height = 20
  206.       Cursor = crCross
  207.       Color = clBlack
  208.       ShowText = False
  209.       Font.Charset = DEFAULT_CHARSET
  210.       Font.Color = clWhite
  211.       Font.Height = -11
  212.       Font.Name = 'Arial'
  213.       Font.Style = []
  214.       MinValue = 1
  215.       MaxValue = 341
  216.       ParentColor = False
  217.       ParentFont = False
  218.       Progress = 170
  219.       OnMouseDown = s_pitchMouseDown
  220.       OnMouseMove = s_pitchMouseMove
  221.     end
  222.     object Label7: TLabel
  223.       Left = 8
  224.       Top = 320
  225.       Width = 62
  226.       Height = 14
  227.       Caption = 'position: 0 %'
  228.     end
  229.     object s_pos2: TTobyGauge
  230.       Left = 8
  231.       Top = 335
  232.       Width = 177
  233.       Height = 20
  234.       Cursor = crCross
  235.       Color = clBlack
  236.       ShowText = False
  237.       Font.Charset = DEFAULT_CHARSET
  238.       Font.Color = clWhite
  239.       Font.Height = -11
  240.       Font.Name = 'Arial'
  241.       Font.Style = []
  242.       ParentColor = False
  243.       ParentFont = False
  244.       Progress = 0
  245.       OnMouseDown = s_pos2MouseDown
  246.       OnMouseMove = s_pos2MouseMove
  247.     end
  248.     object wavbox: TListBox
  249.       Left = 8
  250.       Top = 24
  251.       Width = 185
  252.       Height = 161
  253.       AutoComplete = False
  254.       BevelInner = bvNone
  255.       BevelOuter = bvNone
  256.       Color = clBlack
  257.       ExtendedSelect = False
  258.       Font.Charset = DEFAULT_CHARSET
  259.       Font.Color = clWhite
  260.       Font.Height = -11
  261.       Font.Name = 'Arial'
  262.       Font.Style = []
  263.       ItemHeight = 14
  264.       ParentFont = False
  265.       TabOrder = 0
  266.       OnDblClick = wavboxDblClick
  267.     end
  268.     object Button5: TButton
  269.       Left = 8
  270.       Top = 192
  271.       Width = 49
  272.       Height = 17
  273.       Caption = 'add'
  274.       TabOrder = 1
  275.       OnClick = Button5Click
  276.     end
  277.     object Button6: TButton
  278.       Left = 64
  279.       Top = 192
  280.       Width = 49
  281.       Height = 17
  282.       Caption = 'remove'
  283.       TabOrder = 2
  284.       OnClick = Button6Click
  285.     end
  286.     object Button7: TButton
  287.       Left = 64
  288.       Top = 216
  289.       Width = 49
  290.       Height = 17
  291.       Caption = 'stop'
  292.       TabOrder = 3
  293.       OnClick = Button7Click
  294.     end
  295.     object Button8: TButton
  296.       Left = 8
  297.       Top = 216
  298.       Width = 49
  299.       Height = 17
  300.       Caption = 'play'
  301.       TabOrder = 4
  302.       OnClick = Button8Click
  303.     end
  304.     object wavlooped1: TCheckBox
  305.       Left = 124
  306.       Top = 192
  307.       Width = 57
  308.       Height = 17
  309.       Caption = 'looped'
  310.       TabOrder = 5
  311.       OnClick = wavlooped1Click
  312.     end
  313.   end
  314.   object GroupBox2: TGroupBox
  315.     Left = 7
  316.     Top = 370
  317.     Width = 410
  318.     Height = 105
  319.     Caption = ' WAV Recorder '
  320.     TabOrder = 2
  321.     object Label8: TLabel
  322.       Left = 8
  323.       Top = 48
  324.       Width = 138
  325.       Height = 14
  326.       Caption = 'current file (click to change):'
  327.     end
  328.     object wavfile: TLabel
  329.       Left = 8
  330.       Top = 62
  331.       Width = 36
  332.       Height = 14
  333.       Cursor = crHandPoint
  334.       Caption = '<none>'
  335.       Transparent = True
  336.       OnClick = wavfileClick
  337.     end
  338.     object rstatus: TLabel
  339.       Left = 8
  340.       Top = 80
  341.       Width = 75
  342.       Height = 14
  343.       Caption = 'status: stopped'
  344.     end
  345.     object Button10: TButton
  346.       Left = 64
  347.       Top = 24
  348.       Width = 49
  349.       Height = 17
  350.       Caption = 'pause'
  351.       TabOrder = 0
  352.       OnClick = Button10Click
  353.     end
  354.     object Button11: TButton
  355.       Left = 120
  356.       Top = 24
  357.       Width = 49
  358.       Height = 17
  359.       Caption = 'stop'
  360.       TabOrder = 1
  361.       OnClick = Button11Click
  362.     end
  363.     object Button12: TButton
  364.       Left = 8
  365.       Top = 24
  366.       Width = 49
  367.       Height = 17
  368.       Caption = 'record'
  369.       TabOrder = 2
  370.       OnClick = Button12Click
  371.     end
  372.     object recinmono: TCheckBox
  373.       Left = 185
  374.       Top = 24
  375.       Width = 96
  376.       Height = 17
  377.       Caption = 'record in mono'
  378.       TabOrder = 3
  379.     end
  380.     object rformat: TComboBox
  381.       Left = 304
  382.       Top = 22
  383.       Width = 89
  384.       Height = 22
  385.       BevelInner = bvNone
  386.       BevelOuter = bvNone
  387.       Style = csDropDownList
  388.       Color = clBlack
  389.       Font.Charset = DEFAULT_CHARSET
  390.       Font.Color = clWhite
  391.       Font.Height = -11
  392.       Font.Name = 'Arial'
  393.       Font.Style = []
  394.       ItemHeight = 14
  395.       ItemIndex = 0
  396.       ParentFont = False
  397.       TabOrder = 4
  398.       Text = '16 bit integer'
  399.       Items.Strings = (
  400.         '16 bit integer'
  401.         '32 bit float')
  402.     end
  403.   end
  404. end
  405.