lab#8 done

This commit is contained in:
Danil Markov 2022-12-08 21:22:20 +04:00
parent 48eef0fb16
commit 82bfa7374e

View File

@ -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
//