C# Class cadencii.ExceptionNotifyFormUiImpl

Inheritance: System.Windows.Forms.Form, ExceptionNotifyFormUi
Show file Open project: cadencii/cadencii

Protected Properties

Property Type Description
buttonCancel System.Windows.Forms.Button
buttonSend System.Windows.Forms.Button
labelDescription System.Windows.Forms.Label
textMessage System.Windows.Forms.TextBox
uiListener ExceptionNotifyFormUiListener

Public Methods

Method Description
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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

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

Private Methods

Method Description
InitializeComponent ( ) : void

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

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

Method Details

Dispose() protected method

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

ExceptionNotifyFormUiImpl() public method

public ExceptionNotifyFormUiImpl ( ExceptionNotifyFormUiListener listener ) : System
listener ExceptionNotifyFormUiListener
return System

close() public method

public close ( ) : void
return void

setCancelButtonText() public method

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

setDescription() public method

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

setExceptionMessage() public method

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

setSendButtonText() public method

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

setTitle() public method

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

showDialog() public method

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

Property Details

buttonCancel protected property

protected System.Windows.Forms.Button buttonCancel
return System.Windows.Forms.Button

buttonSend protected property

protected System.Windows.Forms.Button buttonSend
return System.Windows.Forms.Button

labelDescription protected property

protected System.Windows.Forms.Label labelDescription
return System.Windows.Forms.Label

textMessage protected property

protected System.Windows.Forms.TextBox textMessage
return System.Windows.Forms.TextBox

uiListener protected property

protected ExceptionNotifyFormUiListener uiListener
return ExceptionNotifyFormUiListener