object frmRenderToWave: TfrmRenderToWave Left = 638 Height = 320 Top = 453 Width = 601 BorderStyle = bsSingle Caption = 'Render song' ClientHeight = 320 ClientWidth = 601 DesignTimePPI = 128 OnShow = FormShow Position = poDefault LCLVersion = '3.0.0.3' object RenderButton: TButton Left = 19 Height = 33 Top = 261 Width = 352 Caption = 'Render' Enabled = False ParentFont = False TabOrder = 0 OnClick = RenderButtonClick end object FileNameEdit1: TFileNameEdit Left = 107 Height = 33 Top = 11 Width = 307 DialogKind = dkSave Filter = 'Wave|*.wav|MP3|*.mp3|FLAC|*.flac' FilterIndex = 0 HideDirectories = False ButtonWidth = 31 NumGlyphs = 1 MaxLength = 0 ParentFont = False TabOrder = 1 OnChange = FileNameEdit1Change end object Label1: TLabel Left = 19 Height = 23 Top = 17 Width = 68 Caption = 'Filename' ParentColor = False ParentFont = False end object CancelButton: TButton Left = 380 Height = 33 Top = 261 Width = 195 Caption = 'Cancel' Enabled = False ParentFont = False TabOrder = 2 OnClick = CancelButtonClick end object PlayEntireSongRadioButton: TRadioButton Left = 19 Height = 25 Top = 60 Width = 144 Caption = 'Play entire song' Checked = True ParentFont = False TabOrder = 7 TabStop = True end object FromPositionRadioButton: TRadioButton Left = 19 Height = 25 Top = 113 Width = 128 Caption = 'From position' ParentFont = False TabOrder = 6 end object PlayEntireSongSpinEdit: TSpinEdit Left = 179 Height = 33 Top = 55 Width = 131 MaxValue = 999 MinValue = 1 ParentFont = False TabOrder = 3 Value = 1 end object Label2: TLabel Left = 328 Height = 23 Top = 63 Width = 42 Caption = 'times' ParentColor = False ParentFont = False end object FromPositionLowerSpinEdit: TSpinEdit Left = 179 Height = 33 Top = 108 Width = 96 MaxValue = 9999999 ParentFont = False TabOrder = 4 end object FromPositionUpperSpinEdit: TSpinEdit Left = 339 Height = 33 Top = 108 Width = 96 MaxValue = 99999999 ParentFont = False TabOrder = 5 end object Label3: TLabel Left = 299 Height = 23 Top = 116 Width = 16 Caption = 'to' ParentColor = False ParentFont = False end object ComboBox1: TComboBox Left = 427 Height = 31 Top = 11 Width = 157 ItemHeight = 0 ItemIndex = 0 Items.Strings = ( 'Wave' 'MP3' 'FLAC' ) Style = csDropDownList TabOrder = 8 Text = 'Wave' end object Panel1: TPanel Left = 21 Height = 45 Top = 201 Width = 556 Caption = 'Ready' TabOrder = 9 end object ExportChannelsCheckBox: TCheckBox Left = 19 Height = 27 Top = 160 Width = 450 Caption = 'Export each channel as a separate file' ParentFont = False TabOrder = 10 end end