Merge branch 'master' into Zifrkoks-patch-2
This commit is contained in:
commit
6457307fdc
2 changed files with 16 additions and 1 deletions
|
@ -309,6 +309,7 @@ namespace WindowsFormsApplication1
|
|||
this.TextBoxWall2.Name = "TextBoxWall2";
|
||||
this.TextBoxWall2.Size = new System.Drawing.Size(100, 20);
|
||||
this.TextBoxWall2.TabIndex = 3;
|
||||
this.TextBoxWall2.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.TextBoxWall1_KeyPress);
|
||||
//
|
||||
// TextBoxWall1
|
||||
//
|
||||
|
@ -316,6 +317,7 @@ namespace WindowsFormsApplication1
|
|||
this.TextBoxWall1.Name = "TextBoxWall1";
|
||||
this.TextBoxWall1.Size = new System.Drawing.Size(100, 20);
|
||||
this.TextBoxWall1.TabIndex = 2;
|
||||
this.TextBoxWall1.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.TextBoxWall1_KeyPress);
|
||||
//
|
||||
// ComboBoxMove
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue