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;