C# Class Twinspire.GeneralOptions

Inheritance: System.Windows.Forms.UserControl
Afficher le fichier Open project: twinspire/twinspire

Méthodes publiques

Свойство Type Description
settings Settings

Méthodes publiques

Méthode Description
GeneralOptions ( Settings settings ) : System

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.

chbAutocloseStartPage_CheckedChanged ( object sender, EventArgs e ) : void
chbAutosave_CheckedChanged ( object sender, EventArgs e ) : void
chbRemoveTextOnEnter_CheckedChanged ( object sender, EventArgs e ) : void
chbShowDetails_CheckedChanged ( object sender, EventArgs e ) : void
chbShowStartPage_CheckedChanged ( object sender, EventArgs e ) : void
nudMinutes_ValueChanged ( object sender, EventArgs e ) : void

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

GeneralOptions() public méthode

public GeneralOptions ( Settings settings ) : System
settings Settings
Résultat System

Property Details

settings public_oe property

public Settings,Twinspire settings
Résultat Settings