C# Класс BF2Statistics.ScoreSettings

Наследование: System.Windows.Forms.Form
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
ConqScores string[]>.Dictionary
CoopScores string[]>.Dictionary
Scores string[]>.Dictionary

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

Метод Описание
ScoreSettings ( ) : System

Constructor

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

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

Clean up any resources being used.

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

Метод Описание
Cancel_Click ( object sender, EventArgs e ) : void

Event fired when the Cancel button is pressed

ExportSettingsMenuItem_Click ( object sender, EventArgs e ) : void
FillFormFields ( ) : void

Fills the form values

ImportSettingsMenuItem_Click ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

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

LoadConqFile ( ) : bool

Loads the conquest scoring file

We do a search and replace for the word DEFENT because the AIX devs spelled DEFEND incorrectly!

LoadCoopFile ( ) : bool

Loads the Coop File Settings

LoadScoringCommon ( ) : bool

Loads the scoring files, and initializes the values of all the input fields

ResetButton_Click ( object sender, EventArgs e ) : void
SaveButton_Click ( object sender, EventArgs e ) : void

Event fired when the Save buttons is pressed. Saves all the current scoring settings

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

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

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

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

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

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

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

The score settings from the conquest file
protected Dictionary ConqScores
Результат string[]>.Dictionary

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

score settings from the coop file
protected Dictionary CoopScores
Результат string[]>.Dictionary

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

The score settings from the scoring common
protected Dictionary Scores
Результат string[]>.Dictionary