C# Class CapDemo.PreviewQuestion

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

Méthodes publiques

Свойство Type Description
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

Méthodes publiques

Méthode Description
FixSizeText ( ) : void
PreviewQuestion ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
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

Method Details

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

FixSizeText() public méthode

public FixSizeText ( ) : void
Résultat void

PreviewQuestion() public méthode

public PreviewQuestion ( ) : System
Résultat System

Property Details

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

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

pnl_QuestionFrame public_oe property

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