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
MathKernelApp.Form1 Class Reference

Summary description for Form1. More...

+ Inheritance diagram for MathKernelApp.Form1:
+ Collaboration diagram for MathKernelApp.Form1:

Public Member Functions

 Form1 (string[] args)
 

Protected Member Functions

override void Dispose (bool disposing)
 Clean up any resources being used. More...
 

Private Member Functions

void InitializeComponent (string[] args)
 Required method for Designer support - do not modify the contents of this method with the code editor. More...
 
void computeButton_Click (object sender, System.EventArgs e)
 

Static Private Member Functions

static void Main (string[] args)
 The main entry point for the application. More...
 

Private Attributes

System.Windows.Forms.Label label1
 
System.Windows.Forms.Label label2
 
System.Windows.Forms.Label label3
 
System.Windows.Forms.Label label4
 
System.Windows.Forms.Label label5
 
System.Windows.Forms.Button computeButton
 
System.Windows.Forms.TextBox inputBox
 
System.Windows.Forms.TextBox messagesBox
 
System.Windows.Forms.TextBox printBox
 
System.Windows.Forms.PictureBox graphicsBox
 
System.Windows.Forms.TextBox resultBox
 
System.Windows.Forms.PictureBox pictureBox2
 
Wolfram.NETLink.MathKernel mathKernel
 
System.ComponentModel.Container components = null
 Required designer variable. More...
 

Detailed Description

Summary description for Form1.

Constructor & Destructor Documentation

MathKernelApp.Form1.Form1 ( string[]  args)
inline

Member Function Documentation

override void MathKernelApp.Form1.Dispose ( bool  disposing)
inlineprotected

Clean up any resources being used.

References MathKernelApp.Form1.components.

void MathKernelApp.Form1.InitializeComponent ( string[]  args)
inlineprivate

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

Referenced by MathKernelApp.Form1.Form1().

static void MathKernelApp.Form1.Main ( string[]  args)
inlinestaticprivate

The main entry point for the application.

References MathKernelApp.Form1.Form1().

Member Data Documentation

System.Windows.Forms.Label MathKernelApp.Form1.label1
private
System.Windows.Forms.Label MathKernelApp.Form1.label2
private
System.Windows.Forms.Label MathKernelApp.Form1.label3
private
System.Windows.Forms.Label MathKernelApp.Form1.label4
private
System.Windows.Forms.Label MathKernelApp.Form1.label5
private
System.Windows.Forms.Button MathKernelApp.Form1.computeButton
private
System.Windows.Forms.TextBox MathKernelApp.Form1.inputBox
private
System.Windows.Forms.TextBox MathKernelApp.Form1.messagesBox
private
System.Windows.Forms.TextBox MathKernelApp.Form1.printBox
private
System.Windows.Forms.PictureBox MathKernelApp.Form1.graphicsBox
private
System.Windows.Forms.TextBox MathKernelApp.Form1.resultBox
private
System.Windows.Forms.PictureBox MathKernelApp.Form1.pictureBox2
private
Wolfram.NETLink.MathKernel MathKernelApp.Form1.mathKernel
private
System.ComponentModel.Container MathKernelApp.Form1.components = null
private

Required designer variable.

Referenced by MathKernelApp.Form1.Dispose().


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