C# Class BF2Statistics.DatabaseConfigForm

Inheritance: System.Windows.Forms.NativeForm
Afficher le fichier Open project: BF2Statistics/ControlCenter Class Usage Examples

Protected Properties

Свойство Type Description
DbMode DatabaseMode

Méthodes publiques

Méthode Description
DatabaseConfigForm ( DatabaseMode Mode ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
CancelBtn_Click ( object sender, EventArgs e ) : void

Event fired when the cancel button is clicked

InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

NextBtn_Click ( object sender, EventArgs e ) : void

Event fired when the next button is clicked

SaveBtn_Click ( object sender, EventArgs e ) : void

Event fired when the save button is clicked

SetConfigSettings ( ) : bool

Sets the current config settings, but does not save the settings to the app.config file

ShowHideBtn_Click ( object sender, EventArgs e ) : void

Hides or shows the password characters

TestBtn_Click ( object sender, EventArgs e ) : void

Event fired when the Test button is clicked

TypeSelect_SelectedIndexChanged ( object sender, EventArgs e ) : void

Event fired when the database type selection has changed

Method Details

DatabaseConfigForm() public méthode

public DatabaseConfigForm ( DatabaseMode Mode ) : System
Mode DatabaseMode
Résultat System

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

Property Details

DbMode protected_oe property

The database type we are working with (Stats or Gamespy)
protected DatabaseMode DbMode
Résultat DatabaseMode