2024-01-03 10:52:37 +00:00
|
|
|
|
|
|
|
|
|
|
namespace AgroBase.Forms.Operacoes
|
|
|
|
|
|
{
|
2024-03-01 19:49:20 +00:00
|
|
|
|
partial class frmOperacaoMapaGPS
|
2024-01-03 10:52:37 +00:00
|
|
|
|
{
|
|
|
|
|
|
/// <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()
|
|
|
|
|
|
{
|
2024-03-07 19:08:37 +00:00
|
|
|
|
System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea3 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
|
|
|
|
|
|
System.Windows.Forms.DataVisualization.Charting.Legend legend3 = new System.Windows.Forms.DataVisualization.Charting.Legend();
|
|
|
|
|
|
System.Windows.Forms.DataVisualization.Charting.Series series3 = new System.Windows.Forms.DataVisualization.Charting.Series();
|
2024-01-03 10:52:37 +00:00
|
|
|
|
this.pnlCameraSolo = new System.Windows.Forms.Panel();
|
2024-02-19 13:11:53 +00:00
|
|
|
|
this.pnlCameraSoloD = new System.Windows.Forms.Panel();
|
|
|
|
|
|
this.pnlCameraSoloE = new System.Windows.Forms.Panel();
|
2024-01-03 10:52:37 +00:00
|
|
|
|
this.pnlCameraCaminho = new System.Windows.Forms.Panel();
|
|
|
|
|
|
this.pnlAtuadores = new System.Windows.Forms.Panel();
|
2024-02-23 17:52:42 +00:00
|
|
|
|
this.lblPressao = new System.Windows.Forms.Label();
|
2024-02-21 19:40:38 +00:00
|
|
|
|
this.pnlCaminho = new System.Windows.Forms.Panel();
|
2024-01-03 10:52:37 +00:00
|
|
|
|
this.pnlGraficos = new System.Windows.Forms.Panel();
|
|
|
|
|
|
this.chartGraficos = new System.Windows.Forms.DataVisualization.Charting.Chart();
|
|
|
|
|
|
this.pnlNiveis = new System.Windows.Forms.Panel();
|
2024-03-04 20:04:24 +00:00
|
|
|
|
this.lblPorcentagemProgressoRua = new System.Windows.Forms.Label();
|
2024-03-01 19:49:20 +00:00
|
|
|
|
this.btnSimular = new System.Windows.Forms.Button();
|
2024-03-04 20:04:24 +00:00
|
|
|
|
this.pgbProgressoRua = new System.Windows.Forms.ProgressBar();
|
|
|
|
|
|
this.lblProgressoRua = new System.Windows.Forms.Label();
|
|
|
|
|
|
this.btnManobraConcluida = new System.Windows.Forms.Button();
|
2024-03-01 19:49:20 +00:00
|
|
|
|
this.lblDirecao = new System.Windows.Forms.Label();
|
|
|
|
|
|
this.lblStatus = new System.Windows.Forms.Label();
|
2024-02-29 20:01:02 +00:00
|
|
|
|
this.lblProgressoT = new System.Windows.Forms.Label();
|
2024-01-03 10:52:37 +00:00
|
|
|
|
this.lblPorcentagemBateria = new System.Windows.Forms.Label();
|
2024-02-29 20:01:02 +00:00
|
|
|
|
this.lblBateriaT = new System.Windows.Forms.Label();
|
|
|
|
|
|
this.lblReservatorioT = new System.Windows.Forms.Label();
|
|
|
|
|
|
this.lblPorcentagemProgresso = new System.Windows.Forms.Label();
|
2024-01-03 10:52:37 +00:00
|
|
|
|
this.pgbBateria = new System.Windows.Forms.ProgressBar();
|
2024-02-29 20:01:02 +00:00
|
|
|
|
this.pgbProgresso = new System.Windows.Forms.ProgressBar();
|
2024-01-03 10:52:37 +00:00
|
|
|
|
this.lblPorcentagemReservatorio = new System.Windows.Forms.Label();
|
|
|
|
|
|
this.pgbReservatorio = new System.Windows.Forms.ProgressBar();
|
|
|
|
|
|
this.gpbOpcoes = new System.Windows.Forms.GroupBox();
|
2024-02-23 17:52:42 +00:00
|
|
|
|
this.btnCarregarMapa = new System.Windows.Forms.Button();
|
2024-02-19 13:11:53 +00:00
|
|
|
|
this.cmbCameraSoloD = new System.Windows.Forms.ComboBox();
|
|
|
|
|
|
this.lblCameraSoloD = new System.Windows.Forms.Label();
|
2024-01-03 10:52:37 +00:00
|
|
|
|
this.btnIniciarOperacao = new System.Windows.Forms.Button();
|
|
|
|
|
|
this.cmbCameraCaminho = new System.Windows.Forms.ComboBox();
|
|
|
|
|
|
this.lblCameraCaminho = new System.Windows.Forms.Label();
|
2024-02-19 13:11:53 +00:00
|
|
|
|
this.cmbCameraSoloE = new System.Windows.Forms.ComboBox();
|
|
|
|
|
|
this.lblCameraSoloE = new System.Windows.Forms.Label();
|
2024-01-03 10:52:37 +00:00
|
|
|
|
this.gpbInformacoesGerais = new System.Windows.Forms.GroupBox();
|
|
|
|
|
|
this.lblBateriaConsumida = new System.Windows.Forms.Label();
|
|
|
|
|
|
this.lblHerbicidaPorErva = new System.Windows.Forms.Label();
|
|
|
|
|
|
this.lblHerbicidaAplicado = new System.Windows.Forms.Label();
|
|
|
|
|
|
this.lblErvasIdentificadas = new System.Windows.Forms.Label();
|
|
|
|
|
|
this.lblVelocidadeMedia = new System.Windows.Forms.Label();
|
|
|
|
|
|
this.lblTempoOperacao = new System.Windows.Forms.Label();
|
|
|
|
|
|
this.lblDistanciaPercorrida = new System.Windows.Forms.Label();
|
|
|
|
|
|
this.lblDistanciaEsquerda = new System.Windows.Forms.Label();
|
|
|
|
|
|
this.lblDistanciaDireita = new System.Windows.Forms.Label();
|
|
|
|
|
|
this.pnlInferior = new System.Windows.Forms.Panel();
|
2024-03-01 19:49:20 +00:00
|
|
|
|
this.lblDistancia = new System.Windows.Forms.Label();
|
2024-02-23 17:52:42 +00:00
|
|
|
|
this.lblMapaCarregado = new System.Windows.Forms.Label();
|
2024-02-21 19:40:38 +00:00
|
|
|
|
this.chbGPSativo = new System.Windows.Forms.CheckBox();
|
|
|
|
|
|
this.chbATUativo = new System.Windows.Forms.CheckBox();
|
|
|
|
|
|
this.chbDIRativo = new System.Windows.Forms.CheckBox();
|
|
|
|
|
|
this.chbMOVativo = new System.Windows.Forms.CheckBox();
|
2024-01-03 10:52:37 +00:00
|
|
|
|
this.lblUltimaLeituraRua = new System.Windows.Forms.Label();
|
|
|
|
|
|
this.lblUltimaLeituraSolo = new System.Windows.Forms.Label();
|
2024-02-21 19:40:38 +00:00
|
|
|
|
this.pnlMapa = new System.Windows.Forms.Panel();
|
2024-02-23 17:52:42 +00:00
|
|
|
|
this.pnlOrientacao = new System.Windows.Forms.Panel();
|
2024-03-01 19:49:20 +00:00
|
|
|
|
this.pnlInclinacao = new System.Windows.Forms.Panel();
|
2024-03-04 20:04:24 +00:00
|
|
|
|
this.pnlAnguloCamera = new System.Windows.Forms.Panel();
|
2024-02-19 13:11:53 +00:00
|
|
|
|
this.pnlCameraSolo.SuspendLayout();
|
2024-02-21 19:40:38 +00:00
|
|
|
|
this.pnlAtuadores.SuspendLayout();
|
2024-01-03 10:52:37 +00:00
|
|
|
|
this.pnlGraficos.SuspendLayout();
|
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.chartGraficos)).BeginInit();
|
|
|
|
|
|
this.pnlNiveis.SuspendLayout();
|
|
|
|
|
|
this.gpbOpcoes.SuspendLayout();
|
|
|
|
|
|
this.gpbInformacoesGerais.SuspendLayout();
|
|
|
|
|
|
this.pnlInferior.SuspendLayout();
|
|
|
|
|
|
this.SuspendLayout();
|
|
|
|
|
|
//
|
|
|
|
|
|
// pnlCameraSolo
|
|
|
|
|
|
//
|
|
|
|
|
|
this.pnlCameraSolo.BackColor = System.Drawing.SystemColors.ControlDark;
|
2024-02-19 13:11:53 +00:00
|
|
|
|
this.pnlCameraSolo.Controls.Add(this.pnlCameraSoloD);
|
|
|
|
|
|
this.pnlCameraSolo.Controls.Add(this.pnlCameraSoloE);
|
2024-02-21 19:40:38 +00:00
|
|
|
|
this.pnlCameraSolo.Location = new System.Drawing.Point(9, 217);
|
2024-02-19 13:11:53 +00:00
|
|
|
|
this.pnlCameraSolo.Margin = new System.Windows.Forms.Padding(2);
|
2024-01-03 10:52:37 +00:00
|
|
|
|
this.pnlCameraSolo.Name = "pnlCameraSolo";
|
2024-02-21 19:40:38 +00:00
|
|
|
|
this.pnlCameraSolo.Size = new System.Drawing.Size(592, 268);
|
2024-01-03 10:52:37 +00:00
|
|
|
|
this.pnlCameraSolo.TabIndex = 0;
|
|
|
|
|
|
//
|
2024-02-19 13:11:53 +00:00
|
|
|
|
// pnlCameraSoloD
|
|
|
|
|
|
//
|
2024-02-21 19:40:38 +00:00
|
|
|
|
this.pnlCameraSoloD.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
|
|
|
|
this.pnlCameraSoloD.Location = new System.Drawing.Point(299, 2);
|
2024-02-19 13:11:53 +00:00
|
|
|
|
this.pnlCameraSoloD.Name = "pnlCameraSoloD";
|
|
|
|
|
|
this.pnlCameraSoloD.Size = new System.Drawing.Size(289, 264);
|
|
|
|
|
|
this.pnlCameraSoloD.TabIndex = 1;
|
|
|
|
|
|
//
|
|
|
|
|
|
// pnlCameraSoloE
|
|
|
|
|
|
//
|
2024-02-21 19:40:38 +00:00
|
|
|
|
this.pnlCameraSoloE.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
|
|
|
|
this.pnlCameraSoloE.Location = new System.Drawing.Point(4, 2);
|
2024-02-19 13:11:53 +00:00
|
|
|
|
this.pnlCameraSoloE.Name = "pnlCameraSoloE";
|
|
|
|
|
|
this.pnlCameraSoloE.Size = new System.Drawing.Size(289, 264);
|
|
|
|
|
|
this.pnlCameraSoloE.TabIndex = 0;
|
|
|
|
|
|
//
|
2024-01-03 10:52:37 +00:00
|
|
|
|
// pnlCameraCaminho
|
|
|
|
|
|
//
|
|
|
|
|
|
this.pnlCameraCaminho.BackColor = System.Drawing.SystemColors.ControlDarkDark;
|
2024-02-19 13:11:53 +00:00
|
|
|
|
this.pnlCameraCaminho.Location = new System.Drawing.Point(361, 10);
|
|
|
|
|
|
this.pnlCameraCaminho.Margin = new System.Windows.Forms.Padding(2);
|
2024-01-03 10:52:37 +00:00
|
|
|
|
this.pnlCameraCaminho.Name = "pnlCameraCaminho";
|
2024-02-19 13:11:53 +00:00
|
|
|
|
this.pnlCameraCaminho.Size = new System.Drawing.Size(262, 203);
|
2024-01-03 10:52:37 +00:00
|
|
|
|
this.pnlCameraCaminho.TabIndex = 1;
|
|
|
|
|
|
//
|
|
|
|
|
|
// pnlAtuadores
|
|
|
|
|
|
//
|
|
|
|
|
|
this.pnlAtuadores.BackColor = System.Drawing.SystemColors.Control;
|
|
|
|
|
|
this.pnlAtuadores.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
|
2024-02-21 19:40:38 +00:00
|
|
|
|
this.pnlAtuadores.Controls.Add(this.lblPressao);
|
2024-02-19 13:11:53 +00:00
|
|
|
|
this.pnlAtuadores.Location = new System.Drawing.Point(9, 491);
|
|
|
|
|
|
this.pnlAtuadores.Margin = new System.Windows.Forms.Padding(2);
|
2024-01-03 10:52:37 +00:00
|
|
|
|
this.pnlAtuadores.Name = "pnlAtuadores";
|
2024-02-19 13:11:53 +00:00
|
|
|
|
this.pnlAtuadores.Size = new System.Drawing.Size(594, 71);
|
2024-01-03 10:52:37 +00:00
|
|
|
|
this.pnlAtuadores.TabIndex = 2;
|
|
|
|
|
|
this.pnlAtuadores.Paint += new System.Windows.Forms.PaintEventHandler(this.pnlAtuadores_Paint);
|
|
|
|
|
|
//
|
2024-02-23 17:52:42 +00:00
|
|
|
|
// lblPressao
|
|
|
|
|
|
//
|
|
|
|
|
|
this.lblPressao.AutoSize = true;
|
|
|
|
|
|
this.lblPressao.Location = new System.Drawing.Point(-2, 0);
|
|
|
|
|
|
this.lblPressao.Name = "lblPressao";
|
|
|
|
|
|
this.lblPressao.Size = new System.Drawing.Size(57, 13);
|
|
|
|
|
|
this.lblPressao.TabIndex = 0;
|
|
|
|
|
|
this.lblPressao.Text = "P: 0.00 psi";
|
|
|
|
|
|
//
|
2024-02-21 19:40:38 +00:00
|
|
|
|
// pnlCaminho
|
2024-02-19 13:11:53 +00:00
|
|
|
|
//
|
2024-02-21 19:40:38 +00:00
|
|
|
|
this.pnlCaminho.BackColor = System.Drawing.Color.White;
|
|
|
|
|
|
this.pnlCaminho.Location = new System.Drawing.Point(627, 21);
|
|
|
|
|
|
this.pnlCaminho.Margin = new System.Windows.Forms.Padding(2);
|
|
|
|
|
|
this.pnlCaminho.Name = "pnlCaminho";
|
|
|
|
|
|
this.pnlCaminho.Size = new System.Drawing.Size(384, 279);
|
|
|
|
|
|
this.pnlCaminho.TabIndex = 3;
|
|
|
|
|
|
this.pnlCaminho.Paint += new System.Windows.Forms.PaintEventHandler(this.pnlCaminho_Paint);
|
2024-02-19 13:11:53 +00:00
|
|
|
|
//
|
2024-01-03 10:52:37 +00:00
|
|
|
|
// pnlGraficos
|
|
|
|
|
|
//
|
|
|
|
|
|
this.pnlGraficos.Controls.Add(this.chartGraficos);
|
2024-02-19 13:11:53 +00:00
|
|
|
|
this.pnlGraficos.Location = new System.Drawing.Point(606, 307);
|
|
|
|
|
|
this.pnlGraficos.Margin = new System.Windows.Forms.Padding(2);
|
2024-01-03 10:52:37 +00:00
|
|
|
|
this.pnlGraficos.Name = "pnlGraficos";
|
2024-02-19 13:11:53 +00:00
|
|
|
|
this.pnlGraficos.Size = new System.Drawing.Size(405, 254);
|
2024-01-03 10:52:37 +00:00
|
|
|
|
this.pnlGraficos.TabIndex = 4;
|
|
|
|
|
|
//
|
|
|
|
|
|
// chartGraficos
|
|
|
|
|
|
//
|
2024-03-07 19:08:37 +00:00
|
|
|
|
chartArea3.Name = "ChartArea1";
|
|
|
|
|
|
this.chartGraficos.ChartAreas.Add(chartArea3);
|
2024-01-03 10:52:37 +00:00
|
|
|
|
this.chartGraficos.Dock = System.Windows.Forms.DockStyle.Fill;
|
2024-03-07 19:08:37 +00:00
|
|
|
|
legend3.Name = "Legend1";
|
|
|
|
|
|
this.chartGraficos.Legends.Add(legend3);
|
2024-01-03 10:52:37 +00:00
|
|
|
|
this.chartGraficos.Location = new System.Drawing.Point(0, 0);
|
2024-02-19 13:11:53 +00:00
|
|
|
|
this.chartGraficos.Margin = new System.Windows.Forms.Padding(2);
|
2024-01-03 10:52:37 +00:00
|
|
|
|
this.chartGraficos.Name = "chartGraficos";
|
2024-03-07 19:08:37 +00:00
|
|
|
|
series3.ChartArea = "ChartArea1";
|
|
|
|
|
|
series3.Legend = "Legend1";
|
|
|
|
|
|
series3.Name = "Series1";
|
|
|
|
|
|
this.chartGraficos.Series.Add(series3);
|
2024-02-19 13:11:53 +00:00
|
|
|
|
this.chartGraficos.Size = new System.Drawing.Size(405, 254);
|
2024-01-03 10:52:37 +00:00
|
|
|
|
this.chartGraficos.TabIndex = 0;
|
|
|
|
|
|
this.chartGraficos.Text = "chart1";
|
|
|
|
|
|
//
|
|
|
|
|
|
// pnlNiveis
|
|
|
|
|
|
//
|
|
|
|
|
|
this.pnlNiveis.BackColor = System.Drawing.SystemColors.Control;
|
2024-03-01 19:49:20 +00:00
|
|
|
|
this.pnlNiveis.Controls.Add(this.lblPorcentagemProgressoRua);
|
2024-02-29 20:01:02 +00:00
|
|
|
|
this.pnlNiveis.Controls.Add(this.btnSimular);
|
2024-03-01 19:49:20 +00:00
|
|
|
|
this.pnlNiveis.Controls.Add(this.pgbProgressoRua);
|
|
|
|
|
|
this.pnlNiveis.Controls.Add(this.lblProgressoRua);
|
|
|
|
|
|
this.pnlNiveis.Controls.Add(this.btnManobraConcluida);
|
2024-02-29 20:01:02 +00:00
|
|
|
|
this.pnlNiveis.Controls.Add(this.lblDirecao);
|
|
|
|
|
|
this.pnlNiveis.Controls.Add(this.lblStatus);
|
|
|
|
|
|
this.pnlNiveis.Controls.Add(this.lblProgressoT);
|
2024-01-03 10:52:37 +00:00
|
|
|
|
this.pnlNiveis.Controls.Add(this.lblPorcentagemBateria);
|
2024-02-29 20:01:02 +00:00
|
|
|
|
this.pnlNiveis.Controls.Add(this.lblBateriaT);
|
|
|
|
|
|
this.pnlNiveis.Controls.Add(this.lblReservatorioT);
|
|
|
|
|
|
this.pnlNiveis.Controls.Add(this.lblPorcentagemProgresso);
|
2024-01-03 10:52:37 +00:00
|
|
|
|
this.pnlNiveis.Controls.Add(this.pgbBateria);
|
2024-02-29 20:01:02 +00:00
|
|
|
|
this.pnlNiveis.Controls.Add(this.pgbProgresso);
|
2024-01-03 10:52:37 +00:00
|
|
|
|
this.pnlNiveis.Controls.Add(this.lblPorcentagemReservatorio);
|
|
|
|
|
|
this.pnlNiveis.Controls.Add(this.pgbReservatorio);
|
|
|
|
|
|
this.pnlNiveis.Font = new System.Drawing.Font("Mongolian Baiti", 9F, System.Drawing.FontStyle.Bold);
|
2024-02-19 13:11:53 +00:00
|
|
|
|
this.pnlNiveis.Location = new System.Drawing.Point(9, 570);
|
|
|
|
|
|
this.pnlNiveis.Margin = new System.Windows.Forms.Padding(2);
|
2024-01-03 10:52:37 +00:00
|
|
|
|
this.pnlNiveis.Name = "pnlNiveis";
|
2024-02-19 13:11:53 +00:00
|
|
|
|
this.pnlNiveis.Size = new System.Drawing.Size(592, 69);
|
2024-01-03 10:52:37 +00:00
|
|
|
|
this.pnlNiveis.TabIndex = 6;
|
|
|
|
|
|
//
|
2024-03-04 20:04:24 +00:00
|
|
|
|
// lblPorcentagemProgressoRua
|
2024-03-01 19:49:20 +00:00
|
|
|
|
//
|
2024-03-04 20:04:24 +00:00
|
|
|
|
this.lblPorcentagemProgressoRua.AutoSize = true;
|
|
|
|
|
|
this.lblPorcentagemProgressoRua.Location = new System.Drawing.Point(533, 23);
|
|
|
|
|
|
this.lblPorcentagemProgressoRua.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
|
|
|
|
this.lblPorcentagemProgressoRua.Name = "lblPorcentagemProgressoRua";
|
|
|
|
|
|
this.lblPorcentagemProgressoRua.Size = new System.Drawing.Size(50, 13);
|
|
|
|
|
|
this.lblPorcentagemProgressoRua.TabIndex = 16;
|
|
|
|
|
|
this.lblPorcentagemProgressoRua.Text = "00,00%";
|
2024-03-01 19:49:20 +00:00
|
|
|
|
//
|
|
|
|
|
|
// btnSimular
|
|
|
|
|
|
//
|
|
|
|
|
|
this.btnSimular.Location = new System.Drawing.Point(479, 42);
|
|
|
|
|
|
this.btnSimular.Margin = new System.Windows.Forms.Padding(2);
|
|
|
|
|
|
this.btnSimular.Name = "btnSimular";
|
|
|
|
|
|
this.btnSimular.Size = new System.Drawing.Size(61, 21);
|
|
|
|
|
|
this.btnSimular.TabIndex = 12;
|
|
|
|
|
|
this.btnSimular.Text = "Simular";
|
|
|
|
|
|
this.btnSimular.UseVisualStyleBackColor = true;
|
|
|
|
|
|
this.btnSimular.Click += new System.EventHandler(this.btnSimular_Click);
|
|
|
|
|
|
//
|
2024-03-04 20:04:24 +00:00
|
|
|
|
// pgbProgressoRua
|
|
|
|
|
|
//
|
|
|
|
|
|
this.pgbProgressoRua.Location = new System.Drawing.Point(375, 23);
|
|
|
|
|
|
this.pgbProgressoRua.Margin = new System.Windows.Forms.Padding(2);
|
|
|
|
|
|
this.pgbProgressoRua.Name = "pgbProgressoRua";
|
|
|
|
|
|
this.pgbProgressoRua.Size = new System.Drawing.Size(150, 13);
|
|
|
|
|
|
this.pgbProgressoRua.TabIndex = 15;
|
|
|
|
|
|
//
|
|
|
|
|
|
// lblProgressoRua
|
|
|
|
|
|
//
|
|
|
|
|
|
this.lblProgressoRua.AutoSize = true;
|
|
|
|
|
|
this.lblProgressoRua.Location = new System.Drawing.Point(307, 23);
|
|
|
|
|
|
this.lblProgressoRua.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
|
|
|
|
this.lblProgressoRua.Name = "lblProgressoRua";
|
|
|
|
|
|
this.lblProgressoRua.Size = new System.Drawing.Size(44, 13);
|
|
|
|
|
|
this.lblProgressoRua.TabIndex = 14;
|
|
|
|
|
|
this.lblProgressoRua.Text = "% Rua";
|
|
|
|
|
|
//
|
|
|
|
|
|
// btnManobraConcluida
|
|
|
|
|
|
//
|
|
|
|
|
|
this.btnManobraConcluida.Location = new System.Drawing.Point(544, 43);
|
|
|
|
|
|
this.btnManobraConcluida.Margin = new System.Windows.Forms.Padding(2);
|
|
|
|
|
|
this.btnManobraConcluida.Name = "btnManobraConcluida";
|
|
|
|
|
|
this.btnManobraConcluida.Size = new System.Drawing.Size(39, 21);
|
|
|
|
|
|
this.btnManobraConcluida.TabIndex = 13;
|
|
|
|
|
|
this.btnManobraConcluida.Text = "MC";
|
|
|
|
|
|
this.btnManobraConcluida.UseVisualStyleBackColor = true;
|
|
|
|
|
|
this.btnManobraConcluida.Click += new System.EventHandler(this.btnManobraConcluida_Click);
|
|
|
|
|
|
//
|
2024-03-01 19:49:20 +00:00
|
|
|
|
// lblDirecao
|
|
|
|
|
|
//
|
|
|
|
|
|
this.lblDirecao.AutoSize = true;
|
|
|
|
|
|
this.lblDirecao.Font = new System.Drawing.Font("Mongolian Baiti", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
|
|
|
this.lblDirecao.Location = new System.Drawing.Point(308, 54);
|
|
|
|
|
|
this.lblDirecao.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
|
|
|
|
this.lblDirecao.Name = "lblDirecao";
|
|
|
|
|
|
this.lblDirecao.Size = new System.Drawing.Size(94, 11);
|
|
|
|
|
|
this.lblDirecao.TabIndex = 11;
|
|
|
|
|
|
this.lblDirecao.Text = "Direção: Parado";
|
|
|
|
|
|
//
|
|
|
|
|
|
// lblStatus
|
|
|
|
|
|
//
|
|
|
|
|
|
this.lblStatus.AutoSize = true;
|
|
|
|
|
|
this.lblStatus.Font = new System.Drawing.Font("Mongolian Baiti", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
|
|
|
this.lblStatus.Location = new System.Drawing.Point(308, 41);
|
|
|
|
|
|
this.lblStatus.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
|
|
|
|
this.lblStatus.Name = "lblStatus";
|
|
|
|
|
|
this.lblStatus.Size = new System.Drawing.Size(114, 11);
|
|
|
|
|
|
this.lblStatus.TabIndex = 10;
|
|
|
|
|
|
this.lblStatus.Text = "Status: Aguardando";
|
|
|
|
|
|
//
|
2024-02-29 20:01:02 +00:00
|
|
|
|
// lblProgressoT
|
2024-01-03 10:52:37 +00:00
|
|
|
|
//
|
2024-02-29 20:01:02 +00:00
|
|
|
|
this.lblProgressoT.AutoSize = true;
|
2024-03-01 19:49:20 +00:00
|
|
|
|
this.lblProgressoT.Location = new System.Drawing.Point(307, 6);
|
2024-02-29 20:01:02 +00:00
|
|
|
|
this.lblProgressoT.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
|
|
|
|
this.lblProgressoT.Name = "lblProgressoT";
|
2024-03-01 19:49:20 +00:00
|
|
|
|
this.lblProgressoT.Size = new System.Drawing.Size(62, 13);
|
2024-02-29 20:01:02 +00:00
|
|
|
|
this.lblProgressoT.TabIndex = 8;
|
2024-03-01 19:49:20 +00:00
|
|
|
|
this.lblProgressoT.Text = "% Trajeto";
|
2024-01-03 10:52:37 +00:00
|
|
|
|
//
|
|
|
|
|
|
// lblPorcentagemBateria
|
|
|
|
|
|
//
|
|
|
|
|
|
this.lblPorcentagemBateria.AutoSize = true;
|
2024-02-29 20:01:02 +00:00
|
|
|
|
this.lblPorcentagemBateria.Location = new System.Drawing.Point(167, 43);
|
2024-02-19 13:11:53 +00:00
|
|
|
|
this.lblPorcentagemBateria.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
2024-01-03 10:52:37 +00:00
|
|
|
|
this.lblPorcentagemBateria.Name = "lblPorcentagemBateria";
|
2024-02-29 20:01:02 +00:00
|
|
|
|
this.lblPorcentagemBateria.Size = new System.Drawing.Size(50, 13);
|
2024-01-03 10:52:37 +00:00
|
|
|
|
this.lblPorcentagemBateria.TabIndex = 3;
|
2024-02-29 20:01:02 +00:00
|
|
|
|
this.lblPorcentagemBateria.Text = "00,00%";
|
|
|
|
|
|
//
|
|
|
|
|
|
// lblBateriaT
|
|
|
|
|
|
//
|
|
|
|
|
|
this.lblBateriaT.AutoSize = true;
|
|
|
|
|
|
this.lblBateriaT.Location = new System.Drawing.Point(2, 44);
|
|
|
|
|
|
this.lblBateriaT.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
|
|
|
|
this.lblBateriaT.Name = "lblBateriaT";
|
|
|
|
|
|
this.lblBateriaT.Size = new System.Drawing.Size(47, 13);
|
|
|
|
|
|
this.lblBateriaT.TabIndex = 7;
|
|
|
|
|
|
this.lblBateriaT.Text = "Bateria";
|
|
|
|
|
|
//
|
|
|
|
|
|
// lblReservatorioT
|
|
|
|
|
|
//
|
|
|
|
|
|
this.lblReservatorioT.AutoSize = true;
|
|
|
|
|
|
this.lblReservatorioT.Location = new System.Drawing.Point(2, 13);
|
|
|
|
|
|
this.lblReservatorioT.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
|
|
|
|
this.lblReservatorioT.Name = "lblReservatorioT";
|
|
|
|
|
|
this.lblReservatorioT.Size = new System.Drawing.Size(79, 13);
|
|
|
|
|
|
this.lblReservatorioT.TabIndex = 6;
|
|
|
|
|
|
this.lblReservatorioT.Text = "Reservatório";
|
|
|
|
|
|
//
|
|
|
|
|
|
// lblPorcentagemProgresso
|
|
|
|
|
|
//
|
|
|
|
|
|
this.lblPorcentagemProgresso.AutoSize = true;
|
2024-03-01 19:49:20 +00:00
|
|
|
|
this.lblPorcentagemProgresso.Location = new System.Drawing.Point(533, 6);
|
2024-02-29 20:01:02 +00:00
|
|
|
|
this.lblPorcentagemProgresso.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
|
|
|
|
this.lblPorcentagemProgresso.Name = "lblPorcentagemProgresso";
|
|
|
|
|
|
this.lblPorcentagemProgresso.Size = new System.Drawing.Size(50, 13);
|
|
|
|
|
|
this.lblPorcentagemProgresso.TabIndex = 5;
|
|
|
|
|
|
this.lblPorcentagemProgresso.Text = "00,00%";
|
2024-01-03 10:52:37 +00:00
|
|
|
|
//
|
|
|
|
|
|
// pgbBateria
|
|
|
|
|
|
//
|
2024-02-29 20:01:02 +00:00
|
|
|
|
this.pgbBateria.Location = new System.Drawing.Point(98, 36);
|
2024-02-19 13:11:53 +00:00
|
|
|
|
this.pgbBateria.Margin = new System.Windows.Forms.Padding(2);
|
2024-01-03 10:52:37 +00:00
|
|
|
|
this.pgbBateria.Name = "pgbBateria";
|
2024-02-29 20:01:02 +00:00
|
|
|
|
this.pgbBateria.Size = new System.Drawing.Size(175, 27);
|
2024-01-03 10:52:37 +00:00
|
|
|
|
this.pgbBateria.TabIndex = 2;
|
|
|
|
|
|
//
|
2024-02-29 20:01:02 +00:00
|
|
|
|
// pgbProgresso
|
|
|
|
|
|
//
|
2024-03-01 19:49:20 +00:00
|
|
|
|
this.pgbProgresso.Location = new System.Drawing.Point(375, 6);
|
2024-02-29 20:01:02 +00:00
|
|
|
|
this.pgbProgresso.Margin = new System.Windows.Forms.Padding(2);
|
|
|
|
|
|
this.pgbProgresso.Name = "pgbProgresso";
|
2024-03-01 19:49:20 +00:00
|
|
|
|
this.pgbProgresso.Size = new System.Drawing.Size(150, 13);
|
2024-02-29 20:01:02 +00:00
|
|
|
|
this.pgbProgresso.TabIndex = 4;
|
|
|
|
|
|
//
|
2024-01-03 10:52:37 +00:00
|
|
|
|
// lblPorcentagemReservatorio
|
|
|
|
|
|
//
|
|
|
|
|
|
this.lblPorcentagemReservatorio.AutoSize = true;
|
2024-02-29 20:01:02 +00:00
|
|
|
|
this.lblPorcentagemReservatorio.BackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
|
this.lblPorcentagemReservatorio.Location = new System.Drawing.Point(167, 12);
|
2024-02-19 13:11:53 +00:00
|
|
|
|
this.lblPorcentagemReservatorio.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
2024-01-03 10:52:37 +00:00
|
|
|
|
this.lblPorcentagemReservatorio.Name = "lblPorcentagemReservatorio";
|
2024-02-29 20:01:02 +00:00
|
|
|
|
this.lblPorcentagemReservatorio.Size = new System.Drawing.Size(50, 13);
|
2024-01-03 10:52:37 +00:00
|
|
|
|
this.lblPorcentagemReservatorio.TabIndex = 1;
|
2024-02-29 20:01:02 +00:00
|
|
|
|
this.lblPorcentagemReservatorio.Text = "00,00%";
|
2024-01-03 10:52:37 +00:00
|
|
|
|
//
|
|
|
|
|
|
// pgbReservatorio
|
|
|
|
|
|
//
|
2024-02-29 20:01:02 +00:00
|
|
|
|
this.pgbReservatorio.Location = new System.Drawing.Point(98, 5);
|
2024-02-19 13:11:53 +00:00
|
|
|
|
this.pgbReservatorio.Margin = new System.Windows.Forms.Padding(2);
|
2024-01-03 10:52:37 +00:00
|
|
|
|
this.pgbReservatorio.Name = "pgbReservatorio";
|
2024-02-29 20:01:02 +00:00
|
|
|
|
this.pgbReservatorio.Size = new System.Drawing.Size(175, 27);
|
2024-01-03 10:52:37 +00:00
|
|
|
|
this.pgbReservatorio.TabIndex = 0;
|
|
|
|
|
|
//
|
|
|
|
|
|
// gpbOpcoes
|
|
|
|
|
|
//
|
2024-02-23 17:52:42 +00:00
|
|
|
|
this.gpbOpcoes.Controls.Add(this.btnCarregarMapa);
|
2024-02-19 13:11:53 +00:00
|
|
|
|
this.gpbOpcoes.Controls.Add(this.cmbCameraSoloD);
|
|
|
|
|
|
this.gpbOpcoes.Controls.Add(this.lblCameraSoloD);
|
2024-01-03 10:52:37 +00:00
|
|
|
|
this.gpbOpcoes.Controls.Add(this.btnIniciarOperacao);
|
|
|
|
|
|
this.gpbOpcoes.Controls.Add(this.cmbCameraCaminho);
|
|
|
|
|
|
this.gpbOpcoes.Controls.Add(this.lblCameraCaminho);
|
2024-02-19 13:11:53 +00:00
|
|
|
|
this.gpbOpcoes.Controls.Add(this.cmbCameraSoloE);
|
|
|
|
|
|
this.gpbOpcoes.Controls.Add(this.lblCameraSoloE);
|
2024-01-03 10:52:37 +00:00
|
|
|
|
this.gpbOpcoes.Font = new System.Drawing.Font("Mongolian Baiti", 9F, System.Drawing.FontStyle.Bold);
|
2024-02-19 13:11:53 +00:00
|
|
|
|
this.gpbOpcoes.Location = new System.Drawing.Point(813, 566);
|
|
|
|
|
|
this.gpbOpcoes.Margin = new System.Windows.Forms.Padding(2);
|
2024-01-03 10:52:37 +00:00
|
|
|
|
this.gpbOpcoes.Name = "gpbOpcoes";
|
2024-02-19 13:11:53 +00:00
|
|
|
|
this.gpbOpcoes.Padding = new System.Windows.Forms.Padding(2);
|
|
|
|
|
|
this.gpbOpcoes.Size = new System.Drawing.Size(198, 119);
|
2024-01-03 10:52:37 +00:00
|
|
|
|
this.gpbOpcoes.TabIndex = 7;
|
|
|
|
|
|
this.gpbOpcoes.TabStop = false;
|
|
|
|
|
|
this.gpbOpcoes.Text = "Opções";
|
|
|
|
|
|
//
|
2024-02-23 17:52:42 +00:00
|
|
|
|
// btnCarregarMapa
|
|
|
|
|
|
//
|
|
|
|
|
|
this.btnCarregarMapa.Location = new System.Drawing.Point(4, 93);
|
|
|
|
|
|
this.btnCarregarMapa.Margin = new System.Windows.Forms.Padding(2);
|
|
|
|
|
|
this.btnCarregarMapa.Name = "btnCarregarMapa";
|
|
|
|
|
|
this.btnCarregarMapa.Size = new System.Drawing.Size(74, 21);
|
|
|
|
|
|
this.btnCarregarMapa.TabIndex = 5;
|
|
|
|
|
|
this.btnCarregarMapa.Text = "Mapa";
|
|
|
|
|
|
this.btnCarregarMapa.UseVisualStyleBackColor = true;
|
|
|
|
|
|
this.btnCarregarMapa.Click += new System.EventHandler(this.btnCarregarMapa_Click);
|
|
|
|
|
|
//
|
2024-02-19 13:11:53 +00:00
|
|
|
|
// cmbCameraSoloD
|
|
|
|
|
|
//
|
|
|
|
|
|
this.cmbCameraSoloD.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
|
|
|
|
this.cmbCameraSoloD.FormattingEnabled = true;
|
|
|
|
|
|
this.cmbCameraSoloD.Location = new System.Drawing.Point(83, 42);
|
|
|
|
|
|
this.cmbCameraSoloD.Margin = new System.Windows.Forms.Padding(2);
|
|
|
|
|
|
this.cmbCameraSoloD.Name = "cmbCameraSoloD";
|
|
|
|
|
|
this.cmbCameraSoloD.Size = new System.Drawing.Size(111, 21);
|
|
|
|
|
|
this.cmbCameraSoloD.TabIndex = 8;
|
|
|
|
|
|
this.cmbCameraSoloD.SelectedIndexChanged += new System.EventHandler(this.cmbCameraSolo_SelectedIndexChanged);
|
|
|
|
|
|
//
|
|
|
|
|
|
// lblCameraSoloD
|
|
|
|
|
|
//
|
|
|
|
|
|
this.lblCameraSoloD.AutoSize = true;
|
|
|
|
|
|
this.lblCameraSoloD.Location = new System.Drawing.Point(4, 45);
|
|
|
|
|
|
this.lblCameraSoloD.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
|
|
|
|
this.lblCameraSoloD.Name = "lblCameraSoloD";
|
|
|
|
|
|
this.lblCameraSoloD.Size = new System.Drawing.Size(76, 13);
|
|
|
|
|
|
this.lblCameraSoloD.TabIndex = 7;
|
|
|
|
|
|
this.lblCameraSoloD.Text = "Cam Solo D";
|
|
|
|
|
|
//
|
2024-01-03 10:52:37 +00:00
|
|
|
|
// btnIniciarOperacao
|
|
|
|
|
|
//
|
2024-02-23 17:52:42 +00:00
|
|
|
|
this.btnIniciarOperacao.Location = new System.Drawing.Point(83, 93);
|
2024-02-19 13:11:53 +00:00
|
|
|
|
this.btnIniciarOperacao.Margin = new System.Windows.Forms.Padding(2);
|
2024-01-03 10:52:37 +00:00
|
|
|
|
this.btnIniciarOperacao.Name = "btnIniciarOperacao";
|
2024-02-23 17:52:42 +00:00
|
|
|
|
this.btnIniciarOperacao.Size = new System.Drawing.Size(111, 21);
|
2024-01-03 10:52:37 +00:00
|
|
|
|
this.btnIniciarOperacao.TabIndex = 6;
|
|
|
|
|
|
this.btnIniciarOperacao.Text = "Iniciar Operação";
|
|
|
|
|
|
this.btnIniciarOperacao.UseVisualStyleBackColor = true;
|
|
|
|
|
|
this.btnIniciarOperacao.Click += new System.EventHandler(this.btnIniciarOperacao_Click);
|
|
|
|
|
|
//
|
|
|
|
|
|
// cmbCameraCaminho
|
|
|
|
|
|
//
|
|
|
|
|
|
this.cmbCameraCaminho.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
|
|
|
|
this.cmbCameraCaminho.FormattingEnabled = true;
|
2024-02-19 13:11:53 +00:00
|
|
|
|
this.cmbCameraCaminho.Location = new System.Drawing.Point(83, 67);
|
|
|
|
|
|
this.cmbCameraCaminho.Margin = new System.Windows.Forms.Padding(2);
|
2024-01-03 10:52:37 +00:00
|
|
|
|
this.cmbCameraCaminho.Name = "cmbCameraCaminho";
|
2024-02-19 13:11:53 +00:00
|
|
|
|
this.cmbCameraCaminho.Size = new System.Drawing.Size(111, 21);
|
2024-01-03 10:52:37 +00:00
|
|
|
|
this.cmbCameraCaminho.TabIndex = 3;
|
|
|
|
|
|
this.cmbCameraCaminho.SelectedIndexChanged += new System.EventHandler(this.cmbCameraCaminho_SelectedIndexChanged);
|
|
|
|
|
|
//
|
|
|
|
|
|
// lblCameraCaminho
|
|
|
|
|
|
//
|
|
|
|
|
|
this.lblCameraCaminho.AutoSize = true;
|
2024-02-19 13:11:53 +00:00
|
|
|
|
this.lblCameraCaminho.Location = new System.Drawing.Point(4, 70);
|
|
|
|
|
|
this.lblCameraCaminho.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
2024-01-03 10:52:37 +00:00
|
|
|
|
this.lblCameraCaminho.Name = "lblCameraCaminho";
|
2024-02-19 13:11:53 +00:00
|
|
|
|
this.lblCameraCaminho.Size = new System.Drawing.Size(75, 13);
|
2024-01-03 10:52:37 +00:00
|
|
|
|
this.lblCameraCaminho.TabIndex = 2;
|
|
|
|
|
|
this.lblCameraCaminho.Text = "Camera Rua";
|
|
|
|
|
|
//
|
2024-02-19 13:11:53 +00:00
|
|
|
|
// cmbCameraSoloE
|
|
|
|
|
|
//
|
|
|
|
|
|
this.cmbCameraSoloE.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
|
|
|
|
this.cmbCameraSoloE.FormattingEnabled = true;
|
|
|
|
|
|
this.cmbCameraSoloE.Location = new System.Drawing.Point(83, 17);
|
|
|
|
|
|
this.cmbCameraSoloE.Margin = new System.Windows.Forms.Padding(2);
|
|
|
|
|
|
this.cmbCameraSoloE.Name = "cmbCameraSoloE";
|
|
|
|
|
|
this.cmbCameraSoloE.Size = new System.Drawing.Size(111, 21);
|
|
|
|
|
|
this.cmbCameraSoloE.TabIndex = 1;
|
|
|
|
|
|
this.cmbCameraSoloE.SelectedIndexChanged += new System.EventHandler(this.cmbCameraSolo_SelectedIndexChanged);
|
2024-01-03 10:52:37 +00:00
|
|
|
|
//
|
2024-02-19 13:11:53 +00:00
|
|
|
|
// lblCameraSoloE
|
2024-01-03 10:52:37 +00:00
|
|
|
|
//
|
2024-02-19 13:11:53 +00:00
|
|
|
|
this.lblCameraSoloE.AutoSize = true;
|
|
|
|
|
|
this.lblCameraSoloE.Location = new System.Drawing.Point(4, 20);
|
|
|
|
|
|
this.lblCameraSoloE.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
|
|
|
|
this.lblCameraSoloE.Name = "lblCameraSoloE";
|
|
|
|
|
|
this.lblCameraSoloE.Size = new System.Drawing.Size(74, 13);
|
|
|
|
|
|
this.lblCameraSoloE.TabIndex = 0;
|
|
|
|
|
|
this.lblCameraSoloE.Text = "Cam Solo E";
|
2024-01-03 10:52:37 +00:00
|
|
|
|
//
|
|
|
|
|
|
// gpbInformacoesGerais
|
|
|
|
|
|
//
|
|
|
|
|
|
this.gpbInformacoesGerais.Controls.Add(this.lblBateriaConsumida);
|
|
|
|
|
|
this.gpbInformacoesGerais.Controls.Add(this.lblHerbicidaPorErva);
|
|
|
|
|
|
this.gpbInformacoesGerais.Controls.Add(this.lblHerbicidaAplicado);
|
|
|
|
|
|
this.gpbInformacoesGerais.Controls.Add(this.lblErvasIdentificadas);
|
|
|
|
|
|
this.gpbInformacoesGerais.Controls.Add(this.lblVelocidadeMedia);
|
|
|
|
|
|
this.gpbInformacoesGerais.Controls.Add(this.lblTempoOperacao);
|
|
|
|
|
|
this.gpbInformacoesGerais.Controls.Add(this.lblDistanciaPercorrida);
|
|
|
|
|
|
this.gpbInformacoesGerais.Font = new System.Drawing.Font("Mongolian Baiti", 9F, System.Drawing.FontStyle.Bold);
|
2024-02-19 13:11:53 +00:00
|
|
|
|
this.gpbInformacoesGerais.Location = new System.Drawing.Point(606, 566);
|
|
|
|
|
|
this.gpbInformacoesGerais.Margin = new System.Windows.Forms.Padding(2);
|
2024-01-03 10:52:37 +00:00
|
|
|
|
this.gpbInformacoesGerais.Name = "gpbInformacoesGerais";
|
2024-02-19 13:11:53 +00:00
|
|
|
|
this.gpbInformacoesGerais.Padding = new System.Windows.Forms.Padding(2);
|
|
|
|
|
|
this.gpbInformacoesGerais.Size = new System.Drawing.Size(202, 119);
|
2024-01-03 10:52:37 +00:00
|
|
|
|
this.gpbInformacoesGerais.TabIndex = 9;
|
|
|
|
|
|
this.gpbInformacoesGerais.TabStop = false;
|
|
|
|
|
|
this.gpbInformacoesGerais.Text = "Informações Gerais";
|
|
|
|
|
|
//
|
|
|
|
|
|
// lblBateriaConsumida
|
|
|
|
|
|
//
|
|
|
|
|
|
this.lblBateriaConsumida.AutoSize = true;
|
2024-02-19 13:11:53 +00:00
|
|
|
|
this.lblBateriaConsumida.Location = new System.Drawing.Point(8, 100);
|
|
|
|
|
|
this.lblBateriaConsumida.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
2024-01-03 10:52:37 +00:00
|
|
|
|
this.lblBateriaConsumida.Name = "lblBateriaConsumida";
|
2024-02-19 13:11:53 +00:00
|
|
|
|
this.lblBateriaConsumida.Size = new System.Drawing.Size(158, 13);
|
2024-01-03 10:52:37 +00:00
|
|
|
|
this.lblBateriaConsumida.TabIndex = 6;
|
|
|
|
|
|
this.lblBateriaConsumida.Text = "Bateria Consumida: 0,00%";
|
|
|
|
|
|
//
|
|
|
|
|
|
// lblHerbicidaPorErva
|
|
|
|
|
|
//
|
|
|
|
|
|
this.lblHerbicidaPorErva.AutoSize = true;
|
2024-02-19 13:11:53 +00:00
|
|
|
|
this.lblHerbicidaPorErva.Location = new System.Drawing.Point(8, 87);
|
|
|
|
|
|
this.lblHerbicidaPorErva.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
2024-01-03 10:52:37 +00:00
|
|
|
|
this.lblHerbicidaPorErva.Name = "lblHerbicidaPorErva";
|
2024-02-19 13:11:53 +00:00
|
|
|
|
this.lblHerbicidaPorErva.Size = new System.Drawing.Size(177, 13);
|
2024-01-03 10:52:37 +00:00
|
|
|
|
this.lblHerbicidaPorErva.TabIndex = 5;
|
|
|
|
|
|
this.lblHerbicidaPorErva.Text = "Herbicida por Erva: 0,000 mL";
|
|
|
|
|
|
//
|
|
|
|
|
|
// lblHerbicidaAplicado
|
|
|
|
|
|
//
|
|
|
|
|
|
this.lblHerbicidaAplicado.AutoSize = true;
|
2024-02-19 13:11:53 +00:00
|
|
|
|
this.lblHerbicidaAplicado.Location = new System.Drawing.Point(8, 74);
|
|
|
|
|
|
this.lblHerbicidaAplicado.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
2024-01-03 10:52:37 +00:00
|
|
|
|
this.lblHerbicidaAplicado.Name = "lblHerbicidaAplicado";
|
2024-02-19 13:11:53 +00:00
|
|
|
|
this.lblHerbicidaAplicado.Size = new System.Drawing.Size(162, 13);
|
2024-01-03 10:52:37 +00:00
|
|
|
|
this.lblHerbicidaAplicado.TabIndex = 4;
|
|
|
|
|
|
this.lblHerbicidaAplicado.Text = "Herbicida Aplicado: 0,00 L";
|
|
|
|
|
|
//
|
|
|
|
|
|
// lblErvasIdentificadas
|
|
|
|
|
|
//
|
|
|
|
|
|
this.lblErvasIdentificadas.AutoSize = true;
|
2024-02-19 13:11:53 +00:00
|
|
|
|
this.lblErvasIdentificadas.Location = new System.Drawing.Point(8, 61);
|
|
|
|
|
|
this.lblErvasIdentificadas.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
2024-01-03 10:52:37 +00:00
|
|
|
|
this.lblErvasIdentificadas.Name = "lblErvasIdentificadas";
|
2024-02-19 13:11:53 +00:00
|
|
|
|
this.lblErvasIdentificadas.Size = new System.Drawing.Size(145, 13);
|
2024-01-03 10:52:37 +00:00
|
|
|
|
this.lblErvasIdentificadas.TabIndex = 3;
|
|
|
|
|
|
this.lblErvasIdentificadas.Text = "Ervas Identificadas: 000";
|
|
|
|
|
|
//
|
|
|
|
|
|
// lblVelocidadeMedia
|
|
|
|
|
|
//
|
|
|
|
|
|
this.lblVelocidadeMedia.AutoSize = true;
|
2024-02-19 13:11:53 +00:00
|
|
|
|
this.lblVelocidadeMedia.Location = new System.Drawing.Point(8, 48);
|
|
|
|
|
|
this.lblVelocidadeMedia.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
2024-01-03 10:52:37 +00:00
|
|
|
|
this.lblVelocidadeMedia.Name = "lblVelocidadeMedia";
|
2024-02-19 13:11:53 +00:00
|
|
|
|
this.lblVelocidadeMedia.Size = new System.Drawing.Size(174, 13);
|
2024-01-03 10:52:37 +00:00
|
|
|
|
this.lblVelocidadeMedia.TabIndex = 2;
|
|
|
|
|
|
this.lblVelocidadeMedia.Text = "Velocidade Média: 0,00 km/h";
|
|
|
|
|
|
//
|
|
|
|
|
|
// lblTempoOperacao
|
|
|
|
|
|
//
|
|
|
|
|
|
this.lblTempoOperacao.AutoSize = true;
|
2024-02-19 13:11:53 +00:00
|
|
|
|
this.lblTempoOperacao.Location = new System.Drawing.Point(8, 35);
|
|
|
|
|
|
this.lblTempoOperacao.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
2024-01-03 10:52:37 +00:00
|
|
|
|
this.lblTempoOperacao.Name = "lblTempoOperacao";
|
2024-02-19 13:11:53 +00:00
|
|
|
|
this.lblTempoOperacao.Size = new System.Drawing.Size(177, 13);
|
2024-01-03 10:52:37 +00:00
|
|
|
|
this.lblTempoOperacao.TabIndex = 1;
|
|
|
|
|
|
this.lblTempoOperacao.Text = "Tempo de Operação: 00:00:00";
|
|
|
|
|
|
//
|
|
|
|
|
|
// lblDistanciaPercorrida
|
|
|
|
|
|
//
|
|
|
|
|
|
this.lblDistanciaPercorrida.AutoSize = true;
|
2024-02-19 13:11:53 +00:00
|
|
|
|
this.lblDistanciaPercorrida.Location = new System.Drawing.Point(8, 22);
|
|
|
|
|
|
this.lblDistanciaPercorrida.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
2024-01-03 10:52:37 +00:00
|
|
|
|
this.lblDistanciaPercorrida.Name = "lblDistanciaPercorrida";
|
2024-02-19 13:11:53 +00:00
|
|
|
|
this.lblDistanciaPercorrida.Size = new System.Drawing.Size(170, 13);
|
2024-01-03 10:52:37 +00:00
|
|
|
|
this.lblDistanciaPercorrida.TabIndex = 0;
|
|
|
|
|
|
this.lblDistanciaPercorrida.Text = "Distancia Percorrida: 0,00 m";
|
|
|
|
|
|
//
|
|
|
|
|
|
// lblDistanciaEsquerda
|
|
|
|
|
|
//
|
|
|
|
|
|
this.lblDistanciaEsquerda.AutoSize = true;
|
2024-02-21 19:40:38 +00:00
|
|
|
|
this.lblDistanciaEsquerda.Font = new System.Drawing.Font("Mongolian Baiti", 9.25F, System.Drawing.FontStyle.Bold);
|
|
|
|
|
|
this.lblDistanciaEsquerda.Location = new System.Drawing.Point(608, 300);
|
2024-02-19 13:11:53 +00:00
|
|
|
|
this.lblDistanciaEsquerda.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
2024-01-03 10:52:37 +00:00
|
|
|
|
this.lblDistanciaEsquerda.Name = "lblDistanciaEsquerda";
|
2024-02-21 19:40:38 +00:00
|
|
|
|
this.lblDistanciaEsquerda.Size = new System.Drawing.Size(215, 14);
|
2024-01-03 10:52:37 +00:00
|
|
|
|
this.lblDistanciaEsquerda.TabIndex = 11;
|
2024-02-21 19:40:38 +00:00
|
|
|
|
this.lblDistanciaEsquerda.Text = "Distancia da Esquerda: 00.00 cm";
|
2024-01-03 10:52:37 +00:00
|
|
|
|
//
|
|
|
|
|
|
// lblDistanciaDireita
|
|
|
|
|
|
//
|
|
|
|
|
|
this.lblDistanciaDireita.AutoSize = true;
|
|
|
|
|
|
this.lblDistanciaDireita.Font = new System.Drawing.Font("Mongolian Baiti", 9F, System.Drawing.FontStyle.Bold);
|
2024-02-21 19:40:38 +00:00
|
|
|
|
this.lblDistanciaDireita.Location = new System.Drawing.Point(834, 301);
|
2024-02-19 13:11:53 +00:00
|
|
|
|
this.lblDistanciaDireita.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
2024-01-03 10:52:37 +00:00
|
|
|
|
this.lblDistanciaDireita.Name = "lblDistanciaDireita";
|
2024-02-21 19:40:38 +00:00
|
|
|
|
this.lblDistanciaDireita.Size = new System.Drawing.Size(180, 13);
|
2024-01-03 10:52:37 +00:00
|
|
|
|
this.lblDistanciaDireita.TabIndex = 12;
|
2024-02-21 19:40:38 +00:00
|
|
|
|
this.lblDistanciaDireita.Text = "Distancia da Direita: 00.00 cm";
|
2024-01-03 10:52:37 +00:00
|
|
|
|
//
|
|
|
|
|
|
// pnlInferior
|
|
|
|
|
|
//
|
2024-02-29 20:01:02 +00:00
|
|
|
|
this.pnlInferior.Controls.Add(this.lblDistancia);
|
2024-02-23 17:52:42 +00:00
|
|
|
|
this.pnlInferior.Controls.Add(this.lblMapaCarregado);
|
2024-02-21 19:40:38 +00:00
|
|
|
|
this.pnlInferior.Controls.Add(this.chbGPSativo);
|
|
|
|
|
|
this.pnlInferior.Controls.Add(this.chbATUativo);
|
|
|
|
|
|
this.pnlInferior.Controls.Add(this.chbDIRativo);
|
|
|
|
|
|
this.pnlInferior.Controls.Add(this.chbMOVativo);
|
2024-01-03 10:52:37 +00:00
|
|
|
|
this.pnlInferior.Controls.Add(this.lblUltimaLeituraRua);
|
|
|
|
|
|
this.pnlInferior.Controls.Add(this.lblUltimaLeituraSolo);
|
|
|
|
|
|
this.pnlInferior.Font = new System.Drawing.Font("Mongolian Baiti", 9F, System.Drawing.FontStyle.Bold);
|
2024-02-19 13:11:53 +00:00
|
|
|
|
this.pnlInferior.Location = new System.Drawing.Point(9, 644);
|
|
|
|
|
|
this.pnlInferior.Margin = new System.Windows.Forms.Padding(2);
|
2024-01-03 10:52:37 +00:00
|
|
|
|
this.pnlInferior.Name = "pnlInferior";
|
2024-02-19 13:11:53 +00:00
|
|
|
|
this.pnlInferior.Size = new System.Drawing.Size(592, 41);
|
2024-01-03 10:52:37 +00:00
|
|
|
|
this.pnlInferior.TabIndex = 13;
|
|
|
|
|
|
//
|
2024-03-01 19:49:20 +00:00
|
|
|
|
// lblDistancia
|
|
|
|
|
|
//
|
|
|
|
|
|
this.lblDistancia.AutoSize = true;
|
|
|
|
|
|
this.lblDistancia.Font = new System.Drawing.Font("Mongolian Baiti", 9F, System.Drawing.FontStyle.Bold);
|
|
|
|
|
|
this.lblDistancia.Location = new System.Drawing.Point(227, 24);
|
|
|
|
|
|
this.lblDistancia.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
|
|
|
|
this.lblDistancia.Name = "lblDistancia";
|
|
|
|
|
|
this.lblDistancia.Size = new System.Drawing.Size(171, 13);
|
|
|
|
|
|
this.lblDistancia.TabIndex = 10;
|
|
|
|
|
|
this.lblDistancia.Text = "Distância Operação: 00,00 m";
|
|
|
|
|
|
//
|
2024-02-23 17:52:42 +00:00
|
|
|
|
// lblMapaCarregado
|
|
|
|
|
|
//
|
|
|
|
|
|
this.lblMapaCarregado.AutoSize = true;
|
|
|
|
|
|
this.lblMapaCarregado.Font = new System.Drawing.Font("Mongolian Baiti", 9F, System.Drawing.FontStyle.Bold);
|
2024-02-29 20:01:02 +00:00
|
|
|
|
this.lblMapaCarregado.Location = new System.Drawing.Point(227, 4);
|
2024-02-23 17:52:42 +00:00
|
|
|
|
this.lblMapaCarregado.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
|
|
|
|
this.lblMapaCarregado.Name = "lblMapaCarregado";
|
|
|
|
|
|
this.lblMapaCarregado.Size = new System.Drawing.Size(129, 13);
|
|
|
|
|
|
this.lblMapaCarregado.TabIndex = 8;
|
|
|
|
|
|
this.lblMapaCarregado.Text = "Mapa carregado: N/A";
|
|
|
|
|
|
//
|
2024-02-21 19:40:38 +00:00
|
|
|
|
// chbGPSativo
|
|
|
|
|
|
//
|
|
|
|
|
|
this.chbGPSativo.AutoSize = true;
|
|
|
|
|
|
this.chbGPSativo.Location = new System.Drawing.Point(531, 20);
|
|
|
|
|
|
this.chbGPSativo.Name = "chbGPSativo";
|
|
|
|
|
|
this.chbGPSativo.Size = new System.Drawing.Size(52, 17);
|
|
|
|
|
|
this.chbGPSativo.TabIndex = 9;
|
|
|
|
|
|
this.chbGPSativo.Text = "GPS";
|
|
|
|
|
|
this.chbGPSativo.UseVisualStyleBackColor = true;
|
|
|
|
|
|
//
|
|
|
|
|
|
// chbATUativo
|
|
|
|
|
|
//
|
|
|
|
|
|
this.chbATUativo.AutoSize = true;
|
|
|
|
|
|
this.chbATUativo.Location = new System.Drawing.Point(531, 3);
|
|
|
|
|
|
this.chbATUativo.Name = "chbATUativo";
|
|
|
|
|
|
this.chbATUativo.Size = new System.Drawing.Size(54, 17);
|
|
|
|
|
|
this.chbATUativo.TabIndex = 8;
|
|
|
|
|
|
this.chbATUativo.Text = "ATU";
|
|
|
|
|
|
this.chbATUativo.UseVisualStyleBackColor = true;
|
|
|
|
|
|
//
|
|
|
|
|
|
// chbDIRativo
|
|
|
|
|
|
//
|
|
|
|
|
|
this.chbDIRativo.AutoSize = true;
|
|
|
|
|
|
this.chbDIRativo.Location = new System.Drawing.Point(467, 23);
|
|
|
|
|
|
this.chbDIRativo.Name = "chbDIRativo";
|
|
|
|
|
|
this.chbDIRativo.Size = new System.Drawing.Size(50, 17);
|
|
|
|
|
|
this.chbDIRativo.TabIndex = 7;
|
|
|
|
|
|
this.chbDIRativo.Text = "DIR";
|
|
|
|
|
|
this.chbDIRativo.UseVisualStyleBackColor = true;
|
|
|
|
|
|
//
|
|
|
|
|
|
// chbMOVativo
|
|
|
|
|
|
//
|
|
|
|
|
|
this.chbMOVativo.AutoSize = true;
|
|
|
|
|
|
this.chbMOVativo.Location = new System.Drawing.Point(467, 3);
|
|
|
|
|
|
this.chbMOVativo.Name = "chbMOVativo";
|
|
|
|
|
|
this.chbMOVativo.Size = new System.Drawing.Size(58, 17);
|
|
|
|
|
|
this.chbMOVativo.TabIndex = 6;
|
|
|
|
|
|
this.chbMOVativo.Text = "MOV";
|
|
|
|
|
|
this.chbMOVativo.UseVisualStyleBackColor = true;
|
|
|
|
|
|
//
|
2024-01-03 10:52:37 +00:00
|
|
|
|
// lblUltimaLeituraRua
|
|
|
|
|
|
//
|
|
|
|
|
|
this.lblUltimaLeituraRua.AutoSize = true;
|
2024-02-19 13:11:53 +00:00
|
|
|
|
this.lblUltimaLeituraRua.Location = new System.Drawing.Point(2, 4);
|
|
|
|
|
|
this.lblUltimaLeituraRua.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
2024-01-03 10:52:37 +00:00
|
|
|
|
this.lblUltimaLeituraRua.Name = "lblUltimaLeituraRua";
|
2024-02-19 13:11:53 +00:00
|
|
|
|
this.lblUltimaLeituraRua.Size = new System.Drawing.Size(198, 13);
|
2024-01-03 10:52:37 +00:00
|
|
|
|
this.lblUltimaLeituraRua.TabIndex = 5;
|
|
|
|
|
|
this.lblUltimaLeituraRua.Text = "Ultima Leitura Rua: 00:00:00.000";
|
|
|
|
|
|
//
|
|
|
|
|
|
// lblUltimaLeituraSolo
|
|
|
|
|
|
//
|
|
|
|
|
|
this.lblUltimaLeituraSolo.AutoSize = true;
|
2024-02-19 13:11:53 +00:00
|
|
|
|
this.lblUltimaLeituraSolo.Location = new System.Drawing.Point(2, 24);
|
|
|
|
|
|
this.lblUltimaLeituraSolo.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
2024-01-03 10:52:37 +00:00
|
|
|
|
this.lblUltimaLeituraSolo.Name = "lblUltimaLeituraSolo";
|
2024-02-19 13:11:53 +00:00
|
|
|
|
this.lblUltimaLeituraSolo.Size = new System.Drawing.Size(202, 13);
|
2024-01-03 10:52:37 +00:00
|
|
|
|
this.lblUltimaLeituraSolo.TabIndex = 4;
|
|
|
|
|
|
this.lblUltimaLeituraSolo.Text = "Ultima Leitura Solo: 00:00:00.000";
|
|
|
|
|
|
//
|
2024-02-21 19:40:38 +00:00
|
|
|
|
// pnlMapa
|
|
|
|
|
|
//
|
2024-02-23 17:52:42 +00:00
|
|
|
|
this.pnlMapa.Location = new System.Drawing.Point(9, 6);
|
2024-02-21 19:40:38 +00:00
|
|
|
|
this.pnlMapa.Name = "pnlMapa";
|
2024-02-23 17:52:42 +00:00
|
|
|
|
this.pnlMapa.Size = new System.Drawing.Size(347, 207);
|
2024-02-21 19:40:38 +00:00
|
|
|
|
this.pnlMapa.TabIndex = 14;
|
|
|
|
|
|
//
|
2024-02-23 17:52:42 +00:00
|
|
|
|
// pnlOrientacao
|
2024-02-21 19:40:38 +00:00
|
|
|
|
//
|
2024-02-23 17:52:42 +00:00
|
|
|
|
this.pnlOrientacao.BackColor = System.Drawing.Color.White;
|
2024-02-29 20:01:02 +00:00
|
|
|
|
this.pnlOrientacao.BackgroundImage = global::AgroBase.Properties.Resources.rosa_dos_ventos;
|
|
|
|
|
|
this.pnlOrientacao.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
2024-03-04 20:04:24 +00:00
|
|
|
|
this.pnlOrientacao.Location = new System.Drawing.Point(283, 6);
|
2024-02-23 17:52:42 +00:00
|
|
|
|
this.pnlOrientacao.Margin = new System.Windows.Forms.Padding(2);
|
|
|
|
|
|
this.pnlOrientacao.Name = "pnlOrientacao";
|
|
|
|
|
|
this.pnlOrientacao.Size = new System.Drawing.Size(78, 84);
|
|
|
|
|
|
this.pnlOrientacao.TabIndex = 11;
|
|
|
|
|
|
this.pnlOrientacao.Paint += new System.Windows.Forms.PaintEventHandler(this.pnlOrientacao_Paint);
|
2024-02-21 19:40:38 +00:00
|
|
|
|
//
|
2024-03-01 19:49:20 +00:00
|
|
|
|
// pnlInclinacao
|
2024-02-29 20:01:02 +00:00
|
|
|
|
//
|
2024-03-01 19:49:20 +00:00
|
|
|
|
this.pnlInclinacao.BackColor = System.Drawing.Color.White;
|
|
|
|
|
|
this.pnlInclinacao.BackgroundImage = global::AgroBase.Properties.Resources.transferidor;
|
|
|
|
|
|
this.pnlInclinacao.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
2024-03-07 19:08:37 +00:00
|
|
|
|
this.pnlInclinacao.Location = new System.Drawing.Point(937, 6);
|
2024-03-01 19:49:20 +00:00
|
|
|
|
this.pnlInclinacao.Margin = new System.Windows.Forms.Padding(2);
|
|
|
|
|
|
this.pnlInclinacao.Name = "pnlInclinacao";
|
|
|
|
|
|
this.pnlInclinacao.Size = new System.Drawing.Size(78, 84);
|
|
|
|
|
|
this.pnlInclinacao.TabIndex = 10;
|
|
|
|
|
|
this.pnlInclinacao.Paint += new System.Windows.Forms.PaintEventHandler(this.pnlInclinacao_Paint);
|
2024-02-29 20:01:02 +00:00
|
|
|
|
//
|
2024-03-04 20:04:24 +00:00
|
|
|
|
// pnlAnguloCamera
|
2024-02-29 20:01:02 +00:00
|
|
|
|
//
|
2024-03-04 20:04:24 +00:00
|
|
|
|
this.pnlAnguloCamera.BackColor = System.Drawing.Color.White;
|
|
|
|
|
|
this.pnlAnguloCamera.BackgroundImage = global::AgroBase.Properties.Resources.transferidor;
|
|
|
|
|
|
this.pnlAnguloCamera.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
2024-03-07 19:08:37 +00:00
|
|
|
|
this.pnlAnguloCamera.Location = new System.Drawing.Point(623, 6);
|
2024-03-04 20:04:24 +00:00
|
|
|
|
this.pnlAnguloCamera.Margin = new System.Windows.Forms.Padding(2);
|
|
|
|
|
|
this.pnlAnguloCamera.Name = "pnlAnguloCamera";
|
|
|
|
|
|
this.pnlAnguloCamera.Size = new System.Drawing.Size(78, 84);
|
|
|
|
|
|
this.pnlAnguloCamera.TabIndex = 15;
|
|
|
|
|
|
this.pnlAnguloCamera.Paint += new System.Windows.Forms.PaintEventHandler(this.pnlAnguloCamera_Paint);
|
2024-02-29 20:01:02 +00:00
|
|
|
|
//
|
2024-03-01 19:49:20 +00:00
|
|
|
|
// frmOperacaoMapaGPS
|
2024-01-03 10:52:37 +00:00
|
|
|
|
//
|
2024-02-19 13:11:53 +00:00
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
2024-01-03 10:52:37 +00:00
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
2024-02-19 13:11:53 +00:00
|
|
|
|
this.BackColor = System.Drawing.Color.White;
|
|
|
|
|
|
this.ClientSize = new System.Drawing.Size(1020, 697);
|
2024-03-04 20:04:24 +00:00
|
|
|
|
this.Controls.Add(this.pnlAnguloCamera);
|
2024-02-23 17:52:42 +00:00
|
|
|
|
this.Controls.Add(this.pnlOrientacao);
|
2024-02-21 19:40:38 +00:00
|
|
|
|
this.Controls.Add(this.lblDistanciaEsquerda);
|
|
|
|
|
|
this.Controls.Add(this.pnlMapa);
|
2024-01-03 10:52:37 +00:00
|
|
|
|
this.Controls.Add(this.pnlInferior);
|
|
|
|
|
|
this.Controls.Add(this.lblDistanciaDireita);
|
|
|
|
|
|
this.Controls.Add(this.pnlInclinacao);
|
|
|
|
|
|
this.Controls.Add(this.gpbInformacoesGerais);
|
|
|
|
|
|
this.Controls.Add(this.gpbOpcoes);
|
|
|
|
|
|
this.Controls.Add(this.pnlNiveis);
|
|
|
|
|
|
this.Controls.Add(this.pnlGraficos);
|
2024-02-21 19:40:38 +00:00
|
|
|
|
this.Controls.Add(this.pnlCaminho);
|
2024-01-03 10:52:37 +00:00
|
|
|
|
this.Controls.Add(this.pnlAtuadores);
|
|
|
|
|
|
this.Controls.Add(this.pnlCameraCaminho);
|
|
|
|
|
|
this.Controls.Add(this.pnlCameraSolo);
|
2024-02-19 13:11:53 +00:00
|
|
|
|
this.Margin = new System.Windows.Forms.Padding(2);
|
2024-03-01 19:49:20 +00:00
|
|
|
|
this.Name = "frmOperacaoMapaGPS";
|
2024-01-03 10:52:37 +00:00
|
|
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
2024-03-01 19:49:20 +00:00
|
|
|
|
this.Text = "Operação Mapa GPS";
|
|
|
|
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmOperacaoMapaGPS_FormClosing);
|
|
|
|
|
|
this.Load += new System.EventHandler(this.frmOperacaoMapaGPS_Load);
|
2024-02-19 13:11:53 +00:00
|
|
|
|
this.pnlCameraSolo.ResumeLayout(false);
|
2024-02-21 19:40:38 +00:00
|
|
|
|
this.pnlAtuadores.ResumeLayout(false);
|
|
|
|
|
|
this.pnlAtuadores.PerformLayout();
|
2024-01-03 10:52:37 +00:00
|
|
|
|
this.pnlGraficos.ResumeLayout(false);
|
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.chartGraficos)).EndInit();
|
|
|
|
|
|
this.pnlNiveis.ResumeLayout(false);
|
|
|
|
|
|
this.pnlNiveis.PerformLayout();
|
|
|
|
|
|
this.gpbOpcoes.ResumeLayout(false);
|
|
|
|
|
|
this.gpbOpcoes.PerformLayout();
|
|
|
|
|
|
this.gpbInformacoesGerais.ResumeLayout(false);
|
|
|
|
|
|
this.gpbInformacoesGerais.PerformLayout();
|
|
|
|
|
|
this.pnlInferior.ResumeLayout(false);
|
|
|
|
|
|
this.pnlInferior.PerformLayout();
|
|
|
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
this.PerformLayout();
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
|
|
|
private System.Windows.Forms.Panel pnlCameraSolo;
|
|
|
|
|
|
private System.Windows.Forms.Panel pnlCameraCaminho;
|
|
|
|
|
|
private System.Windows.Forms.Panel pnlAtuadores;
|
2024-02-21 19:40:38 +00:00
|
|
|
|
private System.Windows.Forms.Panel pnlCaminho;
|
2024-01-03 10:52:37 +00:00
|
|
|
|
private System.Windows.Forms.Panel pnlGraficos;
|
|
|
|
|
|
private System.Windows.Forms.DataVisualization.Charting.Chart chartGraficos;
|
|
|
|
|
|
private System.Windows.Forms.Panel pnlNiveis;
|
|
|
|
|
|
private System.Windows.Forms.Label lblPorcentagemBateria;
|
|
|
|
|
|
private System.Windows.Forms.ProgressBar pgbBateria;
|
|
|
|
|
|
private System.Windows.Forms.Label lblPorcentagemReservatorio;
|
|
|
|
|
|
private System.Windows.Forms.ProgressBar pgbReservatorio;
|
|
|
|
|
|
private System.Windows.Forms.GroupBox gpbOpcoes;
|
|
|
|
|
|
private System.Windows.Forms.Label lblPorcentagemProgresso;
|
|
|
|
|
|
private System.Windows.Forms.ProgressBar pgbProgresso;
|
|
|
|
|
|
private System.Windows.Forms.Button btnIniciarOperacao;
|
|
|
|
|
|
private System.Windows.Forms.Button btnCarregarMapa;
|
|
|
|
|
|
private System.Windows.Forms.ComboBox cmbCameraCaminho;
|
|
|
|
|
|
private System.Windows.Forms.Label lblCameraCaminho;
|
2024-02-19 13:11:53 +00:00
|
|
|
|
private System.Windows.Forms.ComboBox cmbCameraSoloE;
|
|
|
|
|
|
private System.Windows.Forms.Label lblCameraSoloE;
|
2024-01-03 10:52:37 +00:00
|
|
|
|
private System.Windows.Forms.GroupBox gpbInformacoesGerais;
|
|
|
|
|
|
private System.Windows.Forms.Label lblBateriaConsumida;
|
|
|
|
|
|
private System.Windows.Forms.Label lblHerbicidaPorErva;
|
|
|
|
|
|
private System.Windows.Forms.Label lblHerbicidaAplicado;
|
|
|
|
|
|
private System.Windows.Forms.Label lblErvasIdentificadas;
|
|
|
|
|
|
private System.Windows.Forms.Label lblVelocidadeMedia;
|
|
|
|
|
|
private System.Windows.Forms.Label lblTempoOperacao;
|
|
|
|
|
|
private System.Windows.Forms.Label lblDistanciaPercorrida;
|
|
|
|
|
|
private System.Windows.Forms.Panel pnlInclinacao;
|
|
|
|
|
|
private System.Windows.Forms.Label lblDistanciaEsquerda;
|
|
|
|
|
|
private System.Windows.Forms.Label lblDistanciaDireita;
|
|
|
|
|
|
private System.Windows.Forms.Panel pnlInferior;
|
|
|
|
|
|
private System.Windows.Forms.Label lblUltimaLeituraRua;
|
|
|
|
|
|
private System.Windows.Forms.Label lblUltimaLeituraSolo;
|
2024-02-19 13:11:53 +00:00
|
|
|
|
private System.Windows.Forms.Panel pnlCameraSoloD;
|
|
|
|
|
|
private System.Windows.Forms.Panel pnlCameraSoloE;
|
|
|
|
|
|
private System.Windows.Forms.ComboBox cmbCameraSoloD;
|
|
|
|
|
|
private System.Windows.Forms.Label lblCameraSoloD;
|
2024-02-21 19:40:38 +00:00
|
|
|
|
private System.Windows.Forms.Panel pnlMapa;
|
|
|
|
|
|
private System.Windows.Forms.CheckBox chbGPSativo;
|
|
|
|
|
|
private System.Windows.Forms.CheckBox chbATUativo;
|
|
|
|
|
|
private System.Windows.Forms.CheckBox chbDIRativo;
|
|
|
|
|
|
private System.Windows.Forms.CheckBox chbMOVativo;
|
|
|
|
|
|
private System.Windows.Forms.Label lblPressao;
|
2024-02-23 17:52:42 +00:00
|
|
|
|
private System.Windows.Forms.Label lblMapaCarregado;
|
|
|
|
|
|
private System.Windows.Forms.Panel pnlOrientacao;
|
2024-02-29 20:01:02 +00:00
|
|
|
|
private System.Windows.Forms.Label lblBateriaT;
|
|
|
|
|
|
private System.Windows.Forms.Label lblReservatorioT;
|
|
|
|
|
|
private System.Windows.Forms.Label lblProgressoT;
|
|
|
|
|
|
private System.Windows.Forms.Label lblDirecao;
|
|
|
|
|
|
private System.Windows.Forms.Label lblStatus;
|
|
|
|
|
|
private System.Windows.Forms.Label lblDistancia;
|
|
|
|
|
|
private System.Windows.Forms.Button btnSimular;
|
|
|
|
|
|
private System.Windows.Forms.Button btnManobraConcluida;
|
2024-03-01 19:49:20 +00:00
|
|
|
|
private System.Windows.Forms.Label lblPorcentagemProgressoRua;
|
|
|
|
|
|
private System.Windows.Forms.ProgressBar pgbProgressoRua;
|
|
|
|
|
|
private System.Windows.Forms.Label lblProgressoRua;
|
2024-03-04 20:04:24 +00:00
|
|
|
|
private System.Windows.Forms.Panel pnlAnguloCamera;
|
2024-01-03 10:52:37 +00:00
|
|
|
|
}
|
|
|
|
|
|
}
|