C# 클래스 BF2Statistics.DatabaseConfigForm

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

보호된 프로퍼티들

프로퍼티 타입 설명
DbMode DatabaseMode

공개 메소드들

메소드 설명
DatabaseConfigForm ( DatabaseMode Mode ) : System

보호된 메소드들

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

Clean up any resources being used.

비공개 메소드들

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

Event fired when the cancel button is clicked

InitializeComponent ( ) : void

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

NextBtn_Click ( object sender, EventArgs e ) : void

Event fired when the next button is clicked

SaveBtn_Click ( object sender, EventArgs e ) : void

Event fired when the save button is clicked

SetConfigSettings ( ) : bool

Sets the current config settings, but does not save the settings to the app.config file

ShowHideBtn_Click ( object sender, EventArgs e ) : void

Hides or shows the password characters

TestBtn_Click ( object sender, EventArgs e ) : void

Event fired when the Test button is clicked

TypeSelect_SelectedIndexChanged ( object sender, EventArgs e ) : void

Event fired when the database type selection has changed

메소드 상세

DatabaseConfigForm() 공개 메소드

public DatabaseConfigForm ( DatabaseMode Mode ) : System
Mode DatabaseMode
리턴 System

Dispose() 보호된 메소드

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

프로퍼티 상세

DbMode 보호되어 있는 프로퍼티

The database type we are working with (Stats or Gamespy)
protected DatabaseMode DbMode
리턴 DatabaseMode