C# Class CapDemo.GUI.User_Controls.Add_Phase

Mostra file Open project: antang/NewCapstoneProject Class Usage Examples

Public Properties

Property Type Description
btn_Delete System.Windows.Forms.Button
lbl_IDPhase System.Windows.Forms.Label
txt_Minus System.Windows.Forms.TextBox
txt_PhaseName System.Windows.Forms.TextBox
txt_Score System.Windows.Forms.TextBox
txt_Sequence System.Windows.Forms.TextBox
txt_Time System.Windows.Forms.TextBox

Public Methods

Method Description
Add_Phase ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
Add_Phase_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_Delete_Click ( object sender, EventArgs e ) : void
txt_Minus_KeyDown ( object sender, KeyEventArgs e ) : void
txt_Minus_KeyPress ( object sender, KeyPressEventArgs e ) : void
txt_Score_KeyDown ( object sender, KeyEventArgs e ) : void
txt_Score_KeyPress ( object sender, KeyPressEventArgs e ) : void
txt_Score_TextChanged ( object sender, EventArgs e ) : void
txt_Sequence_KeyDown ( object sender, KeyEventArgs e ) : void
txt_Sequence_KeyPress ( object sender, KeyPressEventArgs e ) : void
txt_Time_KeyDown ( object sender, KeyEventArgs e ) : void
txt_Time_KeyPress ( object sender, KeyPressEventArgs e ) : void
txt_Time_TextChanged ( object sender, EventArgs e ) : void

Method Details

Add_Phase() public method

public Add_Phase ( ) : System
return System

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

Property Details

btn_Delete public_oe property

public System.Windows.Forms.Button btn_Delete
return System.Windows.Forms.Button

lbl_IDPhase public_oe property

public System.Windows.Forms.Label lbl_IDPhase
return System.Windows.Forms.Label

txt_Minus public_oe property

public System.Windows.Forms.TextBox txt_Minus
return System.Windows.Forms.TextBox

txt_PhaseName public_oe property

public System.Windows.Forms.TextBox txt_PhaseName
return System.Windows.Forms.TextBox

txt_Score public_oe property

public System.Windows.Forms.TextBox txt_Score
return System.Windows.Forms.TextBox

txt_Sequence public_oe property

public System.Windows.Forms.TextBox txt_Sequence
return System.Windows.Forms.TextBox

txt_Time public_oe property

public System.Windows.Forms.TextBox txt_Time
return System.Windows.Forms.TextBox