object ConvertDlg: TConvertDlg Left = 0 Top = 0 HelpContext = 5000 ActiveControl = toFile BorderIcons = [] BorderStyle = bsDialog Caption = 'Convert' ClientHeight = 345 ClientWidth = 408 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Label2: TLabel Left = 5 Top = 11 Width = 28 Height = 13 Caption = 'From' end object Label3: TLabel Left = 5 Top = 35 Width = 16 Height = 13 Caption = 'To' end object LSTdir: TLabel Left = 176 Top = 0 Width = 38 Height = 13 Caption = 'LSTdir' Visible = False end object WAVdir: TLabel Left = 280 Top = 0 Width = 43 Height = 13 Caption = 'WAVdir' Visible = False end object PRGdir: TLabel Left = 224 Top = 0 Width = 41 Height = 13 Caption = 'PRGdir' Visible = False end object DFTdir: TLabel Left = 128 Top = 0 Width = 39 Height = 13 Caption = 'DFTdir' Visible = False end object songDir: TLabel Left = 72 Top = 0 Width = 44 Height = 13 Caption = 'songDir' Visible = False end object MIDdir: TLabel Left = 336 Top = 0 Width = 38 Height = 13 Caption = 'MIDdir' Visible = False end object CancelBtn: TBitBtn Left = 164 Top = 308 Width = 81 Height = 32 TabOrder = 4 Kind = bkCancel Margin = 2 Spacing = -1 IsControl = True end object HelpBtn: TBitBtn Left = 256 Top = 308 Width = 81 Height = 32 HelpContext = 5000 TabOrder = 5 OnClick = HelpBtnClick Kind = bkHelp Margin = 2 Spacing = -1 IsControl = True end object GroupBox1: TGroupBox Left = 8 Top = 64 Width = 393 Height = 233 Caption = 'Operation' TabOrder = 2 object Bevel3: TBevel Left = 8 Top = 192 Width = 377 Height = 33 Style = bsRaised end object Bevel1: TBevel Left = 8 Top = 24 Width = 377 Height = 121 Style = bsRaised end object Bevel2: TBevel Left = 8 Top = 152 Width = 377 Height = 33 Style = bsRaised end object Bevel4: TBevel Left = 12 Top = 28 Width = 369 Height = 81 end object MIDtoLSTbutton: TRadioButton Left = 280 Top = 160 Width = 89 Height = 17 Caption = 'MID to LST' TabOrder = 8 OnClick = MIDtoLSTbuttonClick end object DFTtoWAVbutton: TRadioButton Left = 16 Top = 200 Width = 97 Height = 17 Caption = 'DFT to WAV' TabOrder = 9 OnClick = DFTtoWAVbuttonClick end object MID1to0Button: TRadioButton Left = 16 Top = 160 Width = 89 Height = 17 Caption = 'MID 1 to 0' TabOrder = 6 OnClick = MID1to0ButtonClick end object LSTtoWAVbutton: TRadioButton Left = 280 Top = 120 Width = 89 Height = 17 Caption = 'LST to WAV' TabOrder = 5 OnClick = LSTtoWAVbuttonClick end object WAVtoDFTbutton: TRadioButton Left = 280 Top = 200 Width = 97 Height = 17 Caption = 'WAV to DFT' TabOrder = 10 OnClick = WAVtoDFTbuttonClick end object MIDtoWAVbutton: TRadioButton Left = 16 Top = 120 Width = 97 Height = 17 Caption = 'MID to WAV' TabOrder = 4 OnClick = MIDtoWAVbuttonClick end object Panel3: TPanel Left = 16 Top = 72 Width = 289 Height = 33 Caption = 'Panel3' TabOrder = 3 object elevenButton: TRadioButton Left = 8 Top = 8 Width = 81 Height = 17 Caption = '11025 Hz' TabOrder = 0 end object twentytwoButton: TRadioButton Left = 104 Top = 8 Width = 81 Height = 17 Caption = '22050 Hz' TabOrder = 1 end object fourtyfourButton: TRadioButton Left = 200 Top = 8 Width = 73 Height = 17 Caption = '44100 Hz' Checked = True TabOrder = 2 TabStop = True end end object Panel2: TPanel Left = 168 Top = 32 Width = 137 Height = 33 TabOrder = 1 object eightButton: TRadioButton Left = 8 Top = 8 Width = 57 Height = 17 Caption = '8 bits' TabOrder = 0 end object sixteenButton: TRadioButton Left = 72 Top = 8 Width = 57 Height = 17 Caption = '16 bits' Checked = True TabOrder = 1 TabStop = True end end object Panel1: TPanel Left = 16 Top = 32 Width = 137 Height = 33 TabOrder = 0 object monoButton: TRadioButton Left = 8 Top = 8 Width = 57 Height = 17 Caption = 'Mono' TabOrder = 0 end object stereoButton: TRadioButton Left = 72 Top = 8 Width = 57 Height = 17 Caption = 'Stereo' Checked = True TabOrder = 1 TabStop = True end end object Panel4: TPanel Left = 312 Top = 32 Width = 65 Height = 73 TabOrder = 2 object Label1: TLabel Left = 12 Top = 8 Width = 42 Height = 13 Caption = 'Volume' end object volumeEdit: TEdit Left = 8 Top = 32 Width = 30 Height = 21 TabOrder = 0 Text = '1.0' OnDblClick = volumeEditEnter OnEnter = volumeEditEnter OnExit = volumeEditExit OnKeyPress = volumeEditKeyPress end object volumeButton: TSpinButton Left = 37 Top = 33 Width = 20 Height = 19 DownGlyph.Data = { A6000000424DA600000000000000760000002800000009000000060000000100 0400000000003000000000000000000000000000000000000000000000000000 8000008000000080800080000000800080008080000080808000C0C0C0000000 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333000 0000333303333000000033300033300000003300000330000000300000003000 00003333333330000000} TabOrder = 1 UpGlyph.Data = { A6000000424DA600000000000000760000002800000009000000060000000100 0400000000003000000000000000000000000000000000000000000000000000 8000008000000080800080000000800080008080000080808000C0C0C0000000 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333000 0000300000003000000033000003300000003330003330000000333303333000 00003333333330000000} OnDownClick = volumeButtonDownClick OnUpClick = volumeButtonUpClick end end object MID0to1Button: TRadioButton Left = 152 Top = 160 Width = 89 Height = 17 Caption = 'MID 0 to 1' TabOrder = 7 OnClick = MID0to1ButtonClick end end object fromFile: TEdit Left = 40 Top = 15 Width = 360 Height = 21 TabOrder = 0 Text = 'fromFile' OnClick = fromFileExit OnExit = fromFileExit OnKeyPress = fromFileKeyPress end object toFile: TEdit Left = 40 Top = 39 Width = 360 Height = 21 TabOrder = 1 Text = 'toFile' OnClick = toFileExit OnExit = toFileExit OnKeyPress = toFileKeyPress end object OKBtn: TBitBtn Left = 72 Top = 308 Width = 81 Height = 32 Caption = 'OK' ModalResult = 1 TabOrder = 3 OnClick = OKbtnClick Glyph.Data = { DE010000424DDE01000000000000760000002800000024000000120000000100 0400000000006801000000000000000000000000000000000000000000000000 8000008000000080800080000000800080008080000080808000C0C0C0000000 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333 3333333333333333333333330000333333333333333333333333F33333333333 00003333344333333333333333377F3333333333000033334224333333333333 337337F3333333330000333422224333333333333733337F3333333300003342 222224333333333373333337F3333333000034222A22224333333337F337F333 7F33333300003222A3A2224333333337F3737F337F33333300003A2A333A2224 33333337F73337F337F33333000033A33333A222433333337333337F337F3333 0000333333333A222433333333333337F337F33300003333333333A222433333 333333337F337F33000033333333333A222433333333333337F337F300003333 33333333A222433333333333337F337F00003333333333333A22433333333333 3337F37F000033333333333333A223333333333333337F730000333333333333 333A333333333333333337330000333333333333333333333333333333333333 0000} Margin = 2 NumGlyphs = 2 Spacing = -1 IsControl = True end end