|
IGLib
1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
|
Zusammenfassung für Form1. More...
Inheritance diagram for CSharpScripter.FormMain:
Collaboration diagram for CSharpScripter.FormMain:Public Member Functions | |
| FormMain () | |
Protected Member Functions | |
| override void | Dispose (bool disposing) |
| Die verwendeten Ressourcen bereinigen. More... | |
Private Member Functions | |
| void | InitializeComponent () |
| Erforderliche Methode für die Designerunterstützung. Der Inhalt der Methode darf nicht mit dem Code-Editor geändert werden. More... | |
| void | btnQuit_Click (object sender, System.EventArgs e) |
| void | btnLoad_Click (object sender, System.EventArgs e) |
| void | btnCompile_Click (object sender, System.EventArgs e) |
| void | CheckErrors (CompilerErrorCollection cec) |
| void | btnExecute_Click (object sender, System.EventArgs e) |
| byte[] | loadFile (string filename) |
Static Private Member Functions | |
| static void | Main () |
| Der Haupteinstiegspunkt für die Anwendung. More... | |
Private Attributes | |
| System.Windows.Forms.RichTextBox | rtfCode |
| System.Windows.Forms.Button | btnCompile |
| System.Windows.Forms.Button | btnExecute |
| System.Windows.Forms.Button | btnQuit |
| System.Windows.Forms.Button | btnLoad |
| System.ComponentModel.Container | components = null |
| Erforderliche Designervariable. More... | |
Zusammenfassung für Form1.
|
inline |
References CSharpScripter.FormMain.InitializeComponent().
Referenced by CSharpScripter.FormMain.Main().
|
inlineprotected |
Die verwendeten Ressourcen bereinigen.
References CSharpScripter.FormMain.components.
|
inlineprivate |
Erforderliche Methode für die Designerunterstützung. Der Inhalt der Methode darf nicht mit dem Code-Editor geändert werden.
Referenced by CSharpScripter.FormMain.FormMain().
|
inlinestaticprivate |
Der Haupteinstiegspunkt für die Anwendung.
References CSharpScripter.FormMain.FormMain().
|
inlineprivate |
|
inlineprivate |
References CSharpScripter.FormMain.rtfCode.
|
inlineprivate |
References CSharpScripter.FormMain.btnExecute, and CSharpScripter.FormMain.rtfCode.
|
inlineprivate |
|
inlineprivate |
References CSharpScripter.Command.Execute(), and CSharpScripter.FormMain.loadFile().
|
inlineprivate |
Referenced by CSharpScripter.FormMain.btnExecute_Click().
|
private |
Referenced by CSharpScripter.FormMain.btnCompile_Click(), and CSharpScripter.FormMain.btnLoad_Click().
|
private |
|
private |
Referenced by CSharpScripter.FormMain.btnCompile_Click().
|
private |
|
private |
|
private |
Erforderliche Designervariable.
Referenced by CSharpScripter.FormMain.Dispose().