C# Class CapDemo.GUI.User_Controls.General_Setting

Mostra file Open project: antang/NewCapstoneProject

Public Properties

Property Type Description
chk_Answer System.Windows.Forms.CheckBox
chk_Question System.Windows.Forms.CheckBox
cmb_Competition System.Windows.Forms.ComboBox
cmb_Round System.Windows.Forms.ComboBox
txt_Bonus System.Windows.Forms.TextBox
txt_ContestName System.Windows.Forms.TextBox
txt_NumStepFail System.Windows.Forms.TextBox
txt_NumStepPass System.Windows.Forms.TextBox
txt_TimeAnswer System.Windows.Forms.TextBox
txt_TimeQuestion System.Windows.Forms.TextBox

Public Methods

Method Description
CheckFormEmpty ( ) : bool
General_Setting ( ) : System
GetIDround ( ) : void
LoadCompetition ( ) : void
LoadRound ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
General_Setting_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_AddCompetition_Click ( object sender, EventArgs e ) : void
btn_AddRound_Click ( object sender, EventArgs e ) : void
chk_Answer_CheckedChanged ( object sender, EventArgs e ) : void
chk_Question_CheckedChanged ( object sender, EventArgs e ) : void
cmb_Competition_SelectedIndexChanged ( object sender, EventArgs e ) : void
cmb_Round_SelectedIndexChanged ( object sender, EventArgs e ) : void
txt_Bonus_KeyDown ( object sender, KeyEventArgs e ) : void
txt_Bonus_KeyPress ( object sender, KeyPressEventArgs e ) : void
txt_Bonus_TextChanged ( object sender, EventArgs e ) : void
txt_ContestName_TextChanged ( object sender, EventArgs e ) : void
txt_NumStepFail_KeyDown ( object sender, KeyEventArgs e ) : void
txt_NumStepFail_KeyPress ( object sender, KeyPressEventArgs e ) : void
txt_NumStepFail_TextChanged ( object sender, EventArgs e ) : void
txt_NumStepPass_KeyDown ( object sender, KeyEventArgs e ) : void
txt_NumStepPass_KeyPress ( object sender, KeyPressEventArgs e ) : void
txt_NumStepPass_TextChanged ( object sender, EventArgs e ) : void
txt_TimeAnswer_KeyDown ( object sender, KeyEventArgs e ) : void
txt_TimeAnswer_KeyPress ( object sender, KeyPressEventArgs e ) : void
txt_TimeAnswer_TextChanged ( object sender, EventArgs e ) : void
txt_TimeQuestion_KeyDown ( object sender, KeyEventArgs e ) : void
txt_TimeQuestion_KeyPress ( object sender, KeyPressEventArgs e ) : void
txt_TimeQuestion_TextChanged ( object sender, EventArgs e ) : void

Method Details

CheckFormEmpty() public method

public CheckFormEmpty ( ) : bool
return bool

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

General_Setting() public method

public General_Setting ( ) : System
return System

GetIDround() public method

public GetIDround ( ) : void
return void

LoadCompetition() public method

public LoadCompetition ( ) : void
return void

LoadRound() public method

public LoadRound ( ) : void
return void

Property Details

chk_Answer public_oe property

public System.Windows.Forms.CheckBox chk_Answer
return System.Windows.Forms.CheckBox

chk_Question public_oe property

public System.Windows.Forms.CheckBox chk_Question
return System.Windows.Forms.CheckBox

cmb_Competition public_oe property

public System.Windows.Forms.ComboBox cmb_Competition
return System.Windows.Forms.ComboBox

cmb_Round public_oe property

public System.Windows.Forms.ComboBox cmb_Round
return System.Windows.Forms.ComboBox

txt_Bonus public_oe property

public System.Windows.Forms.TextBox txt_Bonus
return System.Windows.Forms.TextBox

txt_ContestName public_oe property

public System.Windows.Forms.TextBox txt_ContestName
return System.Windows.Forms.TextBox

txt_NumStepFail public_oe property

public System.Windows.Forms.TextBox txt_NumStepFail
return System.Windows.Forms.TextBox

txt_NumStepPass public_oe property

public System.Windows.Forms.TextBox txt_NumStepPass
return System.Windows.Forms.TextBox

txt_TimeAnswer public_oe property

public System.Windows.Forms.TextBox txt_TimeAnswer
return System.Windows.Forms.TextBox

txt_TimeQuestion public_oe property

public System.Windows.Forms.TextBox txt_TimeQuestion
return System.Windows.Forms.TextBox