C# Class Vidka.Components.CommonAudioClipProperties

ファイルを表示 Open project: miktemk/VidkaEditor

Public Methods

Method Description
CommonAudioClipProperties ( ) : System
SetParticulars ( VidkaClipAudio clip ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
CommonAudioClipProperties_Load ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

btnFadeIn10_Click ( object sender, EventArgs e ) : void
btnFadeIn5_Click ( object sender, EventArgs e ) : void
btnFadeOut10_Click ( object sender, EventArgs e ) : void
btnFadeOut5_Click ( object sender, EventArgs e ) : void
txtPostOp_TextChanged ( object sender, EventArgs e ) : void

Method Details

CommonAudioClipProperties() public method

public CommonAudioClipProperties ( ) : System
return System

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

SetParticulars() public method

public SetParticulars ( VidkaClipAudio clip ) : void
clip VidkaClipAudio
return void