C# Class CentralServerDemo.RegisterForm

Inheritance: System.Windows.Forms.Form
Show file Open project: avspeed/iConf.NET-SDK-Demos Class Usage Examples

Public Properties

Property Type Description
btnCancel System.Windows.Forms.Button
btnRegister System.Windows.Forms.Button
label1 System.Windows.Forms.Label
label2 System.Windows.Forms.Label
label3 System.Windows.Forms.Label
label4 System.Windows.Forms.Label
txtNote System.Windows.Forms.TextBox
txtPassword System.Windows.Forms.TextBox
txtRePassword System.Windows.Forms.TextBox
txtUserName System.Windows.Forms.TextBox

Public Methods

Method Description
RegisterForm ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
InitializeComponent ( ) : void

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

RegisterForm_Shown ( object sender, EventArgs e ) : void
ValidateFields ( ) : string

Used to validate registration info (just checks for missing info)

btnCancel_Click ( object sender, EventArgs e ) : void
btnRegister_Click ( object sender, EventArgs e ) : void

Method Details

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

RegisterForm() public method

public RegisterForm ( ) : System
return System

Property Details

btnCancel public property

public System.Windows.Forms.Button btnCancel
return System.Windows.Forms.Button

btnRegister public property

public System.Windows.Forms.Button btnRegister
return System.Windows.Forms.Button

label1 public property

public System.Windows.Forms.Label label1
return System.Windows.Forms.Label

label2 public property

public System.Windows.Forms.Label label2
return System.Windows.Forms.Label

label3 public property

public System.Windows.Forms.Label label3
return System.Windows.Forms.Label

label4 public property

public System.Windows.Forms.Label label4
return System.Windows.Forms.Label

txtNote public property

public System.Windows.Forms.TextBox txtNote
return System.Windows.Forms.TextBox

txtPassword public property

public System.Windows.Forms.TextBox txtPassword
return System.Windows.Forms.TextBox

txtRePassword public property

public System.Windows.Forms.TextBox txtRePassword
return System.Windows.Forms.TextBox

txtUserName public property

public System.Windows.Forms.TextBox txtUserName
return System.Windows.Forms.TextBox