C# Класс BF2Statistics.MedalData.ScoreStatForm

Наследование: ConditionForm
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
Node System.Windows.Forms.TreeNode
Obj Condition

Открытые методы

Метод Описание
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

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

Приватные методы

Метод Описание
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

Описание методов

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

GetCondition() публичный Метод

public GetCondition ( ) : Condition
Результат Condition

Save() публичный Метод

Converts the data in the form into a condition, and closes the form
public Save ( ) : void
Результат void

ScoreStatForm() публичный Метод

public ScoreStatForm ( ) : System
Результат System

ScoreStatForm() публичный Метод

public ScoreStatForm ( TreeNode Node ) : System
Node System.Windows.Forms.TreeNode
Результат System

UpdateFields() публичный Метод

public UpdateFields ( ) : void
Результат void

Описание свойств

Node защищенное свойство

protected TreeNode,System.Windows.Forms Node
Результат System.Windows.Forms.TreeNode

Obj защищенное свойство

Will contain an ObjectStat condition during editing.
protected Condition Obj
Результат Condition