C# Class cadencii.FormAskKeySoundGenerationUiImpl

Inheritance: System.Windows.Forms.Form, FormAskKeySoundGenerationUi
Exibir arquivo Open project: cadencii/cadencii

Public Methods

Method Description
FormAskKeySoundGenerationUiImpl ( FormAskKeySoundGenerationUiListener controller ) : System
close ( bool value ) : void

フォームを閉じます. valueがtrueのときダイアログの結果をCancelに,それ以外の場合はOKとなるようにします.

isAlwaysPerformThisCheck ( ) : bool
setAlwaysPerformThisCheck ( bool value ) : void
setAlwaysPerformThisCheckCheckboxText ( string value ) : void
setMessageLabelText ( string value ) : void

メッセージの文字列を設定します.

setNoButtonText ( string value ) : void
setYesButtonText ( string value ) : void
showDialog ( Object parent_form ) : int

Private Methods

Method Description
InitializeComponent ( ) : void
_ ( String id ) : String
btnNo_Click ( Object sender, EventArgs e ) : void
btnYes_Click ( Object sender, EventArgs e ) : void
registerEventHandlers ( ) : void

Method Details

FormAskKeySoundGenerationUiImpl() public method

public FormAskKeySoundGenerationUiImpl ( FormAskKeySoundGenerationUiListener controller ) : System
controller FormAskKeySoundGenerationUiListener
return System

close() public method

フォームを閉じます. valueがtrueのときダイアログの結果をCancelに,それ以外の場合はOKとなるようにします.
public close ( bool value ) : void
value bool
return void

isAlwaysPerformThisCheck() public method

public isAlwaysPerformThisCheck ( ) : bool
return bool

setAlwaysPerformThisCheck() public method

public setAlwaysPerformThisCheck ( bool value ) : void
value bool
return void

setAlwaysPerformThisCheckCheckboxText() public method

public setAlwaysPerformThisCheckCheckboxText ( string value ) : void
value string
return void

setMessageLabelText() public method

メッセージの文字列を設定します.
public setMessageLabelText ( string value ) : void
value string 設定する文字列.
return void

setNoButtonText() public method

public setNoButtonText ( string value ) : void
value string
return void

setYesButtonText() public method

public setYesButtonText ( string value ) : void
value string
return void

showDialog() public method

public showDialog ( Object parent_form ) : int
parent_form Object
return int