C# 클래스 CapDemo.ContinueSetting

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

공개 프로퍼티들

프로퍼티 타입 설명
lbl_Status System.Windows.Forms.Label

공개 메소드들

메소드 설명
ContinueSetting ( ) : System
DataGeneralSetting ( ) : void
EditGeneralSetting ( ) : void
EditPhaseSetting ( ) : void
EditTeamSetting ( ) : void
LoadCompetitionSetting ( ) : void
LoadGeneralSetting ( ) : void
LoadPhaseSetting ( ) : void
LoadTeamSetting ( ) : void
back ( ) : void
next ( ) : void

보호된 메소드들

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

Clean up any resources being used.

비공개 메소드들

메소드 설명
AddPhase_onDelete ( object sender, EventArgs e ) : void
AddTeam_onDelete ( object sender, EventArgs e ) : void
ContinueSetting_Load ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

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

btn_Back_Click ( object sender, EventArgs e ) : void
btn_Next_Click ( object sender, EventArgs e ) : void
btn_Save_Click ( object sender, EventArgs e ) : void

메소드 상세

ContinueSetting() 공개 메소드

public ContinueSetting ( ) : System
리턴 System

DataGeneralSetting() 공개 메소드

public DataGeneralSetting ( ) : void
리턴 void

Dispose() 보호된 메소드

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

EditGeneralSetting() 공개 메소드

public EditGeneralSetting ( ) : void
리턴 void

EditPhaseSetting() 공개 메소드

public EditPhaseSetting ( ) : void
리턴 void

EditTeamSetting() 공개 메소드

public EditTeamSetting ( ) : void
리턴 void

LoadCompetitionSetting() 공개 메소드

public LoadCompetitionSetting ( ) : void
리턴 void

LoadGeneralSetting() 공개 메소드

public LoadGeneralSetting ( ) : void
리턴 void

LoadPhaseSetting() 공개 메소드

public LoadPhaseSetting ( ) : void
리턴 void

LoadTeamSetting() 공개 메소드

public LoadTeamSetting ( ) : void
리턴 void

back() 공개 메소드

public back ( ) : void
리턴 void

next() 공개 메소드

public next ( ) : void
리턴 void

프로퍼티 상세

lbl_Status 공개적으로 프로퍼티

public System.Windows.Forms.Label lbl_Status
리턴 System.Windows.Forms.Label