C# Class cadencii.ExceptionNotifyFormUiImpl

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

Protected Properties

Свойство Type Description
buttonCancel System.Windows.Forms.Button
buttonSend System.Windows.Forms.Button
labelDescription System.Windows.Forms.Label
textMessage System.Windows.Forms.TextBox
uiListener ExceptionNotifyFormUiListener

Méthodes publiques

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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

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

Private Methods

Méthode Description
InitializeComponent ( ) : void

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

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

Method Details

Dispose() protected méthode

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

ExceptionNotifyFormUiImpl() public méthode

public ExceptionNotifyFormUiImpl ( ExceptionNotifyFormUiListener listener ) : System
listener ExceptionNotifyFormUiListener
Résultat System

close() public méthode

public close ( ) : void
Résultat void

setCancelButtonText() public méthode

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

setDescription() public méthode

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

setExceptionMessage() public méthode

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

setSendButtonText() public méthode

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

setTitle() public méthode

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

showDialog() public méthode

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

Property Details

buttonCancel protected_oe property

protected System.Windows.Forms.Button buttonCancel
Résultat System.Windows.Forms.Button

buttonSend protected_oe property

protected System.Windows.Forms.Button buttonSend
Résultat System.Windows.Forms.Button

labelDescription protected_oe property

protected System.Windows.Forms.Label labelDescription
Résultat System.Windows.Forms.Label

textMessage protected_oe property

protected System.Windows.Forms.TextBox textMessage
Résultat System.Windows.Forms.TextBox

uiListener protected_oe property

protected ExceptionNotifyFormUiListener uiListener
Résultat ExceptionNotifyFormUiListener