From 82bfa7374e1a51f8731237c435da8b73232e1640 Mon Sep 17 00:00:00 2001 From: Danil Markov Date: Thu, 8 Dec 2022 21:22:20 +0400 Subject: [PATCH] lab#8 done --- .../ContainerShip/FormShipConfig.Designer.cs | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/ContainerShip/ContainerShip/FormShipConfig.Designer.cs b/ContainerShip/ContainerShip/FormShipConfig.Designer.cs index a55457b..7986e10 100644 --- a/ContainerShip/ContainerShip/FormShipConfig.Designer.cs +++ b/ContainerShip/ContainerShip/FormShipConfig.Designer.cs @@ -212,9 +212,19 @@ // numericUpDownWeight // this.numericUpDownWeight.Location = new System.Drawing.Point(71, 43); + this.numericUpDownWeight.Minimum = new decimal(new int[] { + 1, + 0, + 0, + 0}); this.numericUpDownWeight.Name = "numericUpDownWeight"; this.numericUpDownWeight.Size = new System.Drawing.Size(53, 23); this.numericUpDownWeight.TabIndex = 3; + this.numericUpDownWeight.Value = new decimal(new int[] { + 1, + 0, + 0, + 0}); // // labelWeight // @@ -228,9 +238,19 @@ // numericUpDownSpeed // this.numericUpDownSpeed.Location = new System.Drawing.Point(71, 17); + this.numericUpDownSpeed.Minimum = new decimal(new int[] { + 1, + 0, + 0, + 0}); this.numericUpDownSpeed.Name = "numericUpDownSpeed"; this.numericUpDownSpeed.Size = new System.Drawing.Size(53, 23); this.numericUpDownSpeed.TabIndex = 1; + this.numericUpDownSpeed.Value = new decimal(new int[] { + 1, + 0, + 0, + 0}); // // labelSpeed //