C# Class CapDemo.GUI.User_Controls.New_Game

Exibir arquivo Open project: antang/NewCapstoneProject Class Usage Examples

Public Properties

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

Public Methods

Method Description
LoadAll ( ) : void
New_Game ( ) : System
load ( ) : void

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.

New_Game_DoubleClick ( object sender, EventArgs e ) : void
New_Game_Load ( object sender, EventArgs e ) : void
New_Game_MouseClick ( object sender, MouseEventArgs e ) : void
New_Game_MouseEnter ( object sender, EventArgs e ) : void
New_Game_MouseLeave ( object sender, EventArgs e ) : void
New_Game_MouseUp ( object sender, MouseEventArgs e ) : void
deleteSetupToolStripMenuItem_Click ( object sender, EventArgs e ) : void
label3_Click ( object sender, EventArgs e ) : void
label4_Click ( object sender, EventArgs e ) : void
lbl_CompetitionName_Click ( object sender, EventArgs e ) : void
lbl_ContestName_Click ( object sender, EventArgs e ) : void
lbl_Name_Click ( object sender, EventArgs e ) : void
lbl_RoundName_Click ( object sender, EventArgs e ) : void
lbl_Status_Click ( object sender, EventArgs e ) : void
panel1_MouseEnter ( 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

LoadAll() public method

public LoadAll ( ) : void
return void

New_Game() public method

public New_Game ( ) : System
return System

load() public method

public load ( ) : 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_IDContest public_oe property

public System.Windows.Forms.Label lbl_IDContest
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