From 0ba2240d1fbe0e2fb3c78ce5ad74a7b4bd11098b Mon Sep 17 00:00:00 2001 From: "ns.potapov" Date: Mon, 11 Mar 2024 11:22:37 +0400 Subject: [PATCH] =?UTF-8?q?=D0=9F=D1=80=D0=B0=D0=B2=D0=BA=D0=B0=20=D1=81?= =?UTF-8?q?=D1=82=D0=B8=D0=BB=D1=8F=20dropdown?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../SecuritySystemView/Shop/FormShopSupply.Designer.cs | 2 ++ 1 file changed, 2 insertions(+) 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";