C# 클래스 cadencii.FormAskKeySoundGenerationUiImpl

상속: System.Windows.Forms.Form, FormAskKeySoundGenerationUi
파일 보기 프로젝트 열기: cadencii/cadencii

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
InitializeComponent ( ) : void
_ ( String id ) : String
btnNo_Click ( Object sender, EventArgs e ) : void
btnYes_Click ( Object sender, EventArgs e ) : void
registerEventHandlers ( ) : void

메소드 상세

FormAskKeySoundGenerationUiImpl() 공개 메소드

public FormAskKeySoundGenerationUiImpl ( FormAskKeySoundGenerationUiListener controller ) : System
controller FormAskKeySoundGenerationUiListener
리턴 System

close() 공개 메소드

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

isAlwaysPerformThisCheck() 공개 메소드

public isAlwaysPerformThisCheck ( ) : bool
리턴 bool

setAlwaysPerformThisCheck() 공개 메소드

public setAlwaysPerformThisCheck ( bool value ) : void
value bool
리턴 void

setAlwaysPerformThisCheckCheckboxText() 공개 메소드

public setAlwaysPerformThisCheckCheckboxText ( string value ) : void
value string
리턴 void

setMessageLabelText() 공개 메소드

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

setNoButtonText() 공개 메소드

public setNoButtonText ( string value ) : void
value string
리턴 void

setYesButtonText() 공개 메소드

public setYesButtonText ( string value ) : void
value string
리턴 void

showDialog() 공개 메소드

public showDialog ( Object parent_form ) : int
parent_form Object
리턴 int