namespace DroneSimulator { partial class Form_Main { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { components = new System.ComponentModel.Container(); timer_Test = new System.Windows.Forms.Timer(components); groupBox1 = new GroupBox(); TeleClientStatusPicture = new PictureBox(); label12 = new Label(); button1 = new Button(); TeleServerPortCtrl = new NumericUpDown(); label8 = new Label(); textBox_Server_Addr = new TextBox(); label2 = new Label(); button_Connect = new Button(); numericUpDown_Server_Port = new NumericUpDown(); label3 = new Label(); label1 = new Label(); groupBox2 = new GroupBox(); label_time_acc = new Label(); label_Acc_Z = new Label(); label7 = new Label(); label_Acc_Y = new Label(); label5 = new Label(); label_Acc_X = new Label(); groupBox3 = new GroupBox(); label_time_gyr = new Label(); label_Gyr_Z = new Label(); label9 = new Label(); label_Gyr_Y = new Label(); label11 = new Label(); label_Gyr_X = new Label(); label13 = new Label(); groupBox4 = new GroupBox(); label_time_range = new Label(); label_Pos_L = new Label(); label6 = new Label(); label_Pos_Y = new Label(); label10 = new Label(); label_Pos_X = new Label(); label14 = new Label(); trackBar_Power = new TrackBar(); button_LL = new Button(); button_UU = new Button(); button_DD = new Button(); button_RR = new Button(); label_Pow = new Label(); button_ML = new Button(); button_MR = new Button(); groupBox5 = new GroupBox(); label_time_of = new Label(); label_OF_Y = new Label(); label17 = new Label(); label_OF_X = new Label(); label19 = new Label(); trackBar_Value = new TrackBar(); label4 = new Label(); label15 = new Label(); label16 = new Label(); label_myq = new Label(); label_simq = new Label(); RC_roll_track = new TrackBar(); RC_roll_label = new Label(); RC_pitch_track = new TrackBar(); RC_pitch_label = new Label(); groupBox1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)TeleClientStatusPicture).BeginInit(); ((System.ComponentModel.ISupportInitialize)TeleServerPortCtrl).BeginInit(); ((System.ComponentModel.ISupportInitialize)numericUpDown_Server_Port).BeginInit(); groupBox2.SuspendLayout(); groupBox3.SuspendLayout(); groupBox4.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)trackBar_Power).BeginInit(); groupBox5.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)trackBar_Value).BeginInit(); ((System.ComponentModel.ISupportInitialize)RC_roll_track).BeginInit(); ((System.ComponentModel.ISupportInitialize)RC_pitch_track).BeginInit(); SuspendLayout(); // // timer_Test // timer_Test.Enabled = true; timer_Test.Interval = 10; timer_Test.Tick += timer_Test_Tick; // // groupBox1 // groupBox1.Controls.Add(TeleClientStatusPicture); groupBox1.Controls.Add(label12); groupBox1.Controls.Add(button1); groupBox1.Controls.Add(TeleServerPortCtrl); groupBox1.Controls.Add(label8); groupBox1.Controls.Add(textBox_Server_Addr); groupBox1.Controls.Add(label2); groupBox1.Controls.Add(button_Connect); groupBox1.Controls.Add(numericUpDown_Server_Port); groupBox1.Controls.Add(label3); groupBox1.Dock = DockStyle.Top; groupBox1.Location = new Point(0, 0); groupBox1.Name = "groupBox1"; groupBox1.Size = new Size(752, 80); groupBox1.TabIndex = 3; groupBox1.TabStop = false; groupBox1.Tag = ""; groupBox1.Text = "Server"; // // TeleClientStatusPicture // TeleClientStatusPicture.Anchor = AnchorStyles.Top | AnchorStyles.Bottom | AnchorStyles.Left; TeleClientStatusPicture.Location = new Point(408, 38); TeleClientStatusPicture.Margin = new Padding(3, 2, 3, 2); TeleClientStatusPicture.Name = "TeleClientStatusPicture"; TeleClientStatusPicture.Size = new Size(21, 18); TeleClientStatusPicture.TabIndex = 9; TeleClientStatusPicture.TabStop = false; // // label12 // label12.AutoSize = true; label12.Location = new Point(344, 38); label12.Name = "label12"; label12.Size = new Size(58, 15); label12.TabIndex = 8; label12.Tag = "#clients_port"; label12.Text = "TeleClient"; // // button1 // button1.BackColor = Color.Transparent; button1.Location = new Point(323, 12); button1.Name = "button1"; button1.Size = new Size(111, 23); button1.TabIndex = 7; button1.Tag = ""; button1.Text = "Run TeleServer"; button1.UseVisualStyleBackColor = false; button1.Click += button1_Click; // // TeleServerPortCtrl // TeleServerPortCtrl.Location = new Point(255, 14); TeleServerPortCtrl.Maximum = new decimal(new int[] { 65000, 0, 0, 0 }); TeleServerPortCtrl.Minimum = new decimal(new int[] { 1, 0, 0, 0 }); TeleServerPortCtrl.Name = "TeleServerPortCtrl"; TeleServerPortCtrl.Size = new Size(62, 23); TeleServerPortCtrl.TabIndex = 6; TeleServerPortCtrl.Value = new decimal(new int[] { 8888, 0, 0, 0 }); // // label8 // label8.AutoSize = true; label8.Location = new Point(217, 16); label8.Name = "label8"; label8.Size = new Size(32, 15); label8.TabIndex = 5; label8.Tag = "#clients_port"; label8.Text = "Port:"; // // textBox_Server_Addr // textBox_Server_Addr.Location = new Point(48, 16); textBox_Server_Addr.Name = "textBox_Server_Addr"; textBox_Server_Addr.Size = new Size(125, 23); textBox_Server_Addr.TabIndex = 4; textBox_Server_Addr.Text = "127.0.0.1"; // // label2 // label2.AutoSize = true; label2.Location = new Point(6, 19); label2.Name = "label2"; label2.Size = new Size(36, 15); label2.TabIndex = 3; label2.Tag = ""; label2.Text = "Addr:"; // // button_Connect // button_Connect.BackColor = Color.Transparent; button_Connect.Location = new Point(112, 46); button_Connect.Name = "button_Connect"; button_Connect.Size = new Size(61, 23); button_Connect.TabIndex = 2; button_Connect.Tag = ""; button_Connect.Text = "Connect"; button_Connect.UseVisualStyleBackColor = false; button_Connect.Click += button_Connect_Click; // // numericUpDown_Server_Port // numericUpDown_Server_Port.Location = new Point(44, 48); numericUpDown_Server_Port.Maximum = new decimal(new int[] { 65000, 0, 0, 0 }); numericUpDown_Server_Port.Minimum = new decimal(new int[] { 1, 0, 0, 0 }); numericUpDown_Server_Port.Name = "numericUpDown_Server_Port"; numericUpDown_Server_Port.Size = new Size(62, 23); numericUpDown_Server_Port.TabIndex = 1; numericUpDown_Server_Port.Value = new decimal(new int[] { 1001, 0, 0, 0 }); // // label3 // label3.AutoSize = true; label3.Location = new Point(6, 50); label3.Name = "label3"; label3.Size = new Size(32, 15); label3.TabIndex = 0; label3.Tag = "#clients_port"; label3.Text = "Port:"; // // label1 // label1.AutoSize = true; label1.Location = new Point(6, 19); label1.Name = "label1"; label1.Size = new Size(17, 15); label1.TabIndex = 4; label1.Text = "X:"; // // groupBox2 // groupBox2.Controls.Add(label_time_acc); groupBox2.Controls.Add(label_Acc_Z); groupBox2.Controls.Add(label7); groupBox2.Controls.Add(label_Acc_Y); groupBox2.Controls.Add(label5); groupBox2.Controls.Add(label_Acc_X); groupBox2.Controls.Add(label1); groupBox2.Location = new Point(6, 86); groupBox2.Name = "groupBox2"; groupBox2.Size = new Size(100, 118); groupBox2.TabIndex = 5; groupBox2.TabStop = false; groupBox2.Text = "Acc"; // // label_time_acc // label_time_acc.AutoSize = true; label_time_acc.Location = new Point(6, 100); label_time_acc.Name = "label_time_acc"; label_time_acc.Size = new Size(13, 15); label_time_acc.TabIndex = 25; label_time_acc.Text = "0"; // // label_Acc_Z // label_Acc_Z.AutoSize = true; label_Acc_Z.Location = new Point(19, 70); label_Acc_Z.Name = "label_Acc_Z"; label_Acc_Z.Size = new Size(13, 15); label_Acc_Z.TabIndex = 9; label_Acc_Z.Text = "0"; // // label7 // label7.AutoSize = true; label7.Location = new Point(6, 70); label7.Name = "label7"; label7.Size = new Size(17, 15); label7.TabIndex = 8; label7.Text = "Z:"; // // label_Acc_Y // label_Acc_Y.AutoSize = true; label_Acc_Y.Location = new Point(19, 45); label_Acc_Y.Name = "label_Acc_Y"; label_Acc_Y.Size = new Size(13, 15); label_Acc_Y.TabIndex = 7; label_Acc_Y.Text = "0"; // // label5 // label5.AutoSize = true; label5.Location = new Point(6, 45); label5.Name = "label5"; label5.Size = new Size(17, 15); label5.TabIndex = 6; label5.Text = "Y:"; // // label_Acc_X // label_Acc_X.AutoSize = true; label_Acc_X.Location = new Point(19, 19); label_Acc_X.Name = "label_Acc_X"; label_Acc_X.Size = new Size(13, 15); label_Acc_X.TabIndex = 5; label_Acc_X.Text = "0"; // // groupBox3 // groupBox3.Controls.Add(label_time_gyr); groupBox3.Controls.Add(label_Gyr_Z); groupBox3.Controls.Add(label9); groupBox3.Controls.Add(label_Gyr_Y); groupBox3.Controls.Add(label11); groupBox3.Controls.Add(label_Gyr_X); groupBox3.Controls.Add(label13); groupBox3.Location = new Point(112, 86); groupBox3.Name = "groupBox3"; groupBox3.Size = new Size(103, 118); groupBox3.TabIndex = 6; groupBox3.TabStop = false; groupBox3.Text = "Gyr"; // // label_time_gyr // label_time_gyr.AutoSize = true; label_time_gyr.Location = new Point(3, 100); label_time_gyr.Name = "label_time_gyr"; label_time_gyr.Size = new Size(13, 15); label_time_gyr.TabIndex = 26; label_time_gyr.Text = "0"; // // label_Gyr_Z // label_Gyr_Z.AutoSize = true; label_Gyr_Z.Location = new Point(19, 70); label_Gyr_Z.Name = "label_Gyr_Z"; label_Gyr_Z.Size = new Size(13, 15); label_Gyr_Z.TabIndex = 9; label_Gyr_Z.Text = "0"; // // label9 // label9.AutoSize = true; label9.Location = new Point(6, 70); label9.Name = "label9"; label9.Size = new Size(17, 15); label9.TabIndex = 8; label9.Text = "Z:"; // // label_Gyr_Y // label_Gyr_Y.AutoSize = true; label_Gyr_Y.Location = new Point(19, 45); label_Gyr_Y.Name = "label_Gyr_Y"; label_Gyr_Y.Size = new Size(13, 15); label_Gyr_Y.TabIndex = 7; label_Gyr_Y.Text = "0"; // // label11 // label11.AutoSize = true; label11.Location = new Point(6, 45); label11.Name = "label11"; label11.Size = new Size(17, 15); label11.TabIndex = 6; label11.Text = "Y:"; // // label_Gyr_X // label_Gyr_X.AutoSize = true; label_Gyr_X.Location = new Point(19, 19); label_Gyr_X.Name = "label_Gyr_X"; label_Gyr_X.Size = new Size(13, 15); label_Gyr_X.TabIndex = 5; label_Gyr_X.Text = "0"; // // label13 // label13.AutoSize = true; label13.Location = new Point(6, 19); label13.Name = "label13"; label13.Size = new Size(17, 15); label13.TabIndex = 4; label13.Text = "X:"; // // groupBox4 // groupBox4.Controls.Add(label_time_range); groupBox4.Controls.Add(label_Pos_L); groupBox4.Controls.Add(label6); groupBox4.Controls.Add(label_Pos_Y); groupBox4.Controls.Add(label10); groupBox4.Controls.Add(label_Pos_X); groupBox4.Controls.Add(label14); groupBox4.Location = new Point(221, 86); groupBox4.Name = "groupBox4"; groupBox4.Size = new Size(103, 118); groupBox4.TabIndex = 7; groupBox4.TabStop = false; groupBox4.Text = "Pos"; // // label_time_range // label_time_range.AutoSize = true; label_time_range.Location = new Point(6, 100); label_time_range.Name = "label_time_range"; label_time_range.Size = new Size(13, 15); label_time_range.TabIndex = 27; label_time_range.Text = "0"; // // label_Pos_L // label_Pos_L.AutoSize = true; label_Pos_L.Location = new Point(19, 70); label_Pos_L.Name = "label_Pos_L"; label_Pos_L.Size = new Size(13, 15); label_Pos_L.TabIndex = 9; label_Pos_L.Text = "0"; // // label6 // label6.AutoSize = true; label6.Location = new Point(6, 70); label6.Name = "label6"; label6.Size = new Size(16, 15); label6.TabIndex = 8; label6.Text = "L:"; // // label_Pos_Y // label_Pos_Y.AutoSize = true; label_Pos_Y.Location = new Point(19, 45); label_Pos_Y.Name = "label_Pos_Y"; label_Pos_Y.Size = new Size(13, 15); label_Pos_Y.TabIndex = 7; label_Pos_Y.Text = "0"; // // label10 // label10.AutoSize = true; label10.Location = new Point(6, 45); label10.Name = "label10"; label10.Size = new Size(17, 15); label10.TabIndex = 6; label10.Text = "Y:"; // // label_Pos_X // label_Pos_X.AutoSize = true; label_Pos_X.Location = new Point(19, 19); label_Pos_X.Name = "label_Pos_X"; label_Pos_X.Size = new Size(13, 15); label_Pos_X.TabIndex = 5; label_Pos_X.Text = "0"; // // label14 // label14.AutoSize = true; label14.Location = new Point(6, 19); label14.Name = "label14"; label14.Size = new Size(17, 15); label14.TabIndex = 4; label14.Text = "X:"; // // trackBar_Power // trackBar_Power.Location = new Point(112, 240); trackBar_Power.Maximum = 100; trackBar_Power.Name = "trackBar_Power"; trackBar_Power.Orientation = Orientation.Vertical; trackBar_Power.Size = new Size(45, 141); trackBar_Power.TabIndex = 12; trackBar_Power.Scroll += trackBar_Power_Scroll; // // button_LL // button_LL.Location = new Point(9, 318); button_LL.Name = "button_LL"; button_LL.Size = new Size(75, 23); button_LL.TabIndex = 13; button_LL.Text = "LL"; button_LL.UseVisualStyleBackColor = true; button_LL.MouseDown += button_UU_MouseDown; button_LL.MouseUp += button_UU_MouseUp; // // button_UU // button_UU.Location = new Point(98, 211); button_UU.Name = "button_UU"; button_UU.Size = new Size(75, 23); button_UU.TabIndex = 14; button_UU.Text = "UU"; button_UU.UseVisualStyleBackColor = true; button_UU.MouseDown += button_UU_MouseDown; button_UU.MouseUp += button_UU_MouseUp; // // button_DD // button_DD.Location = new Point(98, 412); button_DD.Name = "button_DD"; button_DD.Size = new Size(75, 23); button_DD.TabIndex = 15; button_DD.Text = "DD"; button_DD.UseVisualStyleBackColor = true; button_DD.MouseDown += button_UU_MouseDown; button_DD.MouseUp += button_UU_MouseUp; // // button_RR // button_RR.Location = new Point(188, 318); button_RR.Name = "button_RR"; button_RR.Size = new Size(75, 23); button_RR.TabIndex = 16; button_RR.Text = "RR"; button_RR.UseVisualStyleBackColor = true; button_RR.MouseDown += button_UU_MouseDown; button_RR.MouseUp += button_UU_MouseUp; // // label_Pow // label_Pow.AutoSize = true; label_Pow.Location = new Point(126, 384); label_Pow.Name = "label_Pow"; label_Pow.Size = new Size(13, 15); label_Pow.TabIndex = 21; label_Pow.Text = "0"; // // button_ML // button_ML.Location = new Point(9, 211); button_ML.Name = "button_ML"; button_ML.Size = new Size(75, 23); button_ML.TabIndex = 22; button_ML.Text = "<-"; button_ML.UseVisualStyleBackColor = true; button_ML.MouseDown += button_UU_MouseDown; button_ML.MouseUp += button_UU_MouseUp; // // button_MR // button_MR.Location = new Point(188, 211); button_MR.Name = "button_MR"; button_MR.Size = new Size(75, 23); button_MR.TabIndex = 23; button_MR.Text = "->"; button_MR.UseVisualStyleBackColor = true; button_MR.MouseDown += button_UU_MouseDown; button_MR.MouseUp += button_UU_MouseUp; // // groupBox5 // groupBox5.Controls.Add(label_time_of); groupBox5.Controls.Add(label_OF_Y); groupBox5.Controls.Add(label17); groupBox5.Controls.Add(label_OF_X); groupBox5.Controls.Add(label19); groupBox5.Location = new Point(330, 86); groupBox5.Name = "groupBox5"; groupBox5.Size = new Size(104, 118); groupBox5.TabIndex = 24; groupBox5.TabStop = false; groupBox5.Text = "OF"; // // label_time_of // label_time_of.AutoSize = true; label_time_of.Location = new Point(6, 100); label_time_of.Name = "label_time_of"; label_time_of.Size = new Size(13, 15); label_time_of.TabIndex = 27; label_time_of.Text = "0"; // // label_OF_Y // label_OF_Y.AutoSize = true; label_OF_Y.Location = new Point(19, 45); label_OF_Y.Name = "label_OF_Y"; label_OF_Y.Size = new Size(13, 15); label_OF_Y.TabIndex = 7; label_OF_Y.Text = "0"; // // label17 // label17.AutoSize = true; label17.Location = new Point(6, 45); label17.Name = "label17"; label17.Size = new Size(17, 15); label17.TabIndex = 6; label17.Text = "Y:"; // // label_OF_X // label_OF_X.AutoSize = true; label_OF_X.Location = new Point(19, 19); label_OF_X.Name = "label_OF_X"; label_OF_X.Size = new Size(13, 15); label_OF_X.TabIndex = 5; label_OF_X.Text = "0"; // // label19 // label19.AutoSize = true; label19.Location = new Point(6, 19); label19.Name = "label19"; label19.Size = new Size(17, 15); label19.TabIndex = 4; label19.Text = "X:"; // // trackBar_Value // trackBar_Value.Location = new Point(349, 240); trackBar_Value.Maximum = 100; trackBar_Value.Minimum = 1; trackBar_Value.Name = "trackBar_Value"; trackBar_Value.Orientation = Orientation.Vertical; trackBar_Value.Size = new Size(45, 195); trackBar_Value.TabIndex = 25; trackBar_Value.Value = 1; // // label4 // label4.AutoSize = true; label4.Location = new Point(347, 219); label4.Name = "label4"; label4.Size = new Size(47, 15); label4.TabIndex = 26; label4.Text = "POWER"; // // label15 // label15.AutoSize = true; label15.Font = new Font("Segoe UI", 11F); label15.Location = new Point(11, 459); label15.Name = "label15"; label15.Size = new Size(108, 20); label15.TabIndex = 27; label15.Text = "SimQuaternion"; // // label16 // label16.AutoSize = true; label16.Font = new Font("Segoe UI", 11F); label16.Location = new Point(12, 497); label16.Name = "label16"; label16.Size = new Size(103, 20); label16.TabIndex = 28; label16.Text = "MyQuaternion"; // // label_myq // label_myq.AutoSize = true; label_myq.Font = new Font("Segoe UI", 11F); label_myq.Location = new Point(138, 497); label_myq.Name = "label_myq"; label_myq.Size = new Size(103, 20); label_myq.TabIndex = 30; label_myq.Text = "MyQuaternion"; // // label_simq // label_simq.AutoSize = true; label_simq.Font = new Font("Segoe UI", 11F); label_simq.Location = new Point(137, 459); label_simq.Name = "label_simq"; label_simq.Size = new Size(108, 20); label_simq.TabIndex = 29; label_simq.Text = "SimQuaternion"; // // RC_roll_track // RC_roll_track.Location = new Point(502, 226); RC_roll_track.Maximum = 30; RC_roll_track.Minimum = -30; RC_roll_track.Name = "RC_roll_track"; RC_roll_track.Size = new Size(200, 45); RC_roll_track.TabIndex = 31; RC_roll_track.Scroll += RC_roll_track_Scroll; // // RC_roll_label // RC_roll_label.AutoSize = true; RC_roll_label.BackColor = Color.White; RC_roll_label.Font = new Font("Segoe UI", 11.25F, FontStyle.Regular, GraphicsUnit.Point, 204); RC_roll_label.Location = new Point(522, 203); RC_roll_label.Name = "RC_roll_label"; RC_roll_label.Size = new Size(50, 20); RC_roll_label.TabIndex = 32; RC_roll_label.Text = "Roll: 0"; RC_roll_label.TextAlign = ContentAlignment.MiddleLeft; RC_roll_label.Click += RC_roll_label_Click; // // RC_pitch_track // RC_pitch_track.Location = new Point(502, 308); RC_pitch_track.Maximum = 30; RC_pitch_track.Minimum = -30; RC_pitch_track.Name = "RC_pitch_track"; RC_pitch_track.Size = new Size(200, 45); RC_pitch_track.TabIndex = 33; RC_pitch_track.Scroll += RC_pitch_track_Scroll; // // RC_pitch_label // RC_pitch_label.AutoSize = true; RC_pitch_label.BackColor = Color.White; RC_pitch_label.Font = new Font("Segoe UI", 11.25F, FontStyle.Regular, GraphicsUnit.Point, 204); RC_pitch_label.Location = new Point(522, 285); RC_pitch_label.Name = "RC_pitch_label"; RC_pitch_label.Size = new Size(56, 20); RC_pitch_label.TabIndex = 34; RC_pitch_label.Text = "Pitch: 0"; RC_pitch_label.TextAlign = ContentAlignment.MiddleLeft; RC_pitch_label.Click += RC_pitch_label_Click; // // Form_Main // AutoScaleDimensions = new SizeF(7F, 15F); AutoScaleMode = AutoScaleMode.Font; ClientSize = new Size(752, 533); Controls.Add(RC_pitch_label); Controls.Add(RC_pitch_track); Controls.Add(RC_roll_label); Controls.Add(RC_roll_track); Controls.Add(label_myq); Controls.Add(label_simq); Controls.Add(label16); Controls.Add(label15); Controls.Add(label4); Controls.Add(trackBar_Value); Controls.Add(groupBox5); Controls.Add(button_MR); Controls.Add(button_ML); Controls.Add(label_Pow); Controls.Add(button_RR); Controls.Add(button_DD); Controls.Add(button_UU); Controls.Add(button_LL); Controls.Add(trackBar_Power); Controls.Add(groupBox4); Controls.Add(groupBox3); Controls.Add(groupBox2); Controls.Add(groupBox1); MinimumSize = new Size(291, 387); Name = "Form_Main"; Text = "Drone Client V1.0"; FormClosing += Form_Main_FormClosing; groupBox1.ResumeLayout(false); groupBox1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)TeleClientStatusPicture).EndInit(); ((System.ComponentModel.ISupportInitialize)TeleServerPortCtrl).EndInit(); ((System.ComponentModel.ISupportInitialize)numericUpDown_Server_Port).EndInit(); groupBox2.ResumeLayout(false); groupBox2.PerformLayout(); groupBox3.ResumeLayout(false); groupBox3.PerformLayout(); groupBox4.ResumeLayout(false); groupBox4.PerformLayout(); ((System.ComponentModel.ISupportInitialize)trackBar_Power).EndInit(); groupBox5.ResumeLayout(false); groupBox5.PerformLayout(); ((System.ComponentModel.ISupportInitialize)trackBar_Value).EndInit(); ((System.ComponentModel.ISupportInitialize)RC_roll_track).EndInit(); ((System.ComponentModel.ISupportInitialize)RC_pitch_track).EndInit(); ResumeLayout(false); PerformLayout(); } #endregion private System.Windows.Forms.Timer timer_Test; private GroupBox groupBox1; private TextBox textBox_Server_Addr; private Label label2; private Button button_Connect; private NumericUpDown numericUpDown_Server_Port; private Label label3; private Label label1; private GroupBox groupBox2; private Label label_Acc_Y; private Label label5; private Label label_Acc_X; private Label label_Acc_Z; private Label label7; private GroupBox groupBox3; private Label label_Gyr_Z; private Label label9; private Label label_Gyr_Y; private Label label11; private Label label_Gyr_X; private Label label13; private GroupBox groupBox4; private Label label_Pos_L; private Label label6; private Label label_Pos_Y; private Label label10; private Label label_Pos_X; private Label label14; private TrackBar trackBar_Power; private Button button_LL; private Button button_UU; private Button button_DD; private Button button_RR; private Label label_Pow; private Button button_ML; private Button button_MR; private Label label4; private Label label_time_acc; private Label label_time_range; private Label label_time_gyr; private GroupBox groupBox5; private Label label_time_of; private Label label_OF_Y; private Label label17; private Label label_OF_X; private Label label19; private TrackBar trackBar_Value; private Button button1; private NumericUpDown TeleServerPortCtrl; private Label label8; private PictureBox TeleClientStatusPicture; private Label label12; private Label label15; private Label label16; private Label label_myq; private Label label_simq; private TrackBar RC_roll_track; private Label RC_roll_label; private TrackBar RC_pitch_track; private Label RC_pitch_label; } }