C# Class CentralServerDemo.RegisterForm

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: avspeed/iConf.NET-SDK-Demos Class Usage Examples

Méthodes publiques

Свойство 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

Méthodes publiques

Méthode Description
RegisterForm ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

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

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

RegisterForm() public méthode

public RegisterForm ( ) : System
Résultat System

Property Details

btnCancel public_oe property

public System.Windows.Forms.Button btnCancel
Résultat System.Windows.Forms.Button

btnRegister public_oe property

public System.Windows.Forms.Button btnRegister
Résultat System.Windows.Forms.Button

label1 public_oe property

public System.Windows.Forms.Label label1
Résultat System.Windows.Forms.Label

label2 public_oe property

public System.Windows.Forms.Label label2
Résultat System.Windows.Forms.Label

label3 public_oe property

public System.Windows.Forms.Label label3
Résultat System.Windows.Forms.Label

label4 public_oe property

public System.Windows.Forms.Label label4
Résultat System.Windows.Forms.Label

txtNote public_oe property

public System.Windows.Forms.TextBox txtNote
Résultat System.Windows.Forms.TextBox

txtPassword public_oe property

public System.Windows.Forms.TextBox txtPassword
Résultat System.Windows.Forms.TextBox

txtRePassword public_oe property

public System.Windows.Forms.TextBox txtRePassword
Résultat System.Windows.Forms.TextBox

txtUserName public_oe property

public System.Windows.Forms.TextBox txtUserName
Résultat System.Windows.Forms.TextBox