C# Class CapDemo.ContinueSetting

显示文件 Open project: antang/NewCapstoneProject

Public Properties

Property Type Description
lbl_Status System.Windows.Forms.Label

Public Methods

Method Description
ContinueSetting ( ) : System
DataGeneralSetting ( ) : void
EditGeneralSetting ( ) : void
EditPhaseSetting ( ) : void
EditTeamSetting ( ) : void
LoadCompetitionSetting ( ) : void
LoadGeneralSetting ( ) : void
LoadPhaseSetting ( ) : void
LoadTeamSetting ( ) : void
back ( ) : void
next ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
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

Method Details

ContinueSetting() public method

public ContinueSetting ( ) : System
return System

DataGeneralSetting() public method

public DataGeneralSetting ( ) : void
return void

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

EditGeneralSetting() public method

public EditGeneralSetting ( ) : void
return void

EditPhaseSetting() public method

public EditPhaseSetting ( ) : void
return void

EditTeamSetting() public method

public EditTeamSetting ( ) : void
return void

LoadCompetitionSetting() public method

public LoadCompetitionSetting ( ) : void
return void

LoadGeneralSetting() public method

public LoadGeneralSetting ( ) : void
return void

LoadPhaseSetting() public method

public LoadPhaseSetting ( ) : void
return void

LoadTeamSetting() public method

public LoadTeamSetting ( ) : void
return void

back() public method

public back ( ) : void
return void

next() public method

public next ( ) : void
return void

Property Details

lbl_Status public_oe property

public System.Windows.Forms.Label lbl_Status
return System.Windows.Forms.Label