C# Class CapDemo.Game

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

Méthodes publiques

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

Méthodes publiques

Méthode Description
Game ( ) : System
LoadContest ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

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

Game() public méthode

public Game ( ) : System
Résultat System

LoadContest() public méthode

public LoadContest ( ) : void
Résultat void

Property Details

lbl_CompetitionName public_oe property

public System.Windows.Forms.Label lbl_CompetitionName
Résultat System.Windows.Forms.Label

lbl_ContestName public_oe property

public System.Windows.Forms.Label lbl_ContestName
Résultat System.Windows.Forms.Label

lbl_EndContest public_oe property

public System.Windows.Forms.Label lbl_EndContest
Résultat System.Windows.Forms.Label

lbl_IDContest public_oe property

public System.Windows.Forms.Label lbl_IDContest
Résultat System.Windows.Forms.Label

lbl_Result public_oe property

public System.Windows.Forms.Label lbl_Result
Résultat System.Windows.Forms.Label

lbl_RoundName public_oe property

public System.Windows.Forms.Label lbl_RoundName
Résultat System.Windows.Forms.Label

lbl_Status public_oe property

public System.Windows.Forms.Label lbl_Status
Résultat System.Windows.Forms.Label