|
@@ -30,8 +30,9 @@ namespace NTERA
|
|
/// </summary>
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
private void InitializeComponent()
|
|
{
|
|
{
|
|
- this.consoleControl1 = new ConsoleControl();
|
|
|
|
|
|
+ this.consoleControl1 = new NTERA.Console.ConsoleControl();
|
|
this.txtInput = new System.Windows.Forms.TextBox();
|
|
this.txtInput = new System.Windows.Forms.TextBox();
|
|
|
|
+ this.backgroundWorker1 = new System.ComponentModel.BackgroundWorker();
|
|
this.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
//
|
|
// consoleControl1
|
|
// consoleControl1
|
|
@@ -50,7 +51,7 @@ namespace NTERA
|
|
this.txtInput.Name = "txtInput";
|
|
this.txtInput.Name = "txtInput";
|
|
this.txtInput.Size = new System.Drawing.Size(1184, 20);
|
|
this.txtInput.Size = new System.Drawing.Size(1184, 20);
|
|
this.txtInput.TabIndex = 1;
|
|
this.txtInput.TabIndex = 1;
|
|
- this.txtInput.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txtInput_KeyUp);
|
|
|
|
|
|
+ this.txtInput.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtInput_KeyDown);
|
|
//
|
|
//
|
|
// formMain
|
|
// formMain
|
|
//
|
|
//
|
|
@@ -72,6 +73,7 @@ namespace NTERA
|
|
|
|
|
|
private ConsoleControl consoleControl1;
|
|
private ConsoleControl consoleControl1;
|
|
private System.Windows.Forms.TextBox txtInput;
|
|
private System.Windows.Forms.TextBox txtInput;
|
|
|
|
+ private System.ComponentModel.BackgroundWorker backgroundWorker1;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|