C# Class CapDemo.Game

Inheritance: System.Windows.Forms.UserControl
ファイルを表示 Open project: antang/NewCapstoneProject

Public Properties

Property Type Description
lbl_CompetitionName System.Windows.Forms.Label
lbl_ContestName System.Windows.Forms.Label
lbl_EndContest System.Windows.Forms.Label
lbl_IDContest System.Windows.Forms.Label
lbl_Result System.Windows.Forms.Label
lbl_RoundName System.Windows.Forms.Label
lbl_Status System.Windows.Forms.Label

Public Methods

Method Description
Game ( ) : System
LoadContest ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
Game_DoubleClick ( object sender, EventArgs e ) : void
Game_Load ( object sender, EventArgs e ) : void
Game_MouseEnter ( object sender, EventArgs e ) : void
Game_MouseLeave ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

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

lbl_Result_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

Game() public method

public Game ( ) : System
return System

LoadContest() public method

public LoadContest ( ) : void
return void

Property Details

lbl_CompetitionName public_oe property

public System.Windows.Forms.Label lbl_CompetitionName
return System.Windows.Forms.Label

lbl_ContestName public_oe property

public System.Windows.Forms.Label lbl_ContestName
return System.Windows.Forms.Label

lbl_EndContest public_oe property

public System.Windows.Forms.Label lbl_EndContest
return System.Windows.Forms.Label

lbl_IDContest public_oe property

public System.Windows.Forms.Label lbl_IDContest
return System.Windows.Forms.Label

lbl_Result public_oe property

public System.Windows.Forms.Label lbl_Result
return System.Windows.Forms.Label

lbl_RoundName public_oe property

public System.Windows.Forms.Label lbl_RoundName
return System.Windows.Forms.Label

lbl_Status public_oe property

public System.Windows.Forms.Label lbl_Status
return System.Windows.Forms.Label