C# Class SteamDesktopAuth.SettingsForm

Inheritance: System.Windows.Forms.Form
ファイルを表示 Open project: Ezzpify/SteamAuthenticator Class Usage Examples

Public Properties

Property 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

Public Methods

Method Description
SettingsForm ( ) : System

Form constructor

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.

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 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

SettingsForm() public method

Form constructor
public SettingsForm ( ) : System
return System

Property Details

cbAutostart public_oe property

public System.Windows.Forms.CheckBox cbAutostart
return System.Windows.Forms.CheckBox

cbPassword public_oe property

public System.Windows.Forms.CheckBox cbPassword
return System.Windows.Forms.CheckBox

cbStartMinimized public_oe property

public System.Windows.Forms.CheckBox cbStartMinimized
return System.Windows.Forms.CheckBox

cbStatistics public_oe property

public System.Windows.Forms.CheckBox cbStatistics
return System.Windows.Forms.CheckBox

cbUpdates public_oe property

public System.Windows.Forms.CheckBox cbUpdates
return System.Windows.Forms.CheckBox