home *** CD-ROM | disk | FTP | other *** search
/ The Net Power 1997 February / NetPower_2-97.mdf / nettools / audio / midinigh / mn.exe / 0 / RCDATA / TMAINFORM / TMAINFORM.txt
Text File  |  1996-08-29  |  20KB  |  592 lines

  1. object mainForm: TmainForm
  2.   Left = 77
  3.   Top = 187
  4.   ActiveControl = fileListBox
  5.   BorderIcons = [biSystemMenu, biMinimize]
  6.   BorderStyle = bsSingle
  7.   Caption = 'MIDInight Express'
  8.   ClientHeight = 319
  9.   ClientWidth = 589
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = [fsBold]
  14.   OnActivate = FormActivate
  15.   OnClose = FormClose
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object filesBox: TGroupBox
  20.     Left = 248
  21.     Top = 0
  22.     Width = 337
  23.     Height = 216
  24.     Caption = 'Files'
  25.     Font.Color = clBlack
  26.     Font.Height = -11
  27.     Font.Name = 'MS Sans Serif'
  28.     Font.Style = [fsBold]
  29.     ParentFont = False
  30.     TabOrder = 1
  31.     object DriveComboBox1: TDriveComboBox
  32.       Left = 8
  33.       Top = 16
  34.       Width = 121
  35.       Height = 19
  36.       DirList = DirectoryListBox1
  37.       Font.Color = clBlack
  38.       Font.Height = -11
  39.       Font.Name = 'MS Sans Serif'
  40.       Font.Style = [fsBold]
  41.       ParentFont = False
  42.       TabOrder = 0
  43.     end
  44.     object DirectoryListBox1: TDirectoryListBox
  45.       Left = 8
  46.       Top = 40
  47.       Width = 121
  48.       Height = 169
  49.       FileList = fileListBox
  50.       Font.Color = clBlack
  51.       Font.Height = -11
  52.       Font.Name = 'MS Sans Serif'
  53.       Font.Style = [fsBold]
  54.       ItemHeight = 16
  55.       ParentFont = False
  56.       TabOrder = 1
  57.     end
  58.     object FilterComboBox1: TFilterComboBox
  59.       Left = 136
  60.       Top = 188
  61.       Width = 153
  62.       Height = 21
  63.       FileList = fileListBox
  64.       Filter = 
  65.         'MID files (*.MID)|*.MID|PRG files (*.PRG)|*.PRG|WAV files (*.WAV' +
  66.         ')|*.WAV|All files (*.*)|*.*'
  67.       Font.Color = clBlack
  68.       Font.Height = -11
  69.       Font.Name = 'MS Sans Serif'
  70.       Font.Style = [fsBold]
  71.       ParentFont = False
  72.       TabOrder = 3
  73.     end
  74.     object fileListBox: TExtFileListBox
  75.       Left = 136
  76.       Top = 16
  77.       Width = 193
  78.       Height = 169
  79.       Font.Color = clBlack
  80.       Font.Height = -11
  81.       Font.Name = 'MS Sans Serif'
  82.       Font.Style = [fsBold]
  83.       ItemHeight = 16
  84.       Mask = '*.MID'
  85.       ParentFont = False
  86.       ParentShowHint = False
  87.       ShowGlyphs = True
  88.       ShowHint = False
  89.       TabOrder = 2
  90.       OnChange = fileListBoxChange
  91.       OnClick = fileListBoxChange
  92.       ShowDate = False
  93.       ShowTime = False
  94.     end
  95.     object BitBtn1: TBitBtn
  96.       Left = 296
  97.       Top = 188
  98.       Width = 33
  99.       Height = 22
  100.       TabOrder = 4
  101.       OnClick = BitBtn1Click
  102.       Glyph.Data = {
  103.         76010000424D7601000000000000760000002800000020000000100000000100
  104.         04000000000000010000130B0000130B00000000000000000000000000000000
  105.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  106.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  107.         3333333333FFFFF3333333333999993333333333F77777FFF333333999999999
  108.         3333333777333777FF33339993707399933333773337F3777FF3399933000339
  109.         9933377333777F3377F3399333707333993337733337333337FF993333333333
  110.         399377F33333F333377F993333303333399377F33337FF333373993333707333
  111.         333377F333777F333333993333101333333377F333777F3FFFFF993333000399
  112.         999377FF33777F77777F3993330003399993373FF3777F37777F399933000333
  113.         99933773FF777F3F777F339993707399999333773F373F77777F333999999999
  114.         3393333777333777337333333999993333333333377777333333}
  115.       NumGlyphs = 2
  116.     end
  117.   end
  118.   object GroupBox1: TGroupBox
  119.     Left = 4
  120.     Top = 0
  121.     Width = 241
  122.     Height = 216
  123.     Caption = 'Player control'
  124.     Font.Color = clBlack
  125.     Font.Height = -11
  126.     Font.Name = 'MS Sans Serif'
  127.     Font.Style = [fsBold]
  128.     ParentFont = False
  129.     TabOrder = 0
  130.     object Bevel1: TBevel
  131.       Left = 60
  132.       Top = 16
  133.       Width = 169
  134.       Height = 33
  135.     end
  136.     object gauge: TGauge
  137.       Left = 66
  138.       Top = 24
  139.       Width = 90
  140.       Height = 17
  141.       ForeColor = clLime
  142.       Progress = 0
  143.     end
  144.     object volumeLabel: TLabel
  145.       Left = 10
  146.       Top = 192
  147.       Width = 42
  148.       Height = 13
  149.       Caption = 'Volume'
  150.       Enabled = False
  151.       Font.Color = clBlack
  152.       Font.Height = -11
  153.       Font.Name = 'MS Sans Serif'
  154.       Font.Style = [fsBold]
  155.       ParentFont = False
  156.     end
  157.     object Bevel2: TBevel
  158.       Left = 5
  159.       Top = 16
  160.       Width = 50
  161.       Height = 193
  162.     end
  163.     object Bevel3: TBevel
  164.       Left = 60
  165.       Top = 153
  166.       Width = 169
  167.       Height = 56
  168.     end
  169.     object balanceLabel: TLabel
  170.       Left = 121
  171.       Top = 192
  172.       Width = 47
  173.       Height = 13
  174.       Caption = 'Balance'
  175.       Enabled = False
  176.       Font.Color = clBlack
  177.       Font.Height = -11
  178.       Font.Name = 'MS Sans Serif'
  179.       Font.Style = [fsBold]
  180.       ParentFont = False
  181.     end
  182.     object leftLabel: TLabel
  183.       Left = 74
  184.       Top = 192
  185.       Width = 8
  186.       Height = 13
  187.       Caption = 'L'
  188.       Enabled = False
  189.       Font.Color = clRed
  190.       Font.Height = -11
  191.       Font.Name = 'MS Sans Serif'
  192.       Font.Style = [fsBold]
  193.       ParentFont = False
  194.     end
  195.     object rightLabel: TLabel
  196.       Left = 206
  197.       Top = 192
  198.       Width = 10
  199.       Height = 13
  200.       Caption = 'R'
  201.       Enabled = False
  202.       Font.Color = clBlue
  203.       Font.Height = -11
  204.       Font.Name = 'MS Sans Serif'
  205.       Font.Style = [fsBold]
  206.       ParentFont = False
  207.     end
  208.     object MediaPlayer: TMediaPlayer
  209.       Left = 60
  210.       Top = 56
  211.       Width = 169
  212.       Height = 49
  213.       VisibleButtons = [btPlay, btPause, btStop, btPrev, btStep, btBack]
  214.       AutoEnable = False
  215.       TabOrder = 2
  216.       OnClick = MediaPlayerClick
  217.     end
  218.     object timePanel: TPanel
  219.       Left = 162
  220.       Top = 24
  221.       Width = 61
  222.       Height = 17
  223.       Caption = '00:00:00'
  224.       Color = clLime
  225.       Font.Color = clBlack
  226.       Font.Height = -11
  227.       Font.Name = 'MS Sans Serif'
  228.       Font.Style = [fsBold]
  229.       ParentFont = False
  230.       TabOrder = 8
  231.     end
  232.     object volumeBar: TTrackBar
  233.       Left = 9
  234.       Top = 40
  235.       Width = 41
  236.       Height = 153
  237.       Enabled = False
  238.       Max = 20
  239.       Orientation = trVertical
  240.       Frequency = 1
  241.       Position = 10
  242.       SelEnd = 0
  243.       SelStart = 0
  244.       TabOrder = 1
  245.       TickMarks = tmBoth
  246.       TickStyle = tsAuto
  247.       OnChange = volumeBarChange
  248.     end
  249.     object volBox: TEdit
  250.       Left = 17
  251.       Top = 24
  252.       Width = 27
  253.       Height = 21
  254.       Enabled = False
  255.       Font.Color = clBlack
  256.       Font.Height = -11
  257.       Font.Name = 'MS Sans Serif'
  258.       Font.Style = [fsBold]
  259.       ParentFont = False
  260.       TabOrder = 0
  261.       OnChange = volBoxChange
  262.     end
  263.     object balanceBar: TTrackBar
  264.       Left = 88
  265.       Top = 160
  266.       Width = 113
  267.       Height = 33
  268.       Enabled = False
  269.       Max = 20
  270.       Orientation = trHorizontal
  271.       Frequency = 1
  272.       Position = 10
  273.       SelEnd = 0
  274.       SelStart = 0
  275.       TabOrder = 5
  276.       TickMarks = tmBottomRight
  277.       TickStyle = tsAuto
  278.       OnChange = balanceBarChange
  279.     end
  280.     object leftBox: TEdit
  281.       Left = 64
  282.       Top = 162
  283.       Width = 27
  284.       Height = 21
  285.       Enabled = False
  286.       ReadOnly = True
  287.       TabOrder = 6
  288.     end
  289.     object rightBox: TEdit
  290.       Left = 197
  291.       Top = 162
  292.       Width = 27
  293.       Height = 21
  294.       Enabled = False
  295.       ReadOnly = True
  296.       TabOrder = 7
  297.     end
  298.     object ejectBtn: TBitBtn
  299.       Left = 89
  300.       Top = 109
  301.       Width = 140
  302.       Height = 40
  303.       Caption = 'Eject'
  304.       Enabled = False
  305.       TabOrder = 4
  306.       OnClick = ejectBtnClick
  307.       Glyph.Data = {
  308.         76040000424D7604000000000000760000002800000040000000200000000100
  309.         0400000000000004000000000000000000000000000000000000000000000000
  310.         8000008000000080800080000000800080008080000080808000C0C0C0000000
  311.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888
  312.         8888888888888888888888888888888888888888888888888888888888888888
  313.         8888888888888888888888888888888888888888888888888888888888888888
  314.         8888888888888888888888888888888888888888888888888888888888888888
  315.         8888888888888888888888888888888888888888888888888888888888888888
  316.         8888888888888888888888888888888888888888888888888888888888888888
  317.         8888888888888888888888888888888888888888888888888888888888888888
  318.         8888888888888888888888888888888888888888888888888888888888888888
  319.         888888888888888888888888888888888888888888888