C# Class CapDemo.Open_Game

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: antang/NewCapstoneProject Class Usage Examples

Méthodes publiques

Свойство Type Description
axWindowsMediaPlayer1 AxWMPLib.AxWindowsMediaPlayer

Méthodes publiques

Méthode Description
AssignPlayerCorrect ( ) : void
BonusScoreofPhase ( int idpha ) : int
CalculateScoreChallenge ( ) : void
CalculateScoreNotChallenge ( ) : void
CalculteScore ( ) : void
DisplayScorePlayerGet ( ) : void
EndGame ( ) : void
EnterAnswer ( ) : void
EnterAnswerChallenge ( ) : void
EnterAnswerChallenge_1 ( ) : void
EnterAnswerNotChallenge ( ) : void
ExistPM ( ) : bool
FailQuestionInPhase ( int score ) : void
FailQuestionPM ( int score ) : void
FixSizeText ( ) : void
GetContestContent ( ) : void
GoPlayer ( ) : void
LastPlayerRun ( ) : int
MinusScoreofPhase ( int idpha ) : int
MoveNextPhaseHaveChallenge ( ) : void
NameofPhase ( int idpha ) : string
NumofQuestionInPhase ( int id ) : int
NumofQuestionPM ( ) : int
Open_Game ( ) : System
OutOfQuestion ( ) : void
PassQuestionInPhase ( int score ) : void
PassQuestionPM ( int score ) : void
ReceiveScoreChallenge ( ) : void
ShowCorrectAnswer ( ) : void
ShowCorrectAnswer_1 ( ) : void
ShowQuestion ( ) : void
ShowQuestionByIDPhase ( int id ) : bool
ShowQuestionByIDPhase_1 ( ) : bool
ShowTeamsChallenged ( ) : void
ShowTeamsChallenged_1 ( ) : void
StartGame ( ) : void
TimeofPhase ( int idpha ) : int
UpdateLog ( int idPla, int idpha, int score, int NumTrue, int NumFalse, int check ) : void
UpdatePlayerChallengeInPM ( ) : void
UpdatePlayerChallengeInPM_1 ( ) : void
UpdatePlayerChallengeInPhase ( ) : void
UpdateScreenAfterChallenge ( ) : void
colorplayer ( int idplayer ) : int
loadMap ( ) : void
loadNumberQuestionInPhase ( ) : void
nameplayer ( int idplayer ) : string
sequenceplayer ( int idplayer ) : int

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
InitializeComponent ( ) : void

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

Open_Game_Load ( object sender, EventArgs e ) : void
TableAnswerMultiTeam ( List ListQuestion, List ListAnswer ) : void
TableAnswerMultiTeam_1 ( List ListQuestion, List ListAnswer ) : void
TableAnswerOneTeam ( List ListQuestion, List ListAnswer ) : void
mnui_Maximize_Click ( object sender, EventArgs e ) : void
mnui_Minimize_Click ( object sender, EventArgs e ) : void
mnui_RestoreDown_Click ( object sender, EventArgs e ) : void
pb_EndGame_Click ( object sender, EventArgs e ) : void
pb_Exit_Click ( object sender, EventArgs e ) : void
pb_Maximize_Click ( object sender, EventArgs e ) : void
pb_Minimize_Click ( object sender, EventArgs e ) : void
pb_Play_Click ( object sender, EventArgs e ) : void
pb_QuestionSub_Click ( object sender, EventArgs e ) : void
pb_Setting_Click ( object sender, EventArgs e ) : void
pb_SubContest_Click ( object sender, EventArgs e ) : void
team_ChoiceChallengedTeam ( object sender, EventArgs e ) : void
team_checkChallenge ( object sender, EventArgs e ) : void
team_checkCorrect ( object sender, EventArgs e ) : void
team_checkQuestionPM ( object sender, EventArgs e ) : void
team_checkSupport ( object sender, EventArgs e ) : void
timer1_Tick ( object sender, EventArgs e ) : void

Method Details

AssignPlayerCorrect() public méthode

public AssignPlayerCorrect ( ) : void
Résultat void

BonusScoreofPhase() public méthode

public BonusScoreofPhase ( int idpha ) : int
idpha int
Résultat int

CalculateScoreChallenge() public méthode

public CalculateScoreChallenge ( ) : void
Résultat void

CalculateScoreNotChallenge() public méthode

public CalculateScoreNotChallenge ( ) : void
Résultat void

CalculteScore() public méthode

public CalculteScore ( ) : void
Résultat void

DisplayScorePlayerGet() public méthode

public DisplayScorePlayerGet ( ) : void
Résultat void

Dispose() protected méthode

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

EndGame() public méthode

public EndGame ( ) : void
Résultat void

EnterAnswer() public méthode

public EnterAnswer ( ) : void
Résultat void

EnterAnswerChallenge() public méthode

public EnterAnswerChallenge ( ) : void
Résultat void

EnterAnswerChallenge_1() public méthode

public EnterAnswerChallenge_1 ( ) : void
Résultat void

EnterAnswerNotChallenge() public méthode

public EnterAnswerNotChallenge ( ) : void
Résultat void

ExistPM() public méthode

public ExistPM ( ) : bool
Résultat bool

FailQuestionInPhase() public méthode

public FailQuestionInPhase ( int score ) : void
score int
Résultat void

FailQuestionPM() public méthode

public FailQuestionPM ( int score ) : void
score int
Résultat void

FixSizeText() public méthode

public FixSizeText ( ) : void
Résultat void

GetContestContent() public méthode

public GetContestContent ( ) : void
Résultat void

GoPlayer() public méthode

public GoPlayer ( ) : void
Résultat void

LastPlayerRun() public méthode

public LastPlayerRun ( ) : int
Résultat int

MinusScoreofPhase() public méthode

public MinusScoreofPhase ( int idpha ) : int
idpha int
Résultat int

MoveNextPhaseHaveChallenge() public méthode

public MoveNextPhaseHaveChallenge ( ) : void
Résultat void

NameofPhase() public méthode

public NameofPhase ( int idpha ) : string
idpha int
Résultat string

NumofQuestionInPhase() public méthode

public NumofQuestionInPhase ( int id ) : int
id int
Résultat int

NumofQuestionPM() public méthode

public NumofQuestionPM ( ) : int
Résultat int

Open_Game() public méthode

public Open_Game ( ) : System
Résultat System

OutOfQuestion() public méthode

public OutOfQuestion ( ) : void
Résultat void

PassQuestionInPhase() public méthode

public PassQuestionInPhase ( int score ) : void
score int
Résultat void

PassQuestionPM() public méthode

public PassQuestionPM ( int score ) : void
score int
Résultat void

ReceiveScoreChallenge() public méthode

public ReceiveScoreChallenge ( ) : void
Résultat void

ShowCorrectAnswer() public méthode

public ShowCorrectAnswer ( ) : void
Résultat void

ShowCorrectAnswer_1() public méthode

public ShowCorrectAnswer_1 ( ) : void
Résultat void

ShowQuestion() public méthode

public ShowQuestion ( ) : void
Résultat void

ShowQuestionByIDPhase() public méthode

public ShowQuestionByIDPhase ( int id ) : bool
id int
Résultat bool

ShowQuestionByIDPhase_1() public méthode

public ShowQuestionByIDPhase_1 ( ) : bool
Résultat bool

ShowTeamsChallenged() public méthode

public ShowTeamsChallenged ( ) : void
Résultat void

ShowTeamsChallenged_1() public méthode

public ShowTeamsChallenged_1 ( ) : void
Résultat void

StartGame() public méthode

public StartGame ( ) : void
Résultat void

TimeofPhase() public méthode

public TimeofPhase ( int idpha ) : int
idpha int
Résultat int

UpdateLog() public méthode

public UpdateLog ( int idPla, int idpha, int score, int NumTrue, int NumFalse, int check ) : void
idPla int
idpha int
score int
NumTrue int
NumFalse int
check int
Résultat void

UpdatePlayerChallengeInPM() public méthode

public UpdatePlayerChallengeInPM ( ) : void
Résultat void

UpdatePlayerChallengeInPM_1() public méthode

public UpdatePlayerChallengeInPM_1 ( ) : void
Résultat void

UpdatePlayerChallengeInPhase() public méthode

public UpdatePlayerChallengeInPhase ( ) : void
Résultat void

UpdateScreenAfterChallenge() public méthode

public UpdateScreenAfterChallenge ( ) : void
Résultat void

colorplayer() public méthode

public colorplayer ( int idplayer ) : int
idplayer int
Résultat int

loadMap() public méthode

public loadMap ( ) : void
Résultat void

loadNumberQuestionInPhase() public méthode

public loadNumberQuestionInPhase ( ) : void
Résultat void

nameplayer() public méthode

public nameplayer ( int idplayer ) : string
idplayer int
Résultat string

sequenceplayer() public méthode

public sequenceplayer ( int idplayer ) : int
idplayer int
Résultat int

Property Details

axWindowsMediaPlayer1 public_oe property

public AxWMPLib.AxWindowsMediaPlayer axWindowsMediaPlayer1
Résultat AxWMPLib.AxWindowsMediaPlayer