Method | Description | |
---|---|---|
AccountListForm ( ) : System |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Method | Description | |
---|---|---|
BuildList ( ) : void |
Fills the DataGridView with a list of accounts
|
|
DataTable_CellDoubleClick ( object sender, System.Windows.Forms.DataGridViewCellEventArgs e ) : void |
When a row is double clicked, this method is called, opening the Account Edit Form
|
|
DataTable_ColumnHeaderMouseClick ( object sender, System.Windows.Forms.DataGridViewCellMouseEventArgs e ) : void |
Maunal Sorting of columns (Since Auto Sort sucks!)
|
|
FirstBtn_Click ( object sender, |
Sets the current page to 1
|
|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
LastBtn_Click ( object sender, |
Sets the current page to the last page
|
|
LimitSelect_SelectedIndexChanged ( object sender, |
Re-Filters the results when the limit is changed
|
|
NextBtn_Click ( object sender, |
Increments the current page
|
|
OnlineAccountsCheckBox_CheckedChanged ( object sender, |
||
PageNumber_ValueChanged ( object sender, |
||
PreviousBtn_Click ( object sender, |
Decrements the current page
|
|
SearchBox_TextChanged ( object sender, |
Search OnKey Down function. Filters the List of accounts
|
|
contextMenu_Opening ( object sender, CancelEventArgs e ) : void | ||
menuItemCreate_Click ( object sender, |
Create Account Meny Item Click Event
|
|
menuItemDelete_Click ( object sender, System e ) : void |
Delete Account menu item click event
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |