diff --git a/SecuritySystem/SecuritySystemView/Shop/FormShopSupply.Designer.cs b/SecuritySystem/SecuritySystemView/Shop/FormShopSupply.Designer.cs index 202b48c..08b5bec 100644 --- a/SecuritySystem/SecuritySystemView/Shop/FormShopSupply.Designer.cs +++ b/SecuritySystem/SecuritySystemView/Shop/FormShopSupply.Designer.cs @@ -41,6 +41,7 @@ // comboBoxShop // comboBoxShop.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right; + comboBoxShop.DropDownStyle = ComboBoxStyle.DropDownList; comboBoxShop.FormattingEnabled = true; comboBoxShop.Location = new Point(125, 6); comboBoxShop.Name = "comboBoxShop"; @@ -50,6 +51,7 @@ // comboBoxSecure // comboBoxSecure.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right; + comboBoxSecure.DropDownStyle = ComboBoxStyle.DropDownList; comboBoxSecure.FormattingEnabled = true; comboBoxSecure.Location = new Point(125, 47); comboBoxSecure.Name = "comboBoxSecure";