C# Class CapDemo.PreviewQuestion

Inheritance: System.Windows.Forms.Form
Mostra file Open project: antang/NewCapstoneProject

Public Properties

Property 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

Public Methods

Method Description
FixSizeText ( ) : void
PreviewQuestion ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

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

FixSizeText() public method

public FixSizeText ( ) : void
return void

PreviewQuestion() public method

public PreviewQuestion ( ) : System
return System

Property Details

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

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

pnl_QuestionFrame public_oe property

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