Update FormMain.Designer.cs

This commit is contained in:
2025-06-10 18:27:19 +03:00
parent b4f2ecb18e
commit 4ff3c2c5da

View File

@ -117,7 +117,6 @@
label48 = new Label();
checkBox_Pos_Enable = new CheckBox();
groupBox_Mag = new GroupBox();
label27 = new Label();
numericUpDown_Mag_Noise = new NumericUpDown();
label28 = new Label();
numericUpDown_Mag_Freq = new NumericUpDown();
@ -1259,13 +1258,11 @@
//
// groupBox_Mag
//
groupBox_Mag.Controls.Add(label27);
groupBox_Mag.Controls.Add(numericUpDown_Mag_Noise);
groupBox_Mag.Controls.Add(label28);
groupBox_Mag.Controls.Add(numericUpDown_Mag_Freq);
groupBox_Mag.Controls.Add(label22);
groupBox_Mag.Dock = DockStyle.Top;
groupBox_Mag.Enabled = false;
groupBox_Mag.Location = new Point(0, 220);
groupBox_Mag.Name = "groupBox_Mag";
groupBox_Mag.Size = new Size(204, 45);
@ -1273,15 +1270,6 @@
groupBox_Mag.TabStop = false;
groupBox_Mag.Text = "Magnetometer";
//
// label27
//
label27.AutoSize = true;
label27.Location = new Point(172, 20);
label27.Name = "label27";
label27.Size = new Size(12, 15);
label27.TabIndex = 14;
label27.Text = "?";
//
// numericUpDown_Mag_Noise
//
numericUpDown_Mag_Noise.DecimalPlaces = 1;
@ -2410,7 +2398,6 @@
private GroupBox groupBox_Acc;
private NumericUpDown numericUpDown_Acc_Freq;
private Label label20;
private Label label27;
private NumericUpDown numericUpDown_Mag_Noise;
private Label label28;
private Label label25;