home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 7 A / CHIP_HITWARE_7A.iso / Multimedia / Musical / _setup.1 / mu_gen.exe / 0 / RCDATA / TMIDI_CONTAINER / TMIDI_CONTAINER.txt
Text File  |  1999-04-13  |  1KB  |  77 lines

  1. object MIDI_Container: TMIDI_Container
  2.   Left = 209
  3.   Top = 250
  4.   Width = 347
  5.   Height = 516
  6.   Caption = 'List of MIDI events'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poDefaultPosOnly
  13.   OnHide = FormHide
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Event_View: TListView
  18.     Left = 0
  19.     Top = 17
  20.     Width = 339
  21.     Height = 466
  22.     Align = alClient
  23.     Columns = <
  24.       item
  25.         Caption = 'Time'
  26.         Width = 35
  27.       end
  28.       item
  29.         Alignment = taRightJustify
  30.         Caption = 'Channel'
  31.         Width = 35
  32.       end
  33.       item
  34.         Alignment = taRightJustify
  35.         Caption = 'Event'
  36.         Width = 40
  37.       end
  38.       item
  39.         Alignment = taRightJustify
  40.         Caption = 'Byte 1'
  41.         Width = 42
  42.       end
  43.       item
  44.         Alignment = taRightJustify
  45.         Caption = 'Byte 2'
  46.         Width = 42
  47.       end
  48.       item
  49.         Caption = 'Text'
  50.         Width = 200
  51.       end>
  52.     GridLines = True
  53.     HideSelection = False
  54.     RowSelect = True
  55.     TabOrder = 0
  56.     ViewStyle = vsReport
  57.   end
  58.   object Panel: TPanel
  59.     Left = 0
  60.     Top = 0
  61.     Width = 339
  62.     Height = 17
  63.     Align = alTop
  64.     TabOrder = 1
  65.     object Progress: TProgressBar
  66.       Left = 1
  67.       Top = 1
  68.       Width = 337
  69.       Height = 15
  70.       Align = alClient
  71.       Min = 0
  72.       Max = 100
  73.       TabOrder = 0
  74.     end
  75.   end
  76. end
  77.