C# Class CapDemo.GUI.User_Controls.Team_Setting

Afficher le fichier Open project: antang/NewCapstoneProject

Méthodes publiques

Свойство Type Description
btn_AddTeam System.Windows.Forms.Button
flp_Team System.Windows.Forms.FlowLayoutPanel

Méthodes publiques

Méthode Description
CountTeam ( ) : int
MoreOneTeam ( ) : bool
Team_Setting ( ) : System
checkDuplicateColor ( ) : bool
checkTeamEmpty ( ) : bool

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
AddTeam_onDelete ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

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

Team_Setting_Load ( object sender, EventArgs e ) : void
btn_AddTeam_Click ( object sender, EventArgs e ) : void

Method Details

CountTeam() public méthode

public CountTeam ( ) : int
Résultat int

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

MoreOneTeam() public méthode

public MoreOneTeam ( ) : bool
Résultat bool

Team_Setting() public méthode

public Team_Setting ( ) : System
Résultat System

checkDuplicateColor() public méthode

public checkDuplicateColor ( ) : bool
Résultat bool

checkTeamEmpty() public méthode

public checkTeamEmpty ( ) : bool
Résultat bool

Property Details

btn_AddTeam public_oe property

public System.Windows.Forms.Button btn_AddTeam
Résultat System.Windows.Forms.Button

flp_Team public_oe property

public System.Windows.Forms.FlowLayoutPanel flp_Team
Résultat System.Windows.Forms.FlowLayoutPanel