Update MainForm.Designer.cs

This commit is contained in:
Mikhail Abramov 2018-04-07 06:26:31 +03:00 committed by GitHub
parent f75d304dbf
commit 73835572bf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -101,7 +101,6 @@ namespace WindowsFormsApplication1
this.nazvanieTextBox.Name = "nazvanieTextBox";
this.nazvanieTextBox.Size = new System.Drawing.Size(138, 20);
this.nazvanieTextBox.TabIndex = 3;
this.nazvanieTextBox.TextChanged += new System.EventHandler(this.nazvanieTextBox_TextChanged);
//
// panel1
//
@ -423,4 +422,4 @@ namespace WindowsFormsApplication1
private System.Windows.Forms.Label label13;
private System.Windows.Forms.PictureBox openSpace;
}
}
}