IGLib
1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
|
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 |
|
inline |
References IGTest.FindingsRtfTest.InitializeComponent().
|
inline |
References IGTest.FindingsRtfTest.InitializeComponent().
|
inlineprivate |
Exit the form.
Referenced by IGTest.FindingsRtfTest.InitializeComponent().
|
inlineprivate |
Clears rich textbox containing Macro description.
References IGTest.FindingsRtfTest.rtMacro.
Referenced by IGTest.FindingsRtfTest.InitializeComponent().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
inlineprotected |
Clean up any resources being used.
disposing | true if managed resources should be disposed; otherwise, false. |
References IGTest.FindingsRtfTest.components.
|
inlineprivate |
Required method for Designer support - do not modify the contents of this method with the code editor.
References IGTest.FindingsRtfTest.btnClear, IGTest.FindingsRtfTest.btnClear_Click(), IGTest.FindingsRtfTest.btnClose, IGTest.FindingsRtfTest.btnClose_Click(), IGTest.FindingsRtfTest.btnImportInput, IGTest.FindingsRtfTest.btnImportInput_Click(), IGTest.FindingsRtfTest.btnImportInputRtf, IGTest.FindingsRtfTest.btnImportInputRtf_Click(), IGTest.FindingsRtfTest.btnImportOutput, IGTest.FindingsRtfTest.btnImportOutput_Click(), IGTest.FindingsRtfTest.btnImportOutputRtf, IGTest.FindingsRtfTest.btnImportOutputRtf_Click(), IGTest.FindingsRtfTest.btnSaveOutput, IGTest.FindingsRtfTest.btnSaveOutput_Click(), IGTest.FindingsRtfTest.btnSaveOutputRtf, IGTest.FindingsRtfTest.btnSaveOutputRtf_Click(), IGTest.FindingsRtfTest.lblInputFile, IGTest.FindingsRtfTest.lblMacro, IGTest.FindingsRtfTest.lblOutputFile, IGTest.FindingsRtfTest.rtMacro, IGTest.FindingsRtfTest.txtInputFile, and IGTest.FindingsRtfTest.txtOutputFile.
Referenced by IGTest.FindingsRtfTest.FindingsRtfTest().
|
inlineprivate |
Exit the form.
|
inlineprivate |
Clears rich textbox containing Macro description.
References IGTest.FindingsRtfTest.rtMacro.
|
inlineprivate |
Imports findings from the input file whose path is defined in its textbox.
References IGTest.FindingsRtfTest.Findings, IG.Lib.ParsableXmlObject.Load(), IG.Lib.DocFindings.MacroDescription, IG.Lib.DocFindings.Read(), IGTest.FindingsRtfTest.rtMacro, IGTest.FindingsRtfTest.txtInputFile, and IG.Lib.DocFindings.UsePlainText.
|
inlineprivate |
Imports findings from the output file whose path is defined in its textbox.
References IGTest.FindingsRtfTest.Findings, IG.Lib.ParsableXmlObject.Load(), IG.Lib.DocFindings.MacroDescription, IG.Lib.DocFindings.Read(), IGTest.FindingsRtfTest.rtMacro, IGTest.FindingsRtfTest.txtOutputFile, and IG.Lib.DocFindings.UsePlainText.
|
inlineprivate |
Exports findings to the output file whose path is defined in its textbox.
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.
|
inlineprivate |
Imports findings from the input file whose path is defined in its textbox, and loads macro description in RTF.
References IGTest.FindingsRtfTest.Findings, IG.Lib.ParsableXmlObject.Load(), IG.Lib.DocFindings.MacroDescription, IG.Lib.DocFindings.Read(), IGTest.FindingsRtfTest.rtMacro, IGTest.FindingsRtfTest.txtInputFile, and IG.Lib.DocFindings.UsePlainText.
|
inlineprivate |
Imports findings from the output file whose path is defined in its textbox, and loads macro description in RTF.
References IGTest.FindingsRtfTest.Findings, IG.Lib.ParsableXmlObject.Load(), IG.Lib.DocFindings.MacroDescription, IG.Lib.DocFindings.Read(), IGTest.FindingsRtfTest.rtMacro, IGTest.FindingsRtfTest.txtOutputFile, and IG.Lib.DocFindings.UsePlainText.
|
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.
|
inlineprivate |
Referenced by IGTest.FindingsRtfTest.InitializeComponent().
|
inlineprivate |
Required method for Designer support - do not modify the contents of this method with the code editor.
References IGTest.FindingsRtfTest.btnClear, IGTest.FindingsRtfTest.btnClear_Click(), IGTest.FindingsRtfTest.btnClose, IGTest.FindingsRtfTest.btnClose_Click(), IGTest.FindingsRtfTest.btnImportInput, IGTest.FindingsRtfTest.btnImportInput_Click(), IGTest.FindingsRtfTest.btnImportInputRtf, IGTest.FindingsRtfTest.btnImportInputRtf_Click(), IGTest.FindingsRtfTest.btnImportOutput, IGTest.FindingsRtfTest.btnImportOutput_Click(), IGTest.FindingsRtfTest.btnImportOutputRtf, IGTest.FindingsRtfTest.btnImportOutputRtf_Click(), IGTest.FindingsRtfTest.btnSaveOutput, IGTest.FindingsRtfTest.btnSaveOutput_Click(), IGTest.FindingsRtfTest.btnSaveOutputRtf, IGTest.FindingsRtfTest.btnSaveOutputRtf_Click(), IGTest.FindingsRtfTest.lblInputFile, IGTest.FindingsRtfTest.lblMacro, IGTest.FindingsRtfTest.lblOutputFile, IGTest.FindingsRtfTest.rtMacro, IGTest.FindingsRtfTest.txtInputFile, IGTest.FindingsRtfTest.txtInputFile_TextChanged(), and IGTest.FindingsRtfTest.txtOutputFile.
|
private |
|
private |
Required designer variable.
Referenced by IGTest.FindingsRtfTest.Dispose().
|
private |
Referenced by IGTest.FindingsRtfTest.InitializeComponent().
|
private |
Referenced by IGTest.FindingsRtfTest.btnClear_Click(), IGTest.FindingsRtfTest.btnImportInput_Click(), IGTest.FindingsRtfTest.btnImportInputRtf_Click(), IGTest.FindingsRtfTest.btnImportOutput_Click(), IGTest.FindingsRtfTest.btnImportOutputRtf_Click(), IGTest.FindingsRtfTest.btnSaveOutput_Click(), IGTest.FindingsRtfTest.btnSaveOutputRtf_Click(), and IGTest.FindingsRtfTest.InitializeComponent().
|
private |
Referenced by IGTest.FindingsRtfTest.InitializeComponent().
|
private |
|
private |
Referenced by IGTest.FindingsRtfTest.InitializeComponent().
|
private |
|
private |
Referenced by IGTest.FindingsRtfTest.InitializeComponent().
|
private |
Referenced by IGTest.FindingsRtfTest.InitializeComponent().
|
private |
Referenced by IGTest.FindingsRtfTest.InitializeComponent().
|
private |
Referenced by IGTest.FindingsRtfTest.InitializeComponent().
|
private |
Referenced by IGTest.FindingsRtfTest.InitializeComponent().
|
private |
Referenced by IGTest.FindingsRtfTest.InitializeComponent().
|
private |
Referenced by IGTest.FindingsRtfTest.InitializeComponent().
|
private |
Referenced by IGTest.FindingsRtfTest.InitializeComponent().
|
getset |
Findings object used in testing.
Referenced by IGTest.FindingsRtfTest.btnImportInput_Click(), IGTest.FindingsRtfTest.btnImportInputRtf_Click(), IGTest.FindingsRtfTest.btnImportOutput_Click(), IGTest.FindingsRtfTest.btnImportOutputRtf_Click(), IGTest.FindingsRtfTest.btnSaveOutput_Click(), and IGTest.FindingsRtfTest.btnSaveOutputRtf_Click().