C# Class BF2Statistics.MedalData.GlobalStatMultTimesForm

Inheritance: ConditionForm
显示文件 Open project: BF2Statistics/ControlCenter

Protected Properties

Property Type Description
AwardId string
Node System.Windows.Forms.TreeNode
Obj GlobalStatMultTimes

Public Methods

Method Description
GetCondition ( ) : Condition
GlobalStatMultTimesForm ( ) : System
GlobalStatMultTimesForm ( TreeNode Node ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

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

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

GlobalStatMultTimesForm() public method

public GlobalStatMultTimesForm ( ) : System
return System

GlobalStatMultTimesForm() public method

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

Property Details

AwardId protected_oe property

protected string AwardId
return string

Node protected_oe property

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

Obj protected_oe property

Will contain an ObjectStat condition during editing.
protected GlobalStatMultTimes,BF2Statistics.MedalData Obj
return GlobalStatMultTimes