C# Класс CapDemo.PreviewQuestion

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

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

Свойство Тип Описание
flp_AnswerQuiz System.Windows.Forms.FlowLayoutPanel
flp_PlayerAnswers System.Windows.Forms.Panel
lbl_Phase System.Windows.Forms.Label
lbl_Point System.Windows.Forms.Label
lbl_QuestionContent System.Windows.Forms.Label
lbl_TimeShowQuestion System.Windows.Forms.Label
pnl_QuestionFrame System.Windows.Forms.Panel

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

Метод Описание
FixSizeText ( ) : void
PreviewQuestion ( ) : System

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

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

Clean up any resources being used.

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

Метод Описание
InitializeComponent ( ) : void

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

PreviewQuestion_Load ( object sender, EventArgs e ) : void
pb_Close_Click ( object sender, EventArgs e ) : void

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

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

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

public FixSizeText ( ) : void
Результат void

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

public PreviewQuestion ( ) : System
Результат System

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

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

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

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

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