+++
This commit is contained in:
108
DroneSimulator/FormMain.Designer.cs
generated
108
DroneSimulator/FormMain.Designer.cs
generated
@ -34,6 +34,13 @@
|
||||
pictureBox_2D = new PictureBox();
|
||||
tabControl_Menu = new TabControl();
|
||||
tabPage_Main = new TabPage();
|
||||
groupBox6 = new GroupBox();
|
||||
checkBox_Freq_Boost = new CheckBox();
|
||||
label84 = new Label();
|
||||
numericUpDown_Timing_Freq = new NumericUpDown();
|
||||
label83 = new Label();
|
||||
label_Timing = new Label();
|
||||
label79 = new Label();
|
||||
groupBox_Visual = new GroupBox();
|
||||
numericUpDown_Visual_Limit = new NumericUpDown();
|
||||
label1 = new Label();
|
||||
@ -221,6 +228,8 @@
|
||||
((System.ComponentModel.ISupportInitialize)pictureBox_2D).BeginInit();
|
||||
tabControl_Menu.SuspendLayout();
|
||||
tabPage_Main.SuspendLayout();
|
||||
groupBox6.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)numericUpDown_Timing_Freq).BeginInit();
|
||||
groupBox_Visual.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)numericUpDown_Visual_Limit).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)numericUpDown_Visual_Port).BeginInit();
|
||||
@ -334,6 +343,7 @@
|
||||
//
|
||||
// tabPage_Main
|
||||
//
|
||||
tabPage_Main.Controls.Add(groupBox6);
|
||||
tabPage_Main.Controls.Add(groupBox_Visual);
|
||||
tabPage_Main.Controls.Add(groupBox_Clients);
|
||||
tabPage_Main.Location = new Point(4, 24);
|
||||
@ -345,6 +355,80 @@
|
||||
tabPage_Main.Text = "Main";
|
||||
tabPage_Main.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// groupBox6
|
||||
//
|
||||
groupBox6.Controls.Add(checkBox_Freq_Boost);
|
||||
groupBox6.Controls.Add(label84);
|
||||
groupBox6.Controls.Add(numericUpDown_Timing_Freq);
|
||||
groupBox6.Controls.Add(label83);
|
||||
groupBox6.Controls.Add(label_Timing);
|
||||
groupBox6.Controls.Add(label79);
|
||||
groupBox6.Dock = DockStyle.Top;
|
||||
groupBox6.Location = new Point(3, 174);
|
||||
groupBox6.Name = "groupBox6";
|
||||
groupBox6.Size = new Size(204, 75);
|
||||
groupBox6.TabIndex = 3;
|
||||
groupBox6.TabStop = false;
|
||||
groupBox6.Text = "Frequency";
|
||||
//
|
||||
// checkBox_Freq_Boost
|
||||
//
|
||||
checkBox_Freq_Boost.AutoSize = true;
|
||||
checkBox_Freq_Boost.Location = new Point(148, 18);
|
||||
checkBox_Freq_Boost.Name = "checkBox_Freq_Boost";
|
||||
checkBox_Freq_Boost.Size = new Size(56, 19);
|
||||
checkBox_Freq_Boost.TabIndex = 11;
|
||||
checkBox_Freq_Boost.Text = "boost";
|
||||
checkBox_Freq_Boost.UseVisualStyleBackColor = true;
|
||||
checkBox_Freq_Boost.CheckedChanged += numericUpDown_Timing_Freq_ValueChanged;
|
||||
//
|
||||
// label84
|
||||
//
|
||||
label84.AutoSize = true;
|
||||
label84.Location = new Point(127, 43);
|
||||
label84.Name = "label84";
|
||||
label84.Size = new Size(21, 15);
|
||||
label84.TabIndex = 10;
|
||||
label84.Text = "Hz";
|
||||
//
|
||||
// numericUpDown_Timing_Freq
|
||||
//
|
||||
numericUpDown_Timing_Freq.Location = new Point(70, 41);
|
||||
numericUpDown_Timing_Freq.Maximum = new decimal(new int[] { 1000, 0, 0, 0 });
|
||||
numericUpDown_Timing_Freq.Minimum = new decimal(new int[] { 1, 0, 0, 0 });
|
||||
numericUpDown_Timing_Freq.Name = "numericUpDown_Timing_Freq";
|
||||
numericUpDown_Timing_Freq.Size = new Size(51, 23);
|
||||
numericUpDown_Timing_Freq.TabIndex = 9;
|
||||
numericUpDown_Timing_Freq.Value = new decimal(new int[] { 1000, 0, 0, 0 });
|
||||
numericUpDown_Timing_Freq.ValueChanged += numericUpDown_Timing_Freq_ValueChanged;
|
||||
//
|
||||
// label83
|
||||
//
|
||||
label83.AutoSize = true;
|
||||
label83.Location = new Point(7, 43);
|
||||
label83.Name = "label83";
|
||||
label83.Size = new Size(57, 15);
|
||||
label83.TabIndex = 2;
|
||||
label83.Text = "Required:";
|
||||
//
|
||||
// label_Timing
|
||||
//
|
||||
label_Timing.AutoSize = true;
|
||||
label_Timing.Location = new Point(70, 19);
|
||||
label_Timing.Name = "label_Timing";
|
||||
label_Timing.Size = new Size(13, 15);
|
||||
label_Timing.TabIndex = 1;
|
||||
label_Timing.Text = "0";
|
||||
//
|
||||
// label79
|
||||
//
|
||||
label79.AutoSize = true;
|
||||
label79.Location = new Point(6, 19);
|
||||
label79.Name = "label79";
|
||||
label79.Size = new Size(58, 15);
|
||||
label79.TabIndex = 0;
|
||||
label79.Text = "Available:";
|
||||
//
|
||||
// groupBox_Visual
|
||||
//
|
||||
groupBox_Visual.Controls.Add(numericUpDown_Visual_Limit);
|
||||
@ -691,7 +775,7 @@
|
||||
// numericUpDown_Range_Freq
|
||||
//
|
||||
numericUpDown_Range_Freq.Location = new Point(70, 16);
|
||||
numericUpDown_Range_Freq.Maximum = new decimal(new int[] { 200, 0, 0, 0 });
|
||||
numericUpDown_Range_Freq.Maximum = new decimal(new int[] { 1000, 0, 0, 0 });
|
||||
numericUpDown_Range_Freq.Minimum = new decimal(new int[] { 1, 0, 0, 0 });
|
||||
numericUpDown_Range_Freq.Name = "numericUpDown_Range_Freq";
|
||||
numericUpDown_Range_Freq.Size = new Size(40, 23);
|
||||
@ -939,7 +1023,7 @@
|
||||
// numericUpDown_OF_Freq
|
||||
//
|
||||
numericUpDown_OF_Freq.Location = new Point(69, 22);
|
||||
numericUpDown_OF_Freq.Maximum = new decimal(new int[] { 200, 0, 0, 0 });
|
||||
numericUpDown_OF_Freq.Maximum = new decimal(new int[] { 1000, 0, 0, 0 });
|
||||
numericUpDown_OF_Freq.Minimum = new decimal(new int[] { 1, 0, 0, 0 });
|
||||
numericUpDown_OF_Freq.Name = "numericUpDown_OF_Freq";
|
||||
numericUpDown_OF_Freq.Size = new Size(40, 23);
|
||||
@ -1108,7 +1192,7 @@
|
||||
// numericUpDown_Bar_Freq
|
||||
//
|
||||
numericUpDown_Bar_Freq.Location = new Point(68, 42);
|
||||
numericUpDown_Bar_Freq.Maximum = new decimal(new int[] { 200, 0, 0, 0 });
|
||||
numericUpDown_Bar_Freq.Maximum = new decimal(new int[] { 1000, 0, 0, 0 });
|
||||
numericUpDown_Bar_Freq.Minimum = new decimal(new int[] { 1, 0, 0, 0 });
|
||||
numericUpDown_Bar_Freq.Name = "numericUpDown_Bar_Freq";
|
||||
numericUpDown_Bar_Freq.Size = new Size(40, 23);
|
||||
@ -1232,7 +1316,7 @@
|
||||
// numericUpDown_Pos_Freq
|
||||
//
|
||||
numericUpDown_Pos_Freq.Location = new Point(69, 17);
|
||||
numericUpDown_Pos_Freq.Maximum = new decimal(new int[] { 200, 0, 0, 0 });
|
||||
numericUpDown_Pos_Freq.Maximum = new decimal(new int[] { 1000, 0, 0, 0 });
|
||||
numericUpDown_Pos_Freq.Minimum = new decimal(new int[] { 1, 0, 0, 0 });
|
||||
numericUpDown_Pos_Freq.Name = "numericUpDown_Pos_Freq";
|
||||
numericUpDown_Pos_Freq.Size = new Size(40, 23);
|
||||
@ -1307,7 +1391,7 @@
|
||||
// numericUpDown_Mag_Freq
|
||||
//
|
||||
numericUpDown_Mag_Freq.Location = new Point(37, 18);
|
||||
numericUpDown_Mag_Freq.Maximum = new decimal(new int[] { 200, 0, 0, 0 });
|
||||
numericUpDown_Mag_Freq.Maximum = new decimal(new int[] { 1000, 0, 0, 0 });
|
||||
numericUpDown_Mag_Freq.Minimum = new decimal(new int[] { 1, 0, 0, 0 });
|
||||
numericUpDown_Mag_Freq.Name = "numericUpDown_Mag_Freq";
|
||||
numericUpDown_Mag_Freq.Size = new Size(40, 23);
|
||||
@ -1499,7 +1583,7 @@
|
||||
// numericUpDown_Gyr_Freq
|
||||
//
|
||||
numericUpDown_Gyr_Freq.Location = new Point(37, 19);
|
||||
numericUpDown_Gyr_Freq.Maximum = new decimal(new int[] { 200, 0, 0, 0 });
|
||||
numericUpDown_Gyr_Freq.Maximum = new decimal(new int[] { 1000, 0, 0, 0 });
|
||||
numericUpDown_Gyr_Freq.Minimum = new decimal(new int[] { 1, 0, 0, 0 });
|
||||
numericUpDown_Gyr_Freq.Name = "numericUpDown_Gyr_Freq";
|
||||
numericUpDown_Gyr_Freq.Size = new Size(40, 23);
|
||||
@ -1658,7 +1742,7 @@
|
||||
// numericUpDown_Acc_Freq
|
||||
//
|
||||
numericUpDown_Acc_Freq.Location = new Point(37, 16);
|
||||
numericUpDown_Acc_Freq.Maximum = new decimal(new int[] { 200, 0, 0, 0 });
|
||||
numericUpDown_Acc_Freq.Maximum = new decimal(new int[] { 1000, 0, 0, 0 });
|
||||
numericUpDown_Acc_Freq.Minimum = new decimal(new int[] { 1, 0, 0, 0 });
|
||||
numericUpDown_Acc_Freq.Name = "numericUpDown_Acc_Freq";
|
||||
numericUpDown_Acc_Freq.Size = new Size(40, 23);
|
||||
@ -2387,6 +2471,9 @@
|
||||
((System.ComponentModel.ISupportInitialize)pictureBox_2D).EndInit();
|
||||
tabControl_Menu.ResumeLayout(false);
|
||||
tabPage_Main.ResumeLayout(false);
|
||||
groupBox6.ResumeLayout(false);
|
||||
groupBox6.PerformLayout();
|
||||
((System.ComponentModel.ISupportInitialize)numericUpDown_Timing_Freq).EndInit();
|
||||
groupBox_Visual.ResumeLayout(false);
|
||||
groupBox_Visual.PerformLayout();
|
||||
((System.ComponentModel.ISupportInitialize)numericUpDown_Visual_Limit).EndInit();
|
||||
@ -2666,5 +2753,12 @@
|
||||
private Label label78;
|
||||
private NumericUpDown numericUpDown_Physics_Power;
|
||||
private Label label77;
|
||||
private GroupBox groupBox6;
|
||||
private Label label_Timing;
|
||||
private Label label79;
|
||||
private Label label84;
|
||||
private NumericUpDown numericUpDown_Timing_Freq;
|
||||
private Label label83;
|
||||
private CheckBox checkBox_Freq_Boost;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user