C# 클래스 cadencii.ExceptionNotifyFormUiImpl

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

보호된 프로퍼티들

프로퍼티 타입 설명
buttonCancel System.Windows.Forms.Button
buttonSend System.Windows.Forms.Button
labelDescription System.Windows.Forms.Label
textMessage System.Windows.Forms.TextBox
uiListener ExceptionNotifyFormUiListener

공개 메소드들

메소드 설명
ExceptionNotifyFormUiImpl ( ExceptionNotifyFormUiListener listener ) : System
close ( ) : void
setCancelButtonText ( string value ) : void
setDescription ( string value ) : void
setExceptionMessage ( string value ) : void
setSendButtonText ( string value ) : void
setTitle ( string value ) : void
showDialog ( object parent_form ) : int

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

使用中のリソースをすべてクリーンアップします。

비공개 메소드들

메소드 설명
InitializeComponent ( ) : void

デザイナ サポートに必要なメソッドです。このメソッドの内容を コード エディタで変更しないでください。

buttonCancel_Click ( object sender, EventArgs e ) : void
buttonSend_Click ( object sender, EventArgs e ) : void

메소드 상세

Dispose() 보호된 메소드

使用中のリソースをすべてクリーンアップします。
protected Dispose ( bool disposing ) : void
disposing bool マネージ リソースが破棄される場合 true、破棄されない場合は false です。
리턴 void

ExceptionNotifyFormUiImpl() 공개 메소드

public ExceptionNotifyFormUiImpl ( ExceptionNotifyFormUiListener listener ) : System
listener ExceptionNotifyFormUiListener
리턴 System

close() 공개 메소드

public close ( ) : void
리턴 void

setCancelButtonText() 공개 메소드

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

setDescription() 공개 메소드

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

setExceptionMessage() 공개 메소드

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

setSendButtonText() 공개 메소드

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

setTitle() 공개 메소드

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

showDialog() 공개 메소드

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

프로퍼티 상세

buttonCancel 보호되어 있는 프로퍼티

protected System.Windows.Forms.Button buttonCancel
리턴 System.Windows.Forms.Button

buttonSend 보호되어 있는 프로퍼티

protected System.Windows.Forms.Button buttonSend
리턴 System.Windows.Forms.Button

labelDescription 보호되어 있는 프로퍼티

protected System.Windows.Forms.Label labelDescription
리턴 System.Windows.Forms.Label

textMessage 보호되어 있는 프로퍼티

protected System.Windows.Forms.TextBox textMessage
리턴 System.Windows.Forms.TextBox

uiListener 보호되어 있는 프로퍼티

protected ExceptionNotifyFormUiListener uiListener
리턴 ExceptionNotifyFormUiListener