C# Class CapDemo.GUI.User_Controls.Add_Phase

Afficher le fichier Open project: antang/NewCapstoneProject Class Usage Examples

Méthodes publiques

Свойство 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

Méthodes publiques

Méthode Description
Add_Phase ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode 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 méthode

public Add_Phase ( ) : System
Résultat System

Dispose() protected méthode

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

Property Details

btn_Delete public_oe property

public System.Windows.Forms.Button btn_Delete
Résultat System.Windows.Forms.Button

lbl_IDPhase public_oe property

public System.Windows.Forms.Label lbl_IDPhase
Résultat System.Windows.Forms.Label

txt_Minus public_oe property

public System.Windows.Forms.TextBox txt_Minus
Résultat System.Windows.Forms.TextBox

txt_PhaseName public_oe property

public System.Windows.Forms.TextBox txt_PhaseName
Résultat System.Windows.Forms.TextBox

txt_Score public_oe property

public System.Windows.Forms.TextBox txt_Score
Résultat System.Windows.Forms.TextBox

txt_Sequence public_oe property

public System.Windows.Forms.TextBox txt_Sequence
Résultat System.Windows.Forms.TextBox

txt_Time public_oe property

public System.Windows.Forms.TextBox txt_Time
Résultat System.Windows.Forms.TextBox