agrobot_base/AgroBase/AgroBase/Forms/frmSimulacaoMapaGPS.Designe...

528 lines
28 KiB
C#

namespace AgroBase.Forms
{
partial class frmSimulacaoMapaGPS
{
/// <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.pnlOpcoes = new System.Windows.Forms.Panel();
this.lblDistanciaFinal = new System.Windows.Forms.Label();
this.btnCarregarMapa = new System.Windows.Forms.Button();
this.lblDistanciaOperacao = new System.Windows.Forms.Label();
this.btnIniciarSimulacao = new System.Windows.Forms.Button();
this.gpbSonar = new System.Windows.Forms.GroupBox();
this.chbMoverObstaculo = new System.Windows.Forms.CheckBox();
this.chbSonarVirando = new System.Windows.Forms.CheckBox();
this.btnAdicionarDeteccao = new System.Windows.Forms.Button();
this.lblAnguloFinal = new System.Windows.Forms.Label();
this.txtAnguloFinal = new System.Windows.Forms.TextBox();
this.lblDistanciaSonar = new System.Windows.Forms.Label();
this.txtDistanciaSonar = new System.Windows.Forms.TextBox();
this.lblAnguloI = new System.Windows.Forms.Label();
this.txtAnguloInicial = new System.Windows.Forms.TextBox();
this.lblDirecao = new System.Windows.Forms.Label();
this.lblStatus = new System.Windows.Forms.Label();
this.gpbGPS = new System.Windows.Forms.GroupBox();
this.btnAcrescentarGPS = new System.Windows.Forms.Button();
this.lblDistancia = new System.Windows.Forms.Label();
this.txtDistanciaGPS = new System.Windows.Forms.TextBox();
this.lblAnguloGPS = new System.Windows.Forms.Label();
this.txtAnguloGPS = new System.Windows.Forms.TextBox();
this.lblLongitude = new System.Windows.Forms.Label();
this.lblLatitude = new System.Windows.Forms.Label();
this.txtLongitude = new System.Windows.Forms.TextBox();
this.txtLatitude = new System.Windows.Forms.TextBox();
this.btnIniciarGPS = new System.Windows.Forms.Button();
this.pnlMapa = new System.Windows.Forms.Panel();
this.pnlOrientacaoTrajeto = new System.Windows.Forms.Panel();
this.pnlSonar = new System.Windows.Forms.Panel();
this.picSonar = new System.Windows.Forms.PictureBox();
this.btnAtualizarLeitura = new System.Windows.Forms.Button();
this.btnCalcularAngulo = new System.Windows.Forms.Button();
this.pnlOpcoes.SuspendLayout();
this.gpbSonar.SuspendLayout();
this.gpbGPS.SuspendLayout();
this.pnlMapa.SuspendLayout();
this.pnlSonar.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.picSonar)).BeginInit();
this.SuspendLayout();
//
// pnlOpcoes
//
this.pnlOpcoes.Controls.Add(this.btnAtualizarLeitura);
this.pnlOpcoes.Controls.Add(this.lblDistanciaFinal);
this.pnlOpcoes.Controls.Add(this.btnCarregarMapa);
this.pnlOpcoes.Controls.Add(this.lblDistanciaOperacao);
this.pnlOpcoes.Controls.Add(this.btnIniciarSimulacao);
this.pnlOpcoes.Controls.Add(this.gpbSonar);
this.pnlOpcoes.Controls.Add(this.lblDirecao);
this.pnlOpcoes.Controls.Add(this.lblStatus);
this.pnlOpcoes.Controls.Add(this.gpbGPS);
this.pnlOpcoes.Dock = System.Windows.Forms.DockStyle.Bottom;
this.pnlOpcoes.Location = new System.Drawing.Point(0, 479);
this.pnlOpcoes.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.pnlOpcoes.Name = "pnlOpcoes";
this.pnlOpcoes.Size = new System.Drawing.Size(1028, 100);
this.pnlOpcoes.TabIndex = 0;
//
// lblDistanciaFinal
//
this.lblDistanciaFinal.AutoSize = true;
this.lblDistanciaFinal.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F);
this.lblDistanciaFinal.Location = new System.Drawing.Point(7, 69);
this.lblDistanciaFinal.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.lblDistanciaFinal.Name = "lblDistanciaFinal";
this.lblDistanciaFinal.Size = new System.Drawing.Size(120, 13);
this.lblDistanciaFinal.TabIndex = 21;
this.lblDistanciaFinal.Text = "Distância Final: 00,00 m";
//
// btnCarregarMapa
//
this.btnCarregarMapa.Location = new System.Drawing.Point(9, 6);
this.btnCarregarMapa.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.btnCarregarMapa.Name = "btnCarregarMapa";
this.btnCarregarMapa.Size = new System.Drawing.Size(121, 19);
this.btnCarregarMapa.TabIndex = 20;
this.btnCarregarMapa.Text = "Carregar Mapa";
this.btnCarregarMapa.UseVisualStyleBackColor = true;
this.btnCarregarMapa.Click += new System.EventHandler(this.btnCarregarMapa_Click);
//
// lblDistanciaOperacao
//
this.lblDistanciaOperacao.AutoSize = true;
this.lblDistanciaOperacao.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F);
this.lblDistanciaOperacao.Location = new System.Drawing.Point(7, 54);
this.lblDistanciaOperacao.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.lblDistanciaOperacao.Name = "lblDistanciaOperacao";
this.lblDistanciaOperacao.Size = new System.Drawing.Size(145, 13);
this.lblDistanciaOperacao.TabIndex = 19;
this.lblDistanciaOperacao.Text = "Distância Operação: 00,00 m";
//
// btnIniciarSimulacao
//
this.btnIniciarSimulacao.Location = new System.Drawing.Point(9, 30);
this.btnIniciarSimulacao.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.btnIniciarSimulacao.Name = "btnIniciarSimulacao";
this.btnIniciarSimulacao.Size = new System.Drawing.Size(121, 20);
this.btnIniciarSimulacao.TabIndex = 18;
this.btnIniciarSimulacao.Text = "Iniciar Simulação";
this.btnIniciarSimulacao.UseVisualStyleBackColor = true;
this.btnIniciarSimulacao.Click += new System.EventHandler(this.btnIniciarSimulacao_Click);
//
// gpbSonar
//
this.gpbSonar.Controls.Add(this.chbMoverObstaculo);
this.gpbSonar.Controls.Add(this.chbSonarVirando);
this.gpbSonar.Controls.Add(this.btnAdicionarDeteccao);
this.gpbSonar.Controls.Add(this.lblAnguloFinal);
this.gpbSonar.Controls.Add(this.txtAnguloFinal);
this.gpbSonar.Controls.Add(this.lblDistanciaSonar);
this.gpbSonar.Controls.Add(this.txtDistanciaSonar);
this.gpbSonar.Controls.Add(this.lblAnguloI);
this.gpbSonar.Controls.Add(this.txtAnguloInicial);
this.gpbSonar.Location = new System.Drawing.Point(785, 2);
this.gpbSonar.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.gpbSonar.Name = "gpbSonar";
this.gpbSonar.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.gpbSonar.Size = new System.Drawing.Size(232, 95);
this.gpbSonar.TabIndex = 17;
this.gpbSonar.TabStop = false;
this.gpbSonar.Text = "Sonar";
//
// chbMoverObstaculo
//
this.chbMoverObstaculo.AutoSize = true;
this.chbMoverObstaculo.Location = new System.Drawing.Point(124, 35);
this.chbMoverObstaculo.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.chbMoverObstaculo.Name = "chbMoverObstaculo";
this.chbMoverObstaculo.Size = new System.Drawing.Size(105, 17);
this.chbMoverObstaculo.TabIndex = 29;
this.chbMoverObstaculo.Text = "Mover obstáculo";
this.chbMoverObstaculo.UseVisualStyleBackColor = true;
//
// chbSonarVirando
//
this.chbSonarVirando.AutoSize = true;
this.chbSonarVirando.Location = new System.Drawing.Point(124, 68);
this.chbSonarVirando.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.chbSonarVirando.Name = "chbSonarVirando";
this.chbSonarVirando.Size = new System.Drawing.Size(96, 17);
this.chbSonarVirando.TabIndex = 28;
this.chbSonarVirando.Text = "Sonar atuando";
this.chbSonarVirando.UseVisualStyleBackColor = true;
//
// btnAdicionarDeteccao
//
this.btnAdicionarDeteccao.Location = new System.Drawing.Point(70, 64);
this.btnAdicionarDeteccao.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.btnAdicionarDeteccao.Name = "btnAdicionarDeteccao";
this.btnAdicionarDeteccao.Size = new System.Drawing.Size(45, 23);
this.btnAdicionarDeteccao.TabIndex = 25;
this.btnAdicionarDeteccao.Text = "Add";
this.btnAdicionarDeteccao.UseVisualStyleBackColor = true;
this.btnAdicionarDeteccao.Click += new System.EventHandler(this.btnAdicionarDeteccao_Click);
//
// lblAnguloFinal
//
this.lblAnguloFinal.AutoSize = true;
this.lblAnguloFinal.Location = new System.Drawing.Point(68, 18);
this.lblAnguloFinal.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.lblAnguloFinal.Name = "lblAnguloFinal";
this.lblAnguloFinal.Size = new System.Drawing.Size(55, 13);
this.lblAnguloFinal.TabIndex = 27;
this.lblAnguloFinal.Text = "Angulo Fn";
//
// txtAnguloFinal
//
this.txtAnguloFinal.Location = new System.Drawing.Point(70, 33);
this.txtAnguloFinal.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.txtAnguloFinal.Name = "txtAnguloFinal";
this.txtAnguloFinal.Size = new System.Drawing.Size(46, 20);
this.txtAnguloFinal.TabIndex = 23;
this.txtAnguloFinal.Text = "0";
this.txtAnguloFinal.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// lblDistanciaSonar
//
this.lblDistanciaSonar.AutoSize = true;
this.lblDistanciaSonar.Location = new System.Drawing.Point(9, 54);
this.lblDistanciaSonar.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.lblDistanciaSonar.Name = "lblDistanciaSonar";
this.lblDistanciaSonar.Size = new System.Drawing.Size(51, 13);
this.lblDistanciaSonar.TabIndex = 25;
this.lblDistanciaSonar.Text = "Distancia";
//
// txtDistanciaSonar
//
this.txtDistanciaSonar.Location = new System.Drawing.Point(11, 69);
this.txtDistanciaSonar.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.txtDistanciaSonar.Name = "txtDistanciaSonar";
this.txtDistanciaSonar.Size = new System.Drawing.Size(46, 20);
this.txtDistanciaSonar.TabIndex = 24;
this.txtDistanciaSonar.Text = "0";
this.txtDistanciaSonar.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// lblAnguloI
//
this.lblAnguloI.AutoSize = true;
this.lblAnguloI.Location = new System.Drawing.Point(9, 18);
this.lblAnguloI.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.lblAnguloI.Name = "lblAnguloI";
this.lblAnguloI.Size = new System.Drawing.Size(52, 13);
this.lblAnguloI.TabIndex = 23;
this.lblAnguloI.Text = "Angulo In";
//
// txtAnguloInicial
//
this.txtAnguloInicial.Location = new System.Drawing.Point(11, 33);
this.txtAnguloInicial.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.txtAnguloInicial.Name = "txtAnguloInicial";
this.txtAnguloInicial.Size = new System.Drawing.Size(46, 20);
this.txtAnguloInicial.TabIndex = 22;
this.txtAnguloInicial.Text = "0";
this.txtAnguloInicial.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// lblDirecao
//
this.lblDirecao.AutoSize = true;
this.lblDirecao.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F);
this.lblDirecao.Location = new System.Drawing.Point(7, 84);
this.lblDirecao.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.lblDirecao.Name = "lblDirecao";
this.lblDirecao.Size = new System.Drawing.Size(84, 13);
this.lblDirecao.TabIndex = 16;
this.lblDirecao.Text = "Direção: Parado";
//
// lblStatus
//
this.lblStatus.AutoSize = true;
this.lblStatus.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F);
this.lblStatus.Location = new System.Drawing.Point(154, 69);
this.lblStatus.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.lblStatus.Name = "lblStatus";
this.lblStatus.Size = new System.Drawing.Size(101, 13);
this.lblStatus.TabIndex = 15;
this.lblStatus.Text = "Status: Aguardando";
//
// gpbGPS
//
this.gpbGPS.Controls.Add(this.btnCalcularAngulo);
this.gpbGPS.Controls.Add(this.btnAcrescentarGPS);
this.gpbGPS.Controls.Add(this.lblDistancia);
this.gpbGPS.Controls.Add(this.txtDistanciaGPS);
this.gpbGPS.Controls.Add(this.lblAnguloGPS);
this.gpbGPS.Controls.Add(this.txtAnguloGPS);
this.gpbGPS.Controls.Add(this.lblLongitude);
this.gpbGPS.Controls.Add(this.lblLatitude);
this.gpbGPS.Controls.Add(this.txtLongitude);
this.gpbGPS.Controls.Add(this.txtLatitude);
this.gpbGPS.Controls.Add(this.btnIniciarGPS);
this.gpbGPS.Location = new System.Drawing.Point(289, 2);
this.gpbGPS.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.gpbGPS.Name = "gpbGPS";
this.gpbGPS.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.gpbGPS.Size = new System.Drawing.Size(400, 95);
this.gpbGPS.TabIndex = 14;
this.gpbGPS.TabStop = false;
this.gpbGPS.Text = "GPS";
//
// btnAcrescentarGPS
//
this.btnAcrescentarGPS.Enabled = false;
this.btnAcrescentarGPS.Location = new System.Drawing.Point(230, 67);
this.btnAcrescentarGPS.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.btnAcrescentarGPS.Name = "btnAcrescentarGPS";
this.btnAcrescentarGPS.Size = new System.Drawing.Size(74, 23);
this.btnAcrescentarGPS.TabIndex = 22;
this.btnAcrescentarGPS.Text = "Acrescentar";
this.btnAcrescentarGPS.UseVisualStyleBackColor = true;
this.btnAcrescentarGPS.Click += new System.EventHandler(this.btnAcrescentarGPS_Click);
//
// lblDistancia
//
this.lblDistancia.AutoSize = true;
this.lblDistancia.Location = new System.Drawing.Point(159, 54);
this.lblDistancia.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.lblDistancia.Name = "lblDistancia";
this.lblDistancia.Size = new System.Drawing.Size(51, 13);
this.lblDistancia.TabIndex = 21;
this.lblDistancia.Text = "Distancia";
//
// txtDistanciaGPS
//
this.txtDistanciaGPS.Enabled = false;
this.txtDistanciaGPS.Location = new System.Drawing.Point(161, 69);
this.txtDistanciaGPS.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.txtDistanciaGPS.Name = "txtDistanciaGPS";
this.txtDistanciaGPS.Size = new System.Drawing.Size(54, 20);
this.txtDistanciaGPS.TabIndex = 20;
this.txtDistanciaGPS.Text = "0";
this.txtDistanciaGPS.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// lblAnguloGPS
//
this.lblAnguloGPS.AutoSize = true;
this.lblAnguloGPS.Location = new System.Drawing.Point(159, 18);
this.lblAnguloGPS.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.lblAnguloGPS.Name = "lblAnguloGPS";
this.lblAnguloGPS.Size = new System.Drawing.Size(40, 13);
this.lblAnguloGPS.TabIndex = 19;
this.lblAnguloGPS.Text = "Angulo";
//
// txtAnguloGPS
//
this.txtAnguloGPS.Enabled = false;
this.txtAnguloGPS.Location = new System.Drawing.Point(161, 33);
this.txtAnguloGPS.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.txtAnguloGPS.Name = "txtAnguloGPS";
this.txtAnguloGPS.Size = new System.Drawing.Size(54, 20);
this.txtAnguloGPS.TabIndex = 18;
this.txtAnguloGPS.Text = "0";
this.txtAnguloGPS.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// lblLongitude
//
this.lblLongitude.AutoSize = true;
this.lblLongitude.Location = new System.Drawing.Point(7, 54);
this.lblLongitude.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.lblLongitude.Name = "lblLongitude";
this.lblLongitude.Size = new System.Drawing.Size(54, 13);
this.lblLongitude.TabIndex = 17;
this.lblLongitude.Text = "Longitude";
//
// lblLatitude
//
this.lblLatitude.AutoSize = true;
this.lblLatitude.Location = new System.Drawing.Point(7, 18);
this.lblLatitude.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.lblLatitude.Name = "lblLatitude";
this.lblLatitude.Size = new System.Drawing.Size(45, 13);
this.lblLatitude.TabIndex = 16;
this.lblLatitude.Text = "Latitude";
//
// txtLongitude
//
this.txtLongitude.Location = new System.Drawing.Point(9, 69);
this.txtLongitude.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.txtLongitude.Name = "txtLongitude";
this.txtLongitude.Size = new System.Drawing.Size(135, 20);
this.txtLongitude.TabIndex = 15;
this.txtLongitude.Text = "-47.26406713810977";
this.txtLongitude.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// txtLatitude
//
this.txtLatitude.Location = new System.Drawing.Point(9, 33);
this.txtLatitude.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.txtLatitude.Name = "txtLatitude";
this.txtLatitude.Size = new System.Drawing.Size(135, 20);
this.txtLatitude.TabIndex = 14;
this.txtLatitude.Text = "-22.339442335994334";
this.txtLatitude.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// btnIniciarGPS
//
this.btnIniciarGPS.Location = new System.Drawing.Point(230, 31);
this.btnIniciarGPS.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.btnIniciarGPS.Name = "btnIniciarGPS";
this.btnIniciarGPS.Size = new System.Drawing.Size(74, 23);
this.btnIniciarGPS.TabIndex = 13;
this.btnIniciarGPS.Text = "Iniciar";
this.btnIniciarGPS.UseVisualStyleBackColor = true;
this.btnIniciarGPS.Click += new System.EventHandler(this.btnIniciarGPS_Click);
//
// pnlMapa
//
this.pnlMapa.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.pnlMapa.Controls.Add(this.pnlOrientacaoTrajeto);
this.pnlMapa.Location = new System.Drawing.Point(9, 10);
this.pnlMapa.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.pnlMapa.Name = "pnlMapa";
this.pnlMapa.Size = new System.Drawing.Size(506, 465);
this.pnlMapa.TabIndex = 1;
//
// pnlOrientacaoTrajeto
//
this.pnlOrientacaoTrajeto.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.pnlOrientacaoTrajeto.BackColor = System.Drawing.Color.White;
this.pnlOrientacaoTrajeto.BackgroundImage = global::AgroBase.Properties.Resources.rosa_dos_ventos;
this.pnlOrientacaoTrajeto.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
this.pnlOrientacaoTrajeto.Location = new System.Drawing.Point(425, 2);
this.pnlOrientacaoTrajeto.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.pnlOrientacaoTrajeto.Name = "pnlOrientacaoTrajeto";
this.pnlOrientacaoTrajeto.Size = new System.Drawing.Size(78, 84);
this.pnlOrientacaoTrajeto.TabIndex = 12;
this.pnlOrientacaoTrajeto.Paint += new System.Windows.Forms.PaintEventHandler(this.pnlOrientacaoTrajeto_Paint);
//
// pnlSonar
//
this.pnlSonar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Right)));
this.pnlSonar.Controls.Add(this.picSonar);
this.pnlSonar.Location = new System.Drawing.Point(519, 10);
this.pnlSonar.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.pnlSonar.Name = "pnlSonar";
this.pnlSonar.Size = new System.Drawing.Size(500, 465);
this.pnlSonar.TabIndex = 2;
//
// picSonar
//
this.picSonar.Dock = System.Windows.Forms.DockStyle.Fill;
this.picSonar.Location = new System.Drawing.Point(0, 0);
this.picSonar.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.picSonar.Name = "picSonar";
this.picSonar.Size = new System.Drawing.Size(500, 465);
this.picSonar.TabIndex = 0;
this.picSonar.TabStop = false;
//
// btnAtualizarLeitura
//
this.btnAtualizarLeitura.Location = new System.Drawing.Point(134, 30);
this.btnAtualizarLeitura.Margin = new System.Windows.Forms.Padding(2);
this.btnAtualizarLeitura.Name = "btnAtualizarLeitura";
this.btnAtualizarLeitura.Size = new System.Drawing.Size(121, 20);
this.btnAtualizarLeitura.TabIndex = 22;
this.btnAtualizarLeitura.Text = "Atualizar leitura";
this.btnAtualizarLeitura.UseVisualStyleBackColor = true;
this.btnAtualizarLeitura.Click += new System.EventHandler(this.btnAtualizarLeitura_Click);
//
// btnCalcularAngulo
//
this.btnCalcularAngulo.Location = new System.Drawing.Point(308, 67);
this.btnCalcularAngulo.Margin = new System.Windows.Forms.Padding(2);
this.btnCalcularAngulo.Name = "btnCalcularAngulo";
this.btnCalcularAngulo.Size = new System.Drawing.Size(74, 23);
this.btnCalcularAngulo.TabIndex = 23;
this.btnCalcularAngulo.Text = "Calcular";
this.btnCalcularAngulo.UseVisualStyleBackColor = true;
this.btnCalcularAngulo.Click += new System.EventHandler(this.btnCalcularAngulo_Click);
//
// frmSimulacaoMapaGPS
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1028, 579);
this.Controls.Add(this.pnlSonar);
this.Controls.Add(this.pnlMapa);
this.Controls.Add(this.pnlOpcoes);
this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.Name = "frmSimulacaoMapaGPS";
this.Text = "frmSimulacaoMapaGPS";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmSimulacaoMapaGPS_FormClosing);
this.Load += new System.EventHandler(this.frmSimulacaoMapaGPS_Load);
this.pnlOpcoes.ResumeLayout(false);
this.pnlOpcoes.PerformLayout();
this.gpbSonar.ResumeLayout(false);
this.gpbSonar.PerformLayout();
this.gpbGPS.ResumeLayout(false);
this.gpbGPS.PerformLayout();
this.pnlMapa.ResumeLayout(false);
this.pnlSonar.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.picSonar)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel pnlOpcoes;
private System.Windows.Forms.Panel pnlMapa;
private System.Windows.Forms.Panel pnlSonar;
private System.Windows.Forms.GroupBox gpbGPS;
private System.Windows.Forms.TextBox txtLatitude;
private System.Windows.Forms.Button btnIniciarGPS;
private System.Windows.Forms.Label lblLongitude;
private System.Windows.Forms.Label lblLatitude;
private System.Windows.Forms.TextBox txtLongitude;
private System.Windows.Forms.Button btnAcrescentarGPS;
private System.Windows.Forms.Label lblDistancia;
private System.Windows.Forms.TextBox txtDistanciaGPS;
private System.Windows.Forms.Label lblAnguloGPS;
private System.Windows.Forms.TextBox txtAnguloGPS;
private System.Windows.Forms.Label lblDirecao;
private System.Windows.Forms.Label lblStatus;
private System.Windows.Forms.GroupBox gpbSonar;
private System.Windows.Forms.Button btnAdicionarDeteccao;
private System.Windows.Forms.Label lblAnguloFinal;
private System.Windows.Forms.TextBox txtAnguloFinal;
private System.Windows.Forms.Label lblDistanciaSonar;
private System.Windows.Forms.TextBox txtDistanciaSonar;
private System.Windows.Forms.Label lblAnguloI;
private System.Windows.Forms.TextBox txtAnguloInicial;
private System.Windows.Forms.Button btnIniciarSimulacao;
private System.Windows.Forms.Label lblDistanciaOperacao;
private System.Windows.Forms.Button btnCarregarMapa;
private System.Windows.Forms.Panel pnlOrientacaoTrajeto;
private System.Windows.Forms.Label lblDistanciaFinal;
private System.Windows.Forms.PictureBox picSonar;
private System.Windows.Forms.CheckBox chbMoverObstaculo;
private System.Windows.Forms.CheckBox chbSonarVirando;
private System.Windows.Forms.Button btnAtualizarLeitura;
private System.Windows.Forms.Button btnCalcularAngulo;
}
}