From 2e0bccfa0fda5879c9c44d71443d00056def1299 Mon Sep 17 00:00:00 2001 From: vsa Date: Sat, 19 Nov 2022 09:41:02 +0700 Subject: [PATCH] fix --- Shop/Shop/Form1.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Shop/Shop/Form1.cs b/Shop/Shop/Form1.cs index 89ffbcd..f352972 100644 --- a/Shop/Shop/Form1.cs +++ b/Shop/Shop/Form1.cs @@ -26,7 +26,6 @@ namespace ShopWin panel.Location = new System.Drawing.Point(0, 150); panel.Name = "panel6"; panel.Size = new System.Drawing.Size(800, 100); - panel.TabIndex = 8; var shelfControl = new ShelfControl(); shelfControl.Dock = System.Windows.Forms.DockStyle.Fill;