|
void | ReportError (string message, Exception ex) |
| Launches error report. More...
|
|
override void | Dispose (bool disposing) |
| Clean up any resources being used. More...
|
|
IG.Forms.ScriptLoaderForm.ScriptLoaderForm |
( |
| ) |
|
|
inline |
Initializes form components and internal variables.
void IG.Forms.ScriptLoaderForm.ReportError |
( |
string |
message, |
|
|
Exception |
ex |
|
) |
| |
|
inlineprotected |
Launches error report.
- Parameters
-
message | Custom part of the message shown in report. |
ex | Exception that was thrown. |
void IG.Forms.ScriptLoaderForm.btnLoad_Click |
( |
object |
sender, |
|
|
System.EventArgs |
e |
|
) |
| |
|
inlineprivate |
Loads code template into the rich textbox.
void IG.Forms.ScriptLoaderForm.ChooseFile |
( |
| ) |
|
|
inlineprivate |
void IG.Forms.ScriptLoaderForm.btnLoadFromFile_Click |
( |
object |
sender, |
|
|
EventArgs |
e |
|
) |
| |
|
inlineprivate |
void IG.Forms.ScriptLoaderForm.btnCompile_Click |
( |
object |
sender, |
|
|
System.EventArgs |
e |
|
) |
| |
|
inlineprivate |
void IG.Forms.ScriptLoaderForm.btnRun_Click |
( |
object |
sender, |
|
|
System.EventArgs |
e |
|
) |
| |
|
inlineprivate |
void IG.Forms.ScriptLoaderForm.btnQuit_Click |
( |
object |
sender, |
|
|
System.EventArgs |
e |
|
) |
| |
|
inlineprivate |
void IG.Forms.ScriptLoaderForm.btnOther_Click |
( |
object |
sender, |
|
|
EventArgs |
e |
|
) |
| |
|
inlineprivate |
override void IG.Forms.ScriptLoaderForm.Dispose |
( |
bool |
disposing | ) |
|
|
inlineprotected |
Clean up any resources being used.
- Parameters
-
disposing | true if managed resources should be disposed; otherwise, false. |
void IG.Forms.ScriptLoaderForm.InitializeComponent |
( |
| ) |
|
|
inlineprivate |
Required method for Designer support - do not modify the contents of this method with the code editor.
Logger IG.Forms.ScriptLoaderForm._logger = null |
|
private |
string IG.Forms.ScriptLoaderForm._filePath = "../../loadablescript/tests/data/" |
|
private |
bool IG.Forms.ScriptLoaderForm._fileChosen = false |
|
private |
System.ComponentModel.IContainer IG.Forms.ScriptLoaderForm.components = null |
|
private |
Required designer variable.
System.Windows.Forms.RichTextBox IG.Forms.ScriptLoaderForm.rtfCode |
|
private |
System.Windows.Forms.Button IG.Forms.ScriptLoaderForm.btnLoad |
|
private |
System.Windows.Forms.Button IG.Forms.ScriptLoaderForm.btnCompile |
|
private |
System.Windows.Forms.Button IG.Forms.ScriptLoaderForm.btnRun |
|
private |
System.Windows.Forms.Button IG.Forms.ScriptLoaderForm.btnQuit |
|
private |
System.Windows.Forms.Button IG.Forms.ScriptLoaderForm.btnLoadFromFile |
|
private |
System.Windows.Forms.Label IG.Forms.ScriptLoaderForm.lblInitArgs |
|
private |
System.Windows.Forms.TextBox IG.Forms.ScriptLoaderForm.txtInitArgs |
|
private |
System.Windows.Forms.Label IG.Forms.ScriptLoaderForm.lblRunArgs |
|
private |
System.Windows.Forms.TextBox IG.Forms.ScriptLoaderForm.txtRunArgs |
|
private |
System.Windows.Forms.Button IG.Forms.ScriptLoaderForm.btnOther |
|
private |
Logger IG.Forms.ScriptLoaderForm.Logger |
|
getprotected |
The documentation for this class was generated from the following files: