+++
This commit is contained in:
148
DroneSimulator/FormMain.Designer.cs
generated
148
DroneSimulator/FormMain.Designer.cs
generated
@ -34,13 +34,9 @@
|
||||
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_Lockstep = new GroupBox();
|
||||
label_Lockstep_Time = new Label();
|
||||
checkBox_Lockstep_Limit = new CheckBox();
|
||||
groupBox_Visual = new GroupBox();
|
||||
numericUpDown_Visual_Limit = new NumericUpDown();
|
||||
label1 = new Label();
|
||||
@ -219,14 +215,11 @@
|
||||
comboBox_Drone_Rotor = new ComboBox();
|
||||
comboBox_Drone = new ComboBox();
|
||||
timer_Test = new System.Windows.Forms.Timer(components);
|
||||
label37 = new Label();
|
||||
label_Timing_Lag = new Label();
|
||||
groupBox_Screen.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)pictureBox_2D).BeginInit();
|
||||
tabControl_Menu.SuspendLayout();
|
||||
tabPage_Main.SuspendLayout();
|
||||
groupBox6.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)numericUpDown_Timing_Freq).BeginInit();
|
||||
groupBox_Lockstep.SuspendLayout();
|
||||
groupBox_Visual.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)numericUpDown_Visual_Limit).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)numericUpDown_Visual_Port).BeginInit();
|
||||
@ -338,7 +331,7 @@
|
||||
//
|
||||
// tabPage_Main
|
||||
//
|
||||
tabPage_Main.Controls.Add(groupBox6);
|
||||
tabPage_Main.Controls.Add(groupBox_Lockstep);
|
||||
tabPage_Main.Controls.Add(groupBox_Visual);
|
||||
tabPage_Main.Controls.Add(groupBox_Clients);
|
||||
tabPage_Main.Location = new Point(4, 24);
|
||||
@ -350,81 +343,37 @@
|
||||
tabPage_Main.Text = "Main";
|
||||
tabPage_Main.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// groupBox6
|
||||
// groupBox_Lockstep
|
||||
//
|
||||
groupBox6.Controls.Add(label_Timing_Lag);
|
||||
groupBox6.Controls.Add(numericUpDown_Timing_Freq);
|
||||
groupBox6.Controls.Add(label37);
|
||||
groupBox6.Controls.Add(checkBox_Freq_Boost);
|
||||
groupBox6.Controls.Add(label84);
|
||||
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";
|
||||
groupBox_Lockstep.Controls.Add(label_Lockstep_Time);
|
||||
groupBox_Lockstep.Controls.Add(checkBox_Lockstep_Limit);
|
||||
groupBox_Lockstep.Dock = DockStyle.Top;
|
||||
groupBox_Lockstep.Location = new Point(3, 174);
|
||||
groupBox_Lockstep.Name = "groupBox_Lockstep";
|
||||
groupBox_Lockstep.Size = new Size(204, 51);
|
||||
groupBox_Lockstep.TabIndex = 3;
|
||||
groupBox_Lockstep.TabStop = false;
|
||||
groupBox_Lockstep.Text = "Lockstep";
|
||||
//
|
||||
// checkBox_Freq_Boost
|
||||
// label_Lockstep_Time
|
||||
//
|
||||
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;
|
||||
label_Lockstep_Time.AutoSize = true;
|
||||
label_Lockstep_Time.Location = new Point(6, 23);
|
||||
label_Lockstep_Time.Name = "label_Lockstep_Time";
|
||||
label_Lockstep_Time.Size = new Size(70, 15);
|
||||
label_Lockstep_Time.TabIndex = 1;
|
||||
label_Lockstep_Time.Text = "00:00:00.000";
|
||||
//
|
||||
// label84
|
||||
// checkBox_Lockstep_Limit
|
||||
//
|
||||
label84.AutoSize = true;
|
||||
label84.Location = new Point(116, 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(64, 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:";
|
||||
checkBox_Lockstep_Limit.AutoSize = true;
|
||||
checkBox_Lockstep_Limit.Location = new Point(96, 22);
|
||||
checkBox_Lockstep_Limit.Name = "checkBox_Lockstep_Limit";
|
||||
checkBox_Lockstep_Limit.Size = new Size(102, 19);
|
||||
checkBox_Lockstep_Limit.TabIndex = 0;
|
||||
checkBox_Lockstep_Limit.Text = "Real time limit";
|
||||
checkBox_Lockstep_Limit.UseVisualStyleBackColor = true;
|
||||
checkBox_Lockstep_Limit.CheckedChanged += checkBox_Lockstep_Limit_CheckedChanged;
|
||||
//
|
||||
// groupBox_Visual
|
||||
//
|
||||
@ -2396,24 +2345,6 @@
|
||||
timer_Test.Interval = 10;
|
||||
timer_Test.Tick += timer_Test_Tick;
|
||||
//
|
||||
// label37
|
||||
//
|
||||
label37.AutoSize = true;
|
||||
label37.Location = new Point(143, 43);
|
||||
label37.Name = "label37";
|
||||
label37.Size = new Size(29, 15);
|
||||
label37.TabIndex = 12;
|
||||
label37.Text = "Lag:";
|
||||
//
|
||||
// label_Timing_Lag
|
||||
//
|
||||
label_Timing_Lag.AutoSize = true;
|
||||
label_Timing_Lag.Location = new Point(168, 43);
|
||||
label_Timing_Lag.Name = "label_Timing_Lag";
|
||||
label_Timing_Lag.Size = new Size(13, 15);
|
||||
label_Timing_Lag.TabIndex = 13;
|
||||
label_Timing_Lag.Text = "0";
|
||||
//
|
||||
// Form_Main
|
||||
//
|
||||
AutoScaleDimensions = new SizeF(7F, 15F);
|
||||
@ -2431,9 +2362,8 @@
|
||||
((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_Lockstep.ResumeLayout(false);
|
||||
groupBox_Lockstep.PerformLayout();
|
||||
groupBox_Visual.ResumeLayout(false);
|
||||
groupBox_Visual.PerformLayout();
|
||||
((System.ComponentModel.ISupportInitialize)numericUpDown_Visual_Limit).EndInit();
|
||||
@ -2706,14 +2636,8 @@
|
||||
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;
|
||||
private Label label_Timing_Lag;
|
||||
private Label label37;
|
||||
private GroupBox groupBox_Lockstep;
|
||||
private Label label_Lockstep_Time;
|
||||
private CheckBox checkBox_Lockstep_Limit;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user