home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 June / CHIP_CD_2005-06.iso / test / fruity / flstudio502_install.exe / ReWired.dll / 0 / RCDATA / TMIDISETTINGSFORM / TMIDISETTINGSFORM.txt
Encoding:
Text File  |  2004-10-09  |  3.4 KB  |  174 lines

  1. object MIDISettingsForm: TMIDISettingsForm
  2.   Left = 300
  3.   Top = 125
  4.   ActiveControl = OKBtn
  5.   BorderStyle = bsDialog
  6.   Caption = 'MIDI Settings'
  7.   ClientHeight = 233
  8.   ClientWidth = 396
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label3: TLabel
  21.     Left = 5
  22.     Top = 3
  23.     Width = 46
  24.     Height = 13
  25.     Caption = 'Mappings'
  26.     Font.Charset = DEFAULT_CHARSET
  27.     Font.Color = clBtnText
  28.     Font.Height = -11
  29.     Font.Name = 'MS Sans Serif'
  30.     Font.Style = []
  31.     ParentFont = False
  32.   end
  33.   object Label1: TLabel
  34.     Left = 254
  35.     Top = 3
  36.     Width = 44
  37.     Height = 13
  38.     Caption = 'Channels'
  39.     Font.Charset = DEFAULT_CHARSET
  40.     Font.Color = clBtnText
  41.     Font.Height = -11
  42.     Font.Name = 'MS Sans Serif'
  43.     Font.Style = []
  44.     ParentFont = False
  45.   end
  46.   object Label4: TLabel
  47.     Left = 5
  48.     Top = 153
  49.     Width = 21
  50.     Height = 13
  51.     Caption = 'Map'
  52.     Font.Charset = DEFAULT_CHARSET
  53.     Font.Color = clBtnText
  54.     Font.Height = -11
  55.     Font.Name = 'MS Sans Serif'
  56.     Font.Style = []
  57.     ParentFont = False
  58.   end
  59.   object Label6: TLabel
  60.     Left = 5
  61.     Top = 178
  62.     Width = 9
  63.     Height = 13
  64.     Caption = 'to'
  65.     Font.Charset = DEFAULT_CHARSET
  66.     Font.Color = clBtnText
  67.     Font.Height = -11
  68.     Font.Name = 'MS Sans Serif'
  69.     Font.Style = []
  70.     ParentFont = False
  71.   end
  72.   object Label5: TLabel
  73.     Left = 100
  74.     Top = 153
  75.     Width = 18
  76.     Height = 13
  77.     Caption = 'port'
  78.     Font.Charset = DEFAULT_CHARSET
  79.     Font.Color = clBtnText
  80.     Font.Height = -11
  81.     Font.Name = 'MS Sans Serif'
  82.     Font.Style = []
  83.     ParentFont = False
  84.   end
  85.   object MidiMappingListbox: TListBox
  86.     Left = 4
  87.     Top = 17
  88.     Width = 242
  89.     Height = 128
  90.     Font.Charset = DEFAULT_CHARSET
  91.     Font.Color = clWindowText
  92.     Font.Height = -9
  93.     Font.Name = 'Fruity fonts'
  94.     Font.Style = []
  95.     ItemHeight = 11
  96.     ParentFont = False
  97.     TabOrder = 0
  98.     OnClick = MidiMappingListboxClick
  99.   end
  100.   object ChannelsListbox: TListBox
  101.     Left = 254
  102.     Top = 17
  103.     Width = 138
  104.     Height = 184
  105.     Font.Charset = DEFAULT_CHARSET
  106.     Font.Color = clWindowText
  107.     Font.Height = -9
  108.     Font.Name = 'Fruity fonts'
  109.     Font.Style = []
  110.     ItemHeight = 11
  111.     ParentFont = False
  112.     TabOrder = 1
  113.   end
  114.   object MidiBusCombo: TComboBox
  115.     Left = 30
  116.     Top = 176
  117.     Width = 136
  118.     Height = 21
  119.     Style = csDropDownList
  120.     ItemHeight = 13
  121.     TabOrder = 4
  122.     OnChange = MidiBusComboChange
  123.   end
  124.   object MidiIOCombo: TComboBox
  125.     Left = 30
  126.     Top = 150
  127.     Width = 66
  128.     Height = 21
  129.     Style = csDropDownList
  130.     ItemHeight = 13
  131.     TabOrder = 2
  132.     Items.Strings = (
  133.       'Input'
  134.       'Output')
  135.   end
  136.   object MIDIPortWheel: TSpinEdit
  137.     Left = 120
  138.     Top = 150
  139.     Width = 46
  140.     Height = 22
  141.     MaxValue = 255
  142.     MinValue = 0
  143.     TabOrder = 3
  144.     Value = 0
  145.   end
  146.   object MIDIApplyBtn: TButton
  147.     Left = 170
  148.     Top = 148
  149.     Width = 75
  150.     Height = 25
  151.     Caption = 'Add/Change'
  152.     TabOrder = 5
  153.     OnClick = MidiApplyBtnClick
  154.   end
  155.   object MIDIDeleteBtn: TButton
  156.     Left = 170
  157.     Top = 174
  158.     Width = 75
  159.     Height = 25
  160.     Caption = 'Delete'
  161.     TabOrder = 6
  162.     OnClick = MidiDeleteBtnClick
  163.   end
  164.   object OKBtn: TButton
  165.     Left = 316
  166.     Top = 205
  167.     Width = 75
  168.     Height = 25
  169.     Caption = 'OK'
  170.     ModalResult = 1
  171.     TabOrder = 7
  172.   end
  173. end
  174.