C# Class VSPC.TestUI.Form1

Mostrar archivo Open project: chembergj/VSPC

Public Properties

Property Type Description
richTextBoxMessages System.Windows.Forms.RichTextBox
textBoxMessages System.Windows.Forms.TextBox

Public Methods

Method Description
Application_ThreadException ( object sender, ThreadExceptionEventArgs e ) : void
Form1 ( ) : System
HandleMessage ( AMessage message, VSPCContext context ) : void

Protected Methods

Method Description
DefWndProc ( Message &m ) : void
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
Form1_Load ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

buttonFSDLogin_Click ( object sender, EventArgs e ) : void
buttonFSDLogoff_Click ( object sender, EventArgs e ) : void
buttonSimLogin_Click ( object sender, EventArgs e ) : void
buttonSimLogoff_Click ( object sender, EventArgs e ) : void

Method Details

Application_ThreadException() public method

public Application_ThreadException ( object sender, ThreadExceptionEventArgs e ) : void
sender object
e ThreadExceptionEventArgs
return void

DefWndProc() protected method

protected DefWndProc ( Message &m ) : void
m Message
return void

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

Form1() public method

public Form1 ( ) : System
return System

HandleMessage() public method

public HandleMessage ( AMessage message, VSPCContext context ) : void
message AMessage
context VSPCContext
return void

Property Details

richTextBoxMessages public_oe property

public System.Windows.Forms.RichTextBox richTextBoxMessages
return System.Windows.Forms.RichTextBox

textBoxMessages public_oe property

public System.Windows.Forms.TextBox textBoxMessages
return System.Windows.Forms.TextBox