PIbd-21 Potapov N.S. LabWork02 Hard #9
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user