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

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

공개 프로퍼티들

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
CheckFormEmpty ( ) : bool
General_Setting ( ) : System
GetIDround ( ) : void
LoadCompetition ( ) : void
LoadRound ( ) : void

보호된 메소드들

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

Clean up any resources being used.

비공개 메소드들

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

메소드 상세

CheckFormEmpty() 공개 메소드

public CheckFormEmpty ( ) : bool
리턴 bool

Dispose() 보호된 메소드

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

General_Setting() 공개 메소드

public General_Setting ( ) : System
리턴 System

GetIDround() 공개 메소드

public GetIDround ( ) : void
리턴 void

LoadCompetition() 공개 메소드

public LoadCompetition ( ) : void
리턴 void

LoadRound() 공개 메소드

public LoadRound ( ) : void
리턴 void

프로퍼티 상세

chk_Answer 공개적으로 프로퍼티

public System.Windows.Forms.CheckBox chk_Answer
리턴 System.Windows.Forms.CheckBox

chk_Question 공개적으로 프로퍼티

public System.Windows.Forms.CheckBox chk_Question
리턴 System.Windows.Forms.CheckBox

cmb_Competition 공개적으로 프로퍼티

public System.Windows.Forms.ComboBox cmb_Competition
리턴 System.Windows.Forms.ComboBox

cmb_Round 공개적으로 프로퍼티

public System.Windows.Forms.ComboBox cmb_Round
리턴 System.Windows.Forms.ComboBox

txt_Bonus 공개적으로 프로퍼티

public System.Windows.Forms.TextBox txt_Bonus
리턴 System.Windows.Forms.TextBox

txt_ContestName 공개적으로 프로퍼티

public System.Windows.Forms.TextBox txt_ContestName
리턴 System.Windows.Forms.TextBox

txt_NumStepFail 공개적으로 프로퍼티

public System.Windows.Forms.TextBox txt_NumStepFail
리턴 System.Windows.Forms.TextBox

txt_NumStepPass 공개적으로 프로퍼티

public System.Windows.Forms.TextBox txt_NumStepPass
리턴 System.Windows.Forms.TextBox

txt_TimeAnswer 공개적으로 프로퍼티

public System.Windows.Forms.TextBox txt_TimeAnswer
리턴 System.Windows.Forms.TextBox

txt_TimeQuestion 공개적으로 프로퍼티

public System.Windows.Forms.TextBox txt_TimeQuestion
리턴 System.Windows.Forms.TextBox