Method | Description | |
---|---|---|
User_Mngt ( ) : System | ||
editUser ( ) : void |
Enables and disables the appropriate controls to edit a user.
|
|
newUser ( ) : void |
Enables and disables the appropriate controls for a new user.
|
|
populateControls ( ) : void |
Binds the forms controls to a datasource.
|
|
reset ( ) : void |
Resets the controls on the form to their default state.
|
|
setFormStyle ( ) : void |
Sets the global styles for the form.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Method | Description | |
---|---|---|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
cancelButton_Click ( object sender, EventArgs e ) : void |
Calls the reset Method.
|
|
deleteButton_Click ( object sender, EventArgs e ) : void |
Deletes the user.
|
|
editButton_Click ( object sender, EventArgs e ) : void |
Calls the editUser Method.
|
|
exitToolStripMenuItem_Click ( object sender, EventArgs e ) : void |
Closes the form.
|
|
newButton_Click ( object sender, EventArgs e ) : void |
Calls the newUser Method.
|
|
selectButton_Click ( object sender, EventArgs e ) : void |
Loads the information for the currently selected user.
|
|
submitButton_Click ( object sender, EventArgs e ) : void |
Submits the new user or changes to an existing user.
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |