SECI  1
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events
Public Member Functions | Protected Member Functions | Private Member Functions | Private Attributes | List of all members
Sample_Environment_Control_Interface.Dialogs.Help.HelpForm Class Reference
Inheritance diagram for Sample_Environment_Control_Interface.Dialogs.Help.HelpForm:
Inheritance graph
Collaboration diagram for Sample_Environment_Control_Interface.Dialogs.Help.HelpForm:
Collaboration graph

Public Member Functions

 HelpForm ()
 

Protected Member Functions

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

Private Member Functions

void Help_Load (object sender, EventArgs e)
 
void InitializeComponent ()
 Required method for Designer support - do not modify the contents of this method with the code editor. More...
 
void loadInstrumentXML ()
 
void loadTreeViewXML ()
 
void parseNodeList (XmlNodeList nodelist)
 
void treeView1_AfterSelect (object sender, TreeViewEventArgs e)
 

Private Attributes

DirectoryInfo _helpDirectory
 
Dictionary< String, String > _pages = new Dictionary<String, String>()
 
System.ComponentModel.IContainer components = null
 Required designer variable. More...
 
System.Windows.Forms.Label label1
 
System.Windows.Forms.SplitContainer splitContainer1
 
System.Windows.Forms.SplitContainer splitContainer2
 
System.Windows.Forms.TreeView treeView1
 
System.Windows.Forms.WebBrowser webBrowser1
 

Detailed Description

Definition at line 13 of file Help.cs.

Constructor & Destructor Documentation

Sample_Environment_Control_Interface.Dialogs.Help.HelpForm.HelpForm ( )
inline

Definition at line 19 of file Help.cs.

Member Function Documentation

override void Sample_Environment_Control_Interface.Dialogs.Help.HelpForm.Dispose ( bool  disposing)
inlineprotected

Clean up any resources being used.

Parameters
disposingtrue if managed resources should be disposed; otherwise, false.

Definition at line 14 of file Help.Designer.cs.

void Sample_Environment_Control_Interface.Dialogs.Help.HelpForm.Help_Load ( object  sender,
EventArgs  e 
)
inlineprivate

Definition at line 24 of file Help.cs.

void Sample_Environment_Control_Interface.Dialogs.Help.HelpForm.InitializeComponent ( )
inlineprivate

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

Definition at line 29 of file Help.Designer.cs.

void Sample_Environment_Control_Interface.Dialogs.Help.HelpForm.loadInstrumentXML ( )
inlineprivate

Definition at line 60 of file Help.cs.

void Sample_Environment_Control_Interface.Dialogs.Help.HelpForm.loadTreeViewXML ( )
inlineprivate

Definition at line 36 of file Help.cs.

void Sample_Environment_Control_Interface.Dialogs.Help.HelpForm.parseNodeList ( XmlNodeList  nodelist)
inlineprivate

Definition at line 105 of file Help.cs.

void Sample_Environment_Control_Interface.Dialogs.Help.HelpForm.treeView1_AfterSelect ( object  sender,
TreeViewEventArgs  e 
)
inlineprivate

Definition at line 137 of file Help.cs.

Member Data Documentation

DirectoryInfo Sample_Environment_Control_Interface.Dialogs.Help.HelpForm._helpDirectory
private

Definition at line 17 of file Help.cs.

Dictionary<String, String> Sample_Environment_Control_Interface.Dialogs.Help.HelpForm._pages = new Dictionary<String, String>()
private

Definition at line 15 of file Help.cs.

System.ComponentModel.IContainer Sample_Environment_Control_Interface.Dialogs.Help.HelpForm.components = null
private

Required designer variable.

Definition at line 8 of file Help.Designer.cs.

System.Windows.Forms.Label Sample_Environment_Control_Interface.Dialogs.Help.HelpForm.label1
private

Definition at line 134 of file Help.Designer.cs.

System.Windows.Forms.SplitContainer Sample_Environment_Control_Interface.Dialogs.Help.HelpForm.splitContainer1
private

Definition at line 132 of file Help.Designer.cs.

System.Windows.Forms.SplitContainer Sample_Environment_Control_Interface.Dialogs.Help.HelpForm.splitContainer2
private

Definition at line 133 of file Help.Designer.cs.

System.Windows.Forms.TreeView Sample_Environment_Control_Interface.Dialogs.Help.HelpForm.treeView1
private

Definition at line 135 of file Help.Designer.cs.

System.Windows.Forms.WebBrowser Sample_Environment_Control_Interface.Dialogs.Help.HelpForm.webBrowser1
private

Definition at line 136 of file Help.Designer.cs.


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