778 lines
41 KiB
C#
778 lines
41 KiB
C#
namespace AgroBase.Forms.IHM
|
|
{
|
|
partial class frmDialogoMapa
|
|
{
|
|
/// <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()
|
|
{
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmDialogoMapa));
|
|
this.pnlMapa = new System.Windows.Forms.Panel();
|
|
this.pnlMapaDinamico = new System.Windows.Forms.Panel();
|
|
this.pnlJoystick = new System.Windows.Forms.Panel();
|
|
this.pnlCameraCaminho = new System.Windows.Forms.Panel();
|
|
this.pnlCameraSoloD = new System.Windows.Forms.Panel();
|
|
this.pnlCameraSoloE = new System.Windows.Forms.Panel();
|
|
this.lblMapaCarregado = new System.Windows.Forms.Label();
|
|
this.txtStatusAtual = new System.Windows.Forms.TextBox();
|
|
this.lblStatusAtual = new System.Windows.Forms.Label();
|
|
this.txtIniciadoEm = new System.Windows.Forms.TextBox();
|
|
this.lblIniciadoEm = new System.Windows.Forms.Label();
|
|
this.txtConcluidoEm = new System.Windows.Forms.TextBox();
|
|
this.lblConcluidoEm = new System.Windows.Forms.Label();
|
|
this.txtDistanciaPercorrida = new System.Windows.Forms.TextBox();
|
|
this.lblDistanciaPercorrida = new System.Windows.Forms.Label();
|
|
this.txtTempoOperacao = new System.Windows.Forms.TextBox();
|
|
this.lblTempoOperacao = new System.Windows.Forms.Label();
|
|
this.txtErvasIdentificadas = new System.Windows.Forms.TextBox();
|
|
this.lblErvasIdentificadas = new System.Windows.Forms.Label();
|
|
this.txtHerbicidaAplicado = new System.Windows.Forms.TextBox();
|
|
this.lblHerbicidaAplicado = new System.Windows.Forms.Label();
|
|
this.txtBateriaConsumida = new System.Windows.Forms.TextBox();
|
|
this.lblBateriaConsumida = new System.Windows.Forms.Label();
|
|
this.pgbReservatorio = new System.Windows.Forms.ProgressBar();
|
|
this.lblReservatorio = new System.Windows.Forms.Label();
|
|
this.lblBateria = new System.Windows.Forms.Label();
|
|
this.pgbBateria = new System.Windows.Forms.ProgressBar();
|
|
this.lblOperacao = new System.Windows.Forms.Label();
|
|
this.pgbOperacao = new System.Windows.Forms.ProgressBar();
|
|
this.lblRuaAtual = new System.Windows.Forms.Label();
|
|
this.pgbRuaAtual = new System.Windows.Forms.ProgressBar();
|
|
this.lblModoOperacao = new System.Windows.Forms.Label();
|
|
this.txtModoOperacao = new System.Windows.Forms.TextBox();
|
|
this.pnlSensores = new System.Windows.Forms.Panel();
|
|
this.lblPrecisaoGPS = new System.Windows.Forms.Label();
|
|
this.lblCorrecaoGPS = new System.Windows.Forms.Label();
|
|
this.btnCodFalha = new System.Windows.Forms.Button();
|
|
this.lblCodFalha = new System.Windows.Forms.Label();
|
|
this.lblOperacaoLiberada = new System.Windows.Forms.Label();
|
|
this.txtOperacaoLiberada = new System.Windows.Forms.TextBox();
|
|
this.pnlOrientacao = new System.Windows.Forms.Panel();
|
|
this.pnlInclinacao = new System.Windows.Forms.Panel();
|
|
this.lblModoControle = new System.Windows.Forms.Label();
|
|
this.cmbModoControle = new System.Windows.Forms.ComboBox();
|
|
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
|
|
this.lblUltimaLeituraSolo = new System.Windows.Forms.ToolStripStatusLabel();
|
|
this.lblUltimaLeituraCaminho = new System.Windows.Forms.ToolStripStatusLabel();
|
|
this.lblPerformance = new System.Windows.Forms.ToolStripStatusLabel();
|
|
this.tabControl1 = new System.Windows.Forms.TabControl();
|
|
this.tabSensores = new System.Windows.Forms.TabPage();
|
|
this.tabControle = new System.Windows.Forms.TabPage();
|
|
this.pnlControle = new System.Windows.Forms.Panel();
|
|
this.pnlFreio = new System.Windows.Forms.Panel();
|
|
this.lblAnguloDirecional = new System.Windows.Forms.Label();
|
|
this.tkbAnguloDirecional = new System.Windows.Forms.TrackBar();
|
|
this.lblVelocidade = new System.Windows.Forms.Label();
|
|
this.tkbVelocidade = new System.Windows.Forms.TrackBar();
|
|
this.picFechar = new System.Windows.Forms.PictureBox();
|
|
this.pnlMapa.SuspendLayout();
|
|
this.pnlSensores.SuspendLayout();
|
|
this.statusStrip1.SuspendLayout();
|
|
this.tabControl1.SuspendLayout();
|
|
this.tabSensores.SuspendLayout();
|
|
this.tabControle.SuspendLayout();
|
|
this.pnlControle.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.tkbAnguloDirecional)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.tkbVelocidade)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.picFechar)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// pnlMapa
|
|
//
|
|
this.pnlMapa.Controls.Add(this.pnlMapaDinamico);
|
|
this.pnlMapa.Controls.Add(this.pnlJoystick);
|
|
this.pnlMapa.Location = new System.Drawing.Point(0, 75);
|
|
this.pnlMapa.Name = "pnlMapa";
|
|
this.pnlMapa.Size = new System.Drawing.Size(697, 500);
|
|
this.pnlMapa.TabIndex = 0;
|
|
//
|
|
// pnlMapaDinamico
|
|
//
|
|
this.pnlMapaDinamico.Location = new System.Drawing.Point(315, 101);
|
|
this.pnlMapaDinamico.Name = "pnlMapaDinamico";
|
|
this.pnlMapaDinamico.Size = new System.Drawing.Size(379, 392);
|
|
this.pnlMapaDinamico.TabIndex = 19;
|
|
this.pnlMapaDinamico.Visible = false;
|
|
//
|
|
// pnlJoystick
|
|
//
|
|
this.pnlJoystick.Location = new System.Drawing.Point(26, 268);
|
|
this.pnlJoystick.Name = "pnlJoystick";
|
|
this.pnlJoystick.Size = new System.Drawing.Size(150, 150);
|
|
this.pnlJoystick.TabIndex = 18;
|
|
this.pnlJoystick.Visible = false;
|
|
//
|
|
// pnlCameraCaminho
|
|
//
|
|
this.pnlCameraCaminho.Location = new System.Drawing.Point(246, 2);
|
|
this.pnlCameraCaminho.Name = "pnlCameraCaminho";
|
|
this.pnlCameraCaminho.Size = new System.Drawing.Size(210, 150);
|
|
this.pnlCameraCaminho.TabIndex = 18;
|
|
//
|
|
// pnlCameraSoloD
|
|
//
|
|
this.pnlCameraSoloD.Location = new System.Drawing.Point(484, 2);
|
|
this.pnlCameraSoloD.Name = "pnlCameraSoloD";
|
|
this.pnlCameraSoloD.Size = new System.Drawing.Size(210, 150);
|
|
this.pnlCameraSoloD.TabIndex = 18;
|
|
//
|
|
// pnlCameraSoloE
|
|
//
|
|
this.pnlCameraSoloE.Location = new System.Drawing.Point(3, 2);
|
|
this.pnlCameraSoloE.Name = "pnlCameraSoloE";
|
|
this.pnlCameraSoloE.Size = new System.Drawing.Size(210, 150);
|
|
this.pnlCameraSoloE.TabIndex = 17;
|
|
//
|
|
// lblMapaCarregado
|
|
//
|
|
this.lblMapaCarregado.AutoSize = true;
|
|
this.lblMapaCarregado.Location = new System.Drawing.Point(700, 9);
|
|
this.lblMapaCarregado.Name = "lblMapaCarregado";
|
|
this.lblMapaCarregado.Size = new System.Drawing.Size(112, 13);
|
|
this.lblMapaCarregado.TabIndex = 2;
|
|
this.lblMapaCarregado.Text = "Mapa Carregado: N/A";
|
|
//
|
|
// txtStatusAtual
|
|
//
|
|
this.txtStatusAtual.Font = new System.Drawing.Font("Microsoft Sans Serif", 12.25F);
|
|
this.txtStatusAtual.Location = new System.Drawing.Point(164, 101);
|
|
this.txtStatusAtual.Name = "txtStatusAtual";
|
|
this.txtStatusAtual.ReadOnly = true;
|
|
this.txtStatusAtual.Size = new System.Drawing.Size(120, 26);
|
|
this.txtStatusAtual.TabIndex = 6;
|
|
this.txtStatusAtual.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// lblStatusAtual
|
|
//
|
|
this.lblStatusAtual.AutoSize = true;
|
|
this.lblStatusAtual.Location = new System.Drawing.Point(3, 104);
|
|
this.lblStatusAtual.Name = "lblStatusAtual";
|
|
this.lblStatusAtual.Size = new System.Drawing.Size(97, 20);
|
|
this.lblStatusAtual.TabIndex = 5;
|
|
this.lblStatusAtual.Text = "Status Atual";
|
|
//
|
|
// txtIniciadoEm
|
|
//
|
|
this.txtIniciadoEm.Font = new System.Drawing.Font("Microsoft Sans Serif", 12.25F);
|
|
this.txtIniciadoEm.Location = new System.Drawing.Point(164, 133);
|
|
this.txtIniciadoEm.Name = "txtIniciadoEm";
|
|
this.txtIniciadoEm.ReadOnly = true;
|
|
this.txtIniciadoEm.Size = new System.Drawing.Size(120, 26);
|
|
this.txtIniciadoEm.TabIndex = 8;
|
|
this.txtIniciadoEm.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// lblIniciadoEm
|
|
//
|
|
this.lblIniciadoEm.AutoSize = true;
|
|
this.lblIniciadoEm.Location = new System.Drawing.Point(3, 136);
|
|
this.lblIniciadoEm.Name = "lblIniciadoEm";
|
|
this.lblIniciadoEm.Size = new System.Drawing.Size(92, 20);
|
|
this.lblIniciadoEm.TabIndex = 7;
|
|
this.lblIniciadoEm.Text = "Iniciado Em";
|
|
//
|
|
// txtConcluidoEm
|
|
//
|
|
this.txtConcluidoEm.Font = new System.Drawing.Font("Microsoft Sans Serif", 12.25F);
|
|
this.txtConcluidoEm.Location = new System.Drawing.Point(164, 165);
|
|
this.txtConcluidoEm.Name = "txtConcluidoEm";
|
|
this.txtConcluidoEm.ReadOnly = true;
|
|
this.txtConcluidoEm.Size = new System.Drawing.Size(120, 26);
|
|
this.txtConcluidoEm.TabIndex = 10;
|
|
this.txtConcluidoEm.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// lblConcluidoEm
|
|
//
|
|
this.lblConcluidoEm.AutoSize = true;
|
|
this.lblConcluidoEm.Location = new System.Drawing.Point(3, 168);
|
|
this.lblConcluidoEm.Name = "lblConcluidoEm";
|
|
this.lblConcluidoEm.Size = new System.Drawing.Size(107, 20);
|
|
this.lblConcluidoEm.TabIndex = 9;
|
|
this.lblConcluidoEm.Text = "Concluído Em";
|
|
//
|
|
// txtDistanciaPercorrida
|
|
//
|
|
this.txtDistanciaPercorrida.Font = new System.Drawing.Font("Microsoft Sans Serif", 12.25F);
|
|
this.txtDistanciaPercorrida.Location = new System.Drawing.Point(164, 197);
|
|
this.txtDistanciaPercorrida.Name = "txtDistanciaPercorrida";
|
|
this.txtDistanciaPercorrida.ReadOnly = true;
|
|
this.txtDistanciaPercorrida.Size = new System.Drawing.Size(120, 26);
|
|
this.txtDistanciaPercorrida.TabIndex = 12;
|
|
this.txtDistanciaPercorrida.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// lblDistanciaPercorrida
|
|
//
|
|
this.lblDistanciaPercorrida.AutoSize = true;
|
|
this.lblDistanciaPercorrida.Location = new System.Drawing.Point(3, 200);
|
|
this.lblDistanciaPercorrida.Name = "lblDistanciaPercorrida";
|
|
this.lblDistanciaPercorrida.Size = new System.Drawing.Size(151, 20);
|
|
this.lblDistanciaPercorrida.TabIndex = 11;
|
|
this.lblDistanciaPercorrida.Text = "Distância Percorrida";
|
|
//
|
|
// txtTempoOperacao
|
|
//
|
|
this.txtTempoOperacao.Font = new System.Drawing.Font("Microsoft Sans Serif", 12.25F);
|
|
this.txtTempoOperacao.Location = new System.Drawing.Point(164, 229);
|
|
this.txtTempoOperacao.Name = "txtTempoOperacao";
|
|
this.txtTempoOperacao.ReadOnly = true;
|
|
this.txtTempoOperacao.Size = new System.Drawing.Size(120, 26);
|
|
this.txtTempoOperacao.TabIndex = 14;
|
|
this.txtTempoOperacao.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// lblTempoOperacao
|
|
//
|
|
this.lblTempoOperacao.AutoSize = true;
|
|
this.lblTempoOperacao.Location = new System.Drawing.Point(3, 232);
|
|
this.lblTempoOperacao.Name = "lblTempoOperacao";
|
|
this.lblTempoOperacao.Size = new System.Drawing.Size(154, 20);
|
|
this.lblTempoOperacao.TabIndex = 13;
|
|
this.lblTempoOperacao.Text = "Tempo de Operação";
|
|
//
|
|
// txtErvasIdentificadas
|
|
//
|
|
this.txtErvasIdentificadas.Font = new System.Drawing.Font("Microsoft Sans Serif", 12.25F);
|
|
this.txtErvasIdentificadas.Location = new System.Drawing.Point(164, 261);
|
|
this.txtErvasIdentificadas.Name = "txtErvasIdentificadas";
|
|
this.txtErvasIdentificadas.ReadOnly = true;
|
|
this.txtErvasIdentificadas.Size = new System.Drawing.Size(120, 26);
|
|
this.txtErvasIdentificadas.TabIndex = 16;
|
|
this.txtErvasIdentificadas.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// lblErvasIdentificadas
|
|
//
|
|
this.lblErvasIdentificadas.AutoSize = true;
|
|
this.lblErvasIdentificadas.Location = new System.Drawing.Point(3, 264);
|
|
this.lblErvasIdentificadas.Name = "lblErvasIdentificadas";
|
|
this.lblErvasIdentificadas.Size = new System.Drawing.Size(144, 20);
|
|
this.lblErvasIdentificadas.TabIndex = 15;
|
|
this.lblErvasIdentificadas.Text = "Ervas Identificadas";
|
|
//
|
|
// txtHerbicidaAplicado
|
|
//
|
|
this.txtHerbicidaAplicado.Font = new System.Drawing.Font("Microsoft Sans Serif", 12.25F);
|
|
this.txtHerbicidaAplicado.Location = new System.Drawing.Point(164, 293);
|
|
this.txtHerbicidaAplicado.Name = "txtHerbicidaAplicado";
|
|
this.txtHerbicidaAplicado.ReadOnly = true;
|
|
this.txtHerbicidaAplicado.Size = new System.Drawing.Size(120, 26);
|
|
this.txtHerbicidaAplicado.TabIndex = 18;
|
|
this.txtHerbicidaAplicado.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// lblHerbicidaAplicado
|
|
//
|
|
this.lblHerbicidaAplicado.AutoSize = true;
|
|
this.lblHerbicidaAplicado.Location = new System.Drawing.Point(3, 296);
|
|
this.lblHerbicidaAplicado.Name = "lblHerbicidaAplicado";
|
|
this.lblHerbicidaAplicado.Size = new System.Drawing.Size(141, 20);
|
|
this.lblHerbicidaAplicado.TabIndex = 17;
|
|
this.lblHerbicidaAplicado.Text = "Herbicida Aplicado";
|
|
//
|
|
// txtBateriaConsumida
|
|
//
|
|
this.txtBateriaConsumida.Font = new System.Drawing.Font("Microsoft Sans Serif", 12.25F);
|
|
this.txtBateriaConsumida.Location = new System.Drawing.Point(164, 325);
|
|
this.txtBateriaConsumida.Name = "txtBateriaConsumida";
|
|
this.txtBateriaConsumida.ReadOnly = true;
|
|
this.txtBateriaConsumida.Size = new System.Drawing.Size(120, 26);
|
|
this.txtBateriaConsumida.TabIndex = 20;
|
|
this.txtBateriaConsumida.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// lblBateriaConsumida
|
|
//
|
|
this.lblBateriaConsumida.AutoSize = true;
|
|
this.lblBateriaConsumida.Location = new System.Drawing.Point(3, 328);
|
|
this.lblBateriaConsumida.Name = "lblBateriaConsumida";
|
|
this.lblBateriaConsumida.Size = new System.Drawing.Size(144, 20);
|
|
this.lblBateriaConsumida.TabIndex = 19;
|
|
this.lblBateriaConsumida.Text = "Bateria Consumida";
|
|
//
|
|
// pgbReservatorio
|
|
//
|
|
this.pgbReservatorio.Location = new System.Drawing.Point(164, 357);
|
|
this.pgbReservatorio.Name = "pgbReservatorio";
|
|
this.pgbReservatorio.Size = new System.Drawing.Size(120, 26);
|
|
this.pgbReservatorio.TabIndex = 21;
|
|
//
|
|
// lblReservatorio
|
|
//
|
|
this.lblReservatorio.AutoSize = true;
|
|
this.lblReservatorio.Location = new System.Drawing.Point(3, 363);
|
|
this.lblReservatorio.Name = "lblReservatorio";
|
|
this.lblReservatorio.Size = new System.Drawing.Size(127, 20);
|
|
this.lblReservatorio.TabIndex = 23;
|
|
this.lblReservatorio.Text = "Reservatório (%)";
|
|
//
|
|
// lblBateria
|
|
//
|
|
this.lblBateria.AutoSize = true;
|
|
this.lblBateria.Location = new System.Drawing.Point(3, 395);
|
|
this.lblBateria.Name = "lblBateria";
|
|
this.lblBateria.Size = new System.Drawing.Size(88, 20);
|
|
this.lblBateria.TabIndex = 25;
|
|
this.lblBateria.Text = "Bateria (%)";
|
|
//
|
|
// pgbBateria
|
|
//
|
|
this.pgbBateria.Location = new System.Drawing.Point(164, 389);
|
|
this.pgbBateria.Name = "pgbBateria";
|
|
this.pgbBateria.Size = new System.Drawing.Size(120, 26);
|
|
this.pgbBateria.TabIndex = 24;
|
|
//
|
|
// lblOperacao
|
|
//
|
|
this.lblOperacao.AutoSize = true;
|
|
this.lblOperacao.Location = new System.Drawing.Point(3, 427);
|
|
this.lblOperacao.Name = "lblOperacao";
|
|
this.lblOperacao.Size = new System.Drawing.Size(107, 20);
|
|
this.lblOperacao.TabIndex = 27;
|
|
this.lblOperacao.Text = "Operação (%)";
|
|
//
|
|
// pgbOperacao
|
|
//
|
|
this.pgbOperacao.Location = new System.Drawing.Point(164, 421);
|
|
this.pgbOperacao.Name = "pgbOperacao";
|
|
this.pgbOperacao.Size = new System.Drawing.Size(120, 26);
|
|
this.pgbOperacao.TabIndex = 26;
|
|
//
|
|
// lblRuaAtual
|
|
//
|
|
this.lblRuaAtual.AutoSize = true;
|
|
this.lblRuaAtual.Location = new System.Drawing.Point(3, 459);
|
|
this.lblRuaAtual.Name = "lblRuaAtual";
|
|
this.lblRuaAtual.Size = new System.Drawing.Size(108, 20);
|
|
this.lblRuaAtual.TabIndex = 29;
|
|
this.lblRuaAtual.Text = "Rua Atual (%)";
|
|
//
|
|
// pgbRuaAtual
|
|
//
|
|
this.pgbRuaAtual.Location = new System.Drawing.Point(164, 453);
|
|
this.pgbRuaAtual.Name = "pgbRuaAtual";
|
|
this.pgbRuaAtual.Size = new System.Drawing.Size(120, 26);
|
|
this.pgbRuaAtual.TabIndex = 28;
|
|
//
|
|
// lblModoOperacao
|
|
//
|
|
this.lblModoOperacao.AutoSize = true;
|
|
this.lblModoOperacao.Location = new System.Drawing.Point(3, 8);
|
|
this.lblModoOperacao.Name = "lblModoOperacao";
|
|
this.lblModoOperacao.Size = new System.Drawing.Size(145, 20);
|
|
this.lblModoOperacao.TabIndex = 3;
|
|
this.lblModoOperacao.Text = "Modo de Operação";
|
|
//
|
|
// txtModoOperacao
|
|
//
|
|
this.txtModoOperacao.Font = new System.Drawing.Font("Microsoft Sans Serif", 12.25F);
|
|
this.txtModoOperacao.Location = new System.Drawing.Point(164, 5);
|
|
this.txtModoOperacao.Name = "txtModoOperacao";
|
|
this.txtModoOperacao.ReadOnly = true;
|
|
this.txtModoOperacao.Size = new System.Drawing.Size(120, 26);
|
|
this.txtModoOperacao.TabIndex = 4;
|
|
this.txtModoOperacao.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// pnlSensores
|
|
//
|
|
this.pnlSensores.AutoScroll = true;
|
|
this.pnlSensores.Controls.Add(this.lblPrecisaoGPS);
|
|
this.pnlSensores.Controls.Add(this.lblCorrecaoGPS);
|
|
this.pnlSensores.Controls.Add(this.btnCodFalha);
|
|
this.pnlSensores.Controls.Add(this.lblCodFalha);
|
|
this.pnlSensores.Controls.Add(this.lblOperacaoLiberada);
|
|
this.pnlSensores.Controls.Add(this.txtOperacaoLiberada);
|
|
this.pnlSensores.Controls.Add(this.pnlOrientacao);
|
|
this.pnlSensores.Controls.Add(this.pnlInclinacao);
|
|
this.pnlSensores.Controls.Add(this.lblModoOperacao);
|
|
this.pnlSensores.Controls.Add(this.txtModoOperacao);
|
|
this.pnlSensores.Controls.Add(this.lblStatusAtual);
|
|
this.pnlSensores.Controls.Add(this.lblRuaAtual);
|
|
this.pnlSensores.Controls.Add(this.txtStatusAtual);
|
|
this.pnlSensores.Controls.Add(this.pgbRuaAtual);
|
|
this.pnlSensores.Controls.Add(this.lblIniciadoEm);
|
|
this.pnlSensores.Controls.Add(this.lblOperacao);
|
|
this.pnlSensores.Controls.Add(this.txtIniciadoEm);
|
|
this.pnlSensores.Controls.Add(this.pgbOperacao);
|
|
this.pnlSensores.Controls.Add(this.lblConcluidoEm);
|
|
this.pnlSensores.Controls.Add(this.lblBateria);
|
|
this.pnlSensores.Controls.Add(this.txtConcluidoEm);
|
|
this.pnlSensores.Controls.Add(this.pgbBateria);
|
|
this.pnlSensores.Controls.Add(this.lblDistanciaPercorrida);
|
|
this.pnlSensores.Controls.Add(this.lblReservatorio);
|
|
this.pnlSensores.Controls.Add(this.txtDistanciaPercorrida);
|
|
this.pnlSensores.Controls.Add(this.pgbReservatorio);
|
|
this.pnlSensores.Controls.Add(this.lblTempoOperacao);
|
|
this.pnlSensores.Controls.Add(this.txtBateriaConsumida);
|
|
this.pnlSensores.Controls.Add(this.txtTempoOperacao);
|
|
this.pnlSensores.Controls.Add(this.lblBateriaConsumida);
|
|
this.pnlSensores.Controls.Add(this.lblErvasIdentificadas);
|
|
this.pnlSensores.Controls.Add(this.txtHerbicidaAplicado);
|
|
this.pnlSensores.Controls.Add(this.txtErvasIdentificadas);
|
|
this.pnlSensores.Controls.Add(this.lblHerbicidaAplicado);
|
|
this.pnlSensores.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.pnlSensores.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.pnlSensores.Location = new System.Drawing.Point(3, 3);
|
|
this.pnlSensores.Name = "pnlSensores";
|
|
this.pnlSensores.Size = new System.Drawing.Size(307, 497);
|
|
this.pnlSensores.TabIndex = 32;
|
|
//
|
|
// lblPrecisaoGPS
|
|
//
|
|
this.lblPrecisaoGPS.AutoSize = true;
|
|
this.lblPrecisaoGPS.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lblPrecisaoGPS.Location = new System.Drawing.Point(6, 485);
|
|
this.lblPrecisaoGPS.Name = "lblPrecisaoGPS";
|
|
this.lblPrecisaoGPS.Size = new System.Drawing.Size(105, 15);
|
|
this.lblPrecisaoGPS.TabIndex = 35;
|
|
this.lblPrecisaoGPS.Text = "Precisão: 0,00 cm";
|
|
//
|
|
// lblCorrecaoGPS
|
|
//
|
|
this.lblCorrecaoGPS.AutoSize = true;
|
|
this.lblCorrecaoGPS.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lblCorrecaoGPS.Location = new System.Drawing.Point(184, 485);
|
|
this.lblCorrecaoGPS.Name = "lblCorrecaoGPS";
|
|
this.lblCorrecaoGPS.Size = new System.Drawing.Size(83, 15);
|
|
this.lblCorrecaoGPS.TabIndex = 34;
|
|
this.lblCorrecaoGPS.Text = "SemCorrecao";
|
|
//
|
|
// btnCodFalha
|
|
//
|
|
this.btnCodFalha.Location = new System.Drawing.Point(164, 69);
|
|
this.btnCodFalha.Name = "btnCodFalha";
|
|
this.btnCodFalha.Size = new System.Drawing.Size(120, 26);
|
|
this.btnCodFalha.TabIndex = 33;
|
|
this.btnCodFalha.Text = "0";
|
|
this.btnCodFalha.UseVisualStyleBackColor = true;
|
|
this.btnCodFalha.Click += new System.EventHandler(this.btnCodFalha_Click);
|
|
//
|
|
// lblCodFalha
|
|
//
|
|
this.lblCodFalha.AutoSize = true;
|
|
this.lblCodFalha.Location = new System.Drawing.Point(3, 72);
|
|
this.lblCodFalha.Name = "lblCodFalha";
|
|
this.lblCodFalha.Size = new System.Drawing.Size(125, 20);
|
|
this.lblCodFalha.TabIndex = 32;
|
|
this.lblCodFalha.Text = "Código de Falha";
|
|
//
|
|
// lblOperacaoLiberada
|
|
//
|
|
this.lblOperacaoLiberada.AutoSize = true;
|
|
this.lblOperacaoLiberada.Location = new System.Drawing.Point(3, 40);
|
|
this.lblOperacaoLiberada.Name = "lblOperacaoLiberada";
|
|
this.lblOperacaoLiberada.Size = new System.Drawing.Size(145, 20);
|
|
this.lblOperacaoLiberada.TabIndex = 30;
|
|
this.lblOperacaoLiberada.Text = "Operação Liberada";
|
|
//
|
|
// txtOperacaoLiberada
|
|
//
|
|
this.txtOperacaoLiberada.Font = new System.Drawing.Font("Microsoft Sans Serif", 12.25F);
|
|
this.txtOperacaoLiberada.Location = new System.Drawing.Point(164, 37);
|
|
this.txtOperacaoLiberada.Name = "txtOperacaoLiberada";
|
|
this.txtOperacaoLiberada.ReadOnly = true;
|
|
this.txtOperacaoLiberada.Size = new System.Drawing.Size(120, 26);
|
|
this.txtOperacaoLiberada.TabIndex = 31;
|
|
this.txtOperacaoLiberada.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// pnlOrientacao
|
|
//
|
|
this.pnlOrientacao.BackColor = System.Drawing.Color.White;
|
|
this.pnlOrientacao.BackgroundImage = global::AgroBase.Properties.Resources.rosa_dos_ventos;
|
|
this.pnlOrientacao.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
|
this.pnlOrientacao.Location = new System.Drawing.Point(184, 502);
|
|
this.pnlOrientacao.Margin = new System.Windows.Forms.Padding(2);
|
|
this.pnlOrientacao.Name = "pnlOrientacao";
|
|
this.pnlOrientacao.Size = new System.Drawing.Size(100, 100);
|
|
this.pnlOrientacao.TabIndex = 12;
|
|
this.pnlOrientacao.Paint += new System.Windows.Forms.PaintEventHandler(this.pnlOrientacao_Paint);
|
|
//
|
|
// pnlInclinacao
|
|
//
|
|
this.pnlInclinacao.BackColor = System.Drawing.Color.White;
|
|
this.pnlInclinacao.BackgroundImage = global::AgroBase.Properties.Resources.transferidor;
|
|
this.pnlInclinacao.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
|
this.pnlInclinacao.Location = new System.Drawing.Point(7, 502);
|
|
this.pnlInclinacao.Margin = new System.Windows.Forms.Padding(2);
|
|
this.pnlInclinacao.Name = "pnlInclinacao";
|
|
this.pnlInclinacao.Size = new System.Drawing.Size(100, 100);
|
|
this.pnlInclinacao.TabIndex = 16;
|
|
this.pnlInclinacao.Paint += new System.Windows.Forms.PaintEventHandler(this.pnlInclinacao_Paint);
|
|
//
|
|
// lblModoControle
|
|
//
|
|
this.lblModoControle.AutoSize = true;
|
|
this.lblModoControle.Location = new System.Drawing.Point(3, 8);
|
|
this.lblModoControle.Name = "lblModoControle";
|
|
this.lblModoControle.Size = new System.Drawing.Size(135, 20);
|
|
this.lblModoControle.TabIndex = 31;
|
|
this.lblModoControle.Text = "Modo de Controle";
|
|
//
|
|
// cmbModoControle
|
|
//
|
|
this.cmbModoControle.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.cmbModoControle.Enabled = false;
|
|
this.cmbModoControle.Font = new System.Drawing.Font("Microsoft Sans Serif", 12.25F);
|
|
this.cmbModoControle.FormattingEnabled = true;
|
|
this.cmbModoControle.Location = new System.Drawing.Point(164, 5);
|
|
this.cmbModoControle.Name = "cmbModoControle";
|
|
this.cmbModoControle.Size = new System.Drawing.Size(120, 28);
|
|
this.cmbModoControle.TabIndex = 30;
|
|
//
|
|
// statusStrip1
|
|
//
|
|
this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.lblUltimaLeituraSolo,
|
|
this.lblUltimaLeituraCaminho,
|
|
this.lblPerformance});
|
|
this.statusStrip1.Location = new System.Drawing.Point(0, 578);
|
|
this.statusStrip1.Name = "statusStrip1";
|
|
this.statusStrip1.Size = new System.Drawing.Size(1024, 22);
|
|
this.statusStrip1.TabIndex = 33;
|
|
this.statusStrip1.Text = "statusStrip1";
|
|
//
|
|
// lblUltimaLeituraSolo
|
|
//
|
|
this.lblUltimaLeituraSolo.Name = "lblUltimaLeituraSolo";
|
|
this.lblUltimaLeituraSolo.Size = new System.Drawing.Size(155, 17);
|
|
this.lblUltimaLeituraSolo.Text = "Última Leitura Solo: 00:00:00";
|
|
//
|
|
// lblUltimaLeituraCaminho
|
|
//
|
|
this.lblUltimaLeituraCaminho.Name = "lblUltimaLeituraCaminho";
|
|
this.lblUltimaLeituraCaminho.Size = new System.Drawing.Size(181, 17);
|
|
this.lblUltimaLeituraCaminho.Text = "Última Leitura Caminho: 00:00:00";
|
|
//
|
|
// lblPerformance
|
|
//
|
|
this.lblPerformance.Name = "lblPerformance";
|
|
this.lblPerformance.Size = new System.Drawing.Size(190, 17);
|
|
this.lblPerformance.Text = "CPU: 0,0% GPU: 0,0% RAM: 0,0%";
|
|
//
|
|
// tabControl1
|
|
//
|
|
this.tabControl1.Controls.Add(this.tabSensores);
|
|
this.tabControl1.Controls.Add(this.tabControle);
|
|
this.tabControl1.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.tabControl1.Location = new System.Drawing.Point(703, 34);
|
|
this.tabControl1.Name = "tabControl1";
|
|
this.tabControl1.SelectedIndex = 0;
|
|
this.tabControl1.Size = new System.Drawing.Size(321, 541);
|
|
this.tabControl1.TabIndex = 34;
|
|
//
|
|
// tabSensores
|
|
//
|
|
this.tabSensores.BackColor = System.Drawing.Color.Ivory;
|
|
this.tabSensores.Controls.Add(this.pnlSensores);
|
|
this.tabSensores.Location = new System.Drawing.Point(4, 34);
|
|
this.tabSensores.Name = "tabSensores";
|
|
this.tabSensores.Padding = new System.Windows.Forms.Padding(3);
|
|
this.tabSensores.Size = new System.Drawing.Size(313, 503);
|
|
this.tabSensores.TabIndex = 0;
|
|
this.tabSensores.Text = "Sensores";
|
|
//
|
|
// tabControle
|
|
//
|
|
this.tabControle.BackColor = System.Drawing.Color.Ivory;
|
|
this.tabControle.Controls.Add(this.pnlControle);
|
|
this.tabControle.Location = new System.Drawing.Point(4, 34);
|
|
this.tabControle.Name = "tabControle";
|
|
this.tabControle.Padding = new System.Windows.Forms.Padding(3);
|
|
this.tabControle.Size = new System.Drawing.Size(313, 503);
|
|
this.tabControle.TabIndex = 1;
|
|
this.tabControle.Text = "Controle";
|
|
//
|
|
// pnlControle
|
|
//
|
|
this.pnlControle.AutoScroll = true;
|
|
this.pnlControle.Controls.Add(this.pnlFreio);
|
|
this.pnlControle.Controls.Add(this.lblAnguloDirecional);
|
|
this.pnlControle.Controls.Add(this.tkbAnguloDirecional);
|
|
this.pnlControle.Controls.Add(this.lblVelocidade);
|
|
this.pnlControle.Controls.Add(this.tkbVelocidade);
|
|
this.pnlControle.Controls.Add(this.lblModoControle);
|
|
this.pnlControle.Controls.Add(this.cmbModoControle);
|
|
this.pnlControle.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.pnlControle.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
|
|
this.pnlControle.Location = new System.Drawing.Point(3, 3);
|
|
this.pnlControle.Name = "pnlControle";
|
|
this.pnlControle.Size = new System.Drawing.Size(307, 497);
|
|
this.pnlControle.TabIndex = 0;
|
|
//
|
|
// pnlFreio
|
|
//
|
|
this.pnlFreio.Location = new System.Drawing.Point(134, 272);
|
|
this.pnlFreio.Name = "pnlFreio";
|
|
this.pnlFreio.Size = new System.Drawing.Size(150, 150);
|
|
this.pnlFreio.TabIndex = 36;
|
|
this.pnlFreio.Visible = false;
|
|
//
|
|
// lblAnguloDirecional
|
|
//
|
|
this.lblAnguloDirecional.AutoSize = true;
|
|
this.lblAnguloDirecional.Location = new System.Drawing.Point(3, 166);
|
|
this.lblAnguloDirecional.Name = "lblAnguloDirecional";
|
|
this.lblAnguloDirecional.Size = new System.Drawing.Size(164, 20);
|
|
this.lblAnguloDirecional.TabIndex = 35;
|
|
this.lblAnguloDirecional.Text = "Ângulo Direcional: 20°";
|
|
//
|
|
// tkbAnguloDirecional
|
|
//
|
|
this.tkbAnguloDirecional.Enabled = false;
|
|
this.tkbAnguloDirecional.Location = new System.Drawing.Point(7, 189);
|
|
this.tkbAnguloDirecional.Maximum = 90;
|
|
this.tkbAnguloDirecional.Name = "tkbAnguloDirecional";
|
|
this.tkbAnguloDirecional.Size = new System.Drawing.Size(277, 45);
|
|
this.tkbAnguloDirecional.TabIndex = 34;
|
|
this.tkbAnguloDirecional.TickFrequency = 10;
|
|
this.tkbAnguloDirecional.Value = 20;
|
|
this.tkbAnguloDirecional.Scroll += new System.EventHandler(this.tkbAnguloDirecional_Scroll);
|
|
//
|
|
// lblVelocidade
|
|
//
|
|
this.lblVelocidade.AutoSize = true;
|
|
this.lblVelocidade.Location = new System.Drawing.Point(3, 75);
|
|
this.lblVelocidade.Name = "lblVelocidade";
|
|
this.lblVelocidade.Size = new System.Drawing.Size(179, 20);
|
|
this.lblVelocidade.TabIndex = 33;
|
|
this.lblVelocidade.Text = "Velocidade: 30% 5 km/h";
|
|
//
|
|
// tkbVelocidade
|
|
//
|
|
this.tkbVelocidade.Enabled = false;
|
|
this.tkbVelocidade.Location = new System.Drawing.Point(7, 98);
|
|
this.tkbVelocidade.Maximum = 100;
|
|
this.tkbVelocidade.Name = "tkbVelocidade";
|
|
this.tkbVelocidade.Size = new System.Drawing.Size(277, 45);
|
|
this.tkbVelocidade.TabIndex = 32;
|
|
this.tkbVelocidade.TickFrequency = 10;
|
|
this.tkbVelocidade.Value = 30;
|
|
this.tkbVelocidade.Scroll += new System.EventHandler(this.tkbVelocidade_Scroll);
|
|
//
|
|
// picFechar
|
|
//
|
|
this.picFechar.Image = global::AgroBase.Properties.Resources.fechar;
|
|
this.picFechar.Location = new System.Drawing.Point(974, 9);
|
|
this.picFechar.Name = "picFechar";
|
|
this.picFechar.Size = new System.Drawing.Size(43, 46);
|
|
this.picFechar.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|
this.picFechar.TabIndex = 1;
|
|
this.picFechar.TabStop = false;
|
|
//
|
|
// frmDialogoMapa
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.BackColor = System.Drawing.Color.Ivory;
|
|
this.ClientSize = new System.Drawing.Size(1024, 600);
|
|
this.Controls.Add(this.picFechar);
|
|
this.Controls.Add(this.tabControl1);
|
|
this.Controls.Add(this.statusStrip1);
|
|
this.Controls.Add(this.pnlCameraCaminho);
|
|
this.Controls.Add(this.pnlCameraSoloD);
|
|
this.Controls.Add(this.lblMapaCarregado);
|
|
this.Controls.Add(this.pnlCameraSoloE);
|
|
this.Controls.Add(this.pnlMapa);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.Name = "frmDialogoMapa";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "frmDialogoMapa";
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmDialogoMapa_FormClosing);
|
|
this.Load += new System.EventHandler(this.frmDialogoMapa_Load);
|
|
this.pnlMapa.ResumeLayout(false);
|
|
this.pnlSensores.ResumeLayout(false);
|
|
this.pnlSensores.PerformLayout();
|
|
this.statusStrip1.ResumeLayout(false);
|
|
this.statusStrip1.PerformLayout();
|
|
this.tabControl1.ResumeLayout(false);
|
|
this.tabSensores.ResumeLayout(false);
|
|
this.tabControle.ResumeLayout(false);
|
|
this.pnlControle.ResumeLayout(false);
|
|
this.pnlControle.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.tkbAnguloDirecional)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.tkbVelocidade)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.picFechar)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
public System.Windows.Forms.Panel pnlMapa;
|
|
private System.Windows.Forms.PictureBox picFechar;
|
|
public System.Windows.Forms.Label lblMapaCarregado;
|
|
private System.Windows.Forms.TextBox txtStatusAtual;
|
|
private System.Windows.Forms.Label lblStatusAtual;
|
|
private System.Windows.Forms.TextBox txtIniciadoEm;
|
|
private System.Windows.Forms.Label lblIniciadoEm;
|
|
private System.Windows.Forms.TextBox txtConcluidoEm;
|
|
private System.Windows.Forms.Label lblConcluidoEm;
|
|
private System.Windows.Forms.TextBox txtDistanciaPercorrida;
|
|
private System.Windows.Forms.Label lblDistanciaPercorrida;
|
|
private System.Windows.Forms.TextBox txtTempoOperacao;
|
|
private System.Windows.Forms.Label lblTempoOperacao;
|
|
private System.Windows.Forms.TextBox txtErvasIdentificadas;
|
|
private System.Windows.Forms.Label lblErvasIdentificadas;
|
|
private System.Windows.Forms.TextBox txtHerbicidaAplicado;
|
|
private System.Windows.Forms.Label lblHerbicidaAplicado;
|
|
private System.Windows.Forms.TextBox txtBateriaConsumida;
|
|
private System.Windows.Forms.Label lblBateriaConsumida;
|
|
private System.Windows.Forms.ProgressBar pgbReservatorio;
|
|
private System.Windows.Forms.Label lblReservatorio;
|
|
private System.Windows.Forms.Label lblBateria;
|
|
private System.Windows.Forms.ProgressBar pgbBateria;
|
|
private System.Windows.Forms.Label lblOperacao;
|
|
private System.Windows.Forms.ProgressBar pgbOperacao;
|
|
private System.Windows.Forms.Label lblRuaAtual;
|
|
private System.Windows.Forms.ProgressBar pgbRuaAtual;
|
|
private System.Windows.Forms.Panel pnlOrientacao;
|
|
private System.Windows.Forms.Panel pnlInclinacao;
|
|
private System.Windows.Forms.Panel pnlCameraCaminho;
|
|
private System.Windows.Forms.Panel pnlCameraSoloD;
|
|
private System.Windows.Forms.Panel pnlCameraSoloE;
|
|
private System.Windows.Forms.Label lblModoOperacao;
|
|
private System.Windows.Forms.TextBox txtModoOperacao;
|
|
private System.Windows.Forms.Panel pnlJoystick;
|
|
private System.Windows.Forms.Panel pnlSensores;
|
|
private System.Windows.Forms.Label lblModoControle;
|
|
private System.Windows.Forms.ComboBox cmbModoControle;
|
|
private System.Windows.Forms.StatusStrip statusStrip1;
|
|
private System.Windows.Forms.ToolStripStatusLabel lblUltimaLeituraSolo;
|
|
private System.Windows.Forms.ToolStripStatusLabel lblUltimaLeituraCaminho;
|
|
private System.Windows.Forms.ToolStripStatusLabel lblPerformance;
|
|
private System.Windows.Forms.TabControl tabControl1;
|
|
private System.Windows.Forms.TabPage tabSensores;
|
|
private System.Windows.Forms.TabPage tabControle;
|
|
private System.Windows.Forms.Panel pnlControle;
|
|
private System.Windows.Forms.Label lblVelocidade;
|
|
private System.Windows.Forms.TrackBar tkbVelocidade;
|
|
private System.Windows.Forms.Label lblAnguloDirecional;
|
|
private System.Windows.Forms.TrackBar tkbAnguloDirecional;
|
|
private System.Windows.Forms.Panel pnlFreio;
|
|
private System.Windows.Forms.Label lblOperacaoLiberada;
|
|
private System.Windows.Forms.TextBox txtOperacaoLiberada;
|
|
private System.Windows.Forms.Button btnCodFalha;
|
|
private System.Windows.Forms.Label lblCodFalha;
|
|
private System.Windows.Forms.Panel pnlMapaDinamico;
|
|
private System.Windows.Forms.Label lblPrecisaoGPS;
|
|
private System.Windows.Forms.Label lblCorrecaoGPS;
|
|
}
|
|
} |