C# Class KeppyMIDIConverter.SoundfontDialog

显示文件 Open project: KaleidonKep99/Keppys-MIDI-Converter Class Usage Examples

Public Methods

Method Description
OpenFileDialogAddCustomPaths ( FileDialog dialog ) : void
SoundfontDialog ( ) : System
getBetween ( string strSource, string strStart, string strEnd ) : string

Private Methods

Method Description
ImportBtn_Click ( object sender, EventArgs e ) : void
ImportMePlease ( string file ) : string
InitializeLanguage ( ) : void
MvDwn_Click ( object sender, EventArgs e ) : void
MvUp_Click ( object sender, EventArgs e ) : void
RemoveBtn_Click ( object sender, EventArgs e ) : void
SFListCheck_Tick ( object sender, EventArgs e ) : void
SFList_DragDrop ( object sender, System e ) : void
SFList_DragEnter ( object sender, System e ) : void
SFList_KeyPress ( object sender, KeyEventArgs e ) : void
SFZCompliant_Click ( object sender, EventArgs e ) : void
SoundfontDialog_Load ( object sender, EventArgs e ) : void
VSTImport_Click ( object sender, EventArgs e ) : void
VSTReady_Click ( object sender, EventArgs e ) : void
VSTUse_CheckedChanged ( object sender, EventArgs e ) : void
button1_Click ( object sender, EventArgs e ) : void
clearSoundfontListToolStripMenuItem_Click ( object sender, EventArgs e ) : void
importSoundfontsToolStripMenuItem_Click ( object sender, EventArgs e ) : void
removeSoundfontsToolStripMenuItem_Click ( object sender, EventArgs e ) : void

Method Details

OpenFileDialogAddCustomPaths() public static method

public static OpenFileDialogAddCustomPaths ( FileDialog dialog ) : void
dialog FileDialog
return void

SoundfontDialog() public method

public SoundfontDialog ( ) : System
return System

getBetween() public static method

public static getBetween ( string strSource, string strStart, string strEnd ) : string
strSource string
strStart string
strEnd string
return string