Method | Description | |
---|---|---|
OverOptimization ( string caption ) : System |
Public constructor.
|
Method | Description | |
---|---|---|
BgWorker_DoWork ( object sender, DoWorkEventArgs e ) : void |
Does the job.
|
|
BgWorker_ProgressChanged ( object sender, ProgressChangedEventArgs e ) : void |
This event handler updates the progress bar.
|
|
BgWorker_RunWorkerCompleted ( object sender, RunWorkerCompletedEventArgs e ) : void |
This event handler deals with the results of the background operation
|
|
BtnStart_Click ( object sender, |
Button Run clicked.
|
|
CalculateIndicator ( int slot ) : void |
Calculates the indicator in the designated slot.
|
|
CalculateStatsTables ( int percentDeviation, int countParam ) : void |
Calculates Data Tables.
|
|
GenerateReport ( ) : string |
Generates the Over-optimization report.
|
|
OpenFolder_Click ( object sender, |
Opens the report folder.
|
|
OpenReport_Click ( object sender, |
Opens the report.
|
|
PnlOverOptimization_Resize ( object sender, |
Calculates controls positions on resizing.
|
|
SaveReport ( string report ) : void |
Saves the report in a file.
|
|
SetParametersValues ( int percentDeviation, int countParam ) : void |
Sets table with parameter values.
|
|
ViewCharts_Click ( object sender, |
Opens a chart screen.
|
public OverOptimization ( string caption ) : System | ||
caption | string | |
return | System |