home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 311
- Top = 96
- Width = 563
- Height = 486
- Caption = 'Form1'
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = []
- Menu = MainMenu1
- PixelsPerInch = 96
- OnClose = FormClose
- OnCreate = FormCreate
- OnResize = FormResize
- TextHeight = 16
- object pnlColumnHeading: TPanel
- Left = 0
- Top = 0
- Width = 555
- Height = 65
- Align = alTop
- Alignment = taLeftJustify
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'Courier'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 1
- object Bevel1: TBevel
- Left = 1
- Top = 40
- Width = 553
- Height = 24
- Align = alBottom
- end
- object Label1: TLabel
- Left = 0
- Top = 48
- Width = 505
- Height = 13
- Caption = 'Timestamp Message Data1 Data2 Description '
- end
- object cmbInput: TComboBox
- Left = 8
- Top = 8
- Width = 265
- Height = 20
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 0
- OnChange = cmbInputChange
- end
- object cmbOutput: TComboBox
- Left = 280
- Top = 8
- Width = 265
- Height = 20
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 1
- OnChange = cmbInputChange
- end
- end
- object lstLog: TListBox
- Left = 0
- Top = 65
- Width = 555
- Height = 375
- TabStop = False
- Align = alClient
- Color = clBlack
- Ctl3D = False
- Enabled = False
- ExtendedSelect = False
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'Courier'
- Font.Style = [fsBold]
- ItemHeight = 13
- ParentCtl3D = False
- ParentFont = False
- TabOrder = 0
- end
- object MidiOutput1: TMidiOutput
- ProductName = 'Voyetra Super Sapi FM Driver'
- Left = 96
- Top = 72
- end
- object MIDIInput1: TMidiInput
- ProductName = 'TTS Virtual Piano In'
- Capacity = 500
- SysexBufferSize = 200
- SysexBufferCount = 10
- OnMidiInput = MIDIInput1MidiInput
- Left = 56
- Top = 72
- end
- object MainMenu1: TMainMenu
- Left = 16
- Top = 72
- object File1: TMenuItem
- Caption = '&File'
- object mnuExit: TMenuItem
- Caption = 'E&xit'
- OnClick = mnuExitClick
- end
- end
- end
- end
-