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 |
Method | Description | |
---|---|---|
SettingsForm ( ) : System |
Form constructor
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
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, |
Closes the settings form
|
|
btnSave_Click ( object sender, |
Saves the settings
|
|
cbStartMinimized_CheckedChanged ( object sender, |
Minimize at start checkbox Displays information how it will work is Ask for password is enabled
|
|
lblInfo_Click ( object sender, |
Information label about the statistics
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
public System.Windows.Forms.CheckBox cbAutostart | ||
return | System.Windows.Forms.CheckBox |
public System.Windows.Forms.CheckBox cbPassword | ||
return | System.Windows.Forms.CheckBox |
public System.Windows.Forms.CheckBox cbStartMinimized | ||
return | System.Windows.Forms.CheckBox |
public System.Windows.Forms.CheckBox cbStatistics | ||
return | System.Windows.Forms.CheckBox |