C# Class BF2Statistics.MedalData.ScoreStatForm

Inheritance: ConditionForm
Show file Open project: BF2Statistics/ControlCenter

Protected Properties

Property Type Description
Node System.Windows.Forms.TreeNode
Obj Condition

Public Methods

Method 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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

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

GetCondition() public method

public GetCondition ( ) : Condition
return Condition

Save() public method

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

ScoreStatForm() public method

public ScoreStatForm ( ) : System
return System

ScoreStatForm() public method

public ScoreStatForm ( TreeNode Node ) : System
Node System.Windows.Forms.TreeNode
return System

UpdateFields() public method

public UpdateFields ( ) : void
return void

Property Details

Node protected property

protected TreeNode,System.Windows.Forms Node
return System.Windows.Forms.TreeNode

Obj protected property

Will contain an ObjectStat condition during editing.
protected Condition Obj
return Condition