C# 클래스 BF2Statistics.ScoreSettings

상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: BF2Statistics/ControlCenter 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
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