C# Класс CapDemo.Audience_Screen

Наследование: System.Windows.Forms.Form
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
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

Открытые методы

Метод Описание
Audience_Screen ( ) : System

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

Приватные методы

Метод Описание
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

Описание методов

Audience_Screen() публичный Метод

public Audience_Screen ( ) : System
Результат 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

Описание свойств

btn_PM публичное свойство

public System.Windows.Forms.Button btn_PM
Результат System.Windows.Forms.Button

flp_AnswerQuiz публичное свойство

public System.Windows.Forms.FlowLayoutPanel flp_AnswerQuiz
Результат System.Windows.Forms.FlowLayoutPanel

flp_PlayerAnswers публичное свойство

public System.Windows.Forms.Panel flp_PlayerAnswers
Результат System.Windows.Forms.Panel

flp_Team публичное свойство

public System.Windows.Forms.FlowLayoutPanel flp_Team
Результат System.Windows.Forms.FlowLayoutPanel

flp_TeamEndGame публичное свойство

public System.Windows.Forms.FlowLayoutPanel flp_TeamEndGame
Результат System.Windows.Forms.FlowLayoutPanel

lbl_Phase публичное свойство

public System.Windows.Forms.Label lbl_Phase
Результат System.Windows.Forms.Label

lbl_Point публичное свойство

public System.Windows.Forms.Label lbl_Point
Результат System.Windows.Forms.Label

lbl_QuestionContent публичное свойство

public System.Windows.Forms.Label lbl_QuestionContent
Результат System.Windows.Forms.Label

lbl_TimeShowQuestion публичное свойство

public System.Windows.Forms.Label lbl_TimeShowQuestion
Результат System.Windows.Forms.Label

lbl_typeQ публичное свойство

public System.Windows.Forms.Label lbl_typeQ
Результат System.Windows.Forms.Label

pnl_Lane публичное свойство

public System.Windows.Forms.Panel pnl_Lane
Результат System.Windows.Forms.Panel

pnl_Phase публичное свойство

public System.Windows.Forms.Panel pnl_Phase
Результат System.Windows.Forms.Panel

pnl_QuestionFrame публичное свойство

public System.Windows.Forms.Panel pnl_QuestionFrame
Результат System.Windows.Forms.Panel

progressBarControl1 публичное свойство

public ProgressBarControl,CapDemo progressBarControl1
Результат ProgressBarControl

tab_EndGame публичное свойство

public System.Windows.Forms.TabPage tab_EndGame
Результат System.Windows.Forms.TabPage

tab_Map публичное свойство

public System.Windows.Forms.TabPage tab_Map
Результат System.Windows.Forms.TabPage

tab_ShowQuestion публичное свойство

public System.Windows.Forms.TabPage tab_ShowQuestion
Результат System.Windows.Forms.TabPage

tbc_ShowGame публичное свойство

public System.Windows.Forms.TabControl tbc_ShowGame
Результат System.Windows.Forms.TabControl

timer1 публичное свойство

public System.Windows.Forms.Timer timer1
Результат System.Windows.Forms.Timer