From 92e57da18cc2884e6c596c6c99243e84c6a96a25 Mon Sep 17 00:00:00 2001 From: DucDangAnh Date: Mon, 6 Jul 2020 17:13:33 +0700 Subject: [PATCH] LoginForm - Remove pictureBoxImageLogo border style --- AIParkingApplication/LoginForm.Designer.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/AIParkingApplication/LoginForm.Designer.cs b/AIParkingApplication/LoginForm.Designer.cs index 632cad4..5b269c4 100644 --- a/AIParkingApplication/LoginForm.Designer.cs +++ b/AIParkingApplication/LoginForm.Designer.cs @@ -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);