speed fix

This commit is contained in:
NikGapon 2022-11-19 17:37:11 +04:00
parent 53f11b8eaa
commit 7071786d31

View File

@ -234,7 +234,7 @@
this.numericUpDownWeight.Size = new System.Drawing.Size(90, 23); this.numericUpDownWeight.Size = new System.Drawing.Size(90, 23);
this.numericUpDownWeight.TabIndex = 3; this.numericUpDownWeight.TabIndex = 3;
this.numericUpDownWeight.Value = new decimal(new int[] { this.numericUpDownWeight.Value = new decimal(new int[] {
750, 200,
0, 0,
0, 0,
0}); 0});
@ -261,7 +261,7 @@
this.numericUpDownSpeed.Size = new System.Drawing.Size(90, 23); this.numericUpDownSpeed.Size = new System.Drawing.Size(90, 23);
this.numericUpDownSpeed.TabIndex = 1; this.numericUpDownSpeed.TabIndex = 1;
this.numericUpDownSpeed.Value = new decimal(new int[] { this.numericUpDownSpeed.Value = new decimal(new int[] {
1000, 200,
0, 0,
0, 0,
0}); 0});
@ -328,7 +328,7 @@
// //
this.buttonOk.Location = new System.Drawing.Point(660, 165); this.buttonOk.Location = new System.Drawing.Point(660, 165);
this.buttonOk.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.buttonOk.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.buttonOk.Name = "buttonAddObject"; this.buttonOk.Name = "buttonOk";
this.buttonOk.Size = new System.Drawing.Size(104, 28); this.buttonOk.Size = new System.Drawing.Size(104, 28);
this.buttonOk.TabIndex = 3; this.buttonOk.TabIndex = 3;
this.buttonOk.Text = "Добавить"; this.buttonOk.Text = "Добавить";