C# 클래스 CapDemo.GUI.User_Controls.Team_Setting

파일 보기 프로젝트 열기: antang/NewCapstoneProject

공개 프로퍼티들

프로퍼티 타입 설명
btn_AddTeam System.Windows.Forms.Button
flp_Team System.Windows.Forms.FlowLayoutPanel

공개 메소드들

메소드 설명
CountTeam ( ) : int
MoreOneTeam ( ) : bool
Team_Setting ( ) : System
checkDuplicateColor ( ) : bool
checkTeamEmpty ( ) : bool

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
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

메소드 상세

CountTeam() 공개 메소드

public CountTeam ( ) : int
리턴 int

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void

MoreOneTeam() 공개 메소드

public MoreOneTeam ( ) : bool
리턴 bool

Team_Setting() 공개 메소드

public Team_Setting ( ) : System
리턴 System

checkDuplicateColor() 공개 메소드

public checkDuplicateColor ( ) : bool
리턴 bool

checkTeamEmpty() 공개 메소드

public checkTeamEmpty ( ) : bool
리턴 bool

프로퍼티 상세

btn_AddTeam 공개적으로 프로퍼티

public System.Windows.Forms.Button btn_AddTeam
리턴 System.Windows.Forms.Button

flp_Team 공개적으로 프로퍼티

public System.Windows.Forms.FlowLayoutPanel flp_Team
리턴 System.Windows.Forms.FlowLayoutPanel