|
|
@@ -40,13 +40,14 @@
|
|
|
this.TextBox.Location = new System.Drawing.Point(0, 0);
|
|
|
this.TextBox.Name = "TextBox";
|
|
|
this.TextBox.Power = null;
|
|
|
- this.TextBox.Size = new System.Drawing.Size(241, 25);
|
|
|
+ this.TextBox.Size = new System.Drawing.Size(241, 21);
|
|
|
this.TextBox.Str = null;
|
|
|
this.TextBox.Str1 = null;
|
|
|
this.TextBox.Str2 = null;
|
|
|
this.TextBox.TabIndex = 0;
|
|
|
this.TextBox.TextChanged += new System.EventHandler(this.TextBox_TextChanged);
|
|
|
this.TextBox.Enter += new System.EventHandler(this.TextBox_Enter);
|
|
|
+ this.TextBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.TextBox_KeyDown);
|
|
|
this.TextBox.Leave += new System.EventHandler(this.TextBox_Leave);
|
|
|
//
|
|
|
// TextBoxWithPlaceHolder
|