You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
308 lines
16 KiB
308 lines
16 KiB
namespace Client
|
|
{
|
|
partial class client
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
this.components = new System.ComponentModel.Container();
|
|
this.CMB_comport = new System.Windows.Forms.ComboBox();
|
|
this.but_connect = new System.Windows.Forms.Button();
|
|
this.serialPort1 = new System.IO.Ports.SerialPort(this.components);
|
|
this.listBox1 = new System.Windows.Forms.ListBox();
|
|
this.mav_messages_Label = new System.Windows.Forms.Label();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.txt_vehicleType = new System.Windows.Forms.TextBox();
|
|
this.txt_autopilot = new System.Windows.Forms.TextBox();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.txt_baseMode = new System.Windows.Forms.TextBox();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.txt_system = new System.Windows.Forms.TextBox();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.gmap = new GMap.NET.WindowsForms.GMapControl();
|
|
this.button1 = new System.Windows.Forms.Button();
|
|
this.progressBar1 = new System.Windows.Forms.ProgressBar();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.comboBox1 = new System.Windows.Forms.ComboBox();
|
|
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// CMB_comport
|
|
//
|
|
this.CMB_comport.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.CMB_comport.FormattingEnabled = true;
|
|
this.CMB_comport.Location = new System.Drawing.Point(6, 13);
|
|
this.CMB_comport.Name = "CMB_comport";
|
|
this.CMB_comport.Size = new System.Drawing.Size(124, 26);
|
|
this.CMB_comport.TabIndex = 0;
|
|
this.CMB_comport.Click += new System.EventHandler(this.CMB_comport_Click);
|
|
//
|
|
// but_connect
|
|
//
|
|
this.but_connect.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.but_connect.Location = new System.Drawing.Point(136, 13);
|
|
this.but_connect.Name = "but_connect";
|
|
this.but_connect.Size = new System.Drawing.Size(103, 59);
|
|
this.but_connect.TabIndex = 2;
|
|
this.but_connect.Text = "Connect";
|
|
this.but_connect.UseVisualStyleBackColor = true;
|
|
this.but_connect.Click += new System.EventHandler(this.but_connect_Click);
|
|
//
|
|
// listBox1
|
|
//
|
|
this.listBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.listBox1.FormattingEnabled = true;
|
|
this.listBox1.ItemHeight = 16;
|
|
this.listBox1.Location = new System.Drawing.Point(6, 83);
|
|
this.listBox1.Name = "listBox1";
|
|
this.listBox1.Size = new System.Drawing.Size(195, 180);
|
|
this.listBox1.TabIndex = 3;
|
|
//
|
|
// mav_messages_Label
|
|
//
|
|
this.mav_messages_Label.AutoSize = true;
|
|
this.mav_messages_Label.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.mav_messages_Label.ForeColor = System.Drawing.Color.Red;
|
|
this.mav_messages_Label.Location = new System.Drawing.Point(1, 266);
|
|
this.mav_messages_Label.Name = "mav_messages_Label";
|
|
this.mav_messages_Label.Size = new System.Drawing.Size(212, 25);
|
|
this.mav_messages_Label.TabIndex = 6;
|
|
this.mav_messages_Label.Text = "Found 0 Messages";
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label1.Location = new System.Drawing.Point(329, 11);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(136, 25);
|
|
this.label1.TabIndex = 7;
|
|
this.label1.Text = "Vehicle type:";
|
|
//
|
|
// txt_vehicleType
|
|
//
|
|
this.txt_vehicleType.Enabled = false;
|
|
this.txt_vehicleType.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.txt_vehicleType.Location = new System.Drawing.Point(471, 5);
|
|
this.txt_vehicleType.Name = "txt_vehicleType";
|
|
this.txt_vehicleType.Size = new System.Drawing.Size(200, 31);
|
|
this.txt_vehicleType.TabIndex = 8;
|
|
//
|
|
// txt_autopilot
|
|
//
|
|
this.txt_autopilot.Enabled = false;
|
|
this.txt_autopilot.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.txt_autopilot.Location = new System.Drawing.Point(471, 42);
|
|
this.txt_autopilot.Name = "txt_autopilot";
|
|
this.txt_autopilot.Size = new System.Drawing.Size(200, 31);
|
|
this.txt_autopilot.TabIndex = 10;
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label2.Location = new System.Drawing.Point(363, 48);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(102, 25);
|
|
this.label2.TabIndex = 9;
|
|
this.label2.Text = "Autopilot:";
|
|
//
|
|
// txt_baseMode
|
|
//
|
|
this.txt_baseMode.Enabled = false;
|
|
this.txt_baseMode.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.txt_baseMode.Location = new System.Drawing.Point(834, 5);
|
|
this.txt_baseMode.Name = "txt_baseMode";
|
|
this.txt_baseMode.Size = new System.Drawing.Size(200, 31);
|
|
this.txt_baseMode.TabIndex = 12;
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label3.Location = new System.Drawing.Point(702, 8);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(126, 25);
|
|
this.label3.TabIndex = 11;
|
|
this.label3.Text = "Base mode:";
|
|
//
|
|
// txt_system
|
|
//
|
|
this.txt_system.Enabled = false;
|
|
this.txt_system.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.txt_system.Location = new System.Drawing.Point(834, 39);
|
|
this.txt_system.Name = "txt_system";
|
|
this.txt_system.Size = new System.Drawing.Size(200, 31);
|
|
this.txt_system.TabIndex = 14;
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label4.Location = new System.Drawing.Point(672, 42);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(156, 25);
|
|
this.label4.TabIndex = 13;
|
|
this.label4.Text = "System Status:";
|
|
//
|
|
// gmap
|
|
//
|
|
this.gmap.Bearing = 0F;
|
|
this.gmap.CanDragMap = true;
|
|
this.gmap.EmptyTileColor = System.Drawing.Color.Navy;
|
|
this.gmap.GrayScaleMode = false;
|
|
this.gmap.HelperLineOption = GMap.NET.WindowsForms.HelperLineOptions.DontShow;
|
|
this.gmap.LevelsKeepInMemmory = 5;
|
|
this.gmap.Location = new System.Drawing.Point(1040, 5);
|
|
this.gmap.MarkersEnabled = true;
|
|
this.gmap.MaxZoom = 18;
|
|
this.gmap.MinZoom = 2;
|
|
this.gmap.MouseWheelZoomEnabled = false;
|
|
this.gmap.MouseWheelZoomType = GMap.NET.MouseWheelZoomType.MousePositionAndCenter;
|
|
this.gmap.Name = "gmap";
|
|
this.gmap.NegativeMode = false;
|
|
this.gmap.PolygonsEnabled = true;
|
|
this.gmap.RetryLoadTile = 0;
|
|
this.gmap.RoutesEnabled = true;
|
|
this.gmap.ScaleMode = GMap.NET.WindowsForms.ScaleModes.Integer;
|
|
this.gmap.SelectedAreaFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(33)))), ((int)(((byte)(65)))), ((int)(((byte)(105)))), ((int)(((byte)(225)))));
|
|
this.gmap.ShowTileGridLines = false;
|
|
this.gmap.Size = new System.Drawing.Size(910, 540);
|
|
this.gmap.TabIndex = 15;
|
|
this.gmap.Zoom = 18D;
|
|
//
|
|
// button1
|
|
//
|
|
this.button1.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.button1.Location = new System.Drawing.Point(6, 312);
|
|
this.button1.Name = "button1";
|
|
this.button1.Size = new System.Drawing.Size(233, 59);
|
|
this.button1.TabIndex = 17;
|
|
this.button1.Text = "Add Camera Module";
|
|
this.button1.UseVisualStyleBackColor = true;
|
|
this.button1.Click += new System.EventHandler(this.button1_Click);
|
|
//
|
|
// progressBar1
|
|
//
|
|
this.progressBar1.Location = new System.Drawing.Point(471, 213);
|
|
this.progressBar1.Name = "progressBar1";
|
|
this.progressBar1.Size = new System.Drawing.Size(374, 31);
|
|
this.progressBar1.TabIndex = 18;
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label5.Location = new System.Drawing.Point(348, 213);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(117, 31);
|
|
this.label5.TabIndex = 19;
|
|
this.label5.Text = "Battery:";
|
|
//
|
|
// comboBox1
|
|
//
|
|
this.comboBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.comboBox1.FormattingEnabled = true;
|
|
this.comboBox1.Items.AddRange(new object[] {
|
|
"9600",
|
|
"19200",
|
|
"38400",
|
|
"57600",
|
|
"115200"});
|
|
this.comboBox1.Location = new System.Drawing.Point(6, 46);
|
|
this.comboBox1.Name = "comboBox1";
|
|
this.comboBox1.Size = new System.Drawing.Size(124, 26);
|
|
this.comboBox1.TabIndex = 20;
|
|
//
|
|
// pictureBox1
|
|
//
|
|
this.pictureBox1.Image = global::Client.Properties.Resources._74674993_115153423241475_4772277731842850816_n;
|
|
this.pictureBox1.Location = new System.Drawing.Point(-1, 377);
|
|
this.pictureBox1.Name = "pictureBox1";
|
|
this.pictureBox1.Size = new System.Drawing.Size(1035, 168);
|
|
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
|
this.pictureBox1.TabIndex = 5;
|
|
this.pictureBox1.TabStop = false;
|
|
//
|
|
// client
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(1924, 545);
|
|
this.Controls.Add(this.comboBox1);
|
|
this.Controls.Add(this.label5);
|
|
this.Controls.Add(this.progressBar1);
|
|
this.Controls.Add(this.button1);
|
|
this.Controls.Add(this.gmap);
|
|
this.Controls.Add(this.txt_system);
|
|
this.Controls.Add(this.label4);
|
|
this.Controls.Add(this.txt_baseMode);
|
|
this.Controls.Add(this.label3);
|
|
this.Controls.Add(this.txt_autopilot);
|
|
this.Controls.Add(this.label2);
|
|
this.Controls.Add(this.txt_vehicleType);
|
|
this.Controls.Add(this.label1);
|
|
this.Controls.Add(this.mav_messages_Label);
|
|
this.Controls.Add(this.pictureBox1);
|
|
this.Controls.Add(this.listBox1);
|
|
this.Controls.Add(this.but_connect);
|
|
this.Controls.Add(this.CMB_comport);
|
|
this.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
this.Name = "client";
|
|
this.Text = "Tracking and Telemetry Client";
|
|
this.TransparencyKey = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
|
this.Load += new System.EventHandler(this.client_Load);
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.ComboBox CMB_comport;
|
|
private System.Windows.Forms.Button but_connect;
|
|
private System.IO.Ports.SerialPort serialPort1;
|
|
private System.Windows.Forms.ListBox listBox1;
|
|
private System.Windows.Forms.PictureBox pictureBox1;
|
|
private System.Windows.Forms.Label mav_messages_Label;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.TextBox txt_vehicleType;
|
|
private System.Windows.Forms.TextBox txt_autopilot;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.TextBox txt_baseMode;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.TextBox txt_system;
|
|
private System.Windows.Forms.Label label4;
|
|
private GMap.NET.WindowsForms.GMapControl gmap;
|
|
private System.Windows.Forms.Button button1;
|
|
private System.Windows.Forms.ProgressBar progressBar1;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.ComboBox comboBox1;
|
|
}
|
|
}
|
|
|
|
|