C# Class BF2Statistics.MedalData.ScoreStatForm

Inheritance: ConditionForm
Afficher le fichier Open project: BF2Statistics/ControlCenter

Protected Properties

Свойство Type Description
Node System.Windows.Forms.TreeNode
Obj Condition

Méthodes publiques

Méthode Description
GetCondition ( ) : Condition
Save ( ) : void

Converts the data in the form into a condition, and closes the form

ScoreStatForm ( ) : System
ScoreStatForm ( TreeNode Node ) : System
UpdateFields ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

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

Used to hide the value box if the selected condition doesnt support a value.

FinishBtn_Click ( object sender, EventArgs e ) : void
Hms2SecBtn_Click ( object sender, EventArgs e ) : void

Shows the Hours/Minutes/Seconds to Seconds form

InitializeComponent ( ) : void

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

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

GetCondition() public méthode

public GetCondition ( ) : Condition
Résultat Condition

Save() public méthode

Converts the data in the form into a condition, and closes the form
public Save ( ) : void
Résultat void

ScoreStatForm() public méthode

public ScoreStatForm ( ) : System
Résultat System

ScoreStatForm() public méthode

public ScoreStatForm ( TreeNode Node ) : System
Node System.Windows.Forms.TreeNode
Résultat System

UpdateFields() public méthode

public UpdateFields ( ) : void
Résultat void

Property Details

Node protected_oe property

protected TreeNode,System.Windows.Forms Node
Résultat System.Windows.Forms.TreeNode

Obj protected_oe property

Will contain an ObjectStat condition during editing.
protected Condition Obj
Résultat Condition