IGLib  1.5
The IGLib base library for development of numerical, technical and business applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events
IG.Forms.XMLTestPath Class Reference
+ Inheritance diagram for IG.Forms.XMLTestPath:
+ Collaboration diagram for IG.Forms.XMLTestPath:

Public Member Functions

delegate void MyDelegate ()
 
 XMLTestPath (string Path)
 
 XMLTestPath ()
 

Public Attributes

MyDelegate CloseDelegate = null
 

Protected Member Functions

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

Private Member Functions

void InitializeComponent ()
 Required method for Designer support - do not modify the contents of this method with the code editor. More...
 
void XMLTestPathBas (string Path)
 
void XMLTestPath_Load (object sender, EventArgs e)
 
void btnClose_Click (object sender, EventArgs e)
 close the consform, not the application More...
 
void XMLTestPath_Closing (object sender, FormClosingEventArgs e)
 

Private Attributes

GroupBox groupBoxButtons
 
System.ComponentModel.IContainer components = null
 Required designer variable. More...
 
System.Windows.Forms.GroupBox gbxExpression
 
System.Windows.Forms.Button btnTest
 
System.Windows.Forms.GroupBox gbxResults
 
System.Windows.Forms.RichTextBox rtbResults
 
System.Windows.Forms.Button btnClose
 
System.Windows.Forms.RadioButton optOuterXml
 
System.Windows.Forms.RadioButton optInnerXml
 
System.Windows.Forms.RadioButton optValueOnly
 
System.ComponentModel.ComponentResourceManager res = new System.ComponentModel.ComponentResourceManager(typeof(XMLTestPath))
 

Constructor & Destructor Documentation

IG.Forms.XMLTestPath.XMLTestPath ( string  Path)
inline
IG.Forms.XMLTestPath.XMLTestPath ( )
inline

Member Function Documentation

delegate void IG.Forms.XMLTestPath.MyDelegate ( )
override void IG.Forms.XMLTestPath.Dispose ( bool  disposing)
inlineprotected

Clean up any resources being used.

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

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

void IG.Forms.XMLTestPath.XMLTestPathBas ( string  Path)
inlineprivate
void IG.Forms.XMLTestPath.XMLTestPath_Load ( object  sender,
EventArgs  e 
)
inlineprivate
void IG.Forms.XMLTestPath.btnClose_Click ( object  sender,
EventArgs  e 
)
inlineprivate

close the consform, not the application

Parameters
sender
e
void IG.Forms.XMLTestPath.XMLTestPath_Closing ( object  sender,
FormClosingEventArgs  e 
)
inlineprivate

Member Data Documentation

MyDelegate IG.Forms.XMLTestPath.CloseDelegate = null
GroupBox IG.Forms.XMLTestPath.groupBoxButtons
private
System.ComponentModel.IContainer IG.Forms.XMLTestPath.components = null
private

Required designer variable.

System.Windows.Forms.GroupBox IG.Forms.XMLTestPath.gbxExpression
private
System.Windows.Forms.Button IG.Forms.XMLTestPath.btnTest
private
System.Windows.Forms.GroupBox IG.Forms.XMLTestPath.gbxResults
private
System.Windows.Forms.RichTextBox IG.Forms.XMLTestPath.rtbResults
private
System.Windows.Forms.Button IG.Forms.XMLTestPath.btnClose
private
System.Windows.Forms.RadioButton IG.Forms.XMLTestPath.optOuterXml
private
System.Windows.Forms.RadioButton IG.Forms.XMLTestPath.optInnerXml
private
System.Windows.Forms.RadioButton IG.Forms.XMLTestPath.optValueOnly
private
System.ComponentModel.ComponentResourceManager IG.Forms.XMLTestPath.res = new System.ComponentModel.ComponentResourceManager(typeof(XMLTestPath))
private

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