C# Класс CentralServerDemo.RegisterForm

Наследование: System.Windows.Forms.Form
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
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

Открытые методы

Метод Описание
RegisterForm ( ) : System

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

Приватные методы

Метод Описание
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

Описание методов

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

RegisterForm() публичный Метод

public RegisterForm ( ) : System
Результат System

Описание свойств

btnCancel публичное свойство

public System.Windows.Forms.Button btnCancel
Результат System.Windows.Forms.Button

btnRegister публичное свойство

public System.Windows.Forms.Button btnRegister
Результат System.Windows.Forms.Button

label1 публичное свойство

public System.Windows.Forms.Label label1
Результат System.Windows.Forms.Label

label2 публичное свойство

public System.Windows.Forms.Label label2
Результат System.Windows.Forms.Label

label3 публичное свойство

public System.Windows.Forms.Label label3
Результат System.Windows.Forms.Label

label4 публичное свойство

public System.Windows.Forms.Label label4
Результат System.Windows.Forms.Label

txtNote публичное свойство

public System.Windows.Forms.TextBox txtNote
Результат System.Windows.Forms.TextBox

txtPassword публичное свойство

public System.Windows.Forms.TextBox txtPassword
Результат System.Windows.Forms.TextBox

txtRePassword публичное свойство

public System.Windows.Forms.TextBox txtRePassword
Результат System.Windows.Forms.TextBox

txtUserName публичное свойство

public System.Windows.Forms.TextBox txtUserName
Результат System.Windows.Forms.TextBox