C# Class cadencii.FormAskKeySoundGenerationUiImpl

Inheritance: System.Windows.Forms.Form, FormAskKeySoundGenerationUi
Afficher le fichier Open project: cadencii/cadencii

Méthodes publiques

Méthode 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

Méthode 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 méthode

public FormAskKeySoundGenerationUiImpl ( FormAskKeySoundGenerationUiListener controller ) : System
controller FormAskKeySoundGenerationUiListener
Résultat System

close() public méthode

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

isAlwaysPerformThisCheck() public méthode

public isAlwaysPerformThisCheck ( ) : bool
Résultat bool

setAlwaysPerformThisCheck() public méthode

public setAlwaysPerformThisCheck ( bool value ) : void
value bool
Résultat void

setAlwaysPerformThisCheckCheckboxText() public méthode

public setAlwaysPerformThisCheckCheckboxText ( string value ) : void
value string
Résultat void

setMessageLabelText() public méthode

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

setNoButtonText() public méthode

public setNoButtonText ( string value ) : void
value string
Résultat void

setYesButtonText() public méthode

public setYesButtonText ( string value ) : void
value string
Résultat void

showDialog() public méthode

public showDialog ( Object parent_form ) : int
parent_form Object
Résultat int