IGLib  1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
IG.Web.Forms.WSClientsForm Class Reference

Form for parametric tests and other viewing operations performed on ANN models. More...

+ Inheritance diagram for IG.Web.Forms.WSClientsForm:
+ Collaboration diagram for IG.Web.Forms.WSClientsForm:

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
 

Detailed Description

Form for parametric tests and other viewing operations performed on ANN models.

$A Igor Apr13;

Constructor & Destructor Documentation

IG.Web.Forms.WSClientsForm.WSClientsForm ( )
inline

Member Function Documentation

void IG.Web.Forms.WSClientsForm.NeuralParametricDemo_HelpEventHandlers ( object  sender,
KeyEventArgs  e 
)
inlineprivate
void IG.Web.Forms.WSClientsForm.NeuralParametricDemo_KeyUp ( object  sender,
KeyEventArgs  e 
)
inlineprivate
void IG.Web.Forms.WSClientsForm.tabControl_KeyUp ( object  sender,
KeyEventArgs  e 
)
inlineprivate
void IG.Web.Forms.WSClientsForm.btnSavePrediction_Click ( object  sender,
EventArgs  e 
)
inlineprivate

Saves image of the prediction control to a file that is chosen via a file dialog box.

References IG.Forms.UtilForms.SaveControlFileDialogJpeg().

void IG.Web.Forms.WSClientsForm.btnPrintPrediction_Click ( object  sender,
EventArgs  e 
)
inlineprivate

Prints the image of the prediction control to a file that is chosen via a file dialog box.

References IG.Forms.UtilForms.PrintControl().

void IG.Web.Forms.WSClientsForm.btnSaveParametricTest_Click ( object  sender,
EventArgs  e 
)
inlineprivate

Saves image of the parametric test control to a file that is chosen via a file dialog box.

void IG.Web.Forms.WSClientsForm.btnPrintParametricTest_Click ( object  sender,
EventArgs  e 
)
inlineprivate

Prints the image of the parametric test control to a file that is chosen via a file dialog box.

override void IG.Web.Forms.WSClientsForm.Dispose ( bool  disposing)
inlineprotected

Clean up any resources being used.

Parameters
disposingtrue if managed resources should be disposed; otherwise, false.
void IG.Web.Forms.WSClientsForm.InitializeComponent ( )
inlineprivate

Required method for Designer support - do not modify the contents of this method with the code editor.

Member Data Documentation

string IG.Web.Forms.WSClientsForm._workingDirectory = Directory.GetCurrentDirectory()
protected
WSClientFormsAboutWindow IG.Web.Forms.WSClientsForm._aboutWindow
protected
System.ComponentModel.IContainer IG.Web.Forms.WSClientsForm.components = null
private

Required designer variable.

System.Windows.Forms.TextBox IG.Web.Forms.WSClientsForm.tbInfoLine
private
System.Windows.Forms.TabControl IG.Web.Forms.WSClientsForm.tabControl
private
System.Windows.Forms.TabPage IG.Web.Forms.WSClientsForm.tpPrediction
private
System.Windows.Forms.TabPage IG.Web.Forms.WSClientsForm.tpParmTest
private
Forms.WSClient1Control IG.Web.Forms.WSClientsForm.neuralPredictionControl1
private
System.Windows.Forms.Button IG.Web.Forms.WSClientsForm.btnSavePrediction
private
System.Windows.Forms.Button IG.Web.Forms.WSClientsForm.btnPrintPrediction
private
System.Windows.Forms.TabPage IG.Web.Forms.WSClientsForm.tpAbout
private
WSClientFormsAboutForm IG.Web.Forms.WSClientsForm.wsClientFormsAboutForm1
private

Property Documentation

string IG.Web.Forms.WSClientsForm.WorkingDirectory
getset

Working directory of the outer form.

WSClientFormsAboutWindow IG.Web.Forms.WSClientsForm.AboutWindow
get

Window that shows information about the software.

Help is also accessible through that window.


The documentation for this class was generated from the following files: