Правка стиля dropdown
This commit is contained in:
parent
138b58383e
commit
0ba2240d1f
@ -41,6 +41,7 @@
|
|||||||
// comboBoxShop
|
// comboBoxShop
|
||||||
//
|
//
|
||||||
comboBoxShop.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
|
comboBoxShop.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
|
||||||
|
comboBoxShop.DropDownStyle = ComboBoxStyle.DropDownList;
|
||||||
comboBoxShop.FormattingEnabled = true;
|
comboBoxShop.FormattingEnabled = true;
|
||||||
comboBoxShop.Location = new Point(125, 6);
|
comboBoxShop.Location = new Point(125, 6);
|
||||||
comboBoxShop.Name = "comboBoxShop";
|
comboBoxShop.Name = "comboBoxShop";
|
||||||
@ -50,6 +51,7 @@
|
|||||||
// comboBoxSecure
|
// comboBoxSecure
|
||||||
//
|
//
|
||||||
comboBoxSecure.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
|
comboBoxSecure.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
|
||||||
|
comboBoxSecure.DropDownStyle = ComboBoxStyle.DropDownList;
|
||||||
comboBoxSecure.FormattingEnabled = true;
|
comboBoxSecure.FormattingEnabled = true;
|
||||||
comboBoxSecure.Location = new Point(125, 47);
|
comboBoxSecure.Location = new Point(125, 47);
|
||||||
comboBoxSecure.Name = "comboBoxSecure";
|
comboBoxSecure.Name = "comboBoxSecure";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user