LoginForm - Remove pictureBoxImageLogo border style

This commit is contained in:
DucDangAnh 2020-07-06 17:13:33 +07:00
parent 33eace9899
commit 92e57da18c

View File

@ -44,7 +44,6 @@
//
// pictureBoxImageLogo
//
this.pictureBoxImageLogo.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.pictureBoxImageLogo.Location = new System.Drawing.Point(12, 14);
this.pictureBoxImageLogo.Name = "pictureBoxImageLogo";
this.pictureBoxImageLogo.Size = new System.Drawing.Size(185, 185);