изменил свойство кнопок в формах

This commit is contained in:
zum 2024-03-12 22:29:45 +04:00
parent b9691cc763
commit b10755b6bb

@ -116,6 +116,7 @@
// //
// buttoтCreateWarPlane // buttoтCreateWarPlane
// //
buttoтCreateWarPlane.Anchor = AnchorStyles.Bottom | AnchorStyles.Left;
buttoтCreateWarPlane.Location = new Point(205, 493); buttoтCreateWarPlane.Location = new Point(205, 493);
buttoтCreateWarPlane.Name = "buttoтCreateWarPlane"; buttoтCreateWarPlane.Name = "buttoтCreateWarPlane";
buttoтCreateWarPlane.Size = new Size(237, 31); buttoтCreateWarPlane.Size = new Size(237, 31);
@ -126,6 +127,7 @@
// //
// buttonStrategyStep // buttonStrategyStep
// //
buttonStrategyStep.Anchor = AnchorStyles.Top | AnchorStyles.Right;
buttonStrategyStep.Location = new Point(851, 63); buttonStrategyStep.Location = new Point(851, 63);
buttonStrategyStep.Name = "buttonStrategyStep"; buttonStrategyStep.Name = "buttonStrategyStep";
buttonStrategyStep.Size = new Size(87, 29); buttonStrategyStep.Size = new Size(87, 29);
@ -136,6 +138,7 @@
// //
// comboBoxStrategy // comboBoxStrategy
// //
comboBoxStrategy.Anchor = AnchorStyles.Top | AnchorStyles.Right;
comboBoxStrategy.DropDownStyle = ComboBoxStyle.DropDownList; comboBoxStrategy.DropDownStyle = ComboBoxStyle.DropDownList;
comboBoxStrategy.FormattingEnabled = true; comboBoxStrategy.FormattingEnabled = true;
comboBoxStrategy.Items.AddRange(new object[] { "К центру", "К краю" }); comboBoxStrategy.Items.AddRange(new object[] { "К центру", "К краю" });