Public Member Functions | |
LoginForm () | |
Creates a new instance. | |
Protected Member Functions | |
override void | Dispose (bool disposing) |
Clean up any resources being used. | |
Properties | |
string | LoginName [get, set] |
The LoginName, it is backed up in the settings (AdminName). | |
string | LoginDomain [get, set] |
The LoginDomain, it is backed up in the settings (AdminDomain). | |
string | LoginPassword [get, set] |
the LoginPassword. It is never backed up in the settings. | |
Private Member Functions | |
void | InitializeComponent () |
Required method for Designer support - do not modify the contents of this method with the code editor. | |
Private Attributes | |
System.ComponentModel.IContainer | components = null |
Required designer variable. |
ServicesCtl.LoginForm.LoginForm | ( | ) |
Creates a new instance.
override void ServicesCtl.LoginForm.Dispose | ( | bool | disposing | ) | [protected] |
Clean up any resources being used.
disposing | true if managed resources should be disposed; otherwise, false. |
void ServicesCtl.LoginForm.InitializeComponent | ( | ) | [private] |
Required method for Designer support - do not modify the contents of this method with the code editor.
System.ComponentModel.IContainer ServicesCtl.LoginForm.components = null [private] |
Required designer variable.
string ServicesCtl.LoginForm.LoginName [get, set] |
The LoginName, it is backed up in the settings (AdminName).
string ServicesCtl.LoginForm.LoginDomain [get, set] |
The LoginDomain, it is backed up in the settings (AdminDomain).
string ServicesCtl.LoginForm.LoginPassword [get, set] |
the LoginPassword. It is never backed up in the settings.