Public Member Functions | |
| Options (Core.Interfaces.IApplicationContext in_context) | |
| void | RefreshOptions () |
Protected Member Functions | |
| override void | Dispose (bool disposing) |
| Clean up any resources being used. | |
Properties | |
| bool | Cancelled [get] |
Private Member Functions | |
| void | InitializeComponent () |
| Required method for Designer support - do not modify the contents of this method with the code editor. | |
| void | btnCancel_Click (object sender, System.EventArgs e) |
| void | btnOk_Click (object sender, System.EventArgs e) |
Private Attributes | |
| System.ComponentModel.Container | components = null |
| Required designer variable. | |
| System.Windows.Forms.TextBox | txtPackagePath |
| System.Windows.Forms.Label | label1 |
| System.Windows.Forms.TextBox | txtEncodePath |
| System.Windows.Forms.Label | label2 |
| System.Windows.Forms.Button | btnOk |
| System.Windows.Forms.TextBox | txtDefaultNamespace |
| System.Windows.Forms.Label | label3 |
| System.Windows.Forms.Label | label4 |
| System.Windows.Forms.Button | btnCancel |
| System.Windows.Forms.TextBox | txtDefaultJavaPackage |
| Core.Interfaces.IApplicationContext | application_context = null |
| bool | cancelled = false |
| Core.Options.Options | ( | Core.Interfaces.IApplicationContext | in_context | ) |
| void Core.Options.RefreshOptions | ( | ) |
| override void Core.Options.Dispose | ( | bool | disposing | ) | [protected] |
Clean up any resources being used.
| void Core.Options.InitializeComponent | ( | ) | [private] |
Required method for Designer support - do not modify the contents of this method with the code editor.
| void Core.Options.btnCancel_Click | ( | object | sender, | |
| System.EventArgs | e | |||
| ) | [private] |
| void Core.Options.btnOk_Click | ( | object | sender, | |
| System.EventArgs | e | |||
| ) | [private] |
System.ComponentModel.Container Core.Options.components = null [private] |
Required designer variable.
System.Windows.Forms.TextBox Core.Options.txtPackagePath [private] |
System.Windows.Forms.Label Core.Options.label1 [private] |
System.Windows.Forms.TextBox Core.Options.txtEncodePath [private] |
System.Windows.Forms.Label Core.Options.label2 [private] |
System.Windows.Forms.Button Core.Options.btnOk [private] |
System.Windows.Forms.TextBox Core.Options.txtDefaultNamespace [private] |
System.Windows.Forms.Label Core.Options.label3 [private] |
System.Windows.Forms.Label Core.Options.label4 [private] |
System.Windows.Forms.Button Core.Options.btnCancel [private] |
System.Windows.Forms.TextBox Core.Options.txtDefaultJavaPackage [private] |
Core.Interfaces.IApplicationContext Core.Options.application_context = null [private] |
bool Core.Options.cancelled = false [private] |
bool Core.Options.Cancelled [get] |