namespace Test_1 { partial class Scherm_1 { /// /// 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() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Scherm_1)); this.button2 = new System.Windows.Forms.Button(); this.button3 = new System.Windows.Forms.Button(); this.PortNumber = new System.Windows.Forms.ComboBox(); this.OpenClose = new System.Windows.Forms.Button(); this.textBox2 = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.textBox3 = new System.Windows.Forms.TextBox(); this.label5 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.label7 = new System.Windows.Forms.Label(); this.timer2 = new System.Windows.Forms.Timer(this.components); this.panel1 = new System.Windows.Forms.Panel(); this.Location_update_timer = new System.Windows.Forms.Timer(this.components); this.rx_timer_blink = new System.Windows.Forms.Timer(this.components); this.label8 = new System.Windows.Forms.Label(); this.label9 = new System.Windows.Forms.Label(); this.panel3 = new System.Windows.Forms.Panel(); this.label36 = new System.Windows.Forms.Label(); this.textBox11 = new System.Windows.Forms.TextBox(); this.label12 = new System.Windows.Forms.Label(); this.label13 = new System.Windows.Forms.Label(); this.label10 = new System.Windows.Forms.Label(); this.button1 = new System.Windows.Forms.Button(); this.button4 = new System.Windows.Forms.Button(); this.textBox10 = new System.Windows.Forms.TextBox(); this.panel2 = new System.Windows.Forms.Panel(); this.pictureBox6 = new System.Windows.Forms.PictureBox(); this.pictureBox5 = new System.Windows.Forms.PictureBox(); this.pictureBox4 = new System.Windows.Forms.PictureBox(); this.pictureBox3 = new System.Windows.Forms.PictureBox(); this.pictureBox2 = new System.Windows.Forms.PictureBox(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.label21 = new System.Windows.Forms.Label(); this.panel7 = new System.Windows.Forms.Panel(); this.panel6 = new System.Windows.Forms.Panel(); this.panel5 = new System.Windows.Forms.Panel(); this.label15 = new System.Windows.Forms.Label(); this.panel4 = new System.Windows.Forms.Panel(); this.label16 = new System.Windows.Forms.Label(); this.label17 = new System.Windows.Forms.Label(); this.label18 = new System.Windows.Forms.Label(); this.label19 = new System.Windows.Forms.Label(); this.label20 = new System.Windows.Forms.Label(); this.label22 = new System.Windows.Forms.Label(); this.label23 = new System.Windows.Forms.Label(); this.label24 = new System.Windows.Forms.Label(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.label37 = new System.Windows.Forms.Label(); this.label38 = new System.Windows.Forms.Label(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.button7 = new System.Windows.Forms.Button(); this.button6 = new System.Windows.Forms.Button(); this.bt_reset_waypoints = new System.Windows.Forms.Button(); this.label25 = new System.Windows.Forms.Label(); this.label26 = new System.Windows.Forms.Label(); this.label27 = new System.Windows.Forms.Label(); this.Send_telemetry_data = new System.Windows.Forms.Timer(this.components); this.label28 = new System.Windows.Forms.Label(); this.label29 = new System.Windows.Forms.Label(); this.label30 = new System.Windows.Forms.Label(); this.label31 = new System.Windows.Forms.Label(); this.fly_waypoint_list = new System.Windows.Forms.Timer(this.components); this.label32 = new System.Windows.Forms.Label(); this.label33 = new System.Windows.Forms.Label(); this.label34 = new System.Windows.Forms.Label(); this.label35 = new System.Windows.Forms.Label(); this.flight_timer = new System.Windows.Forms.Timer(this.components); this.groupBox3 = new System.Windows.Forms.GroupBox(); this.label14 = new System.Windows.Forms.Label(); this.label11 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.webView21 = new Microsoft.Web.WebView2.WinForms.WebView2(); this.yoLabel01 = new System.Windows.Forms.Label(); this.btnOffMotor = new System.Windows.Forms.Button(); this.btnTakeOff = new System.Windows.Forms.Button(); this.btnOnMotor = new System.Windows.Forms.Button(); this.btnRTH = new System.Windows.Forms.Button(); this.btnCallAcc = new System.Windows.Forms.Button(); this.btnStartGpsCal = new System.Windows.Forms.Button(); this.btnFinishGpsCal = new System.Windows.Forms.Button(); this.btnGpsHold = new System.Windows.Forms.Button(); this.btnAltHold = new System.Windows.Forms.Button(); this.btnAutoLvl = new System.Windows.Forms.Button(); this.panel3.SuspendLayout(); this.panel2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.panel7.SuspendLayout(); this.panel4.SuspendLayout(); this.groupBox1.SuspendLayout(); this.groupBox2.SuspendLayout(); this.groupBox3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.webView21)).BeginInit(); this.SuspendLayout(); // // button2 // this.button2.Location = new System.Drawing.Point(0, 0); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(75, 23); this.button2.TabIndex = 0; // // button3 // this.button3.Location = new System.Drawing.Point(0, 0); this.button3.Name = "button3"; this.button3.Size = new System.Drawing.Size(75, 23); this.button3.TabIndex = 0; // // PortNumber // this.PortNumber.FormattingEnabled = true; this.PortNumber.Location = new System.Drawing.Point(12, 12); this.PortNumber.Name = "PortNumber"; this.PortNumber.Size = new System.Drawing.Size(107, 21); this.PortNumber.TabIndex = 4; this.PortNumber.Click += new System.EventHandler(this.ComboBox1_Click); // // OpenClose // this.OpenClose.Location = new System.Drawing.Point(134, 12); this.OpenClose.Name = "OpenClose"; this.OpenClose.Size = new System.Drawing.Size(128, 23); this.OpenClose.TabIndex = 5; this.OpenClose.Text = "Open"; this.OpenClose.UseVisualStyleBackColor = true; this.OpenClose.Click += new System.EventHandler(this.OpenClose_Click); // // textBox2 // this.textBox2.BorderStyle = System.Windows.Forms.BorderStyle.None; this.textBox2.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.textBox2.Location = new System.Drawing.Point(102, 9); this.textBox2.Name = "textBox2"; this.textBox2.ReadOnly = true; this.textBox2.Size = new System.Drawing.Size(331, 22); this.textBox2.TabIndex = 7; this.textBox2.Text = "-"; // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label1.Location = new System.Drawing.Point(3, 9); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(93, 21); this.label1.TabIndex = 8; this.label1.Text = "Flight mode"; // // label3 // this.label3.AutoSize = true; this.label3.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label3.Location = new System.Drawing.Point(3, 30); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(45, 21); this.label3.TabIndex = 11; this.label3.Text = "Error"; // // textBox3 // this.textBox3.BorderStyle = System.Windows.Forms.BorderStyle.None; this.textBox3.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.textBox3.Location = new System.Drawing.Point(102, 31); this.textBox3.Name = "textBox3"; this.textBox3.ReadOnly = true; this.textBox3.Size = new System.Drawing.Size(331, 22); this.textBox3.TabIndex = 12; this.textBox3.Text = "-"; // // label5 // this.label5.AutoSize = true; this.label5.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label5.Location = new System.Drawing.Point(8, 26); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(66, 21); this.label5.TabIndex = 16; this.label5.Text = "Latitude"; // // label6 // this.label6.AutoSize = true; this.label6.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label6.Location = new System.Drawing.Point(8, 52); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(80, 21); this.label6.TabIndex = 18; this.label6.Text = "Longitude"; // // label7 // this.label7.AutoSize = true; this.label7.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label7.Location = new System.Drawing.Point(8, 78); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(68, 21); this.label7.TabIndex = 20; this.label7.Text = "Heading"; // // timer2 // this.timer2.Enabled = true; this.timer2.Tick += new System.EventHandler(this.Timer2_Tick); // // panel1 // this.panel1.Location = new System.Drawing.Point(267, 17); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(18, 21); this.panel1.TabIndex = 22; // // Location_update_timer // this.Location_update_timer.Enabled = true; this.Location_update_timer.Interval = 2000; this.Location_update_timer.Tick += new System.EventHandler(this.Location_update_timer_Tick); // // rx_timer_blink // this.rx_timer_blink.Enabled = true; this.rx_timer_blink.Interval = 200; this.rx_timer_blink.Tick += new System.EventHandler(this.Rx_timer_blink_Tick); // // label8 // this.label8.AutoSize = true; this.label8.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label8.Location = new System.Drawing.Point(8, 104); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(64, 21); this.label8.TabIndex = 27; this.label8.Text = "Altitude"; // // label9 // this.label9.AutoSize = true; this.label9.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label9.Location = new System.Drawing.Point(8, 130); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(95, 21); this.label9.TabIndex = 28; this.label9.Text = "Max altitude"; // // panel3 // this.panel3.Controls.Add(this.label36); this.panel3.Controls.Add(this.textBox11); this.panel3.Location = new System.Drawing.Point(298, 7); this.panel3.Name = "panel3"; this.panel3.Size = new System.Drawing.Size(693, 61); this.panel3.TabIndex = 34; // // label36 // this.label36.Font = new System.Drawing.Font("Consolas", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label36.Location = new System.Drawing.Point(533, 30); this.label36.Name = "label36"; this.label36.Size = new System.Drawing.Size(130, 27); this.label36.TabIndex = 51; this.label36.Text = "00:00:00"; // // textBox11 // this.textBox11.BackColor = System.Drawing.SystemColors.Control; this.textBox11.BorderStyle = System.Windows.Forms.BorderStyle.None; this.textBox11.Font = new System.Drawing.Font("Microsoft Sans Serif", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.textBox11.Location = new System.Drawing.Point(85, 10); this.textBox11.Name = "textBox11"; this.textBox11.ReadOnly = true; this.textBox11.Size = new System.Drawing.Size(418, 33); this.textBox11.TabIndex = 0; this.textBox11.Text = "Yo The King Flight Monitor"; this.textBox11.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // label12 // this.label12.BackColor = System.Drawing.Color.Transparent; this.label12.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label12.ForeColor = System.Drawing.Color.Red; this.label12.Location = new System.Drawing.Point(637, 308); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(17, 17); this.label12.TabIndex = 38; this.label12.Text = "H"; this.label12.Visible = false; // // label13 // this.label13.AutoSize = true; this.label13.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label13.Location = new System.Drawing.Point(7, 154); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(99, 21); this.label13.TabIndex = 39; this.label13.Text = "LOS distance"; // // label10 // this.label10.AutoSize = true; this.label10.Location = new System.Drawing.Point(14, 67); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(34, 13); this.label10.TabIndex = 30; this.label10.Text = "Zoom"; // // button1 // this.button1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.button1.Location = new System.Drawing.Point(10, 135); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(43, 20); this.button1.TabIndex = 31; this.button1.Text = "-"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.Button1_Click); // // button4 // this.button4.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.button4.Location = new System.Drawing.Point(10, 83); this.button4.Name = "button4"; this.button4.Size = new System.Drawing.Size(43, 20); this.button4.TabIndex = 32; this.button4.Text = "+"; this.button4.UseVisualStyleBackColor = true; this.button4.Click += new System.EventHandler(this.Button4_Click); // // textBox10 // this.textBox10.Location = new System.Drawing.Point(10, 109); this.textBox10.Name = "textBox10"; this.textBox10.ReadOnly = true; this.textBox10.Size = new System.Drawing.Size(43, 20); this.textBox10.TabIndex = 33; this.textBox10.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // panel2 // this.panel2.Controls.Add(this.pictureBox6); this.panel2.Controls.Add(this.pictureBox5); this.panel2.Controls.Add(this.pictureBox4); this.panel2.Controls.Add(this.pictureBox3); this.panel2.Controls.Add(this.pictureBox2); this.panel2.Controls.Add(this.pictureBox1); this.panel2.Controls.Add(this.label21); this.panel2.Controls.Add(this.panel7); this.panel2.Controls.Add(this.textBox10); this.panel2.Controls.Add(this.button4); this.panel2.Controls.Add(this.button1); this.panel2.Controls.Add(this.label10); this.panel2.Controls.Add(this.label15); this.panel2.Location = new System.Drawing.Point(940, 10); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(61, 503); this.panel2.TabIndex = 33; // // pictureBox6 // this.pictureBox6.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox6.Image"))); this.pictureBox6.Location = new System.Drawing.Point(15, 213); this.pictureBox6.Name = "pictureBox6"; this.pictureBox6.Size = new System.Drawing.Size(30, 30); this.pictureBox6.TabIndex = 56; this.pictureBox6.TabStop = false; // // pictureBox5 // this.pictureBox5.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox5.Image"))); this.pictureBox5.Location = new System.Drawing.Point(15, 213); this.pictureBox5.Name = "pictureBox5"; this.pictureBox5.Size = new System.Drawing.Size(30, 30); this.pictureBox5.TabIndex = 55; this.pictureBox5.TabStop = false; // // pictureBox4 // this.pictureBox4.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox4.Image"))); this.pictureBox4.Location = new System.Drawing.Point(15, 213); this.pictureBox4.Name = "pictureBox4"; this.pictureBox4.Size = new System.Drawing.Size(30, 30); this.pictureBox4.TabIndex = 54; this.pictureBox4.TabStop = false; // // pictureBox3 // this.pictureBox3.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox3.Image"))); this.pictureBox3.InitialImage = ((System.Drawing.Image)(resources.GetObject("pictureBox3.InitialImage"))); this.pictureBox3.Location = new System.Drawing.Point(9, 14); this.pictureBox3.Name = "pictureBox3"; this.pictureBox3.Size = new System.Drawing.Size(40, 40); this.pictureBox3.TabIndex = 53; this.pictureBox3.TabStop = false; this.pictureBox3.Visible = false; // // pictureBox2 // this.pictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image"))); this.pictureBox2.InitialImage = ((System.Drawing.Image)(resources.GetObject("pictureBox2.InitialImage"))); this.pictureBox2.Location = new System.Drawing.Point(9, 14); this.pictureBox2.Name = "pictureBox2"; this.pictureBox2.Size = new System.Drawing.Size(40, 40); this.pictureBox2.TabIndex = 52; this.pictureBox2.TabStop = false; this.pictureBox2.Visible = false; // // pictureBox1 // this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image"))); this.pictureBox1.InitialImage = ((System.Drawing.Image)(resources.GetObject("pictureBox1.InitialImage"))); this.pictureBox1.Location = new System.Drawing.Point(9, 14); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(40, 40); this.pictureBox1.TabIndex = 51; this.pictureBox1.TabStop = false; // // label21 // this.label21.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label21.Location = new System.Drawing.Point(3, 324); this.label21.Name = "label21"; this.label21.Size = new System.Drawing.Size(55, 21); this.label21.TabIndex = 48; this.label21.Text = "-"; // // panel7 // this.panel7.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.panel7.Controls.Add(this.panel6); this.panel7.Controls.Add(this.panel5); this.panel7.Location = new System.Drawing.Point(15, 357); this.panel7.Name = "panel7"; this.panel7.Size = new System.Drawing.Size(35, 137); this.panel7.TabIndex = 50; // // panel6 // this.panel6.BackColor = System.Drawing.SystemColors.ButtonFace; this.panel6.Location = new System.Drawing.Point(1, 1); this.panel6.Name = "panel6"; this.panel6.Size = new System.Drawing.Size(34, 134); this.panel6.TabIndex = 50; // // panel5 // this.panel5.BackColor = System.Drawing.Color.Lime; this.panel5.Location = new System.Drawing.Point(1, 1); this.panel5.Name = "panel5"; this.panel5.Size = new System.Drawing.Size(34, 134); this.panel5.TabIndex = 49; // // label15 // this.label15.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label15.Location = new System.Drawing.Point(8, 252); this.label15.Name = "label15"; this.label15.Size = new System.Drawing.Size(44, 21); this.label15.TabIndex = 42; this.label15.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // panel4 // this.panel4.Controls.Add(this.label1); this.panel4.Controls.Add(this.label3); this.panel4.Controls.Add(this.textBox2); this.panel4.Controls.Add(this.textBox3); this.panel4.Location = new System.Drawing.Point(298, 510); this.panel4.Name = "panel4"; this.panel4.Size = new System.Drawing.Size(693, 65); this.panel4.TabIndex = 35; // // label16 // this.label16.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label16.Location = new System.Drawing.Point(126, 26); this.label16.Name = "label16"; this.label16.Size = new System.Drawing.Size(128, 21); this.label16.TabIndex = 43; this.label16.Text = "-"; // // label17 // this.label17.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label17.Location = new System.Drawing.Point(126, 52); this.label17.Name = "label17"; this.label17.Size = new System.Drawing.Size(128, 21); this.label17.TabIndex = 44; this.label17.Text = "-"; // // label18 // this.label18.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label18.Location = new System.Drawing.Point(126, 78); this.label18.Name = "label18"; this.label18.Size = new System.Drawing.Size(128, 21); this.label18.TabIndex = 45; this.label18.Text = "-"; // // label19 // this.label19.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label19.Location = new System.Drawing.Point(126, 104); this.label19.Name = "label19"; this.label19.Size = new System.Drawing.Size(128, 21); this.label19.TabIndex = 46; this.label19.Text = "-"; // // label20 // this.label20.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label20.Location = new System.Drawing.Point(126, 130); this.label20.Name = "label20"; this.label20.Size = new System.Drawing.Size(128, 21); this.label20.TabIndex = 47; this.label20.Text = "-"; // // label22 // this.label22.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label22.Location = new System.Drawing.Point(126, 154); this.label22.Name = "label22"; this.label22.Size = new System.Drawing.Size(128, 21); this.label22.TabIndex = 49; this.label22.Text = "-"; // // label23 // this.label23.AutoSize = true; this.label23.BackColor = System.Drawing.Color.Yellow; this.label23.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label23.ForeColor = System.Drawing.Color.Red; this.label23.Location = new System.Drawing.Point(329, 480); this.label23.Name = "label23"; this.label23.Size = new System.Drawing.Size(19, 15); this.label23.TabIndex = 50; this.label23.Text = "W"; this.label23.Visible = false; // // label24 // this.label24.AutoSize = true; this.label24.Font = new System.Drawing.Font("Segoe UI", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label24.ForeColor = System.Drawing.Color.Red; this.label24.Location = new System.Drawing.Point(41, 46); this.label24.Name = "label24"; this.label24.Size = new System.Drawing.Size(201, 30); this.label24.TabIndex = 51; this.label24.Text = "!!Connection Lost!!"; this.label24.Visible = false; // // groupBox1 // this.groupBox1.Controls.Add(this.label37); this.groupBox1.Controls.Add(this.label38); this.groupBox1.Controls.Add(this.label22); this.groupBox1.Controls.Add(this.label5); this.groupBox1.Controls.Add(this.label6); this.groupBox1.Controls.Add(this.label20); this.groupBox1.Controls.Add(this.label7); this.groupBox1.Controls.Add(this.label19); this.groupBox1.Controls.Add(this.label8); this.groupBox1.Controls.Add(this.label18); this.groupBox1.Controls.Add(this.label9); this.groupBox1.Controls.Add(this.label17); this.groupBox1.Controls.Add(this.label16); this.groupBox1.Controls.Add(this.label13); this.groupBox1.Font = new System.Drawing.Font("Arial", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.groupBox1.Location = new System.Drawing.Point(12, 93); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(280, 218); this.groupBox1.TabIndex = 52; this.groupBox1.TabStop = false; this.groupBox1.Text = "Telemetry data"; // // label37 // this.label37.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label37.Location = new System.Drawing.Point(126, 178); this.label37.Name = "label37"; this.label37.Size = new System.Drawing.Size(128, 21); this.label37.TabIndex = 51; this.label37.Text = "-"; // // label38 // this.label38.AutoSize = true; this.label38.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label38.Location = new System.Drawing.Point(8, 178); this.label38.Name = "label38"; this.label38.Size = new System.Drawing.Size(97, 21); this.label38.TabIndex = 50; this.label38.Text = "Temperature"; // // groupBox2 // this.groupBox2.Controls.Add(this.button7); this.groupBox2.Controls.Add(this.button6); this.groupBox2.Controls.Add(this.bt_reset_waypoints); this.groupBox2.Controls.Add(this.label25); this.groupBox2.Controls.Add(this.label26); this.groupBox2.Font = new System.Drawing.Font("Arial", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.groupBox2.Location = new System.Drawing.Point(12, 462); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(280, 113); this.groupBox2.TabIndex = 53; this.groupBox2.TabStop = false; this.groupBox2.Text = "Waypoints"; // // button7 // this.button7.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.button7.Location = new System.Drawing.Point(190, 70); this.button7.Name = "button7"; this.button7.Size = new System.Drawing.Size(83, 23); this.button7.TabIndex = 57; this.button7.Text = "Fly list"; this.button7.UseVisualStyleBackColor = true; this.button7.Click += new System.EventHandler(this.Button7_Click); // // button6 // this.button6.Enabled = false; this.button6.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.button6.Location = new System.Drawing.Point(101, 70); this.button6.Name = "button6"; this.button6.Size = new System.Drawing.Size(83, 23); this.button6.TabIndex = 56; this.button6.Text = "Create list"; this.button6.UseVisualStyleBackColor = true; this.button6.Click += new System.EventHandler(this.Button6_Click); // // bt_reset_waypoints // this.bt_reset_waypoints.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.bt_reset_waypoints.Location = new System.Drawing.Point(12, 70); this.bt_reset_waypoints.Name = "bt_reset_waypoints"; this.bt_reset_waypoints.Size = new System.Drawing.Size(83, 23); this.bt_reset_waypoints.TabIndex = 55; this.bt_reset_waypoints.Text = "Reset"; this.bt_reset_waypoints.UseVisualStyleBackColor = true; this.bt_reset_waypoints.Click += new System.EventHandler(this.BT_reset_waypoints); // // label25 // this.label25.AutoSize = true; this.label25.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label25.Location = new System.Drawing.Point(8, 37); this.label25.Name = "label25"; this.label25.Size = new System.Drawing.Size(90, 21); this.label25.TabIndex = 50; this.label25.Text = "Send status"; // // label26 // this.label26.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label26.Location = new System.Drawing.Point(126, 37); this.label26.Name = "label26"; this.label26.Size = new System.Drawing.Size(148, 21); this.label26.TabIndex = 51; this.label26.Text = "-"; // // label27 // this.label27.AutoSize = true; this.label27.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label27.ForeColor = System.Drawing.Color.Red; this.label27.Location = new System.Drawing.Point(33, 50); this.label27.Name = "label27"; this.label27.Size = new System.Drawing.Size(225, 21); this.label27.TabIndex = 54; this.label27.Text = "Waiting for telemetry signal"; this.label27.Visible = false; // // Send_telemetry_data // this.Send_telemetry_data.Interval = 1800; this.Send_telemetry_data.Tick += new System.EventHandler(this.Send_telemetry_data_Tick); // // label28 // this.label28.AutoSize = true; this.label28.BackColor = System.Drawing.Color.Yellow; this.label28.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label28.ForeColor = System.Drawing.Color.Red; this.label28.Location = new System.Drawing.Point(354, 480); this.label28.Name = "label28"; this.label28.Size = new System.Drawing.Size(15, 15); this.label28.TabIndex = 55; this.label28.Text = "1"; this.label28.Visible = false; // // label29 // this.label29.AutoSize = true; this.label29.BackColor = System.Drawing.Color.Yellow; this.label29.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label29.ForeColor = System.Drawing.Color.Red; this.label29.Location = new System.Drawing.Point(375, 480); this.label29.Name = "label29"; this.label29.Size = new System.Drawing.Size(15, 15); this.label29.TabIndex = 56; this.label29.Text = "2"; this.label29.Visible = false; // // label30 // this.label30.AutoSize = true; this.label30.BackColor = System.Drawing.Color.Yellow; this.label30.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label30.ForeColor = System.Drawing.Color.Red; this.label30.Location = new System.Drawing.Point(397, 480); this.label30.Name = "label30"; this.label30.Size = new System.Drawing.Size(15, 15); this.label30.TabIndex = 57; this.label30.Text = "3"; this.label30.Visible = false; // // label31 // this.label31.AutoSize = true; this.label31.BackColor = System.Drawing.Color.Yellow; this.label31.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label31.ForeColor = System.Drawing.Color.Red; this.label31.Location = new System.Drawing.Point(418, 480); this.label31.Name = "label31"; this.label31.Size = new System.Drawing.Size(15, 15); this.label31.TabIndex = 58; this.label31.Text = "4"; this.label31.Visible = false; // // fly_waypoint_list // this.fly_waypoint_list.Tick += new System.EventHandler(this.Fly_waypoint_list_Tick); // // label32 // this.label32.AutoSize = true; this.label32.BackColor = System.Drawing.Color.Yellow; this.label32.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label32.ForeColor = System.Drawing.Color.Red; this.label32.Location = new System.Drawing.Point(439, 480); this.label32.Name = "label32"; this.label32.Size = new System.Drawing.Size(15, 15); this.label32.TabIndex = 59; this.label32.Text = "5"; this.label32.Visible = false; // // label33 // this.label33.AutoSize = true; this.label33.BackColor = System.Drawing.Color.Yellow; this.label33.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label33.ForeColor = System.Drawing.Color.Red; this.label33.Location = new System.Drawing.Point(460, 480); this.label33.Name = "label33"; this.label33.Size = new System.Drawing.Size(15, 15); this.label33.TabIndex = 60; this.label33.Text = "6"; this.label33.Visible = false; // // label34 // this.label34.AutoSize = true; this.label34.BackColor = System.Drawing.Color.Yellow; this.label34.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label34.ForeColor = System.Drawing.Color.Red; this.label34.Location = new System.Drawing.Point(481, 480); this.label34.Name = "label34"; this.label34.Size = new System.Drawing.Size(15, 15); this.label34.TabIndex = 61; this.label34.Text = "7"; this.label34.Visible = false; // // label35 // this.label35.AutoSize = true; this.label35.BackColor = System.Drawing.Color.Yellow; this.label35.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label35.ForeColor = System.Drawing.Color.Red; this.label35.Location = new System.Drawing.Point(502, 480); this.label35.Name = "label35"; this.label35.Size = new System.Drawing.Size(15, 15); this.label35.TabIndex = 62; this.label35.Text = "8"; this.label35.Visible = false; // // flight_timer // this.flight_timer.Interval = 1000; this.flight_timer.Tick += new System.EventHandler(this.Flight_timer_Tick); // // groupBox3 // this.groupBox3.Controls.Add(this.label14); this.groupBox3.Controls.Add(this.label11); this.groupBox3.Controls.Add(this.label4); this.groupBox3.Controls.Add(this.label2); this.groupBox3.Font = new System.Drawing.Font("Arial", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.groupBox3.Location = new System.Drawing.Point(12, 334); this.groupBox3.Name = "groupBox3"; this.groupBox3.Size = new System.Drawing.Size(280, 106); this.groupBox3.TabIndex = 63; this.groupBox3.TabStop = false; this.groupBox3.Text = "Attitude"; // // label14 // this.label14.AutoSize = true; this.label14.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label14.Location = new System.Drawing.Point(118, 63); this.label14.Name = "label14"; this.label14.Size = new System.Drawing.Size(16, 21); this.label14.TabIndex = 53; this.label14.Text = "-"; // // label11 // this.label11.AutoSize = true; this.label11.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label11.Location = new System.Drawing.Point(8, 63); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(79, 21); this.label11.TabIndex = 52; this.label11.Text = "Roll angle"; // // label4 // this.label4.AutoSize = true; this.label4.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label4.Location = new System.Drawing.Point(118, 33); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(16, 21); this.label4.TabIndex = 51; this.label4.Text = "-"; // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label2.Location = new System.Drawing.Point(8, 33); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(86, 21); this.label2.TabIndex = 50; this.label2.Text = "Pitch angle"; // // webView21 // this.webView21.AllowExternalDrop = true; this.webView21.CreationProperties = null; this.webView21.DefaultBackgroundColor = System.Drawing.Color.White; this.webView21.Location = new System.Drawing.Point(298, 67); this.webView21.Name = "webView21"; this.webView21.Size = new System.Drawing.Size(644, 443); this.webView21.TabIndex = 64; this.webView21.ZoomFactor = 1D; // // yoLabel01 // this.yoLabel01.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.yoLabel01.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.yoLabel01.Location = new System.Drawing.Point(1010, 7); this.yoLabel01.Name = "yoLabel01"; this.yoLabel01.Size = new System.Drawing.Size(277, 205); this.yoLabel01.TabIndex = 65; this.yoLabel01.Text = "yoLabel01"; // // btnOffMotor // this.btnOffMotor.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnOffMotor.Location = new System.Drawing.Point(1010, 517); this.btnOffMotor.Name = "btnOffMotor"; this.btnOffMotor.Size = new System.Drawing.Size(124, 51); this.btnOffMotor.TabIndex = 66; this.btnOffMotor.Text = "OFF MOTOR"; this.btnOffMotor.UseVisualStyleBackColor = true; this.btnOffMotor.Click += new System.EventHandler(this.btnOffMotor_Click); // // btnTakeOff // this.btnTakeOff.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnTakeOff.Location = new System.Drawing.Point(1010, 460); this.btnTakeOff.Name = "btnTakeOff"; this.btnTakeOff.Size = new System.Drawing.Size(124, 51); this.btnTakeOff.TabIndex = 67; this.btnTakeOff.Text = "TAKE OFF"; this.btnTakeOff.UseVisualStyleBackColor = true; this.btnTakeOff.Click += new System.EventHandler(this.btnTakeOff_Click); // // btnOnMotor // this.btnOnMotor.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnOnMotor.Location = new System.Drawing.Point(1163, 517); this.btnOnMotor.Name = "btnOnMotor"; this.btnOnMotor.Size = new System.Drawing.Size(124, 51); this.btnOnMotor.TabIndex = 68; this.btnOnMotor.Text = "ON MOTOR"; this.btnOnMotor.UseVisualStyleBackColor = true; this.btnOnMotor.Click += new System.EventHandler(this.btnOnMotor_Click); // // btnRTH // this.btnRTH.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnRTH.Location = new System.Drawing.Point(1010, 403); this.btnRTH.Name = "btnRTH"; this.btnRTH.Size = new System.Drawing.Size(124, 51); this.btnRTH.TabIndex = 69; this.btnRTH.Text = "RTH"; this.btnRTH.UseVisualStyleBackColor = true; this.btnRTH.Click += new System.EventHandler(this.btnRTH_Click); // // btnCallAcc // this.btnCallAcc.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnCallAcc.Location = new System.Drawing.Point(1163, 460); this.btnCallAcc.Name = "btnCallAcc"; this.btnCallAcc.Size = new System.Drawing.Size(124, 51); this.btnCallAcc.TabIndex = 70; this.btnCallAcc.Text = "CALLIBRATE ACCELEROMETER"; this.btnCallAcc.UseVisualStyleBackColor = true; this.btnCallAcc.Click += new System.EventHandler(this.btnCallAcc_Click); // // btnStartGpsCal // this.btnStartGpsCal.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnStartGpsCal.Location = new System.Drawing.Point(1163, 403); this.btnStartGpsCal.Name = "btnStartGpsCal"; this.btnStartGpsCal.Size = new System.Drawing.Size(124, 51); this.btnStartGpsCal.TabIndex = 71; this.btnStartGpsCal.Text = "START GPS CALLIBRATION"; this.btnStartGpsCal.UseVisualStyleBackColor = true; this.btnStartGpsCal.Click += new System.EventHandler(this.btnStartGpsCal_Click); // // btnFinishGpsCal // this.btnFinishGpsCal.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnFinishGpsCal.Location = new System.Drawing.Point(1163, 346); this.btnFinishGpsCal.Name = "btnFinishGpsCal"; this.btnFinishGpsCal.Size = new System.Drawing.Size(124, 51); this.btnFinishGpsCal.TabIndex = 72; this.btnFinishGpsCal.Text = "FINISH GPS CALLIBRATION"; this.btnFinishGpsCal.UseVisualStyleBackColor = true; this.btnFinishGpsCal.Click += new System.EventHandler(this.btnFinishGpsCal_Click); // // btnGpsHold // this.btnGpsHold.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnGpsHold.Location = new System.Drawing.Point(1010, 346); this.btnGpsHold.Name = "btnGpsHold"; this.btnGpsHold.Size = new System.Drawing.Size(124, 51); this.btnGpsHold.TabIndex = 73; this.btnGpsHold.Text = "GPS HOLD"; this.btnGpsHold.UseVisualStyleBackColor = true; this.btnGpsHold.Click += new System.EventHandler(this.btnGpsHold_Click); // // btnAltHold // this.btnAltHold.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnAltHold.Location = new System.Drawing.Point(1010, 289); this.btnAltHold.Name = "btnAltHold"; this.btnAltHold.Size = new System.Drawing.Size(124, 51); this.btnAltHold.TabIndex = 74; this.btnAltHold.Text = "ALTITUDE HOLD"; this.btnAltHold.UseVisualStyleBackColor = true; this.btnAltHold.Click += new System.EventHandler(this.btnAltHold_Click); // // btnAutoLvl // this.btnAutoLvl.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnAutoLvl.Location = new System.Drawing.Point(1010, 232); this.btnAutoLvl.Name = "btnAutoLvl"; this.btnAutoLvl.Size = new System.Drawing.Size(124, 51); this.btnAutoLvl.TabIndex = 75; this.btnAutoLvl.Text = "AUTO LEVEL"; this.btnAutoLvl.UseVisualStyleBackColor = true; this.btnAutoLvl.Click += new System.EventHandler(this.btnAutoLvl_Click); // // Scherm_1 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoSize = true; this.ClientSize = new System.Drawing.Size(1299, 587); this.Controls.Add(this.btnAutoLvl); this.Controls.Add(this.btnAltHold); this.Controls.Add(this.btnGpsHold); this.Controls.Add(this.btnFinishGpsCal); this.Controls.Add(this.btnStartGpsCal); this.Controls.Add(this.btnCallAcc); this.Controls.Add(this.btnRTH); this.Controls.Add(this.btnOnMotor); this.Controls.Add(this.btnTakeOff); this.Controls.Add(this.btnOffMotor); this.Controls.Add(this.yoLabel01); this.Controls.Add(this.label12); this.Controls.Add(this.label35); this.Controls.Add(this.label34); this.Controls.Add(this.label33); this.Controls.Add(this.label32); this.Controls.Add(this.label31); this.Controls.Add(this.label30); this.Controls.Add(this.label29); this.Controls.Add(this.label28); this.Controls.Add(this.label23); this.Controls.Add(this.webView21); this.Controls.Add(this.groupBox3); this.Controls.Add(this.panel2); this.Controls.Add(this.label27); this.Controls.Add(this.groupBox2); this.Controls.Add(this.groupBox1); this.Controls.Add(this.label24); this.Controls.Add(this.panel4); this.Controls.Add(this.panel3); this.Controls.Add(this.panel1); this.Controls.Add(this.OpenClose); this.Controls.Add(this.PortNumber); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "Scherm_1"; this.Text = "YMFC-32 Flight Monitor"; this.panel3.ResumeLayout(false); this.panel3.PerformLayout(); this.panel2.ResumeLayout(false); this.panel2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); this.panel7.ResumeLayout(false); this.panel4.ResumeLayout(false); this.panel4.PerformLayout(); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.groupBox2.ResumeLayout(false); this.groupBox2.PerformLayout(); this.groupBox3.ResumeLayout(false); this.groupBox3.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.webView21)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } /*private void WebBrowser1_DocumentCompleted(object sender, System.Windows.Forms.WebBrowserDocumentCompletedEventArgs e) { throw new System.NotImplementedException(); }*/ #endregion public System.Windows.Forms.Button button2; public bool create_waypoint_list; public int time_counter, receive_buffer_counter, receive_start_detect; public byte[] receive_buffer = new byte[50]; public byte[] send_buffer = new byte[20]; public byte receive_byte_previous, webbrouwser_1_ready, webbrouwser_2_ready, home_gps_set; public byte check_byte, temp_byte, start; public byte first_receive, received_data, webbrouwser_active; public long milliseconds, last_receive; public double ground_distance, los_distance; public int zoom = 17; public short temperature; public int error, flight_mode, roll_angle, pitch_angle; public int altitude_meters, max_altitude_meters, takeoff_throttle, actual_compass_heading, heading_lock, number_used_sats, fix_type, l_lat_gps, l_lon_gps, home_lat_gps, home_lon_gps; public int click_lat, click_lon; public int waypoint_list_counter, send_telemetry_data_counter, waypoint_send_step; public int[] waypoint_click_lat = new int[10]; public int[] waypoint_click_lon = new int[10]; public int flight_timer_seconds; public int new_telemetry_data_to_send; public int battery_bar_level; public float battery_voltage, adjustable_setting_1, adjustable_setting_2, adjustable_setting_3; public string location_address; public System.Windows.Forms.Button button3; private System.Windows.Forms.ComboBox PortNumber; public System.Windows.Forms.Button OpenClose; public System.Windows.Forms.TextBox textBox2; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label3; public System.Windows.Forms.TextBox textBox3; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label6; private System.Windows.Forms.Label label7; private System.Windows.Forms.Timer timer2; //private System.Windows.Forms.WebBrowser webBrowser1; public System.Windows.Forms.Panel panel1; private System.Windows.Forms.Timer Location_update_timer; private System.Windows.Forms.Timer rx_timer_blink; //private System.Windows.Forms.WebBrowser webBrowser2; private System.Windows.Forms.Label label8; private System.Windows.Forms.Label label9; private System.Windows.Forms.Panel panel3; private System.Windows.Forms.TextBox textBox11; private System.Windows.Forms.Label label12; private System.Windows.Forms.Label label13; private System.Windows.Forms.Label label10; private System.Windows.Forms.Button button1; private System.Windows.Forms.Button button4; private System.Windows.Forms.TextBox textBox10; private System.Windows.Forms.Panel panel2; private System.Windows.Forms.Panel panel4; private System.Windows.Forms.Label label15; private System.Windows.Forms.Label label16; private System.Windows.Forms.Label label17; private System.Windows.Forms.Label label18; private System.Windows.Forms.Label label19; private System.Windows.Forms.Label label20; private System.Windows.Forms.Label label21; private System.Windows.Forms.Label label22; private System.Windows.Forms.Label label23; private System.Windows.Forms.Label label24; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.GroupBox groupBox2; private System.Windows.Forms.Label label25; private System.Windows.Forms.Label label26; private System.Windows.Forms.Timer Send_telemetry_data; public System.Windows.Forms.Label label27; private System.Windows.Forms.Button bt_reset_waypoints; private System.Windows.Forms.Button button6; private System.Windows.Forms.Label label28; private System.Windows.Forms.Label label29; private System.Windows.Forms.Label label30; private System.Windows.Forms.Label label31; private System.Windows.Forms.Button button7; private System.Windows.Forms.Timer fly_waypoint_list; private System.Windows.Forms.Label label32; private System.Windows.Forms.Label label33; private System.Windows.Forms.Label label34; private System.Windows.Forms.Label label35; private System.Windows.Forms.Timer flight_timer; private System.Windows.Forms.Label label36; private System.Windows.Forms.Panel panel5; private System.Windows.Forms.Panel panel6; private System.Windows.Forms.Panel panel7; private System.Windows.Forms.PictureBox pictureBox2; private System.Windows.Forms.PictureBox pictureBox1; private System.Windows.Forms.PictureBox pictureBox3; private System.Windows.Forms.PictureBox pictureBox4; private System.Windows.Forms.PictureBox pictureBox5; private System.Windows.Forms.PictureBox pictureBox6; private System.Windows.Forms.GroupBox groupBox3; private System.Windows.Forms.Label label14; private System.Windows.Forms.Label label11; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label37; private System.Windows.Forms.Label label38; private Microsoft.Web.WebView2.WinForms.WebView2 webView21; private System.Windows.Forms.Label yoLabel01; private System.Windows.Forms.Button btnOffMotor; private System.Windows.Forms.Button btnTakeOff; private System.Windows.Forms.Button btnOnMotor; private System.Windows.Forms.Button btnRTH; private System.Windows.Forms.Button btnCallAcc; private System.Windows.Forms.Button btnStartGpsCal; private System.Windows.Forms.Button btnFinishGpsCal; private System.Windows.Forms.Button btnGpsHold; private System.Windows.Forms.Button btnAltHold; private System.Windows.Forms.Button btnAutoLvl; } }