C# Class CapDemo.PlayerAnswer

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

Public Properties

Property Type Description
lbl_Check System.Windows.Forms.Label
lbl_IDPlayer System.Windows.Forms.Label
lbl_Score System.Windows.Forms.Label
lbl_TeamAnswer System.Windows.Forms.Label
lbl_TeamAnswer1 System.Windows.Forms.Label
lbl_TeamName System.Windows.Forms.Label
pb_Result System.Windows.Forms.PictureBox

Public Methods

Method Description
PlayerAnswer ( ) : 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.

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

PlayerAnswer() public method

public PlayerAnswer ( ) : System
return System

Property Details

lbl_Check public_oe property

public System.Windows.Forms.Label lbl_Check
return System.Windows.Forms.Label

lbl_IDPlayer public_oe property

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

lbl_Score public_oe property

public System.Windows.Forms.Label lbl_Score
return System.Windows.Forms.Label

lbl_TeamAnswer public_oe property

public System.Windows.Forms.Label lbl_TeamAnswer
return System.Windows.Forms.Label

lbl_TeamAnswer1 public_oe property

public System.Windows.Forms.Label lbl_TeamAnswer1
return System.Windows.Forms.Label

lbl_TeamName public_oe property

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

pb_Result public_oe property

public System.Windows.Forms.PictureBox pb_Result
return System.Windows.Forms.PictureBox