Method | Description | |
---|---|---|
LoadsForm ( |
Constructor of LoadsForm
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Method | Description | |
---|---|---|
CombinationsTabPageButtonEnable ( ) : void |
This method used to check the state of all the buttons on Load Combination page, and judge whether the buttons should be enable or disable.
|
|
InitializeCombinationGrid ( ) : void |
Initialize the loadCombination DataGridView control
|
|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
InitializeFormulaGrid ( ) : void |
Initialize the load combination formula DataGridView control
|
|
InitializeLoadCasePage ( ) : void |
Initialize the data on this page.
|
|
InitializeLoadCasesDataGridView ( ) : void |
Initialize the loadCasesDataGridView
|
|
InitializeLoadCombinationPage ( ) : void |
Initialize the data on this page.
|
|
InitializeLoadNaturesDataGridView ( ) : void |
Initialize the loadNaturesDataGridView
|
|
InitializeUsageGrid ( ) : void |
Initialize the load combination usage DataGridView control
|
|
Initilize ( ) : void |
enable button
|
|
LoadsForm_Load ( object sender, |
Initialize the data on the form
|
|
ReLoad ( ) : void |
Reload the data of the cases and natures
|
|
addLoadNaturesButton_Click ( object sender, |
When addLoadNaturesButton clicked, add a new load nature.
|
|
cancelButton_Click ( object sender, |
Respond the cancel button click event.
|
|
combinationDataGridView_GotFocus ( object sender, |
||
deleteCombinationButton_Click ( object sender, |
Delete Combination Button
|
|
duplicateLoadCasesButton_Click ( object sender, |
When duplicateLoadCasesButton clicked, duplicate a load case.
|
|
formulaAddButton_Click ( object sender, |
Add Formula Button
|
|
formulaDataGridView_GotFocus ( object sender, |
If the formulaDataGridView get focus, enable the buttons in CombinationsTabPage
|
|
formulaDeleteButton_Click ( object sender, |
Delete Formula Button
|
|
loadCasesDataGridView_CellClick ( object sender, System.Windows.Forms.DataGridViewCellEventArgs e ) : void |
Respond the loadCasesDataGridView_CellClick event.
|
|
loadCasesDataGridView_CellValidating ( object sender, System.Windows.Forms.DataGridViewCellValidatingEventArgs e ) : void |
Respond the DataGridView cell validating event, check the user's input whether it is correct.
|
|
loadCasesDataGridView_ColumnHeaderMouseClick ( object sender, System.Windows.Forms.DataGridViewCellMouseEventArgs e ) : void |
Respond the loadCasesDataGridView_ColumnHeaderMouseClick event.
|
|
loadNaturesDataGridView_CellClick ( object sender, System.Windows.Forms.DataGridViewCellEventArgs e ) : void |
Respond the loadNaturesDataGridView_CellClick event.
|
|
loadNaturesDataGridView_CellValidating ( object sender, System.Windows.Forms.DataGridViewCellValidatingEventArgs e ) : void |
Respond the DataGridView cell validating event, check the user's input whether it is correct.
|
|
loadNaturesDataGridView_RowHeaderMouseClick ( object sender, System.Windows.Forms.DataGridViewCellMouseEventArgs e ) : void |
Respond the loadNaturesDataGridView_RowHeaderMouseClick event.
|
|
newCombinationButton_Click ( object sender, |
New Combination Button
|
|
okButton_Click ( object sender, |
Respond the ok button click event.
|
|
usageAddButton_Click ( object sender, |
Usage Add Button
|
|
usageCheckAllButton_Click ( object sender, |
Check All Button
|
|
usageCheckNoneButton_Click ( object sender, |
Check None Button
|
|
usageDataGridView_CellValidating ( object sender, System.Windows.Forms.DataGridViewCellValidatingEventArgs e ) : void |
When modify Usage name, judge if the inputted Name is unique.
|
|
usageDataGridView_CellValueChanged ( object sender, System.Windows.Forms.DataGridViewCellEventArgs e ) : void | ||
usageDataGridView_GotFocus ( object sender, |
If the usageDataGridView get focus, enable the buttons in CombinationsTabPage
|
|
usageDataGridView_SelectionChanged ( object sender, |
The following is the event when the usage DataGridView selection changed
|
|
usageDeleteButton_Click ( object sender, |
Usage Delete Button
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
public LoadsForm ( |
||
dataBuffer | A reference of Loads class | |
return | System |