C# Class Twinspire.GeneralOptions

Inheritance: System.Windows.Forms.UserControl
Mostrar archivo Open project: twinspire/twinspire

Public Properties

Property Type Description
settings Settings

Public Methods

Method Description
GeneralOptions ( Settings settings ) : System

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.

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

GeneralOptions() public method

public GeneralOptions ( Settings settings ) : System
settings Settings
return System

Property Details

settings public_oe property

public Settings,Twinspire settings
return Settings