namespace AgroBase.Forms
{
partial class frmSimulacaoMapaGPS
{
///
/// 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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmSimulacaoMapaGPS));
this.pnlOpcoes = new System.Windows.Forms.Panel();
this.label7 = new System.Windows.Forms.Label();
this.txtErroTempoComando = new System.Windows.Forms.TextBox();
this.lblCarregado = new System.Windows.Forms.Label();
this.btnCarregarTrajetoria = new System.Windows.Forms.Button();
this.label6 = new System.Windows.Forms.Label();
this.txtTempoGPS = new System.Windows.Forms.TextBox();
this.btnCarregarOperacao = new System.Windows.Forms.Button();
this.label5 = new System.Windows.Forms.Label();
this.cmbTipoControleDirecional = new System.Windows.Forms.ComboBox();
this.lblKd = new System.Windows.Forms.Label();
this.txtKd = new System.Windows.Forms.TextBox();
this.lblKi = new System.Windows.Forms.Label();
this.txtKi = new System.Windows.Forms.TextBox();
this.lblKp = new System.Windows.Forms.Label();
this.txtKp = new System.Windows.Forms.TextBox();
this.btnReiniciar = new System.Windows.Forms.Button();
this.lblQtdErro = new System.Windows.Forms.Label();
this.chbAutomatico = new System.Windows.Forms.CheckBox();
this.txtQtdErro = new System.Windows.Forms.TextBox();
this.btnAtualizarLeitura = new System.Windows.Forms.Button();
this.btnCarregarMapa = new System.Windows.Forms.Button();
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.gpbGPS = new System.Windows.Forms.GroupBox();
this.label1 = new System.Windows.Forms.Label();
this.txtAnguloControle = new System.Windows.Forms.TextBox();
this.lblVelocidade = new System.Windows.Forms.Label();
this.txtVelocidade = new System.Windows.Forms.TextBox();
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.lblTempoOperacao = new System.Windows.Forms.Label();
this.lblStatusOperacao = new System.Windows.Forms.Label();
this.lblDistanciaLateral = new System.Windows.Forms.Label();
this.lblDistanciaFinal = new System.Windows.Forms.Label();
this.lblDistanciaOperacao = new System.Windows.Forms.Label();
this.lblDirecao = new System.Windows.Forms.Label();
this.lblStatus = new System.Windows.Forms.Label();
this.pnlMapa = new System.Windows.Forms.Panel();
this.pnlOrientacaoTrajeto = new System.Windows.Forms.Panel();
this.pnlOrientacaoCarro = new System.Windows.Forms.Panel();
this.pnlAnguloControle = new System.Windows.Forms.Panel();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.pnlZoomMapa = new System.Windows.Forms.Panel();
this.lblRua = new System.Windows.Forms.Label();
this.lblMargem = new System.Windows.Forms.Label();
this.lblProximoPonto = new System.Windows.Forms.Label();
this.lblAproximando = new System.Windows.Forms.Label();
this.lblDistProx = new System.Windows.Forms.Label();
this.lblDistAnt = new System.Windows.Forms.Label();
this.lblTipoMovimento = new System.Windows.Forms.Label();
this.lblTempoRestante = new System.Windows.Forms.Label();
this.lblPercentualRua = new System.Windows.Forms.Label();
this.lblPercentualOperacao = new System.Windows.Forms.Label();
this.pnlOpcoes.SuspendLayout();
this.gpbSonar.SuspendLayout();
this.gpbGPS.SuspendLayout();
this.pnlMapa.SuspendLayout();
this.SuspendLayout();
//
// pnlOpcoes
//
this.pnlOpcoes.Controls.Add(this.label7);
this.pnlOpcoes.Controls.Add(this.txtErroTempoComando);
this.pnlOpcoes.Controls.Add(this.lblCarregado);
this.pnlOpcoes.Controls.Add(this.btnCarregarTrajetoria);
this.pnlOpcoes.Controls.Add(this.label6);
this.pnlOpcoes.Controls.Add(this.txtTempoGPS);
this.pnlOpcoes.Controls.Add(this.btnCarregarOperacao);
this.pnlOpcoes.Controls.Add(this.label5);
this.pnlOpcoes.Controls.Add(this.cmbTipoControleDirecional);
this.pnlOpcoes.Controls.Add(this.lblKd);
this.pnlOpcoes.Controls.Add(this.txtKd);
this.pnlOpcoes.Controls.Add(this.lblKi);
this.pnlOpcoes.Controls.Add(this.txtKi);
this.pnlOpcoes.Controls.Add(this.lblKp);
this.pnlOpcoes.Controls.Add(this.txtKp);
this.pnlOpcoes.Controls.Add(this.btnReiniciar);
this.pnlOpcoes.Controls.Add(this.lblQtdErro);
this.pnlOpcoes.Controls.Add(this.chbAutomatico);
this.pnlOpcoes.Controls.Add(this.txtQtdErro);
this.pnlOpcoes.Controls.Add(this.btnAtualizarLeitura);
this.pnlOpcoes.Controls.Add(this.btnCarregarMapa);
this.pnlOpcoes.Controls.Add(this.btnIniciarSimulacao);
this.pnlOpcoes.Controls.Add(this.gpbSonar);
this.pnlOpcoes.Controls.Add(this.gpbGPS);
this.pnlOpcoes.Dock = System.Windows.Forms.DockStyle.Bottom;
this.pnlOpcoes.Location = new System.Drawing.Point(0, 499);
this.pnlOpcoes.Margin = new System.Windows.Forms.Padding(2);
this.pnlOpcoes.Name = "pnlOpcoes";
this.pnlOpcoes.Size = new System.Drawing.Size(1379, 100);
this.pnlOpcoes.TabIndex = 0;
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(1277, 20);
this.label7.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(76, 13);
this.label7.TabIndex = 45;
this.label7.Text = "Delay Controle";
//
// txtErroTempoComando
//
this.txtErroTempoComando.Location = new System.Drawing.Point(1279, 35);
this.txtErroTempoComando.Margin = new System.Windows.Forms.Padding(2);
this.txtErroTempoComando.Name = "txtErroTempoComando";
this.txtErroTempoComando.Size = new System.Drawing.Size(88, 20);
this.txtErroTempoComando.TabIndex = 44;
this.txtErroTempoComando.Text = "1";
this.txtErroTempoComando.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// lblCarregado
//
this.lblCarregado.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.lblCarregado.AutoSize = true;
this.lblCarregado.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F);
this.lblCarregado.Location = new System.Drawing.Point(269, 82);
this.lblCarregado.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.lblCarregado.Name = "lblCarregado";
this.lblCarregado.Size = new System.Drawing.Size(53, 13);
this.lblCarregado.TabIndex = 43;
this.lblCarregado.Text = "Simulador";
//
// btnCarregarTrajetoria
//
this.btnCarregarTrajetoria.Location = new System.Drawing.Point(263, 13);
this.btnCarregarTrajetoria.Margin = new System.Windows.Forms.Padding(2);
this.btnCarregarTrajetoria.Name = "btnCarregarTrajetoria";
this.btnCarregarTrajetoria.Size = new System.Drawing.Size(121, 27);
this.btnCarregarTrajetoria.TabIndex = 43;
this.btnCarregarTrajetoria.Text = "Carregar Trajetória";
this.btnCarregarTrajetoria.UseVisualStyleBackColor = true;
this.btnCarregarTrajetoria.Click += new System.EventHandler(this.btnCarregarTrajetoria_Click);
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(1276, 55);
this.label6.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(65, 13);
this.label6.TabIndex = 42;
this.label6.Text = "Tempo GPS";
//
// txtTempoGPS
//
this.txtTempoGPS.Location = new System.Drawing.Point(1279, 70);
this.txtTempoGPS.Name = "txtTempoGPS";
this.txtTempoGPS.Size = new System.Drawing.Size(88, 20);
this.txtTempoGPS.TabIndex = 41;
this.txtTempoGPS.Text = "200";
this.txtTempoGPS.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// btnCarregarOperacao
//
this.btnCarregarOperacao.Location = new System.Drawing.Point(138, 13);
this.btnCarregarOperacao.Margin = new System.Windows.Forms.Padding(2);
this.btnCarregarOperacao.Name = "btnCarregarOperacao";
this.btnCarregarOperacao.Size = new System.Drawing.Size(121, 27);
this.btnCarregarOperacao.TabIndex = 40;
this.btnCarregarOperacao.Text = "Carregar Operação";
this.btnCarregarOperacao.UseVisualStyleBackColor = true;
this.btnCarregarOperacao.Click += new System.EventHandler(this.btnCarregarOperacao_Click);
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(1145, 20);
this.label5.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(120, 13);
this.label5.TabIndex = 39;
this.label5.Text = "Tipo Controle Direcional";
//
// cmbTipoControleDirecional
//
this.cmbTipoControleDirecional.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbTipoControleDirecional.FormattingEnabled = true;
this.cmbTipoControleDirecional.Location = new System.Drawing.Point(1149, 35);
this.cmbTipoControleDirecional.Name = "cmbTipoControleDirecional";
this.cmbTipoControleDirecional.Size = new System.Drawing.Size(111, 21);
this.cmbTipoControleDirecional.TabIndex = 38;
this.cmbTipoControleDirecional.SelectedIndexChanged += new System.EventHandler(this.cmbTipoControleDirecional_SelectedIndexChanged);
//
// lblKd
//
this.lblKd.AutoSize = true;
this.lblKd.Location = new System.Drawing.Point(1204, 57);
this.lblKd.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.lblKd.Name = "lblKd";
this.lblKd.Size = new System.Drawing.Size(20, 13);
this.lblKd.TabIndex = 37;
this.lblKd.Text = "Kd";
//
// txtKd
//
this.txtKd.Location = new System.Drawing.Point(1206, 71);
this.txtKd.Margin = new System.Windows.Forms.Padding(2);
this.txtKd.Name = "txtKd";
this.txtKd.Size = new System.Drawing.Size(54, 20);
this.txtKd.TabIndex = 36;
this.txtKd.Text = "1";
this.txtKd.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// lblKi
//
this.lblKi.AutoSize = true;
this.lblKi.Location = new System.Drawing.Point(1146, 56);
this.lblKi.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.lblKi.Name = "lblKi";
this.lblKi.Size = new System.Drawing.Size(16, 13);
this.lblKi.TabIndex = 35;
this.lblKi.Text = "Ki";
//
// txtKi
//
this.txtKi.Location = new System.Drawing.Point(1148, 71);
this.txtKi.Margin = new System.Windows.Forms.Padding(2);
this.txtKi.Name = "txtKi";
this.txtKi.Size = new System.Drawing.Size(54, 20);
this.txtKi.TabIndex = 34;
this.txtKi.Text = "1";
this.txtKi.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// lblKp
//
this.lblKp.AutoSize = true;
this.lblKp.Location = new System.Drawing.Point(1087, 56);
this.lblKp.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.lblKp.Name = "lblKp";
this.lblKp.Size = new System.Drawing.Size(20, 13);
this.lblKp.TabIndex = 33;
this.lblKp.Text = "Kp";
//
// txtKp
//
this.txtKp.Location = new System.Drawing.Point(1090, 71);
this.txtKp.Margin = new System.Windows.Forms.Padding(2);
this.txtKp.Name = "txtKp";
this.txtKp.Size = new System.Drawing.Size(54, 20);
this.txtKp.TabIndex = 32;
this.txtKp.Text = "1";
this.txtKp.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// btnReiniciar
//
this.btnReiniciar.Location = new System.Drawing.Point(263, 44);
this.btnReiniciar.Margin = new System.Windows.Forms.Padding(2);
this.btnReiniciar.Name = "btnReiniciar";
this.btnReiniciar.Size = new System.Drawing.Size(121, 27);
this.btnReiniciar.TabIndex = 31;
this.btnReiniciar.Text = "Reiniciar Simulação";
this.btnReiniciar.UseVisualStyleBackColor = true;
this.btnReiniciar.Click += new System.EventHandler(this.btnReiniciar_Click);
//
// lblQtdErro
//
this.lblQtdErro.AutoSize = true;
this.lblQtdErro.Location = new System.Drawing.Point(1087, 20);
this.lblQtdErro.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.lblQtdErro.Name = "lblQtdErro";
this.lblQtdErro.Size = new System.Drawing.Size(45, 13);
this.lblQtdErro.TabIndex = 29;
this.lblQtdErro.Text = "Qtd erro";
//
// chbAutomatico
//
this.chbAutomatico.AutoSize = true;
this.chbAutomatico.Location = new System.Drawing.Point(14, 80);
this.chbAutomatico.Margin = new System.Windows.Forms.Padding(2);
this.chbAutomatico.Name = "chbAutomatico";
this.chbAutomatico.Size = new System.Drawing.Size(137, 17);
this.chbAutomatico.TabIndex = 30;
this.chbAutomatico.Text = "Atualização Automática";
this.chbAutomatico.UseVisualStyleBackColor = true;
this.chbAutomatico.CheckedChanged += new System.EventHandler(this.chbAutomatico_CheckedChanged);
//
// txtQtdErro
//
this.txtQtdErro.Location = new System.Drawing.Point(1089, 35);
this.txtQtdErro.Margin = new System.Windows.Forms.Padding(2);
this.txtQtdErro.Name = "txtQtdErro";
this.txtQtdErro.Size = new System.Drawing.Size(54, 20);
this.txtQtdErro.TabIndex = 28;
this.txtQtdErro.Text = "1";
this.txtQtdErro.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// btnAtualizarLeitura
//
this.btnAtualizarLeitura.Location = new System.Drawing.Point(138, 44);
this.btnAtualizarLeitura.Margin = new System.Windows.Forms.Padding(2);
this.btnAtualizarLeitura.Name = "btnAtualizarLeitura";
this.btnAtualizarLeitura.Size = new System.Drawing.Size(121, 27);
this.btnAtualizarLeitura.TabIndex = 22;
this.btnAtualizarLeitura.Text = "Atualizar leitura";
this.btnAtualizarLeitura.UseVisualStyleBackColor = true;
this.btnAtualizarLeitura.Click += new System.EventHandler(this.btnAtualizarLeitura_Click);
//
// btnCarregarMapa
//
this.btnCarregarMapa.Location = new System.Drawing.Point(13, 13);
this.btnCarregarMapa.Margin = new System.Windows.Forms.Padding(2);
this.btnCarregarMapa.Name = "btnCarregarMapa";
this.btnCarregarMapa.Size = new System.Drawing.Size(121, 27);
this.btnCarregarMapa.TabIndex = 20;
this.btnCarregarMapa.Text = "Carregar Mapa";
this.btnCarregarMapa.UseVisualStyleBackColor = true;
this.btnCarregarMapa.Click += new System.EventHandler(this.btnCarregarMapa_Click);
//
// btnIniciarSimulacao
//
this.btnIniciarSimulacao.Location = new System.Drawing.Point(13, 44);
this.btnIniciarSimulacao.Margin = new System.Windows.Forms.Padding(2);
this.btnIniciarSimulacao.Name = "btnIniciarSimulacao";
this.btnIniciarSimulacao.Size = new System.Drawing.Size(121, 27);
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(851, 2);
this.gpbSonar.Margin = new System.Windows.Forms.Padding(2);
this.gpbSonar.Name = "gpbSonar";
this.gpbSonar.Padding = new System.Windows.Forms.Padding(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);
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);
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;
this.chbSonarVirando.CheckedChanged += new System.EventHandler(this.chbSonarVirando_CheckedChanged);
//
// btnAdicionarDeteccao
//
this.btnAdicionarDeteccao.Location = new System.Drawing.Point(70, 64);
this.btnAdicionarDeteccao.Margin = new System.Windows.Forms.Padding(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;
//
// 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);
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);
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);
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;
//
// gpbGPS
//
this.gpbGPS.Controls.Add(this.label1);
this.gpbGPS.Controls.Add(this.txtAnguloControle);
this.gpbGPS.Controls.Add(this.lblVelocidade);
this.gpbGPS.Controls.Add(this.txtVelocidade);
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(447, 2);
this.gpbGPS.Margin = new System.Windows.Forms.Padding(2);
this.gpbGPS.Name = "gpbGPS";
this.gpbGPS.Padding = new System.Windows.Forms.Padding(2);
this.gpbGPS.Size = new System.Drawing.Size(400, 95);
this.gpbGPS.TabIndex = 14;
this.gpbGPS.TabStop = false;
this.gpbGPS.Text = "GPS";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(228, 18);
this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(82, 13);
this.label1.TabIndex = 27;
this.label1.Text = "Angulo Controle";
//
// txtAnguloControle
//
this.txtAnguloControle.Enabled = false;
this.txtAnguloControle.Location = new System.Drawing.Point(230, 33);
this.txtAnguloControle.Margin = new System.Windows.Forms.Padding(2);
this.txtAnguloControle.Name = "txtAnguloControle";
this.txtAnguloControle.Size = new System.Drawing.Size(54, 20);
this.txtAnguloControle.TabIndex = 26;
this.txtAnguloControle.Text = "0";
this.txtAnguloControle.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// lblVelocidade
//
this.lblVelocidade.AutoSize = true;
this.lblVelocidade.Location = new System.Drawing.Point(228, 52);
this.lblVelocidade.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.lblVelocidade.Name = "lblVelocidade";
this.lblVelocidade.Size = new System.Drawing.Size(60, 13);
this.lblVelocidade.TabIndex = 25;
this.lblVelocidade.Text = "Velocidade";
//
// txtVelocidade
//
this.txtVelocidade.Enabled = false;
this.txtVelocidade.Location = new System.Drawing.Point(230, 69);
this.txtVelocidade.Margin = new System.Windows.Forms.Padding(2);
this.txtVelocidade.Name = "txtVelocidade";
this.txtVelocidade.Size = new System.Drawing.Size(54, 20);
this.txtVelocidade.TabIndex = 24;
this.txtVelocidade.Text = "0";
this.txtVelocidade.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// btnAcrescentarGPS
//
this.btnAcrescentarGPS.Enabled = false;
this.btnAcrescentarGPS.Location = new System.Drawing.Point(309, 67);
this.btnAcrescentarGPS.Margin = new System.Windows.Forms.Padding(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);
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(68, 13);
this.lblAnguloGPS.TabIndex = 19;
this.lblAnguloGPS.Text = "Angulo Carro";
//
// txtAnguloGPS
//
this.txtAnguloGPS.Enabled = false;
this.txtAnguloGPS.Location = new System.Drawing.Point(161, 33);
this.txtAnguloGPS.Margin = new System.Windows.Forms.Padding(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);
this.txtLongitude.Name = "txtLongitude";
this.txtLongitude.Size = new System.Drawing.Size(135, 20);
this.txtLongitude.TabIndex = 15;
this.txtLongitude.Text = "-47.395203906184044";
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);
this.txtLatitude.Name = "txtLatitude";
this.txtLatitude.Size = new System.Drawing.Size(135, 20);
this.txtLatitude.TabIndex = 14;
this.txtLatitude.Text = "-22.17254631649402";
this.txtLatitude.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// btnIniciarGPS
//
this.btnIniciarGPS.Location = new System.Drawing.Point(309, 28);
this.btnIniciarGPS.Margin = new System.Windows.Forms.Padding(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);
//
// lblTempoOperacao
//
this.lblTempoOperacao.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.lblTempoOperacao.AutoSize = true;
this.lblTempoOperacao.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F);
this.lblTempoOperacao.Location = new System.Drawing.Point(232, 460);
this.lblTempoOperacao.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.lblTempoOperacao.Name = "lblTempoOperacao";
this.lblTempoOperacao.Size = new System.Drawing.Size(148, 13);
this.lblTempoOperacao.TabIndex = 25;
this.lblTempoOperacao.Text = "Tempo: 00:00:00 de 00:00:00";
//
// lblStatusOperacao
//
this.lblStatusOperacao.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.lblStatusOperacao.AutoSize = true;
this.lblStatusOperacao.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F);
this.lblStatusOperacao.Location = new System.Drawing.Point(232, 443);
this.lblStatusOperacao.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.lblStatusOperacao.Name = "lblStatusOperacao";
this.lblStatusOperacao.Size = new System.Drawing.Size(133, 13);
this.lblStatusOperacao.TabIndex = 24;
this.lblStatusOperacao.Text = "Operação: Parametrizando";
//
// lblDistanciaLateral
//
this.lblDistanciaLateral.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.lblDistanciaLateral.AutoSize = true;
this.lblDistanciaLateral.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F);
this.lblDistanciaLateral.Location = new System.Drawing.Point(11, 477);
this.lblDistanciaLateral.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.lblDistanciaLateral.Name = "lblDistanciaLateral";
this.lblDistanciaLateral.Size = new System.Drawing.Size(117, 13);
this.lblDistanciaLateral.TabIndex = 23;
this.lblDistanciaLateral.Text = "Esq: 0,00 m Dir: 0,00 m";
//
// lblDistanciaFinal
//
this.lblDistanciaFinal.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.lblDistanciaFinal.AutoSize = true;
this.lblDistanciaFinal.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F);
this.lblDistanciaFinal.Location = new System.Drawing.Point(10, 460);
this.lblDistanciaFinal.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.lblDistanciaFinal.Name = "lblDistanciaFinal";
this.lblDistanciaFinal.Size = new System.Drawing.Size(135, 13);
this.lblDistanciaFinal.TabIndex = 21;
this.lblDistanciaFinal.Text = "Distância Restante: 0,00 m";
//
// lblDistanciaOperacao
//
this.lblDistanciaOperacao.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.lblDistanciaOperacao.AutoSize = true;
this.lblDistanciaOperacao.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F);
this.lblDistanciaOperacao.Location = new System.Drawing.Point(10, 443);
this.lblDistanciaOperacao.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.lblDistanciaOperacao.Name = "lblDistanciaOperacao";
this.lblDistanciaOperacao.Size = new System.Drawing.Size(189, 13);
this.lblDistanciaOperacao.TabIndex = 19;
this.lblDistanciaOperacao.Text = "Distância Operação: 0,00 m de 0,00 m";
//
// lblDirecao
//
this.lblDirecao.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.lblDirecao.AutoSize = true;
this.lblDirecao.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F);
this.lblDirecao.Location = new System.Drawing.Point(390, 443);
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.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.lblStatus.AutoSize = true;
this.lblStatus.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F);
this.lblStatus.Location = new System.Drawing.Point(390, 418);
this.lblStatus.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.lblStatus.Name = "lblStatus";
this.lblStatus.Size = new System.Drawing.Size(96, 13);
this.lblStatus.TabIndex = 15;
this.lblStatus.Text = "Carro: Aguardando";
//
// pnlMapa
//
this.pnlMapa.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.pnlMapa.Controls.Add(this.pnlOrientacaoTrajeto);
this.pnlMapa.Controls.Add(this.pnlOrientacaoCarro);
this.pnlMapa.Controls.Add(this.pnlAnguloControle);
this.pnlMapa.Controls.Add(this.label2);
this.pnlMapa.Controls.Add(this.label3);
this.pnlMapa.Controls.Add(this.label4);
this.pnlMapa.Location = new System.Drawing.Point(9, 10);
this.pnlMapa.Margin = new System.Windows.Forms.Padding(2);
this.pnlMapa.Name = "pnlMapa";
this.pnlMapa.Size = new System.Drawing.Size(506, 370);
this.pnlMapa.TabIndex = 1;
//
// pnlOrientacaoTrajeto
//
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(4, 2);
this.pnlOrientacaoTrajeto.Margin = new System.Windows.Forms.Padding(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);
//
// pnlOrientacaoCarro
//
this.pnlOrientacaoCarro.BackColor = System.Drawing.Color.White;
this.pnlOrientacaoCarro.BackgroundImage = global::AgroBase.Properties.Resources.rosa_dos_ventos;
this.pnlOrientacaoCarro.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
this.pnlOrientacaoCarro.Location = new System.Drawing.Point(210, 2);
this.pnlOrientacaoCarro.Margin = new System.Windows.Forms.Padding(2);
this.pnlOrientacaoCarro.Name = "pnlOrientacaoCarro";
this.pnlOrientacaoCarro.Size = new System.Drawing.Size(78, 84);
this.pnlOrientacaoCarro.TabIndex = 13;
this.pnlOrientacaoCarro.Paint += new System.Windows.Forms.PaintEventHandler(this.pnlOrientacaoCarro_Paint);
//
// pnlAnguloControle
//
this.pnlAnguloControle.BackColor = System.Drawing.Color.White;
this.pnlAnguloControle.BackgroundImage = global::AgroBase.Properties.Resources.transferidor;
this.pnlAnguloControle.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
this.pnlAnguloControle.Location = new System.Drawing.Point(426, 2);
this.pnlAnguloControle.Margin = new System.Windows.Forms.Padding(2);
this.pnlAnguloControle.Name = "pnlAnguloControle";
this.pnlAnguloControle.Size = new System.Drawing.Size(78, 84);
this.pnlAnguloControle.TabIndex = 14;
this.pnlAnguloControle.Paint += new System.Windows.Forms.PaintEventHandler(this.pnlAnguloControle_Paint);
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(20, 88);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(48, 13);
this.label2.TabIndex = 16;
this.label2.Text = "Caminho";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(233, 88);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(32, 13);
this.label3.TabIndex = 17;
this.label3.Text = "Carro";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(444, 88);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(46, 13);
this.label4.TabIndex = 18;
this.label4.Text = "Controle";
//
// pnlZoomMapa
//
this.pnlZoomMapa.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.pnlZoomMapa.BackColor = System.Drawing.Color.White;
this.pnlZoomMapa.Location = new System.Drawing.Point(522, 10);
this.pnlZoomMapa.Name = "pnlZoomMapa";
this.pnlZoomMapa.Size = new System.Drawing.Size(845, 484);
this.pnlZoomMapa.TabIndex = 15;
//
// lblRua
//
this.lblRua.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.lblRua.AutoSize = true;
this.lblRua.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F);
this.lblRua.Location = new System.Drawing.Point(11, 398);
this.lblRua.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.lblRua.Name = "lblRua";
this.lblRua.Size = new System.Drawing.Size(74, 13);
this.lblRua.TabIndex = 19;
this.lblRua.Text = "Corredor: Fora";
//
// lblMargem
//
this.lblMargem.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.lblMargem.AutoSize = true;
this.lblMargem.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F);
this.lblMargem.Location = new System.Drawing.Point(99, 398);
this.lblMargem.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.lblMargem.Name = "lblMargem";
this.lblMargem.Size = new System.Drawing.Size(71, 13);
this.lblMargem.TabIndex = 20;
this.lblMargem.Text = "Margem: Não";
//
// lblProximoPonto
//
this.lblProximoPonto.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.lblProximoPonto.AutoSize = true;
this.lblProximoPonto.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F);
this.lblProximoPonto.Location = new System.Drawing.Point(183, 398);
this.lblProximoPonto.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.lblProximoPonto.Name = "lblProximoPonto";
this.lblProximoPonto.Size = new System.Drawing.Size(87, 13);
this.lblProximoPonto.TabIndex = 21;
this.lblProximoPonto.Text = "Próximo Ponto: 0";
//
// lblAproximando
//
this.lblAproximando.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.lblAproximando.AutoSize = true;
this.lblAproximando.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F);
this.lblAproximando.Location = new System.Drawing.Point(285, 398);
this.lblAproximando.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.lblAproximando.Name = "lblAproximando";
this.lblAproximando.Size = new System.Drawing.Size(68, 13);
this.lblAproximando.TabIndex = 22;
this.lblAproximando.Text = "Aproximando";
//
// lblDistProx
//
this.lblDistProx.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.lblDistProx.AutoSize = true;
this.lblDistProx.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F);
this.lblDistProx.Location = new System.Drawing.Point(11, 418);
this.lblDistProx.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.lblDistProx.Name = "lblDistProx";
this.lblDistProx.Size = new System.Drawing.Size(160, 13);
this.lblDistProx.TabIndex = 23;
this.lblDistProx.Text = "Distância Próximo Ponto: 0,00 m";
//
// lblDistAnt
//
this.lblDistAnt.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.lblDistAnt.AutoSize = true;
this.lblDistAnt.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F);
this.lblDistAnt.Location = new System.Drawing.Point(183, 418);
this.lblDistAnt.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.lblDistAnt.Name = "lblDistAnt";
this.lblDistAnt.Size = new System.Drawing.Size(159, 13);
this.lblDistAnt.TabIndex = 24;
this.lblDistAnt.Text = "Distância Ponto Anterior: 0,00 m";
//
// lblTipoMovimento
//
this.lblTipoMovimento.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.lblTipoMovimento.AutoSize = true;
this.lblTipoMovimento.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F);
this.lblTipoMovimento.Location = new System.Drawing.Point(390, 398);
this.lblTipoMovimento.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.lblTipoMovimento.Name = "lblTipoMovimento";
this.lblTipoMovimento.Size = new System.Drawing.Size(75, 13);
this.lblTipoMovimento.TabIndex = 25;
this.lblTipoMovimento.Text = "RodasFrontais";
//
// lblTempoRestante
//
this.lblTempoRestante.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.lblTempoRestante.AutoSize = true;
this.lblTempoRestante.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F);
this.lblTempoRestante.Location = new System.Drawing.Point(232, 477);
this.lblTempoRestante.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.lblTempoRestante.Name = "lblTempoRestante";
this.lblTempoRestante.Size = new System.Drawing.Size(134, 13);
this.lblTempoRestante.TabIndex = 40;
this.lblTempoRestante.Text = "Tempo Restante: 00:00:00";
//
// lblPercentualRua
//
this.lblPercentualRua.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.lblPercentualRua.AutoSize = true;
this.lblPercentualRua.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F);
this.lblPercentualRua.Location = new System.Drawing.Point(390, 460);
this.lblPercentualRua.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.lblPercentualRua.Name = "lblPercentualRua";
this.lblPercentualRua.Size = new System.Drawing.Size(62, 13);
this.lblPercentualRua.TabIndex = 41;
this.lblPercentualRua.Text = "Rua: 0,00%";
//
// lblPercentualOperacao
//
this.lblPercentualOperacao.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.lblPercentualOperacao.AutoSize = true;
this.lblPercentualOperacao.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F);
this.lblPercentualOperacao.Location = new System.Drawing.Point(390, 477);
this.lblPercentualOperacao.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.lblPercentualOperacao.Name = "lblPercentualOperacao";
this.lblPercentualOperacao.Size = new System.Drawing.Size(89, 13);
this.lblPercentualOperacao.TabIndex = 42;
this.lblPercentualOperacao.Text = "Operação: 0,00%";
//
// frmSimulacaoMapaGPS
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1379, 599);
this.Controls.Add(this.lblPercentualOperacao);
this.Controls.Add(this.lblPercentualRua);
this.Controls.Add(this.lblTempoRestante);
this.Controls.Add(this.lblTipoMovimento);
this.Controls.Add(this.lblDistAnt);
this.Controls.Add(this.lblDistProx);
this.Controls.Add(this.lblAproximando);
this.Controls.Add(this.lblProximoPonto);
this.Controls.Add(this.lblMargem);
this.Controls.Add(this.lblRua);
this.Controls.Add(this.pnlZoomMapa);
this.Controls.Add(this.pnlMapa);
this.Controls.Add(this.pnlOpcoes);
this.Controls.Add(this.lblStatus);
this.Controls.Add(this.lblDistanciaOperacao);
this.Controls.Add(this.lblDistanciaFinal);
this.Controls.Add(this.lblTempoOperacao);
this.Controls.Add(this.lblStatusOperacao);
this.Controls.Add(this.lblDistanciaLateral);
this.Controls.Add(this.lblDirecao);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Margin = new System.Windows.Forms.Padding(2);
this.Name = "frmSimulacaoMapaGPS";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Simulação de Operação";
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.pnlMapa.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Panel pnlOpcoes;
private System.Windows.Forms.Panel pnlMapa;
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.CheckBox chbMoverObstaculo;
private System.Windows.Forms.CheckBox chbSonarVirando;
private System.Windows.Forms.Button btnAtualizarLeitura;
private System.Windows.Forms.Label lblDistanciaLateral;
private System.Windows.Forms.Label lblVelocidade;
private System.Windows.Forms.TextBox txtVelocidade;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox txtAnguloControle;
private System.Windows.Forms.Panel pnlOrientacaoCarro;
private System.Windows.Forms.Panel pnlAnguloControle;
private System.Windows.Forms.Panel pnlZoomMapa;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label lblRua;
private System.Windows.Forms.Label lblMargem;
private System.Windows.Forms.Label lblProximoPonto;
private System.Windows.Forms.Label lblAproximando;
private System.Windows.Forms.Label lblDistProx;
private System.Windows.Forms.Label lblDistAnt;
private System.Windows.Forms.Label lblStatusOperacao;
private System.Windows.Forms.Label lblTempoOperacao;
private System.Windows.Forms.CheckBox chbAutomatico;
private System.Windows.Forms.Label lblQtdErro;
private System.Windows.Forms.TextBox txtQtdErro;
private System.Windows.Forms.Button btnReiniciar;
private System.Windows.Forms.Label lblKd;
private System.Windows.Forms.TextBox txtKd;
private System.Windows.Forms.Label lblKi;
private System.Windows.Forms.TextBox txtKi;
private System.Windows.Forms.Label lblKp;
private System.Windows.Forms.TextBox txtKp;
private System.Windows.Forms.Label lblTipoMovimento;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.ComboBox cmbTipoControleDirecional;
private System.Windows.Forms.Label lblTempoRestante;
private System.Windows.Forms.Label lblPercentualRua;
private System.Windows.Forms.Label lblPercentualOperacao;
private System.Windows.Forms.Button btnCarregarOperacao;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.TextBox txtTempoGPS;
private System.Windows.Forms.Button btnCarregarTrajetoria;
private System.Windows.Forms.Label lblCarregado;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.TextBox txtErroTempoComando;
}
}