C# Class CapDemo.Audience_Screen

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

Méthodes publiques

Свойство Type Description
btn_PM System.Windows.Forms.Button
flp_AnswerQuiz System.Windows.Forms.FlowLayoutPanel
flp_PlayerAnswers System.Windows.Forms.Panel
flp_Team System.Windows.Forms.FlowLayoutPanel
flp_TeamEndGame System.Windows.Forms.FlowLayoutPanel
lbl_Phase System.Windows.Forms.Label
lbl_Point System.Windows.Forms.Label
lbl_QuestionContent System.Windows.Forms.Label
lbl_TimeShowQuestion System.Windows.Forms.Label
lbl_typeQ System.Windows.Forms.Label
pnl_Lane System.Windows.Forms.Panel
pnl_Phase System.Windows.Forms.Panel
pnl_QuestionFrame System.Windows.Forms.Panel
progressBarControl1 ProgressBarControl
tab_EndGame System.Windows.Forms.TabPage
tab_Map System.Windows.Forms.TabPage
tab_ShowQuestion System.Windows.Forms.TabPage
tbc_ShowGame System.Windows.Forms.TabControl
timer1 System.Windows.Forms.Timer

Méthodes publiques

Méthode Description
Audience_Screen ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
Audience_Screen_Load ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

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

lbl_QuestionContent_TextChanged ( object sender, EventArgs e ) : void
tbc_ShowGame_MouseDown ( object sender, MouseEventArgs e ) : void
tbc_ShowGame_MouseMove ( object sender, MouseEventArgs e ) : void
tbc_ShowGame_MouseUp ( object sender, MouseEventArgs e ) : void
timer1_Tick ( object sender, EventArgs e ) : void

Method Details

Audience_Screen() public méthode

public Audience_Screen ( ) : System
Résultat System

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

Property Details

btn_PM public_oe property

public System.Windows.Forms.Button btn_PM
Résultat System.Windows.Forms.Button

flp_AnswerQuiz public_oe property

public System.Windows.Forms.FlowLayoutPanel flp_AnswerQuiz
Résultat System.Windows.Forms.FlowLayoutPanel

flp_PlayerAnswers public_oe property

public System.Windows.Forms.Panel flp_PlayerAnswers
Résultat System.Windows.Forms.Panel

flp_Team public_oe property

public System.Windows.Forms.FlowLayoutPanel flp_Team
Résultat System.Windows.Forms.FlowLayoutPanel

flp_TeamEndGame public_oe property

public System.Windows.Forms.FlowLayoutPanel flp_TeamEndGame
Résultat System.Windows.Forms.FlowLayoutPanel

lbl_Phase public_oe property

public System.Windows.Forms.Label lbl_Phase
Résultat System.Windows.Forms.Label

lbl_Point public_oe property

public System.Windows.Forms.Label lbl_Point
Résultat System.Windows.Forms.Label

lbl_QuestionContent public_oe property

public System.Windows.Forms.Label lbl_QuestionContent
Résultat System.Windows.Forms.Label

lbl_TimeShowQuestion public_oe property

public System.Windows.Forms.Label lbl_TimeShowQuestion
Résultat System.Windows.Forms.Label

lbl_typeQ public_oe property

public System.Windows.Forms.Label lbl_typeQ
Résultat System.Windows.Forms.Label

pnl_Lane public_oe property

public System.Windows.Forms.Panel pnl_Lane
Résultat System.Windows.Forms.Panel

pnl_Phase public_oe property

public System.Windows.Forms.Panel pnl_Phase
Résultat System.Windows.Forms.Panel

pnl_QuestionFrame public_oe property

public System.Windows.Forms.Panel pnl_QuestionFrame
Résultat System.Windows.Forms.Panel

progressBarControl1 public_oe property

public ProgressBarControl,CapDemo progressBarControl1
Résultat ProgressBarControl

tab_EndGame public_oe property

public System.Windows.Forms.TabPage tab_EndGame
Résultat System.Windows.Forms.TabPage

tab_Map public_oe property

public System.Windows.Forms.TabPage tab_Map
Résultat System.Windows.Forms.TabPage

tab_ShowQuestion public_oe property

public System.Windows.Forms.TabPage tab_ShowQuestion
Résultat System.Windows.Forms.TabPage

tbc_ShowGame public_oe property

public System.Windows.Forms.TabControl tbc_ShowGame
Résultat System.Windows.Forms.TabControl

timer1 public_oe property

public System.Windows.Forms.Timer timer1
Résultat System.Windows.Forms.Timer