home *** CD-ROM | disk | FTP | other *** search
/ Sound, Music & MIDI Collection 2 / SMMVOL2.bin / PROG / MIDICOMP.ZIP / MIDIMONP.DFM / MIDIMONP.txt
Encoding:
Text File  |  1995-07-03  |  2.2 KB  |  111 lines

  1. object Form1: TForm1
  2.   Left = 311
  3.   Top = 96
  4.   Width = 563
  5.   Height = 486
  6.   Caption = 'Form1'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   Menu = MainMenu1
  12.   PixelsPerInch = 96
  13.   OnClose = FormClose
  14.   OnCreate = FormCreate
  15.   OnResize = FormResize
  16.   TextHeight = 16
  17.   object pnlColumnHeading: TPanel
  18.     Left = 0
  19.     Top = 0
  20.     Width = 555
  21.     Height = 65
  22.     Align = alTop
  23.     Alignment = taLeftJustify
  24.     Font.Color = clBlack
  25.     Font.Height = -13
  26.     Font.Name = 'Courier'
  27.     Font.Style = [fsBold]
  28.     ParentFont = False
  29.     TabOrder = 1
  30.     object Bevel1: TBevel
  31.       Left = 1
  32.       Top = 40
  33.       Width = 553
  34.       Height = 24
  35.       Align = alBottom
  36.     end
  37.     object Label1: TLabel
  38.       Left = 0
  39.       Top = 48
  40.       Width = 505
  41.       Height = 13
  42.       Caption = 'Timestamp  Message  Data1 Data2  Description            '
  43.     end
  44.     object cmbInput: TComboBox
  45.       Left = 8
  46.       Top = 8
  47.       Width = 265
  48.       Height = 20
  49.       Style = csDropDownList
  50.       ItemHeight = 13
  51.       TabOrder = 0
  52.       OnChange = cmbInputChange
  53.     end
  54.     object cmbOutput: TComboBox
  55.       Left = 280
  56.       Top = 8
  57.       Width = 265
  58.       Height = 20
  59.       Style = csDropDownList
  60.       ItemHeight = 13
  61.       TabOrder = 1
  62.       OnChange = cmbInputChange
  63.     end
  64.   end
  65.   object lstLog: TListBox
  66.     Left = 0
  67.     Top = 65
  68.     Width = 555
  69.     Height = 375
  70.     TabStop = False
  71.     Align = alClient
  72.     Color = clBlack
  73.     Ctl3D = False
  74.     Enabled = False
  75.     ExtendedSelect = False
  76.     Font.Color = clBlack
  77.     Font.Height = -13
  78.     Font.Name = 'Courier'
  79.     Font.Style = [fsBold]
  80.     ItemHeight = 13
  81.     ParentCtl3D = False
  82.     ParentFont = False
  83.     TabOrder = 0
  84.   end
  85.   object MidiOutput1: TMidiOutput
  86.     ProductName = 'Voyetra Super Sapi FM Driver'
  87.     Left = 96
  88.     Top = 72
  89.   end
  90.   object MIDIInput1: TMidiInput
  91.     ProductName = 'TTS Virtual Piano In'
  92.     Capacity = 500
  93.     SysexBufferSize = 200
  94.     SysexBufferCount = 10
  95.     OnMidiInput = MIDIInput1MidiInput
  96.     Left = 56
  97.     Top = 72
  98.   end
  99.   object MainMenu1: TMainMenu
  100.     Left = 16
  101.     Top = 72
  102.     object File1: TMenuItem
  103.       Caption = '&File'
  104.       object mnuExit: TMenuItem
  105.         Caption = 'E&xit'
  106.         OnClick = mnuExitClick
  107.       end
  108.     end
  109.   end
  110. end
  111.