C# Class CapDemo.Audience_Screen

Inheritance: System.Windows.Forms.Form
ファイルを表示 Open project: antang/NewCapstoneProject

Public Properties

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 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

Public Methods

Method Description
Audience_Screen ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method 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 method

public Audience_Screen ( ) : System
return System

Dispose() protected method

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

Property Details

btn_PM public_oe property

public System.Windows.Forms.Button btn_PM
return System.Windows.Forms.Button

flp_AnswerQuiz public_oe property

public System.Windows.Forms.FlowLayoutPanel flp_AnswerQuiz
return System.Windows.Forms.FlowLayoutPanel

flp_PlayerAnswers public_oe property

public System.Windows.Forms.Panel flp_PlayerAnswers
return System.Windows.Forms.Panel

flp_Team public_oe property

public System.Windows.Forms.FlowLayoutPanel flp_Team
return System.Windows.Forms.FlowLayoutPanel

flp_TeamEndGame public_oe property

public System.Windows.Forms.FlowLayoutPanel flp_TeamEndGame
return System.Windows.Forms.FlowLayoutPanel

lbl_Phase public_oe property

public System.Windows.Forms.Label lbl_Phase
return System.Windows.Forms.Label

lbl_Point public_oe property

public System.Windows.Forms.Label lbl_Point
return System.Windows.Forms.Label

lbl_QuestionContent public_oe property

public System.Windows.Forms.Label lbl_QuestionContent
return System.Windows.Forms.Label

lbl_TimeShowQuestion public_oe property

public System.Windows.Forms.Label lbl_TimeShowQuestion
return System.Windows.Forms.Label

lbl_typeQ public_oe property

public System.Windows.Forms.Label lbl_typeQ
return System.Windows.Forms.Label

pnl_Lane public_oe property

public System.Windows.Forms.Panel pnl_Lane
return System.Windows.Forms.Panel

pnl_Phase public_oe property

public System.Windows.Forms.Panel pnl_Phase
return System.Windows.Forms.Panel

pnl_QuestionFrame public_oe property

public System.Windows.Forms.Panel pnl_QuestionFrame
return System.Windows.Forms.Panel

progressBarControl1 public_oe property

public ProgressBarControl,CapDemo progressBarControl1
return ProgressBarControl

tab_EndGame public_oe property

public System.Windows.Forms.TabPage tab_EndGame
return System.Windows.Forms.TabPage

tab_Map public_oe property

public System.Windows.Forms.TabPage tab_Map
return System.Windows.Forms.TabPage

tab_ShowQuestion public_oe property

public System.Windows.Forms.TabPage tab_ShowQuestion
return System.Windows.Forms.TabPage

tbc_ShowGame public_oe property

public System.Windows.Forms.TabControl tbc_ShowGame
return System.Windows.Forms.TabControl

timer1 public_oe property

public System.Windows.Forms.Timer timer1
return System.Windows.Forms.Timer