Property | 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 | |||
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 |
Method | Description | |
---|---|---|
Audience_Screen ( ) : System |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Method | Description | |
---|---|---|
Audience_Screen_Load ( object sender, |
||
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
lbl_QuestionContent_TextChanged ( object sender, |
||
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, |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
public System.Windows.Forms.Button btn_PM | ||
return | System.Windows.Forms.Button |
public System.Windows.Forms.FlowLayoutPanel flp_AnswerQuiz | ||
return | System.Windows.Forms.FlowLayoutPanel |
public System.Windows.Forms.Panel flp_PlayerAnswers | ||
return | System.Windows.Forms.Panel |
public System.Windows.Forms.FlowLayoutPanel flp_Team | ||
return | System.Windows.Forms.FlowLayoutPanel |
public System.Windows.Forms.FlowLayoutPanel flp_TeamEndGame | ||
return | System.Windows.Forms.FlowLayoutPanel |
public System.Windows.Forms.Label lbl_Phase | ||
return | System.Windows.Forms.Label |
public System.Windows.Forms.Label lbl_Point | ||
return | System.Windows.Forms.Label |
public System.Windows.Forms.Label lbl_QuestionContent | ||
return | System.Windows.Forms.Label |
public System.Windows.Forms.Label lbl_TimeShowQuestion | ||
return | System.Windows.Forms.Label |
public System.Windows.Forms.Label lbl_typeQ | ||
return | System.Windows.Forms.Label |
public System.Windows.Forms.Panel pnl_Lane | ||
return | System.Windows.Forms.Panel |
public System.Windows.Forms.Panel pnl_Phase | ||
return | System.Windows.Forms.Panel |
public System.Windows.Forms.Panel pnl_QuestionFrame | ||
return | System.Windows.Forms.Panel |
public ProgressBarControl,CapDemo progressBarControl1 | ||
return |
public System.Windows.Forms.TabPage tab_EndGame | ||
return | System.Windows.Forms.TabPage |
public System.Windows.Forms.TabPage tab_Map | ||
return | System.Windows.Forms.TabPage |
public System.Windows.Forms.TabPage tab_ShowQuestion | ||
return | System.Windows.Forms.TabPage |
public System.Windows.Forms.TabControl tbc_ShowGame | ||
return | System.Windows.Forms.TabControl |