C# Class CapDemo.Team

ファイルを表示 Open project: antang/NewCapstoneProject Class Usage Examples

Public Properties

Property Type Description
chk_Challenged System.Windows.Forms.CheckBox
chk_Correct System.Windows.Forms.CheckBox
chk_QuestionPM System.Windows.Forms.CheckBox
chk_Support System.Windows.Forms.CheckBox
chk_defy System.Windows.Forms.CheckBox
flp_Answer System.Windows.Forms.FlowLayoutPanel
gb_team System.Windows.Forms.GroupBox
lbl_CurrentPhase System.Windows.Forms.Label
lbl_IDPlayer System.Windows.Forms.Label
lbl_Sequence System.Windows.Forms.Label
lbl_TeamName System.Windows.Forms.Label
lbl_TeamScore System.Windows.Forms.Label

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.

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

Property Details

chk_Challenged public_oe property

public System.Windows.Forms.CheckBox chk_Challenged
return System.Windows.Forms.CheckBox

chk_Correct public_oe property

public System.Windows.Forms.CheckBox chk_Correct
return System.Windows.Forms.CheckBox

chk_QuestionPM public_oe property

public System.Windows.Forms.CheckBox chk_QuestionPM
return System.Windows.Forms.CheckBox

chk_Support public_oe property

public System.Windows.Forms.CheckBox chk_Support
return System.Windows.Forms.CheckBox

chk_defy public_oe property

public System.Windows.Forms.CheckBox chk_defy
return System.Windows.Forms.CheckBox

flp_Answer public_oe property

public System.Windows.Forms.FlowLayoutPanel flp_Answer
return System.Windows.Forms.FlowLayoutPanel

gb_team public_oe property

public System.Windows.Forms.GroupBox gb_team
return System.Windows.Forms.GroupBox

lbl_CurrentPhase public_oe property

public System.Windows.Forms.Label lbl_CurrentPhase
return System.Windows.Forms.Label

lbl_IDPlayer public_oe property

public System.Windows.Forms.Label lbl_IDPlayer
return System.Windows.Forms.Label

lbl_Sequence public_oe property

public System.Windows.Forms.Label lbl_Sequence
return System.Windows.Forms.Label

lbl_TeamName public_oe property

public System.Windows.Forms.Label lbl_TeamName
return System.Windows.Forms.Label

lbl_TeamScore public_oe property

public System.Windows.Forms.Label lbl_TeamScore
return System.Windows.Forms.Label