|
|
@ -26,7 +26,6 @@ namespace ShopWin |
|
|
panel.Location = new System.Drawing.Point(0, 150); |
|
|
panel.Location = new System.Drawing.Point(0, 150); |
|
|
panel.Name = "panel6"; |
|
|
panel.Name = "panel6"; |
|
|
panel.Size = new System.Drawing.Size(800, 100); |
|
|
panel.Size = new System.Drawing.Size(800, 100); |
|
|
panel.TabIndex = 8; |
|
|
|
|
|
|
|
|
|
|
|
var shelfControl = new ShelfControl(); |
|
|
var shelfControl = new ShelfControl(); |
|
|
shelfControl.Dock = System.Windows.Forms.DockStyle.Fill; |
|
|
shelfControl.Dock = System.Windows.Forms.DockStyle.Fill; |
|
|
|