object frmFindReplace: TfrmFindReplace Left = 796 Height = 487 Top = 408 Width = 507 BorderStyle = bsDialog Caption = 'Find/Replace' ClientHeight = 487 ClientWidth = 507 DesignTimePPI = 128 OnCreate = FormCreate LCLVersion = '3.0.0.3' object GroupBox1: TGroupBox Left = 21 Height = 203 Top = 11 Width = 460 Caption = 'Find' ClientHeight = 178 ClientWidth = 456 TabOrder = 0 object FindNoteLow: TComboBox Left = 137 Height = 31 Top = 5 Width = 133 ItemHeight = 0 ItemIndex = 0 Items.Strings = ( 'C-3' 'C#3' 'D-3' 'D#3' 'E-3' 'F-3' 'F#3' 'G-3' 'G#3' 'A-3' 'A#3' 'B-3' 'C-4' 'C#4' 'D-4' 'D#4' 'E-4' 'F-4' 'F#4' 'G-4' 'G#4' 'A-4' 'A#4' 'B-4' 'C-5' 'C#5' 'D-5' 'D#5' 'E-5' 'F-5' 'F#5' 'G-5' 'G#5' 'A-5' 'A#5' 'B-5' 'C-6' 'C#6' 'D-6' 'D#6' 'E-6' 'F-6' 'F#6' 'G-6' 'G#6' 'A-6' 'A#6' 'B-6' 'C-7' 'C#7' 'D-7' 'D#7' 'E-7' 'F-7' 'F#7' 'G-7' 'G#7' 'A-7' 'A#7' 'B-7' 'C-8' 'C#8' 'D-8' 'D#8' 'E-8' 'F-8' 'F#8' 'G-8' 'G#8' 'A-8' 'A#8' 'B-8' ) Style = csDropDownList TabOrder = 0 Text = 'C-3' end object FindNoteCheckbox: TCheckBox Left = 11 Height = 25 Top = 11 Width = 60 Caption = 'Note' TabOrder = 1 end object FindInstrCheckbox: TCheckBox Left = 11 Height = 25 Top = 53 Width = 109 Caption = 'Instrument' TabOrder = 2 end object FindInstrLow: TSpinEdit Left = 137 Height = 33 Top = 48 Width = 133 MaxValue = 15 MinValue = 1 TabOrder = 3 Value = 1 end object Label1: TLabel Left = 277 Height = 23 Top = 53 Width = 16 Caption = 'to' ParentColor = False end object FindInstrHigh: TSpinEdit Left = 299 Height = 33 Top = 48 Width = 133 MaxValue = 15 MinValue = 1 TabOrder = 4 Value = 1 end object FindFXCodeCheckbox: TCheckBox Left = 11 Height = 25 Top = 96 Width = 107 Caption = 'Effect code' TabOrder = 5 end object FindFXParamCheckbox: TCheckBox Left = 11 Height = 25 Top = 139 Width = 127 Caption = 'Effect params' TabOrder = 6 end object FindFXCodeLow: TComboBox Left = 137 Height = 31 Top = 91 Width = 133 ItemHeight = 0 ItemIndex = 0 Items.Strings = ( '0' '1' '2' '3' '4' '5' '6' '7' '8' '9' 'A' 'B' 'C' 'D' 'E' 'F' ) Style = csDropDownList TabOrder = 7 Text = '0' end object Label2: TLabel Left = 277 Height = 23 Top = 96 Width = 16 Caption = 'to' ParentColor = False end object FindFXCodeHigh: TComboBox Left = 299 Height = 31 Top = 91 Width = 133 ItemHeight = 0 ItemIndex = 0 Items.Strings = ( '0' '1' '2' '3' '4' '5' '6' '7' '8' '9' 'A' 'B' 'C' 'D' 'E' 'F' ) Style = csDropDownList TabOrder = 8 Text = '0' end object FindFXParamLow: TComboBox Left = 137 Height = 33 Top = 133 Width = 133 ItemHeight = 0 ItemIndex = 0 Items.Strings = ( '00' '01' '02' '03' '04' '05' '06' '07' '08' '09' '0A' '0B' '0C' '0D' '0E' '0F' '10' '11' '12' '13' '14' '15' '16' '17' '18' '19' '1A' '1B' '1C' '1D' '1E' '1F' '20' '21' '22' '23' '24' '25' '26' '27' '28' '29' '2A' '2B' '2C' '2D' '2E' '2F' '30' '31' '32' '33' '34' '35' '36' '37' '38' '39' '3A' '3B' '3C' '3D' '3E' '3F' '40' '41' '42' '43' '44' '45' '46' '47' '48' '49' '4A' '4B' '4C' '4D' '4E' '4F' '50' '51' '52' '53' '54' '55' '56' '57' '58' '59' '5A' '5B' '5C' '5D' '5E' '5F' '60' '61' '62' '63' '64' '65' '66' '67' '68' '69' '6A' '6B' '6C' '6D' '6E' '6F' '70' '71' '72' '73' '74' '75' '76' '77' '78' '79' '7A' '7B' '7C' '7D' '7E' '7F' '80' '81' '82' '83' '84' '85' '86' '87' '88' '89' '8A' '8B' '8C' '8D' '8E' '8F' '90' '91' '92' '93' '94' '95' '96' '97' '98' '99' '9A' '9B' '9C' '9D' '9E' '9F' 'A0' 'A1' 'A2' 'A3' 'A4' 'A5' 'A6' 'A7' 'A8' 'A9' 'AA' 'AB' 'AC' 'AD' 'AE' 'AF' 'B0' 'B1' 'B2' 'B3' 'B4' 'B5' 'B6' 'B7' 'B8' 'B9' 'BA' 'BB' 'BC' 'BD' 'BE' 'BF' 'C0' 'C1' 'C2' 'C3' 'C4' 'C5' 'C6' 'C7' 'C8' 'C9' 'CA' 'CB' 'CC' 'CD' 'CE' 'CF' 'D0' 'D1' 'D2' 'D3' 'D4' 'D5' 'D6' 'D7' 'D8' 'D9' 'DA' 'DB' 'DC' 'DD' 'DE' 'DF' 'E0' 'E1' 'E2' 'E3' 'E4' 'E5' 'E6' 'E7' 'E8' 'E9' 'EA' 'EB' 'EC' 'ED' 'EE' 'EF' 'F0' 'F1' 'F2' 'F3' 'F4' 'F5' 'F6' 'F7' 'F8' 'F9' 'FA' 'FB' 'FC' 'FD' 'FE' 'FF' ) TabOrder = 9 Text = '00' end object Label3: TLabel Left = 277 Height = 23 Top = 139 Width = 16 Caption = 'to' ParentColor = False end object FindFXParamHigh: TComboBox Left = 299 Height = 33 Top = 133 Width = 133 ItemHeight = 0 ItemIndex = 0 Items.Strings = ( '00' '01' '02' '03' '04' '05' '06' '07' '08' '09' '0A' '0B' '0C' '0D' '0E' '0F' '10' '11' '12' '13' '14' '15' '16' '17' '18' '19' '1A' '1B' '1C' '1D' '1E' '1F' '20' '21' '22' '23' '24' '25' '26' '27' '28' '29' '2A' '2B' '2C' '2D' '2E' '2F' '30' '31' '32' '33' '34' '35' '36' '37' '38' '39' '3A' '3B' '3C' '3D' '3E' '3F' '40' '41' '42' '43' '44' '45' '46' '47' '48' '49' '4A' '4B' '4C' '4D' '4E' '4F' '50' '51' '52' '53' '54' '55' '56' '57' '58' '59' '5A' '5B' '5C' '5D' '5E' '5F' '60' '61' '62' '63' '64' '65' '66' '67' '68' '69' '6A' '6B' '6C' '6D' '6E' '6F' '70' '71' '72' '73' '74' '75' '76' '77' '78' '79' '7A' '7B' '7C' '7D' '7E' '7F' '80' '81' '82' '83' '84' '85' '86' '87' '88' '89' '8A' '8B' '8C' '8D' '8E' '8F' '90' '91' '92' '93' '94' '95' '96' '97' '98' '99' '9A' '9B' '9C' '9D' '9E' '9F' 'A0' 'A1' 'A2' 'A3' 'A4' 'A5' 'A6' 'A7' 'A8' 'A9' 'AA' 'AB' 'AC' 'AD' 'AE' 'AF' 'B0' 'B1' 'B2' 'B3' 'B4' 'B5' 'B6' 'B7' 'B8' 'B9' 'BA' 'BB' 'BC' 'BD' 'BE' 'BF' 'C0' 'C1' 'C2' 'C3' 'C4' 'C5' 'C6' 'C7' 'C8' 'C9' 'CA' 'CB' 'CC' 'CD' 'CE' 'CF' 'D0' 'D1' 'D2' 'D3' 'D4' 'D5' 'D6' 'D7' 'D8' 'D9' 'DA' 'DB' 'DC' 'DD' 'DE' 'DF' 'E0' 'E1' 'E2' 'E3' 'E4' 'E5' 'E6' 'E7' 'E8' 'E9' 'EA' 'EB' 'EC' 'ED' 'EE' 'EF' 'F0' 'F1' 'F2' 'F3' 'F4' 'F5' 'F6' 'F7' 'F8' 'F9' 'FA' 'FB' 'FC' 'FD' 'FE' 'FF' ) TabOrder = 10 Text = '00' end object Label4: TLabel Left = 277 Height = 23 Top = 11 Width = 16 Caption = 'to' ParentColor = False end object FindNoteHigh: TComboBox Left = 299 Height = 31 Top = 5 Width = 133 ItemHeight = 0 ItemIndex = 0 Items.Strings = ( 'C-3' 'C#3' 'D-3' 'D#3' 'E-3' 'F-3' 'F#3' 'G-3' 'G#3' 'A-3' 'A#3' 'B-3' 'C-4' 'C#4' 'D-4' 'D#4' 'E-4' 'F-4' 'F#4' 'G-4' 'G#4' 'A-4' 'A#4' 'B-4' 'C-5' 'C#5' 'D-5' 'D#5' 'E-5' 'F-5' 'F#5' 'G-5' 'G#5' 'A-5' 'A#5' 'B-5' 'C-6' 'C#6' 'D-6' 'D#6' 'E-6' 'F-6' 'F#6' 'G-6' 'G#6' 'A-6' 'A#6' 'B-6' 'C-7' 'C#7' 'D-7' 'D#7' 'E-7' 'F-7' 'F#7' 'G-7' 'G#7' 'A-7' 'A#7' 'B-7' 'C-8' 'C#8' 'D-8' 'D#8' 'E-8' 'F-8' 'F#8' 'G-8' 'G#8' 'A-8' 'A#8' 'B-8' ) Style = csDropDownList TabOrder = 11 Text = 'C-3' end end object Button1: TButton Left = 21 Height = 34 Top = 437 Width = 100 Caption = 'Replace' TabOrder = 1 OnClick = Button1Click end object GroupBox2: TGroupBox Left = 21 Height = 203 Top = 224 Width = 460 Caption = 'Replace' ClientHeight = 178 ClientWidth = 456 TabOrder = 2 object ReplaceNoteCheckbox: TCheckBox Left = 11 Height = 25 Top = 11 Width = 60 Caption = 'Note' TabOrder = 0 end object ReplaceInstrCheckbox: TCheckBox Left = 11 Height = 25 Top = 53 Width = 109 Caption = 'Instrument' TabOrder = 1 end object InstrReplaceValue: TSpinEdit Left = 299 Height = 33 Top = 48 Width = 133 MaxValue = 15 MinValue = 1 TabOrder = 2 Value = 1 end object ReplaceFXCodeCheckbox: TCheckBox Left = 11 Height = 25 Top = 96 Width = 107 Caption = 'Effect code' TabOrder = 3 end object ReplaceFXParamCheckbox: TCheckBox Left = 11 Height = 25 Top = 139 Width = 127 Caption = 'Effect params' TabOrder = 4 end object FXCodeReplaceValue: TComboBox Left = 299 Height = 31 Top = 91 Width = 133 ItemHeight = 0 ItemIndex = 0 Items.Strings = ( '0' '1' '2' '3' '4' '5' '6' '7' '8' '9' 'A' 'B' 'C' 'D' 'E' 'F' ) Style = csDropDownList TabOrder = 5 Text = '0' end object FXParamReplaceValue: TComboBox Left = 299 Height = 33 Top = 133 Width = 133 ItemHeight = 0 ItemIndex = 0 Items.Strings = ( '00' '01' '02' '03' '04' '05' '06' '07' '08' '09' '0A' '0B' '0C' '0D' '0E' '0F' '10' '11' '12' '13' '14' '15' '16' '17' '18' '19' '1A' '1B' '1C' '1D' '1E' '1F' '20' '21' '22' '23' '24' '25' '26' '27' '28' '29' '2A' '2B' '2C' '2D' '2E' '2F' '30' '31' '32' '33' '34' '35' '36' '37' '38' '39' '3A' '3B' '3C' '3D' '3E' '3F' '40' '41' '42' '43' '44' '45' '46' '47' '48' '49' '4A' '4B' '4C' '4D' '4E' '4F' '50' '51' '52' '53' '54' '55' '56' '57' '58' '59' '5A' '5B' '5C' '5D' '5E' '5F' '60' '61' '62' '63' '64' '65' '66' '67' '68' '69' '6A' '6B' '6C' '6D' '6E' '6F' '70' '71' '72' '73' '74' '75' '76' '77' '78' '79' '7A' '7B' '7C' '7D' '7E' '7F' '80' '81' '82' '83' '84' '85' '86' '87' '88' '89' '8A' '8B' '8C' '8D' '8E' '8F' '90' '91' '92' '93' '94' '95' '96' '97' '98' '99' '9A' '9B' '9C' '9D' '9E' '9F' 'A0' 'A1' 'A2' 'A3' 'A4' 'A5' 'A6' 'A7' 'A8' 'A9' 'AA' 'AB' 'AC' 'AD' 'AE' 'AF' 'B0' 'B1' 'B2' 'B3' 'B4' 'B5' 'B6' 'B7' 'B8' 'B9' 'BA' 'BB' 'BC' 'BD' 'BE' 'BF' 'C0' 'C1' 'C2' 'C3' 'C4' 'C5' 'C6' 'C7' 'C8' 'C9' 'CA' 'CB' 'CC' 'CD' 'CE' 'CF' 'D0' 'D1' 'D2' 'D3' 'D4' 'D5' 'D6' 'D7' 'D8' 'D9' 'DA' 'DB' 'DC' 'DD' 'DE' 'DF' 'E0' 'E1' 'E2' 'E3' 'E4' 'E5' 'E6' 'E7' 'E8' 'E9' 'EA' 'EB' 'EC' 'ED' 'EE' 'EF' 'F0' 'F1' 'F2' 'F3' 'F4' 'F5' 'F6' 'F7' 'F8' 'F9' 'FA' 'FB' 'FC' 'FD' 'FE' 'FF' ) TabOrder = 6 Text = '00' end object NoteReplaceValue: TComboBox Left = 299 Height = 31 Top = 5 Width = 133 ItemHeight = 0 ItemIndex = 0 Items.Strings = ( 'C-3' 'C#3' 'D-3' 'D#3' 'E-3' 'F-3' 'F#3' 'G-3' 'G#3' 'A-3' 'A#3' 'B-3' 'C-4' 'C#4' 'D-4' 'D#4' 'E-4' 'F-4' 'F#4' 'G-4' 'G#4' 'A-4' 'A#4' 'B-4' 'C-5' 'C#5' 'D-5' 'D#5' 'E-5' 'F-5' 'F#5' 'G-5' 'G#5' 'A-5' 'A#5' 'B-5' 'C-6' 'C#6' 'D-6' 'D#6' 'E-6' 'F-6' 'F#6' 'G-6' 'G#6' 'A-6' 'A#6' 'B-6' 'C-7' 'C#7' 'D-7' 'D#7' 'E-7' 'F-7' 'F#7' 'G-7' 'G#7' 'A-7' 'A#7' 'B-7' 'C-8' 'C#8' 'D-8' 'D#8' 'E-8' 'F-8' 'F#8' 'G-8' 'G#8' 'A-8' 'A#8' 'B-8' ) Style = csDropDownList TabOrder = 7 Text = 'C-3' end object NoteReplaceOp: TComboBox Left = 137 Height = 31 Top = 5 Width = 140 ItemHeight = 0 ItemIndex = 0 Items.Strings = ( 'Set to' 'Add' 'Subtract' ) Style = csDropDownList TabOrder = 8 Text = 'Set to' end object InstrReplaceOp: TComboBox Left = 137 Height = 31 Top = 48 Width = 140 ItemHeight = 0 ItemIndex = 0 Items.Strings = ( 'Set to' 'Add' 'Subtract' ) Style = csDropDownList TabOrder = 9 Text = 'Set to' end object FXCodeReplaceOp: TComboBox Left = 137 Height = 31 Top = 91 Width = 140 ItemHeight = 0 ItemIndex = 0 Items.Strings = ( 'Set to' 'Add' 'Subtract' ) Style = csDropDownList TabOrder = 10 Text = 'Set to' end object FXParamReplaceOp: TComboBox Left = 137 Height = 31 Top = 133 Width = 140 ItemHeight = 0 ItemIndex = 0 Items.Strings = ( 'Set to' 'Add' 'Subtract' ) Style = csDropDownList TabOrder = 11 Text = 'Set to' end end object Button2: TButton Left = 128 Height = 34 Top = 437 Width = 100 Caption = 'Cancel' TabOrder = 3 OnClick = Button2Click end end