606 lines
31 KiB
C#
606 lines
31 KiB
C#
namespace AgroMonitor.Forms
|
|
{
|
|
partial class frmMonitoramento
|
|
{
|
|
/// <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.lblEquipamento = new System.Windows.Forms.Label();
|
|
this.cmbEquipamento = new System.Windows.Forms.ComboBox();
|
|
this.lblLatitude = new System.Windows.Forms.Label();
|
|
this.lblLongitude = new System.Windows.Forms.Label();
|
|
this.txtLatitude = new System.Windows.Forms.TextBox();
|
|
this.txtLongitude = new System.Windows.Forms.TextBox();
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
this.txtLeitura = new System.Windows.Forms.TextBox();
|
|
this.lblLeitura = new System.Windows.Forms.Label();
|
|
this.txtOrientacao = new System.Windows.Forms.TextBox();
|
|
this.lblOrientacao = new System.Windows.Forms.Label();
|
|
this.pgbBateria = new System.Windows.Forms.ProgressBar();
|
|
this.lblBateria = new System.Windows.Forms.Label();
|
|
this.lblReservatorio = new System.Windows.Forms.Label();
|
|
this.pgbReservatorio = new System.Windows.Forms.ProgressBar();
|
|
this.lblBateriaDados = new System.Windows.Forms.Label();
|
|
this.lblReservatorioDados = new System.Windows.Forms.Label();
|
|
this.lblTemperaturaMotoresDados = new System.Windows.Forms.Label();
|
|
this.lblTemperaturaMotores = new System.Windows.Forms.Label();
|
|
this.pgbTemperaturaMotores = new System.Windows.Forms.ProgressBar();
|
|
this.lblTemperaturaCampoDados = new System.Windows.Forms.Label();
|
|
this.lblTemperaturaCampo = new System.Windows.Forms.Label();
|
|
this.pgbTemperaturaCampo = new System.Windows.Forms.ProgressBar();
|
|
this.lblPressaoDados = new System.Windows.Forms.Label();
|
|
this.lblPressao = new System.Windows.Forms.Label();
|
|
this.pgbPressao = new System.Windows.Forms.ProgressBar();
|
|
this.lblHerbicidaDados = new System.Windows.Forms.Label();
|
|
this.lblHerbicida = new System.Windows.Forms.Label();
|
|
this.pgbHerbicidaAplicado = new System.Windows.Forms.ProgressBar();
|
|
this.lblVelocidadeDados = new System.Windows.Forms.Label();
|
|
this.lblVelocidade = new System.Windows.Forms.Label();
|
|
this.pgbVelocidade = new System.Windows.Forms.ProgressBar();
|
|
this.lblErvasIdentificadas = new System.Windows.Forms.Label();
|
|
this.txtStatusCarro = new System.Windows.Forms.TextBox();
|
|
this.lblStatusCarro = new System.Windows.Forms.Label();
|
|
this.lblStatusOperacao = new System.Windows.Forms.Label();
|
|
this.txtStatusOperacao = new System.Windows.Forms.TextBox();
|
|
this.lblProgressoOperacao = new System.Windows.Forms.Label();
|
|
this.pgbProgressoOperacao = new System.Windows.Forms.ProgressBar();
|
|
this.lblProgressoRua = new System.Windows.Forms.Label();
|
|
this.pgbProgressoRua = new System.Windows.Forms.ProgressBar();
|
|
this.txtTempoEstimado = new System.Windows.Forms.TextBox();
|
|
this.lblTempoEstimado = new System.Windows.Forms.Label();
|
|
this.lblTempoDecorrido = new System.Windows.Forms.Label();
|
|
this.txtTempoDecorrido = new System.Windows.Forms.TextBox();
|
|
this.panel1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// lblEquipamento
|
|
//
|
|
this.lblEquipamento.AutoSize = true;
|
|
this.lblEquipamento.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.25F);
|
|
this.lblEquipamento.Location = new System.Drawing.Point(6, 11);
|
|
this.lblEquipamento.Name = "lblEquipamento";
|
|
this.lblEquipamento.Size = new System.Drawing.Size(91, 17);
|
|
this.lblEquipamento.TabIndex = 0;
|
|
this.lblEquipamento.Text = "Equipamento";
|
|
//
|
|
// cmbEquipamento
|
|
//
|
|
this.cmbEquipamento.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.cmbEquipamento.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.25F);
|
|
this.cmbEquipamento.FormattingEnabled = true;
|
|
this.cmbEquipamento.Location = new System.Drawing.Point(113, 8);
|
|
this.cmbEquipamento.Name = "cmbEquipamento";
|
|
this.cmbEquipamento.Size = new System.Drawing.Size(100, 25);
|
|
this.cmbEquipamento.TabIndex = 1;
|
|
this.cmbEquipamento.SelectedIndexChanged += new System.EventHandler(this.cmbEquipamento_SelectedIndexChanged);
|
|
//
|
|
// lblLatitude
|
|
//
|
|
this.lblLatitude.AutoSize = true;
|
|
this.lblLatitude.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.25F);
|
|
this.lblLatitude.Location = new System.Drawing.Point(6, 88);
|
|
this.lblLatitude.Name = "lblLatitude";
|
|
this.lblLatitude.Size = new System.Drawing.Size(59, 17);
|
|
this.lblLatitude.TabIndex = 2;
|
|
this.lblLatitude.Text = "Latitude";
|
|
//
|
|
// lblLongitude
|
|
//
|
|
this.lblLongitude.AutoSize = true;
|
|
this.lblLongitude.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.25F);
|
|
this.lblLongitude.Location = new System.Drawing.Point(111, 88);
|
|
this.lblLongitude.Name = "lblLongitude";
|
|
this.lblLongitude.Size = new System.Drawing.Size(71, 17);
|
|
this.lblLongitude.TabIndex = 3;
|
|
this.lblLongitude.Text = "Longitude";
|
|
//
|
|
// txtLatitude
|
|
//
|
|
this.txtLatitude.Location = new System.Drawing.Point(5, 108);
|
|
this.txtLatitude.Name = "txtLatitude";
|
|
this.txtLatitude.ReadOnly = true;
|
|
this.txtLatitude.Size = new System.Drawing.Size(100, 20);
|
|
this.txtLatitude.TabIndex = 4;
|
|
this.txtLatitude.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// txtLongitude
|
|
//
|
|
this.txtLongitude.Location = new System.Drawing.Point(113, 108);
|
|
this.txtLongitude.Name = "txtLongitude";
|
|
this.txtLongitude.ReadOnly = true;
|
|
this.txtLongitude.Size = new System.Drawing.Size(100, 20);
|
|
this.txtLongitude.TabIndex = 5;
|
|
this.txtLongitude.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// panel1
|
|
//
|
|
this.panel1.AutoScroll = true;
|
|
this.panel1.Controls.Add(this.txtTempoEstimado);
|
|
this.panel1.Controls.Add(this.lblTempoEstimado);
|
|
this.panel1.Controls.Add(this.lblTempoDecorrido);
|
|
this.panel1.Controls.Add(this.txtTempoDecorrido);
|
|
this.panel1.Controls.Add(this.lblProgressoRua);
|
|
this.panel1.Controls.Add(this.pgbProgressoRua);
|
|
this.panel1.Controls.Add(this.lblProgressoOperacao);
|
|
this.panel1.Controls.Add(this.pgbProgressoOperacao);
|
|
this.panel1.Controls.Add(this.txtStatusCarro);
|
|
this.panel1.Controls.Add(this.lblStatusCarro);
|
|
this.panel1.Controls.Add(this.lblStatusOperacao);
|
|
this.panel1.Controls.Add(this.txtStatusOperacao);
|
|
this.panel1.Controls.Add(this.lblErvasIdentificadas);
|
|
this.panel1.Controls.Add(this.lblVelocidadeDados);
|
|
this.panel1.Controls.Add(this.lblVelocidade);
|
|
this.panel1.Controls.Add(this.pgbVelocidade);
|
|
this.panel1.Controls.Add(this.lblHerbicidaDados);
|
|
this.panel1.Controls.Add(this.lblHerbicida);
|
|
this.panel1.Controls.Add(this.pgbHerbicidaAplicado);
|
|
this.panel1.Controls.Add(this.lblPressaoDados);
|
|
this.panel1.Controls.Add(this.lblPressao);
|
|
this.panel1.Controls.Add(this.pgbPressao);
|
|
this.panel1.Controls.Add(this.lblTemperaturaCampoDados);
|
|
this.panel1.Controls.Add(this.lblTemperaturaCampo);
|
|
this.panel1.Controls.Add(this.pgbTemperaturaCampo);
|
|
this.panel1.Controls.Add(this.lblTemperaturaMotoresDados);
|
|
this.panel1.Controls.Add(this.lblTemperaturaMotores);
|
|
this.panel1.Controls.Add(this.pgbTemperaturaMotores);
|
|
this.panel1.Controls.Add(this.lblReservatorioDados);
|
|
this.panel1.Controls.Add(this.lblBateriaDados);
|
|
this.panel1.Controls.Add(this.lblReservatorio);
|
|
this.panel1.Controls.Add(this.pgbReservatorio);
|
|
this.panel1.Controls.Add(this.lblBateria);
|
|
this.panel1.Controls.Add(this.pgbBateria);
|
|
this.panel1.Controls.Add(this.txtOrientacao);
|
|
this.panel1.Controls.Add(this.lblOrientacao);
|
|
this.panel1.Controls.Add(this.lblLeitura);
|
|
this.panel1.Controls.Add(this.txtLeitura);
|
|
this.panel1.Controls.Add(this.cmbEquipamento);
|
|
this.panel1.Controls.Add(this.lblEquipamento);
|
|
this.panel1.Controls.Add(this.txtLatitude);
|
|
this.panel1.Controls.Add(this.lblLongitude);
|
|
this.panel1.Controls.Add(this.lblLatitude);
|
|
this.panel1.Controls.Add(this.txtLongitude);
|
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Right;
|
|
this.panel1.Location = new System.Drawing.Point(787, 0);
|
|
this.panel1.Name = "panel1";
|
|
this.panel1.Size = new System.Drawing.Size(239, 566);
|
|
this.panel1.TabIndex = 6;
|
|
//
|
|
// txtLeitura
|
|
//
|
|
this.txtLeitura.Location = new System.Drawing.Point(5, 65);
|
|
this.txtLeitura.Name = "txtLeitura";
|
|
this.txtLeitura.ReadOnly = true;
|
|
this.txtLeitura.Size = new System.Drawing.Size(100, 20);
|
|
this.txtLeitura.TabIndex = 6;
|
|
this.txtLeitura.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// lblLeitura
|
|
//
|
|
this.lblLeitura.AutoSize = true;
|
|
this.lblLeitura.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.25F);
|
|
this.lblLeitura.Location = new System.Drawing.Point(6, 45);
|
|
this.lblLeitura.Name = "lblLeitura";
|
|
this.lblLeitura.Size = new System.Drawing.Size(52, 17);
|
|
this.lblLeitura.TabIndex = 7;
|
|
this.lblLeitura.Text = "Leitura";
|
|
//
|
|
// txtOrientacao
|
|
//
|
|
this.txtOrientacao.Location = new System.Drawing.Point(113, 65);
|
|
this.txtOrientacao.Name = "txtOrientacao";
|
|
this.txtOrientacao.ReadOnly = true;
|
|
this.txtOrientacao.Size = new System.Drawing.Size(100, 20);
|
|
this.txtOrientacao.TabIndex = 9;
|
|
this.txtOrientacao.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// lblOrientacao
|
|
//
|
|
this.lblOrientacao.AutoSize = true;
|
|
this.lblOrientacao.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.25F);
|
|
this.lblOrientacao.Location = new System.Drawing.Point(111, 45);
|
|
this.lblOrientacao.Name = "lblOrientacao";
|
|
this.lblOrientacao.Size = new System.Drawing.Size(78, 17);
|
|
this.lblOrientacao.TabIndex = 8;
|
|
this.lblOrientacao.Text = "Orientação";
|
|
//
|
|
// pgbBateria
|
|
//
|
|
this.pgbBateria.Location = new System.Drawing.Point(5, 280);
|
|
this.pgbBateria.Name = "pgbBateria";
|
|
this.pgbBateria.Size = new System.Drawing.Size(100, 20);
|
|
this.pgbBateria.TabIndex = 10;
|
|
//
|
|
// lblBateria
|
|
//
|
|
this.lblBateria.AutoSize = true;
|
|
this.lblBateria.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.25F);
|
|
this.lblBateria.Location = new System.Drawing.Point(6, 260);
|
|
this.lblBateria.Name = "lblBateria";
|
|
this.lblBateria.Size = new System.Drawing.Size(53, 17);
|
|
this.lblBateria.TabIndex = 11;
|
|
this.lblBateria.Text = "Bateria";
|
|
//
|
|
// lblReservatorio
|
|
//
|
|
this.lblReservatorio.AutoSize = true;
|
|
this.lblReservatorio.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.25F);
|
|
this.lblReservatorio.Location = new System.Drawing.Point(6, 303);
|
|
this.lblReservatorio.Name = "lblReservatorio";
|
|
this.lblReservatorio.Size = new System.Drawing.Size(153, 17);
|
|
this.lblReservatorio.TabIndex = 13;
|
|
this.lblReservatorio.Text = "Reservatório Herbicida";
|
|
//
|
|
// pgbReservatorio
|
|
//
|
|
this.pgbReservatorio.Location = new System.Drawing.Point(5, 323);
|
|
this.pgbReservatorio.Maximum = 35;
|
|
this.pgbReservatorio.Name = "pgbReservatorio";
|
|
this.pgbReservatorio.Size = new System.Drawing.Size(100, 20);
|
|
this.pgbReservatorio.TabIndex = 12;
|
|
//
|
|
// lblBateriaDados
|
|
//
|
|
this.lblBateriaDados.AutoSize = true;
|
|
this.lblBateriaDados.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
|
|
this.lblBateriaDados.Location = new System.Drawing.Point(111, 283);
|
|
this.lblBateriaDados.Name = "lblBateriaDados";
|
|
this.lblBateriaDados.Size = new System.Drawing.Size(98, 13);
|
|
this.lblBateriaDados.TabIndex = 14;
|
|
this.lblBateriaDados.Text = "42,3V 5,2A 100,0%";
|
|
//
|
|
// lblReservatorioDados
|
|
//
|
|
this.lblReservatorioDados.AutoSize = true;
|
|
this.lblReservatorioDados.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
|
|
this.lblReservatorioDados.Location = new System.Drawing.Point(111, 326);
|
|
this.lblReservatorioDados.Name = "lblReservatorioDados";
|
|
this.lblReservatorioDados.Size = new System.Drawing.Size(75, 13);
|
|
this.lblReservatorioDados.TabIndex = 15;
|
|
this.lblReservatorioDados.Text = "28,5 L 100,0%";
|
|
//
|
|
// lblTemperaturaMotoresDados
|
|
//
|
|
this.lblTemperaturaMotoresDados.AutoSize = true;
|
|
this.lblTemperaturaMotoresDados.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
|
|
this.lblTemperaturaMotoresDados.Location = new System.Drawing.Point(111, 455);
|
|
this.lblTemperaturaMotoresDados.Name = "lblTemperaturaMotoresDados";
|
|
this.lblTemperaturaMotoresDados.Size = new System.Drawing.Size(42, 13);
|
|
this.lblTemperaturaMotoresDados.TabIndex = 21;
|
|
this.lblTemperaturaMotoresDados.Text = "57,5 ºC";
|
|
//
|
|
// lblTemperaturaMotores
|
|
//
|
|
this.lblTemperaturaMotores.AutoSize = true;
|
|
this.lblTemperaturaMotores.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.25F);
|
|
this.lblTemperaturaMotores.Location = new System.Drawing.Point(6, 432);
|
|
this.lblTemperaturaMotores.Name = "lblTemperaturaMotores";
|
|
this.lblTemperaturaMotores.Size = new System.Drawing.Size(145, 17);
|
|
this.lblTemperaturaMotores.TabIndex = 20;
|
|
this.lblTemperaturaMotores.Text = "Temperatura Motores";
|
|
//
|
|
// pgbTemperaturaMotores
|
|
//
|
|
this.pgbTemperaturaMotores.Location = new System.Drawing.Point(5, 452);
|
|
this.pgbTemperaturaMotores.Maximum = 200;
|
|
this.pgbTemperaturaMotores.Name = "pgbTemperaturaMotores";
|
|
this.pgbTemperaturaMotores.Size = new System.Drawing.Size(100, 20);
|
|
this.pgbTemperaturaMotores.TabIndex = 19;
|
|
//
|
|
// lblTemperaturaCampoDados
|
|
//
|
|
this.lblTemperaturaCampoDados.AutoSize = true;
|
|
this.lblTemperaturaCampoDados.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
|
|
this.lblTemperaturaCampoDados.Location = new System.Drawing.Point(111, 498);
|
|
this.lblTemperaturaCampoDados.Name = "lblTemperaturaCampoDados";
|
|
this.lblTemperaturaCampoDados.Size = new System.Drawing.Size(42, 13);
|
|
this.lblTemperaturaCampoDados.TabIndex = 24;
|
|
this.lblTemperaturaCampoDados.Text = "38,7 ºC";
|
|
//
|
|
// lblTemperaturaCampo
|
|
//
|
|
this.lblTemperaturaCampo.AutoSize = true;
|
|
this.lblTemperaturaCampo.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.25F);
|
|
this.lblTemperaturaCampo.Location = new System.Drawing.Point(6, 475);
|
|
this.lblTemperaturaCampo.Name = "lblTemperaturaCampo";
|
|
this.lblTemperaturaCampo.Size = new System.Drawing.Size(138, 17);
|
|
this.lblTemperaturaCampo.TabIndex = 23;
|
|
this.lblTemperaturaCampo.Text = "Temperatura Campo";
|
|
//
|
|
// pgbTemperaturaCampo
|
|
//
|
|
this.pgbTemperaturaCampo.Location = new System.Drawing.Point(5, 495);
|
|
this.pgbTemperaturaCampo.Name = "pgbTemperaturaCampo";
|
|
this.pgbTemperaturaCampo.Size = new System.Drawing.Size(100, 20);
|
|
this.pgbTemperaturaCampo.TabIndex = 22;
|
|
//
|
|
// lblPressaoDados
|
|
//
|
|
this.lblPressaoDados.AutoSize = true;
|
|
this.lblPressaoDados.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
|
|
this.lblPressaoDados.Location = new System.Drawing.Point(111, 412);
|
|
this.lblPressaoDados.Name = "lblPressaoDados";
|
|
this.lblPressaoDados.Size = new System.Drawing.Size(44, 13);
|
|
this.lblPressaoDados.TabIndex = 27;
|
|
this.lblPressaoDados.Text = "86,3 psi";
|
|
//
|
|
// lblPressao
|
|
//
|
|
this.lblPressao.AutoSize = true;
|
|
this.lblPressao.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.25F);
|
|
this.lblPressao.Location = new System.Drawing.Point(6, 389);
|
|
this.lblPressao.Name = "lblPressao";
|
|
this.lblPressao.Size = new System.Drawing.Size(119, 17);
|
|
this.lblPressao.TabIndex = 26;
|
|
this.lblPressao.Text = "Pressão da Linha";
|
|
//
|
|
// pgbPressao
|
|
//
|
|
this.pgbPressao.Location = new System.Drawing.Point(5, 409);
|
|
this.pgbPressao.Maximum = 150;
|
|
this.pgbPressao.Name = "pgbPressao";
|
|
this.pgbPressao.Size = new System.Drawing.Size(100, 20);
|
|
this.pgbPressao.TabIndex = 25;
|
|
//
|
|
// lblHerbicidaDados
|
|
//
|
|
this.lblHerbicidaDados.AutoSize = true;
|
|
this.lblHerbicidaDados.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
|
|
this.lblHerbicidaDados.Location = new System.Drawing.Point(111, 369);
|
|
this.lblHerbicidaDados.Name = "lblHerbicidaDados";
|
|
this.lblHerbicidaDados.Size = new System.Drawing.Size(100, 13);
|
|
this.lblHerbicidaDados.TabIndex = 30;
|
|
this.lblHerbicidaDados.Text = "2,3 L (35,9 ml/erva)";
|
|
//
|
|
// lblHerbicida
|
|
//
|
|
this.lblHerbicida.AutoSize = true;
|
|
this.lblHerbicida.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.25F);
|
|
this.lblHerbicida.Location = new System.Drawing.Point(6, 346);
|
|
this.lblHerbicida.Name = "lblHerbicida";
|
|
this.lblHerbicida.Size = new System.Drawing.Size(126, 17);
|
|
this.lblHerbicida.TabIndex = 29;
|
|
this.lblHerbicida.Text = "Herbicida Aplicado";
|
|
//
|
|
// pgbHerbicidaAplicado
|
|
//
|
|
this.pgbHerbicidaAplicado.Location = new System.Drawing.Point(5, 366);
|
|
this.pgbHerbicidaAplicado.Maximum = 35;
|
|
this.pgbHerbicidaAplicado.Name = "pgbHerbicidaAplicado";
|
|
this.pgbHerbicidaAplicado.Size = new System.Drawing.Size(100, 20);
|
|
this.pgbHerbicidaAplicado.TabIndex = 28;
|
|
//
|
|
// lblVelocidadeDados
|
|
//
|
|
this.lblVelocidadeDados.AutoSize = true;
|
|
this.lblVelocidadeDados.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
|
|
this.lblVelocidadeDados.Location = new System.Drawing.Point(111, 541);
|
|
this.lblVelocidadeDados.Name = "lblVelocidadeDados";
|
|
this.lblVelocidadeDados.Size = new System.Drawing.Size(82, 13);
|
|
this.lblVelocidadeDados.TabIndex = 33;
|
|
this.lblVelocidadeDados.Text = "5,3 km/h 85,3%";
|
|
//
|
|
// lblVelocidade
|
|
//
|
|
this.lblVelocidade.AutoSize = true;
|
|
this.lblVelocidade.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.25F);
|
|
this.lblVelocidade.Location = new System.Drawing.Point(6, 518);
|
|
this.lblVelocidade.Name = "lblVelocidade";
|
|
this.lblVelocidade.Size = new System.Drawing.Size(78, 17);
|
|
this.lblVelocidade.TabIndex = 32;
|
|
this.lblVelocidade.Text = "Velocidade";
|
|
//
|
|
// pgbVelocidade
|
|
//
|
|
this.pgbVelocidade.Location = new System.Drawing.Point(5, 538);
|
|
this.pgbVelocidade.Maximum = 20;
|
|
this.pgbVelocidade.Name = "pgbVelocidade";
|
|
this.pgbVelocidade.Size = new System.Drawing.Size(100, 20);
|
|
this.pgbVelocidade.TabIndex = 31;
|
|
//
|
|
// lblErvasIdentificadas
|
|
//
|
|
this.lblErvasIdentificadas.AutoSize = true;
|
|
this.lblErvasIdentificadas.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
|
|
this.lblErvasIdentificadas.Location = new System.Drawing.Point(152, 356);
|
|
this.lblErvasIdentificadas.Name = "lblErvasIdentificadas";
|
|
this.lblErvasIdentificadas.Size = new System.Drawing.Size(54, 13);
|
|
this.lblErvasIdentificadas.TabIndex = 34;
|
|
this.lblErvasIdentificadas.Text = "154 ervas";
|
|
//
|
|
// txtStatusCarro
|
|
//
|
|
this.txtStatusCarro.Location = new System.Drawing.Point(113, 151);
|
|
this.txtStatusCarro.Name = "txtStatusCarro";
|
|
this.txtStatusCarro.ReadOnly = true;
|
|
this.txtStatusCarro.Size = new System.Drawing.Size(100, 20);
|
|
this.txtStatusCarro.TabIndex = 38;
|
|
this.txtStatusCarro.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// lblStatusCarro
|
|
//
|
|
this.lblStatusCarro.AutoSize = true;
|
|
this.lblStatusCarro.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.25F);
|
|
this.lblStatusCarro.Location = new System.Drawing.Point(111, 131);
|
|
this.lblStatusCarro.Name = "lblStatusCarro";
|
|
this.lblStatusCarro.Size = new System.Drawing.Size(43, 17);
|
|
this.lblStatusCarro.TabIndex = 37;
|
|
this.lblStatusCarro.Text = "Carro";
|
|
//
|
|
// lblStatusOperacao
|
|
//
|
|
this.lblStatusOperacao.AutoSize = true;
|
|
this.lblStatusOperacao.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.25F);
|
|
this.lblStatusOperacao.Location = new System.Drawing.Point(6, 131);
|
|
this.lblStatusOperacao.Name = "lblStatusOperacao";
|
|
this.lblStatusOperacao.Size = new System.Drawing.Size(71, 17);
|
|
this.lblStatusOperacao.TabIndex = 36;
|
|
this.lblStatusOperacao.Text = "Operação";
|
|
//
|
|
// txtStatusOperacao
|
|
//
|
|
this.txtStatusOperacao.Location = new System.Drawing.Point(5, 151);
|
|
this.txtStatusOperacao.Name = "txtStatusOperacao";
|
|
this.txtStatusOperacao.ReadOnly = true;
|
|
this.txtStatusOperacao.Size = new System.Drawing.Size(100, 20);
|
|
this.txtStatusOperacao.TabIndex = 35;
|
|
this.txtStatusOperacao.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// lblProgressoOperacao
|
|
//
|
|
this.lblProgressoOperacao.AutoSize = true;
|
|
this.lblProgressoOperacao.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.25F);
|
|
this.lblProgressoOperacao.Location = new System.Drawing.Point(6, 217);
|
|
this.lblProgressoOperacao.Name = "lblProgressoOperacao";
|
|
this.lblProgressoOperacao.Size = new System.Drawing.Size(87, 17);
|
|
this.lblProgressoOperacao.TabIndex = 40;
|
|
this.lblProgressoOperacao.Text = "% Operação";
|
|
//
|
|
// pgbProgressoOperacao
|
|
//
|
|
this.pgbProgressoOperacao.Location = new System.Drawing.Point(5, 237);
|
|
this.pgbProgressoOperacao.Name = "pgbProgressoOperacao";
|
|
this.pgbProgressoOperacao.Size = new System.Drawing.Size(100, 20);
|
|
this.pgbProgressoOperacao.TabIndex = 39;
|
|
//
|
|
// lblProgressoRua
|
|
//
|
|
this.lblProgressoRua.AutoSize = true;
|
|
this.lblProgressoRua.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.25F);
|
|
this.lblProgressoRua.Location = new System.Drawing.Point(112, 217);
|
|
this.lblProgressoRua.Name = "lblProgressoRua";
|
|
this.lblProgressoRua.Size = new System.Drawing.Size(50, 17);
|
|
this.lblProgressoRua.TabIndex = 42;
|
|
this.lblProgressoRua.Text = "% Rua";
|
|
//
|
|
// pgbProgressoRua
|
|
//
|
|
this.pgbProgressoRua.Location = new System.Drawing.Point(111, 237);
|
|
this.pgbProgressoRua.Name = "pgbProgressoRua";
|
|
this.pgbProgressoRua.Size = new System.Drawing.Size(100, 20);
|
|
this.pgbProgressoRua.TabIndex = 41;
|
|
//
|
|
// txtTempoEstimado
|
|
//
|
|
this.txtTempoEstimado.Location = new System.Drawing.Point(113, 194);
|
|
this.txtTempoEstimado.Name = "txtTempoEstimado";
|
|
this.txtTempoEstimado.ReadOnly = true;
|
|
this.txtTempoEstimado.Size = new System.Drawing.Size(100, 20);
|
|
this.txtTempoEstimado.TabIndex = 46;
|
|
this.txtTempoEstimado.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// lblTempoEstimado
|
|
//
|
|
this.lblTempoEstimado.AutoSize = true;
|
|
this.lblTempoEstimado.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.25F);
|
|
this.lblTempoEstimado.Location = new System.Drawing.Point(111, 174);
|
|
this.lblTempoEstimado.Name = "lblTempoEstimado";
|
|
this.lblTempoEstimado.Size = new System.Drawing.Size(66, 17);
|
|
this.lblTempoEstimado.TabIndex = 45;
|
|
this.lblTempoEstimado.Text = "Estimado";
|
|
//
|
|
// lblTempoDecorrido
|
|
//
|
|
this.lblTempoDecorrido.AutoSize = true;
|
|
this.lblTempoDecorrido.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.25F);
|
|
this.lblTempoDecorrido.Location = new System.Drawing.Point(6, 174);
|
|
this.lblTempoDecorrido.Name = "lblTempoDecorrido";
|
|
this.lblTempoDecorrido.Size = new System.Drawing.Size(70, 17);
|
|
this.lblTempoDecorrido.TabIndex = 44;
|
|
this.lblTempoDecorrido.Text = "Decorrido";
|
|
//
|
|
// txtTempoDecorrido
|
|
//
|
|
this.txtTempoDecorrido.Location = new System.Drawing.Point(5, 194);
|
|
this.txtTempoDecorrido.Name = "txtTempoDecorrido";
|
|
this.txtTempoDecorrido.ReadOnly = true;
|
|
this.txtTempoDecorrido.Size = new System.Drawing.Size(100, 20);
|
|
this.txtTempoDecorrido.TabIndex = 43;
|
|
this.txtTempoDecorrido.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// frmMonitoramento
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(1026, 566);
|
|
this.Controls.Add(this.panel1);
|
|
this.Name = "frmMonitoramento";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "Monitoramento";
|
|
this.Load += new System.EventHandler(this.frmMonitoramento_Load);
|
|
this.panel1.ResumeLayout(false);
|
|
this.panel1.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
private System.Windows.Forms.Label lblEquipamento;
|
|
private System.Windows.Forms.ComboBox cmbEquipamento;
|
|
private System.Windows.Forms.Label lblLatitude;
|
|
private System.Windows.Forms.Label lblLongitude;
|
|
private System.Windows.Forms.TextBox txtLatitude;
|
|
private System.Windows.Forms.TextBox txtLongitude;
|
|
private System.Windows.Forms.Panel panel1;
|
|
private System.Windows.Forms.Label lblLeitura;
|
|
private System.Windows.Forms.TextBox txtLeitura;
|
|
private System.Windows.Forms.TextBox txtOrientacao;
|
|
private System.Windows.Forms.Label lblOrientacao;
|
|
private System.Windows.Forms.Label lblReservatorio;
|
|
private System.Windows.Forms.ProgressBar pgbReservatorio;
|
|
private System.Windows.Forms.Label lblBateria;
|
|
private System.Windows.Forms.ProgressBar pgbBateria;
|
|
private System.Windows.Forms.Label lblBateriaDados;
|
|
private System.Windows.Forms.Label lblReservatorioDados;
|
|
private System.Windows.Forms.Label lblTemperaturaCampoDados;
|
|
private System.Windows.Forms.Label lblTemperaturaCampo;
|
|
private System.Windows.Forms.ProgressBar pgbTemperaturaCampo;
|
|
private System.Windows.Forms.Label lblTemperaturaMotoresDados;
|
|
private System.Windows.Forms.Label lblTemperaturaMotores;
|
|
private System.Windows.Forms.ProgressBar pgbTemperaturaMotores;
|
|
private System.Windows.Forms.Label lblPressaoDados;
|
|
private System.Windows.Forms.Label lblPressao;
|
|
private System.Windows.Forms.ProgressBar pgbPressao;
|
|
private System.Windows.Forms.Label lblHerbicidaDados;
|
|
private System.Windows.Forms.Label lblHerbicida;
|
|
private System.Windows.Forms.ProgressBar pgbHerbicidaAplicado;
|
|
private System.Windows.Forms.Label lblVelocidadeDados;
|
|
private System.Windows.Forms.Label lblVelocidade;
|
|
private System.Windows.Forms.ProgressBar pgbVelocidade;
|
|
private System.Windows.Forms.Label lblErvasIdentificadas;
|
|
private System.Windows.Forms.Label lblProgressoOperacao;
|
|
private System.Windows.Forms.ProgressBar pgbProgressoOperacao;
|
|
private System.Windows.Forms.TextBox txtStatusCarro;
|
|
private System.Windows.Forms.Label lblStatusCarro;
|
|
private System.Windows.Forms.Label lblStatusOperacao;
|
|
private System.Windows.Forms.TextBox txtStatusOperacao;
|
|
private System.Windows.Forms.Label lblProgressoRua;
|
|
private System.Windows.Forms.ProgressBar pgbProgressoRua;
|
|
private System.Windows.Forms.TextBox txtTempoEstimado;
|
|
private System.Windows.Forms.Label lblTempoEstimado;
|
|
private System.Windows.Forms.Label lblTempoDecorrido;
|
|
private System.Windows.Forms.TextBox txtTempoDecorrido;
|
|
}
|
|
} |