C# Class SteamDesktopAuth.SettingsForm

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: Ezzpify/SteamAuthenticator Class Usage Examples

Méthodes publiques

Свойство Type Description
cbAutostart System.Windows.Forms.CheckBox
cbPassword System.Windows.Forms.CheckBox
cbStartMinimized System.Windows.Forms.CheckBox
cbStatistics System.Windows.Forms.CheckBox
cbUpdates System.Windows.Forms.CheckBox

Méthodes publiques

Méthode Description
SettingsForm ( ) : System

Form constructor

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.

btnCancel_Click ( object sender, EventArgs e ) : void

Closes the settings form

btnSave_Click ( object sender, EventArgs e ) : void

Saves the settings

cbStartMinimized_CheckedChanged ( object sender, EventArgs e ) : void

Minimize at start checkbox Displays information how it will work is Ask for password is enabled

lblInfo_Click ( object sender, EventArgs e ) : void

Information label about the statistics

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

SettingsForm() public méthode

Form constructor
public SettingsForm ( ) : System
Résultat System

Property Details

cbAutostart public_oe property

public System.Windows.Forms.CheckBox cbAutostart
Résultat System.Windows.Forms.CheckBox

cbPassword public_oe property

public System.Windows.Forms.CheckBox cbPassword
Résultat System.Windows.Forms.CheckBox

cbStartMinimized public_oe property

public System.Windows.Forms.CheckBox cbStartMinimized
Résultat System.Windows.Forms.CheckBox

cbStatistics public_oe property

public System.Windows.Forms.CheckBox cbStatistics
Résultat System.Windows.Forms.CheckBox

cbUpdates public_oe property

public System.Windows.Forms.CheckBox cbUpdates
Résultat System.Windows.Forms.CheckBox