IGLib
1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
|
Form for parametric tests and other viewing operations performed on ANN models. More...
Public Member Functions | |
WSClientsForm () | |
Protected Member Functions | |
override void | Dispose (bool disposing) |
Clean up any resources being used. More... | |
Protected Attributes | |
string | _workingDirectory = Directory.GetCurrentDirectory() |
WSClientFormsAboutWindow | _aboutWindow |
Properties | |
string | WorkingDirectory [get, set] |
Working directory of the outer form. More... | |
WSClientFormsAboutWindow | AboutWindow [get] |
Window that shows information about the software. More... | |
Private Member Functions | |
void | NeuralParametricDemo_HelpEventHandlers (object sender, KeyEventArgs e) |
void | NeuralParametricDemo_KeyUp (object sender, KeyEventArgs e) |
void | tabControl_KeyUp (object sender, KeyEventArgs e) |
void | btnSavePrediction_Click (object sender, EventArgs e) |
Saves image of the prediction control to a file that is chosen via a file dialog box. More... | |
void | btnPrintPrediction_Click (object sender, EventArgs e) |
Prints the image of the prediction control to a file that is chosen via a file dialog box. More... | |
void | btnSaveParametricTest_Click (object sender, EventArgs e) |
Saves image of the parametric test control to a file that is chosen via a file dialog box. More... | |
void | btnPrintParametricTest_Click (object sender, EventArgs e) |
Prints the image of the parametric test control to a file that is chosen via a file dialog box. More... | |
void | InitializeComponent () |
Required method for Designer support - do not modify the contents of this method with the code editor. More... | |
Private Attributes | |
System.ComponentModel.IContainer | components = null |
Required designer variable. More... | |
System.Windows.Forms.TextBox | tbInfoLine |
System.Windows.Forms.TabControl | tabControl |
System.Windows.Forms.TabPage | tpPrediction |
System.Windows.Forms.TabPage | tpParmTest |
Forms.WSClient1Control | neuralPredictionControl1 |
System.Windows.Forms.Button | btnSavePrediction |
System.Windows.Forms.Button | btnPrintPrediction |
System.Windows.Forms.TabPage | tpAbout |
WSClientFormsAboutForm | wsClientFormsAboutForm1 |
Form for parametric tests and other viewing operations performed on ANN models.
$A Igor Apr13;
|
inline |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
Saves image of the prediction control to a file that is chosen via a file dialog box.
References IG.Forms.UtilForms.SaveControlFileDialogJpeg().
|
inlineprivate |
Prints the image of the prediction control to a file that is chosen via a file dialog box.
References IG.Forms.UtilForms.PrintControl().
|
inlineprivate |
Saves image of the parametric test control to a file that is chosen via a file dialog box.
|
inlineprivate |
Prints the image of the parametric test control to a file that is chosen via a file dialog box.
|
inlineprotected |
Clean up any resources being used.
disposing | true if managed resources should be disposed; otherwise, false. |
|
inlineprivate |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
protected |
|
protected |
|
private |
Required designer variable.
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
getset |
Working directory of the outer form.
|
get |
Window that shows information about the software.
Help is also accessible through that window.