C# 클래스 BF2Statistics.MapListForm

파일 보기 프로젝트 열기: BF2Statistics/ControlCenter 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
MapImage Bitmap

공개 메소드들

메소드 설명
MapListForm ( ) : System

Constructor

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

GameModeToString ( string mode ) : string

Parses a maplist.con game mode variable into a human readable one.

비공개 메소드들

메소드 설명
AddToMapList_Click ( object sender, EventArgs e ) : void

Adds completed map selections to the Maplist

CancelBtn_Click ( object sender, EventArgs e ) : void

Cancels any changes made to the maplist, and closes the form

ClearButton_Click ( object sender, EventArgs e ) : void

Clears the current Maplist

GameModeSelect_SelectedIndexChanged ( object sender, EventArgs e ) : void

Event fired when the client selects a Map Gamemode

InitializeComponent ( ) : void

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

MapListSelect_SelectedIndexChanged ( object sender, EventArgs e ) : void

Called when a map is selected or changed

MapPictureBox_DoubleClick ( object sender, EventArgs e ) : void

Event fired when the map image is clicked

MapSizeSelect_SelectedIndexChanged ( object sender, EventArgs e ) : void

Event fired when a mapsize is selected

RandomizeBtn_Click ( object sender, EventArgs e ) : void

Shuffles the maps listed in the MapList box

SaveButton_Click ( object sender, EventArgs e ) : void

Saves the maplist to the maplist.com file

메소드 상세

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void

GameModeToString() 보호된 메소드

Parses a maplist.con game mode variable into a human readable one.
protected GameModeToString ( string mode ) : string
mode string The gamemode from the maplist.con
리턴 string

MapListForm() 공개 메소드

Constructor
public MapListForm ( ) : System
리턴 System

프로퍼티 상세

MapImage 보호되어 있는 프로퍼티

Contains the full sized bitmap image of the selected map
protected Bitmap MapImage
리턴 Bitmap