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
IGTest.FindingsRtfTest Class Reference
+ Inheritance diagram for IGTest.FindingsRtfTest:
+ Collaboration diagram for IGTest.FindingsRtfTest:

Public Member Functions

 FindingsRtfTest ()
 
 FindingsRtfTest ()
 

Protected Member Functions

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

Properties

DocFindings Findings [get, set]
 Findings object used in testing. More...
 

Private Member Functions

void btnClose_Click (object sender, EventArgs e)
 Exit the form. More...
 
void btnClear_Click (object sender, EventArgs e)
 Clears rich textbox containing Macro description. More...
 
void btnImportInput_Click (object sender, EventArgs e)
 Imports findings from the input file whose path is defined in its textbox. More...
 
void btnImportOutput_Click (object sender, EventArgs e)
 Imports findings from the output file whose path is defined in its textbox. More...
 
void btnSaveOutput_Click (object sender, EventArgs e)
 Exports findings to the output file whose path is defined in its textbox. More...
 
void btnImportInputRtf_Click (object sender, EventArgs e)
 Imports findings from the input file whose path is defined in its textbox, and loads macro description in RTF. More...
 
void btnImportOutputRtf_Click (object sender, EventArgs e)
 Imports findings from the output file whose path is defined in its textbox, and loads macro description in RTF. More...
 
void btnSaveOutputRtf_Click (object sender, EventArgs e)
 Exports findings to the output file whose path is defined in its textbox; Macro description is stored to XML in RTF. More...
 
void InitializeComponent ()
 Required method for Designer support - do not modify the contents of this method with the code editor. More...
 
void btnClose_Click (object sender, EventArgs e)
 Exit the form. More...
 
void btnClear_Click (object sender, EventArgs e)
 Clears rich textbox containing Macro description. More...
 
void btnImportInput_Click (object sender, EventArgs e)
 Imports findings from the input file whose path is defined in its textbox. More...
 
void btnImportOutput_Click (object sender, EventArgs e)
 Imports findings from the output file whose path is defined in its textbox. More...
 
void btnSaveOutput_Click (object sender, EventArgs e)
 Exports findings to the output file whose path is defined in its textbox. More...
 
void btnImportInputRtf_Click (object sender, EventArgs e)
 Imports findings from the input file whose path is defined in its textbox, and loads macro description in RTF. More...
 
void btnImportOutputRtf_Click (object sender, EventArgs e)
 Imports findings from the output file whose path is defined in its textbox, and loads macro description in RTF. More...
 
void btnSaveOutputRtf_Click (object sender, EventArgs e)
 Exports findings to the output file whose path is defined in its textbox; Macro description is stored to XML in RTF. More...
 
void txtInputFile_TextChanged (object sender, EventArgs e)
 
void InitializeComponent ()
 Required method for Designer support - do not modify the contents of this method with the code editor. More...
 

Private Attributes

DocFindings _findings = null
 
System.ComponentModel.IContainer components = null
 Required designer variable. More...
 
System.Windows.Forms.Label lblMacro
 
System.Windows.Forms.RichTextBox rtMacro
 
System.Windows.Forms.Label lblInputFile
 
System.Windows.Forms.TextBox txtInputFile
 
System.Windows.Forms.Label lblOutputFile
 
System.Windows.Forms.TextBox txtOutputFile
 
System.Windows.Forms.Button btnImportInput
 
System.Windows.Forms.Button btnImportOutput
 
System.Windows.Forms.Button btnSaveOutput
 
System.Windows.Forms.Button btnClose
 
System.Windows.Forms.Button btnClear
 
System.Windows.Forms.Button btnImportInputRtf
 
System.Windows.Forms.Button btnImportOutputRtf
 
System.Windows.Forms.Button btnSaveOutputRtf
 

Constructor & Destructor Documentation

IGTest.FindingsRtfTest.FindingsRtfTest ( )
inline
IGTest.FindingsRtfTest.FindingsRtfTest ( )
inline

Member Function Documentation

void IGTest.FindingsRtfTest.btnClose_Click ( object  sender,
EventArgs  e 
)
inlineprivate

Exit the form.

Referenced by IGTest.FindingsRtfTest.InitializeComponent().

void IGTest.FindingsRtfTest.btnClear_Click ( object  sender,
EventArgs  e 
)
inlineprivate

Clears rich textbox containing Macro description.

References IGTest.FindingsRtfTest.rtMacro.

Referenced by IGTest.FindingsRtfTest.InitializeComponent().

void IGTest.FindingsRtfTest.btnImportInput_Click ( object  sender,
EventArgs  e 
)
inlineprivate

Imports findings from the input file whose path is defined in its textbox.

References IGTest.FindingsRtfTest.Findings, IGTest.FindingsRtfTest.rtMacro, and IGTest.FindingsRtfTest.txtInputFile.

Referenced by IGTest.FindingsRtfTest.InitializeComponent().

void IGTest.FindingsRtfTest.btnImportOutput_Click ( object  sender,
EventArgs  e 
)
inlineprivate

Imports findings from the output file whose path is defined in its textbox.

References IGTest.FindingsRtfTest.Findings, IGTest.FindingsRtfTest.rtMacro, and IGTest.FindingsRtfTest.txtOutputFile.

Referenced by IGTest.FindingsRtfTest.InitializeComponent().

void IGTest.FindingsRtfTest.btnSaveOutput_Click ( object  sender,
EventArgs  e 
)
inlineprivate

Exports findings to the output file whose path is defined in its textbox.

References IGTest.FindingsRtfTest.Findings, IGTest.FindingsRtfTest.rtMacro, and IGTest.FindingsRtfTest.txtOutputFile.

Referenced by IGTest.FindingsRtfTest.InitializeComponent().

void IGTest.FindingsRtfTest.btnImportInputRtf_Click ( object  sender,
EventArgs  e 
)
inlineprivate

Imports findings from the input file whose path is defined in its textbox, and loads macro description in RTF.

References IGTest.FindingsRtfTest.Findings, IGTest.FindingsRtfTest.rtMacro, and IGTest.FindingsRtfTest.txtInputFile.

Referenced by IGTest.FindingsRtfTest.InitializeComponent().

void IGTest.FindingsRtfTest.btnImportOutputRtf_Click ( object  sender,
EventArgs  e 
)
inlineprivate

Imports findings from the output file whose path is defined in its textbox, and loads macro description in RTF.

References IGTest.FindingsRtfTest.Findings, IGTest.FindingsRtfTest.rtMacro, and IGTest.FindingsRtfTest.txtOutputFile.

Referenced by IGTest.FindingsRtfTest.InitializeComponent().

void IGTest.FindingsRtfTest.btnSaveOutputRtf_Click ( object  sender,
EventArgs  e 
)
inlineprivate

Exports findings to the output file whose path is defined in its textbox; Macro description is stored to XML in RTF.

References IGTest.FindingsRtfTest.Findings, IGTest.FindingsRtfTest.rtMacro, and IGTest.FindingsRtfTest.txtOutputFile.

Referenced by IGTest.FindingsRtfTest.InitializeComponent().

override void IGTest.FindingsRtfTest.Dispose ( bool  disposing)
inlineprotected

Clean up any resources being used.

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

References IGTest.FindingsRtfTest.components.

void IGTest.FindingsRtfTest.btnClose_Click ( object  sender,
EventArgs  e 
)
inlineprivate

Exit the form.

void IGTest.FindingsRtfTest.btnClear_Click ( object  sender,
EventArgs  e 
)
inlineprivate

Clears rich textbox containing Macro description.

References IGTest.FindingsRtfTest.rtMacro.

void IGTest.FindingsRtfTest.btnImportInput_Click ( object  sender,
EventArgs  e 
)
inlineprivate
void IGTest.FindingsRtfTest.btnImportOutput_Click ( object  sender,
EventArgs  e 
)
inlineprivate
void IGTest.FindingsRtfTest.btnSaveOutput_Click ( object  sender,
EventArgs  e 
)
inlineprivate
void IGTest.FindingsRtfTest.btnImportInputRtf_Click ( object  sender,
EventArgs  e 
)
inlineprivate
void IGTest.FindingsRtfTest.btnImportOutputRtf_Click ( object  sender,
EventArgs  e 
)
inlineprivate
void IGTest.FindingsRtfTest.btnSaveOutputRtf_Click ( object  sender,
EventArgs  e 
)
inlineprivate

Exports findings to the output file whose path is defined in its textbox; Macro description is stored to XML in RTF.

References IGTest.FindingsRtfTest.Findings, IG.Lib.DocFindings.MacroDescription, IGTest.FindingsRtfTest.rtMacro, IG.Lib.ParsableXmlObject.Save(), IG.Lib.DocFindings.ToXml(), IGTest.FindingsRtfTest.txtOutputFile, and IG.Lib.DocFindings.UsePlainText.

void IGTest.FindingsRtfTest.txtInputFile_TextChanged ( object  sender,
EventArgs  e 
)
inlineprivate

Member Data Documentation

DocFindings IGTest.FindingsRtfTest._findings = null
private
System ComponentModel IContainer IGTest.FindingsRtfTest.components = null
private

Required designer variable.

Referenced by IGTest.FindingsRtfTest.Dispose().

System Windows Forms Label IGTest.FindingsRtfTest.lblMacro
private
System Windows Forms Label IGTest.FindingsRtfTest.lblInputFile
private
System Windows Forms TextBox IGTest.FindingsRtfTest.txtInputFile
private
System Windows Forms Label IGTest.FindingsRtfTest.lblOutputFile
private
System Windows Forms Button IGTest.FindingsRtfTest.btnImportInput
private
System Windows Forms Button IGTest.FindingsRtfTest.btnImportOutput
private
System Windows Forms Button IGTest.FindingsRtfTest.btnSaveOutput
private
System Windows Forms Button IGTest.FindingsRtfTest.btnClose
private
System Windows Forms Button IGTest.FindingsRtfTest.btnClear
private
System Windows Forms Button IGTest.FindingsRtfTest.btnImportInputRtf
private
System Windows Forms Button IGTest.FindingsRtfTest.btnImportOutputRtf
private
System Windows Forms Button IGTest.FindingsRtfTest.btnSaveOutputRtf
private

Property Documentation


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