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-04-15 10:57:37 +00:00
System . Windows . Forms . DataVisualization . Charting . ChartArea chartArea1 = new System . Windows . Forms . DataVisualization . Charting . ChartArea ( ) ;
System . Windows . Forms . DataVisualization . Charting . Legend legend1 = new System . Windows . Forms . DataVisualization . Charting . Legend ( ) ;
System . Windows . Forms . DataVisualization . Charting . Series series1 = 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-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 ( ) ;
2024-04-29 20:02:19 +00:00
this . tabControl1 = new System . Windows . Forms . TabControl ( ) ;
this . tabGrafico = new System . Windows . Forms . TabPage ( ) ;
2024-01-03 10:52:37 +00:00
this . chartGraficos = new System . Windows . Forms . DataVisualization . Charting . Chart ( ) ;
2024-04-29 20:02:19 +00:00
this . tabSonar = new System . Windows . Forms . TabPage ( ) ;
this . picSonar = new System . Windows . Forms . PictureBox ( ) ;
2024-01-03 10:52:37 +00:00
this . pnlNiveis = new System . Windows . Forms . Panel ( ) ;
2024-03-04 20:04:24 +00:00
this . lblPorcentagemProgressoRua = new System . Windows . Forms . Label ( ) ;
this . pgbProgressoRua = new System . Windows . Forms . ProgressBar ( ) ;
this . lblProgressoRua = new System . Windows . Forms . Label ( ) ;
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-01-03 10:52:37 +00:00
this . btnIniciarOperacao = new System . Windows . Forms . Button ( ) ;
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 . 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-03-13 11:46:45 +00:00
this . lblPerformance = new System . Windows . Forms . Label ( ) ;
2024-02-19 13:11:53 +00:00
this . pnlCameraSolo . SuspendLayout ( ) ;
2024-01-03 10:52:37 +00:00
this . pnlGraficos . SuspendLayout ( ) ;
2024-04-29 20:02:19 +00:00
this . tabControl1 . SuspendLayout ( ) ;
this . tabGrafico . SuspendLayout ( ) ;
2024-01-03 10:52:37 +00:00
( ( System . ComponentModel . ISupportInitialize ) ( this . chartGraficos ) ) . BeginInit ( ) ;
2024-04-29 20:02:19 +00:00
this . tabSonar . SuspendLayout ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . picSonar ) ) . BeginInit ( ) ;
2024-01-03 10:52:37 +00:00
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-04-29 20:02:19 +00:00
this . pnlCameraSolo . Location = new System . Drawing . Point ( 9 , 217 ) ;
2024-07-08 12:11:18 +00:00
this . pnlCameraSolo . Margin = new System . Windows . Forms . Padding ( 2 ) ;
2024-01-03 10:52:37 +00:00
this . pnlCameraSolo . Name = "pnlCameraSolo" ;
2024-04-29 20:02:19 +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 ) ) ) ;
2024-04-29 20:02:19 +00:00
this . pnlCameraSoloD . Location = new System . Drawing . Point ( 299 , 2 ) ;
2024-02-19 13:11:53 +00:00
this . pnlCameraSoloD . Name = "pnlCameraSoloD" ;
2024-04-29 20:02:19 +00:00
this . pnlCameraSoloD . Size = new System . Drawing . Size ( 289 , 264 ) ;
2024-02-19 13:11:53 +00:00
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 ) ) ) ;
2024-04-29 20:02:19 +00:00
this . pnlCameraSoloE . Location = new System . Drawing . Point ( 4 , 2 ) ;
2024-02-19 13:11:53 +00:00
this . pnlCameraSoloE . Name = "pnlCameraSoloE" ;
2024-04-29 20:02:19 +00:00
this . pnlCameraSoloE . Size = new System . Drawing . Size ( 289 , 264 ) ;
2024-02-19 13:11:53 +00:00
this . pnlCameraSoloE . TabIndex = 0 ;
//
2024-01-03 10:52:37 +00:00
// pnlCameraCaminho
//
this . pnlCameraCaminho . BackColor = System . Drawing . SystemColors . ControlDarkDark ;
2024-04-29 20:02:19 +00:00
this . pnlCameraCaminho . Location = new System . Drawing . Point ( 361 , 10 ) ;
2024-07-08 12:11:18 +00:00
this . pnlCameraCaminho . Margin = new System . Windows . Forms . Padding ( 2 ) ;
2024-01-03 10:52:37 +00:00
this . pnlCameraCaminho . Name = "pnlCameraCaminho" ;
2024-04-29 20:02:19 +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-04-29 20:02:19 +00:00
this . pnlAtuadores . Location = new System . Drawing . Point ( 9 , 491 ) ;
2024-07-08 12:11:18 +00:00
this . pnlAtuadores . Margin = new System . Windows . Forms . Padding ( 2 ) ;
2024-01-03 10:52:37 +00:00
this . pnlAtuadores . Name = "pnlAtuadores" ;
2024-04-29 20:02:19 +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-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 ;
2024-04-29 20:02:19 +00:00
this . pnlCaminho . Location = new System . Drawing . Point ( 627 , 21 ) ;
2024-07-08 12:11:18 +00:00
this . pnlCaminho . Margin = new System . Windows . Forms . Padding ( 2 ) ;
2024-02-21 19:40:38 +00:00
this . pnlCaminho . Name = "pnlCaminho" ;
2024-04-29 20:02:19 +00:00
this . pnlCaminho . Size = new System . Drawing . Size ( 384 , 279 ) ;
2024-02-21 19:40:38 +00:00
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
//
2024-04-15 10:57:37 +00:00
this . pnlGraficos . Controls . Add ( this . tabControl1 ) ;
2024-04-29 20:02:19 +00:00
this . pnlGraficos . Location = new System . Drawing . Point ( 606 , 307 ) ;
2024-07-08 12:11:18 +00:00
this . pnlGraficos . Margin = new System . Windows . Forms . Padding ( 2 ) ;
2024-01-03 10:52:37 +00:00
this . pnlGraficos . Name = "pnlGraficos" ;
2024-04-29 20:02:19 +00:00
this . pnlGraficos . Size = new System . Drawing . Size ( 405 , 254 ) ;
2024-01-03 10:52:37 +00:00
this . pnlGraficos . TabIndex = 4 ;
//
2024-04-29 20:02:19 +00:00
// tabControl1
//
this . tabControl1 . Controls . Add ( this . tabGrafico ) ;
this . tabControl1 . Controls . Add ( this . tabSonar ) ;
this . tabControl1 . Dock = System . Windows . Forms . DockStyle . Fill ;
this . tabControl1 . Location = new System . Drawing . Point ( 0 , 0 ) ;
2024-07-08 12:11:18 +00:00
this . tabControl1 . Margin = new System . Windows . Forms . Padding ( 2 ) ;
2024-04-29 20:02:19 +00:00
this . tabControl1 . Name = "tabControl1" ;
this . tabControl1 . SelectedIndex = 0 ;
this . tabControl1 . Size = new System . Drawing . Size ( 405 , 254 ) ;
this . tabControl1 . TabIndex = 0 ;
//
// tabGrafico
//
this . tabGrafico . Controls . Add ( this . chartGraficos ) ;
this . tabGrafico . Location = new System . Drawing . Point ( 4 , 22 ) ;
2024-07-08 12:11:18 +00:00
this . tabGrafico . Margin = new System . Windows . Forms . Padding ( 2 ) ;
2024-04-29 20:02:19 +00:00
this . tabGrafico . Name = "tabGrafico" ;
2024-07-08 12:11:18 +00:00
this . tabGrafico . Padding = new System . Windows . Forms . Padding ( 2 ) ;
2024-04-29 20:02:19 +00:00
this . tabGrafico . Size = new System . Drawing . Size ( 397 , 228 ) ;
this . tabGrafico . TabIndex = 0 ;
this . tabGrafico . Text = "Desempenho" ;
this . tabGrafico . UseVisualStyleBackColor = true ;
//
2024-01-03 10:52:37 +00:00
// chartGraficos
//
2024-04-15 10:57:37 +00:00
chartArea1 . Name = "ChartArea1" ;
this . chartGraficos . ChartAreas . Add ( chartArea1 ) ;
2024-01-03 10:52:37 +00:00
this . chartGraficos . Dock = System . Windows . Forms . DockStyle . Fill ;
2024-04-15 10:57:37 +00:00
legend1 . Name = "Legend1" ;
this . chartGraficos . Legends . Add ( legend1 ) ;
2024-04-29 20:02:19 +00:00
this . chartGraficos . Location = new System . Drawing . Point ( 2 , 2 ) ;
2024-07-08 12:11:18 +00:00
this . chartGraficos . Margin = new System . Windows . Forms . Padding ( 2 ) ;
2024-01-03 10:52:37 +00:00
this . chartGraficos . Name = "chartGraficos" ;
2024-04-15 10:57:37 +00:00
series1 . ChartArea = "ChartArea1" ;
series1 . Legend = "Legend1" ;
series1 . Name = "Series1" ;
this . chartGraficos . Series . Add ( series1 ) ;
2024-04-29 20:02:19 +00:00
this . chartGraficos . Size = new System . Drawing . Size ( 393 , 224 ) ;
2024-01-03 10:52:37 +00:00
this . chartGraficos . TabIndex = 0 ;
this . chartGraficos . Text = "chart1" ;
//
2024-04-29 20:02:19 +00:00
// tabSonar
//
this . tabSonar . Controls . Add ( this . picSonar ) ;
this . tabSonar . Location = new System . Drawing . Point ( 4 , 22 ) ;
2024-07-08 12:11:18 +00:00
this . tabSonar . Margin = new System . Windows . Forms . Padding ( 2 ) ;
2024-04-29 20:02:19 +00:00
this . tabSonar . Name = "tabSonar" ;
2024-07-08 12:11:18 +00:00
this . tabSonar . Padding = new System . Windows . Forms . Padding ( 2 ) ;
2024-04-29 20:02:19 +00:00
this . tabSonar . Size = new System . Drawing . Size ( 397 , 228 ) ;
this . tabSonar . TabIndex = 1 ;
this . tabSonar . Text = "Sonar" ;
this . tabSonar . UseVisualStyleBackColor = true ;
//
// picSonar
//
this . picSonar . Dock = System . Windows . Forms . DockStyle . Fill ;
this . picSonar . Location = new System . Drawing . Point ( 2 , 2 ) ;
2024-07-08 12:11:18 +00:00
this . picSonar . Margin = new System . Windows . Forms . Padding ( 2 ) ;
2024-04-29 20:02:19 +00:00
this . picSonar . Name = "picSonar" ;
this . picSonar . Size = new System . Drawing . Size ( 393 , 224 ) ;
this . picSonar . TabIndex = 1 ;
this . picSonar . TabStop = false ;
//
2024-01-03 10:52:37 +00:00
// pnlNiveis
//
this . pnlNiveis . BackColor = System . Drawing . SystemColors . Control ;
2024-03-01 19:49:20 +00:00
this . pnlNiveis . Controls . Add ( this . lblPorcentagemProgressoRua ) ;
this . pnlNiveis . Controls . Add ( this . pgbProgressoRua ) ;
this . pnlNiveis . Controls . Add ( this . lblProgressoRua ) ;
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-04-29 20:02:19 +00:00
this . pnlNiveis . Location = new System . Drawing . Point ( 9 , 570 ) ;
2024-07-08 12:11:18 +00:00
this . pnlNiveis . Margin = new System . Windows . Forms . Padding ( 2 ) ;
2024-01-03 10:52:37 +00:00
this . pnlNiveis . Name = "pnlNiveis" ;
2024-04-29 20:02:19 +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 ;
2024-04-29 20:02:19 +00:00
this . lblPorcentagemProgressoRua . Location = new System . Drawing . Point ( 533 , 23 ) ;
this . lblPorcentagemProgressoRua . Margin = new System . Windows . Forms . Padding ( 2 , 0 , 2 , 0 ) ;
2024-03-04 20:04:24 +00:00
this . lblPorcentagemProgressoRua . Name = "lblPorcentagemProgressoRua" ;
2024-04-29 20:02:19 +00:00
this . lblPorcentagemProgressoRua . Size = new System . Drawing . Size ( 50 , 13 ) ;
2024-03-04 20:04:24 +00:00
this . lblPorcentagemProgressoRua . TabIndex = 16 ;
this . lblPorcentagemProgressoRua . Text = "00,00%" ;
2024-03-01 19:49:20 +00:00
//
2024-03-04 20:04:24 +00:00
// pgbProgressoRua
//
2024-04-29 20:02:19 +00:00
this . pgbProgressoRua . Location = new System . Drawing . Point ( 375 , 23 ) ;
2024-07-08 12:11:18 +00:00
this . pgbProgressoRua . Margin = new System . Windows . Forms . Padding ( 2 ) ;
2024-03-04 20:04:24 +00:00
this . pgbProgressoRua . Name = "pgbProgressoRua" ;
2024-04-29 20:02:19 +00:00
this . pgbProgressoRua . Size = new System . Drawing . Size ( 150 , 13 ) ;
2024-03-04 20:04:24 +00:00
this . pgbProgressoRua . TabIndex = 15 ;
//
// lblProgressoRua
//
this . lblProgressoRua . AutoSize = true ;
2024-04-29 20:02:19 +00:00
this . lblProgressoRua . Location = new System . Drawing . Point ( 307 , 23 ) ;
this . lblProgressoRua . Margin = new System . Windows . Forms . Padding ( 2 , 0 , 2 , 0 ) ;
2024-03-04 20:04:24 +00:00
this . lblProgressoRua . Name = "lblProgressoRua" ;
2024-04-29 20:02:19 +00:00
this . lblProgressoRua . Size = new System . Drawing . Size ( 44 , 13 ) ;
2024-03-04 20:04:24 +00:00
this . lblProgressoRua . TabIndex = 14 ;
this . lblProgressoRua . Text = "% Rua" ;
//
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 ) ) ) ;
2024-04-29 20:02:19 +00:00
this . lblDirecao . Location = new System . Drawing . Point ( 308 , 54 ) ;
this . lblDirecao . Margin = new System . Windows . Forms . Padding ( 2 , 0 , 2 , 0 ) ;
2024-03-01 19:49:20 +00:00
this . lblDirecao . Name = "lblDirecao" ;
2024-04-29 20:02:19 +00:00
this . lblDirecao . Size = new System . Drawing . Size ( 94 , 11 ) ;
2024-03-01 19:49:20 +00:00
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 ) ) ) ;
2024-04-29 20:02:19 +00:00
this . lblStatus . Location = new System . Drawing . Point ( 308 , 41 ) ;
this . lblStatus . Margin = new System . Windows . Forms . Padding ( 2 , 0 , 2 , 0 ) ;
2024-03-01 19:49:20 +00:00
this . lblStatus . Name = "lblStatus" ;
2024-04-29 20:02:19 +00:00
this . lblStatus . Size = new System . Drawing . Size ( 114 , 11 ) ;
2024-03-01 19:49:20 +00:00
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-04-29 20:02:19 +00:00
this . lblProgressoT . Location = new System . Drawing . Point ( 307 , 6 ) ;
this . lblProgressoT . Margin = new System . Windows . Forms . Padding ( 2 , 0 , 2 , 0 ) ;
2024-02-29 20:01:02 +00:00
this . lblProgressoT . Name = "lblProgressoT" ;
2024-04-29 20:02:19 +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-04-29 20:02:19 +00:00
this . lblPorcentagemBateria . Location = new System . Drawing . Point ( 104 , 43 ) ;
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-04-29 20:02:19 +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 ;
2024-04-29 20:02:19 +00:00
this . lblBateriaT . Location = new System . Drawing . Point ( 2 , 44 ) ;
this . lblBateriaT . Margin = new System . Windows . Forms . Padding ( 2 , 0 , 2 , 0 ) ;
2024-02-29 20:01:02 +00:00
this . lblBateriaT . Name = "lblBateriaT" ;
2024-04-29 20:02:19 +00:00
this . lblBateriaT . Size = new System . Drawing . Size ( 47 , 13 ) ;
2024-02-29 20:01:02 +00:00
this . lblBateriaT . TabIndex = 7 ;
this . lblBateriaT . Text = "Bateria" ;
//
// lblReservatorioT
//
this . lblReservatorioT . AutoSize = true ;
2024-04-29 20:02:19 +00:00
this . lblReservatorioT . Location = new System . Drawing . Point ( 2 , 13 ) ;
this . lblReservatorioT . Margin = new System . Windows . Forms . Padding ( 2 , 0 , 2 , 0 ) ;
2024-02-29 20:01:02 +00:00
this . lblReservatorioT . Name = "lblReservatorioT" ;
2024-04-29 20:02:19 +00:00
this . lblReservatorioT . Size = new System . Drawing . Size ( 79 , 13 ) ;
2024-02-29 20:01:02 +00:00
this . lblReservatorioT . TabIndex = 6 ;
this . lblReservatorioT . Text = "Reservatório" ;
//
// lblPorcentagemProgresso
//
this . lblPorcentagemProgresso . AutoSize = true ;
2024-04-29 20:02:19 +00:00
this . lblPorcentagemProgresso . Location = new System . Drawing . Point ( 533 , 6 ) ;
this . lblPorcentagemProgresso . Margin = new System . Windows . Forms . Padding ( 2 , 0 , 2 , 0 ) ;
2024-02-29 20:01:02 +00:00
this . lblPorcentagemProgresso . Name = "lblPorcentagemProgresso" ;
2024-04-29 20:02:19 +00:00
this . lblPorcentagemProgresso . Size = new System . Drawing . Size ( 50 , 13 ) ;
2024-02-29 20:01:02 +00:00
this . lblPorcentagemProgresso . TabIndex = 5 ;
this . lblPorcentagemProgresso . Text = "00,00%" ;
2024-01-03 10:52:37 +00:00
//
// pgbBateria
//
2024-04-29 20:02:19 +00:00
this . pgbBateria . Location = new System . Drawing . Point ( 98 , 36 ) ;
2024-07-08 12:11:18 +00:00
this . pgbBateria . Margin = new System . Windows . Forms . Padding ( 2 ) ;
2024-01-03 10:52:37 +00:00
this . pgbBateria . Name = "pgbBateria" ;
2024-04-29 20:02:19 +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-04-29 20:02:19 +00:00
this . pgbProgresso . Location = new System . Drawing . Point ( 375 , 6 ) ;
2024-07-08 12:11:18 +00:00
this . pgbProgresso . Margin = new System . Windows . Forms . Padding ( 2 ) ;
2024-02-29 20:01:02 +00:00
this . pgbProgresso . Name = "pgbProgresso" ;
2024-04-29 20:02:19 +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 ;
2024-04-29 20:02:19 +00:00
this . lblPorcentagemReservatorio . Location = new System . Drawing . Point ( 104 , 12 ) ;
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-04-29 20:02:19 +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-04-29 20:02:19 +00:00
this . pgbReservatorio . Location = new System . Drawing . Point ( 98 , 5 ) ;
2024-07-08 12:11:18 +00:00
this . pgbReservatorio . Margin = new System . Windows . Forms . Padding ( 2 ) ;
2024-01-03 10:52:37 +00:00
this . pgbReservatorio . Name = "pgbReservatorio" ;
2024-04-29 20:02:19 +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-01-03 10:52:37 +00:00
this . gpbOpcoes . Controls . Add ( this . btnIniciarOperacao ) ;
this . gpbOpcoes . Font = new System . Drawing . Font ( "Mongolian Baiti" , 9F , System . Drawing . FontStyle . Bold ) ;
2024-04-29 20:02:19 +00:00
this . gpbOpcoes . Location = new System . Drawing . Point ( 813 , 566 ) ;
2024-07-08 12:11:18 +00:00
this . gpbOpcoes . Margin = new System . Windows . Forms . Padding ( 2 ) ;
2024-01-03 10:52:37 +00:00
this . gpbOpcoes . Name = "gpbOpcoes" ;
2024-07-08 12:11:18 +00:00
this . gpbOpcoes . Padding = new System . Windows . Forms . Padding ( 2 ) ;
2024-04-29 20:02:19 +00:00
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
//
2024-04-29 20:02:19 +00:00
this . btnCarregarMapa . Location = new System . Drawing . Point ( 22 , 58 ) ;
2024-07-08 12:11:18 +00:00
this . btnCarregarMapa . Margin = new System . Windows . Forms . Padding ( 2 ) ;
2024-02-23 17:52:42 +00:00
this . btnCarregarMapa . Name = "btnCarregarMapa" ;
2024-04-29 20:02:19 +00:00
this . btnCarregarMapa . Size = new System . Drawing . Size ( 154 , 21 ) ;
2024-02-23 17:52:42 +00:00
this . btnCarregarMapa . TabIndex = 5 ;
2024-04-15 10:57:37 +00:00
this . btnCarregarMapa . Text = "Selecionar Mapa" ;
2024-02-23 17:52:42 +00:00
this . btnCarregarMapa . UseVisualStyleBackColor = true ;
this . btnCarregarMapa . Click + = new System . EventHandler ( this . btnCarregarMapa_Click ) ;
//
2024-01-03 10:52:37 +00:00
// btnIniciarOperacao
//
2024-04-29 20:02:19 +00:00
this . btnIniciarOperacao . Location = new System . Drawing . Point ( 22 , 87 ) ;
2024-07-08 12:11:18 +00:00
this . btnIniciarOperacao . Margin = new System . Windows . Forms . Padding ( 2 ) ;
2024-01-03 10:52:37 +00:00
this . btnIniciarOperacao . Name = "btnIniciarOperacao" ;
2024-04-29 20:02:19 +00:00
this . btnIniciarOperacao . Size = new System . Drawing . Size ( 154 , 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 ) ;
//
// 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-04-29 20:02:19 +00:00
this . gpbInformacoesGerais . Location = new System . Drawing . Point ( 606 , 566 ) ;
2024-07-08 12:11:18 +00:00
this . gpbInformacoesGerais . Margin = new System . Windows . Forms . Padding ( 2 ) ;
2024-01-03 10:52:37 +00:00
this . gpbInformacoesGerais . Name = "gpbInformacoesGerais" ;
2024-07-08 12:11:18 +00:00
this . gpbInformacoesGerais . Padding = new System . Windows . Forms . Padding ( 2 ) ;
2024-04-29 20:02:19 +00:00
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-04-29 20:02:19 +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-04-29 20:02:19 +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-04-29 20:02:19 +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-04-29 20:02:19 +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-04-29 20:02:19 +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-04-29 20:02:19 +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-04-29 20:02:19 +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-04-29 20:02:19 +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-04-29 20:02:19 +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-04-29 20:02:19 +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-04-29 20:02:19 +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-04-29 20:02:19 +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-04-29 20:02:19 +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-04-29 20:02:19 +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" ;
//
// 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-04-29 20:02:19 +00:00
this . pnlInferior . Location = new System . Drawing . Point ( 9 , 644 ) ;
2024-07-08 12:11:18 +00:00
this . pnlInferior . Margin = new System . Windows . Forms . Padding ( 2 ) ;
2024-01-03 10:52:37 +00:00
this . pnlInferior . Name = "pnlInferior" ;
2024-04-29 20:02:19 +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 ) ;
2024-04-29 20:02:19 +00:00
this . lblDistancia . Location = new System . Drawing . Point ( 227 , 24 ) ;
this . lblDistancia . Margin = new System . Windows . Forms . Padding ( 2 , 0 , 2 , 0 ) ;
2024-03-01 19:49:20 +00:00
this . lblDistancia . Name = "lblDistancia" ;
2024-04-29 20:02:19 +00:00
this . lblDistancia . Size = new System . Drawing . Size ( 171 , 13 ) ;
2024-03-01 19:49:20 +00:00
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-04-29 20:02:19 +00:00
this . lblMapaCarregado . Location = new System . Drawing . Point ( 227 , 4 ) ;
this . lblMapaCarregado . Margin = new System . Windows . Forms . Padding ( 2 , 0 , 2 , 0 ) ;
2024-02-23 17:52:42 +00:00
this . lblMapaCarregado . Name = "lblMapaCarregado" ;
2024-04-29 20:02:19 +00:00
this . lblMapaCarregado . Size = new System . Drawing . Size ( 129 , 13 ) ;
2024-02-23 17:52:42 +00:00
this . lblMapaCarregado . TabIndex = 8 ;
this . lblMapaCarregado . Text = "Mapa carregado: N/A" ;
//
2024-02-21 19:40:38 +00:00
// chbGPSativo
//
this . chbGPSativo . AutoSize = true ;
2024-04-29 20:02:19 +00:00
this . chbGPSativo . Location = new System . Drawing . Point ( 531 , 20 ) ;
2024-02-21 19:40:38 +00:00
this . chbGPSativo . Name = "chbGPSativo" ;
2024-04-29 20:02:19 +00:00
this . chbGPSativo . Size = new System . Drawing . Size ( 52 , 17 ) ;
2024-02-21 19:40:38 +00:00
this . chbGPSativo . TabIndex = 9 ;
this . chbGPSativo . Text = "GPS" ;
this . chbGPSativo . UseVisualStyleBackColor = true ;
//
// chbATUativo
//
this . chbATUativo . AutoSize = true ;
2024-04-29 20:02:19 +00:00
this . chbATUativo . Location = new System . Drawing . Point ( 531 , 3 ) ;
2024-02-21 19:40:38 +00:00
this . chbATUativo . Name = "chbATUativo" ;
2024-04-29 20:02:19 +00:00
this . chbATUativo . Size = new System . Drawing . Size ( 54 , 17 ) ;
2024-02-21 19:40:38 +00:00
this . chbATUativo . TabIndex = 8 ;
this . chbATUativo . Text = "ATU" ;
this . chbATUativo . UseVisualStyleBackColor = true ;
//
// chbDIRativo
//
this . chbDIRativo . AutoSize = true ;
2024-04-29 20:02:19 +00:00
this . chbDIRativo . Location = new System . Drawing . Point ( 467 , 23 ) ;
2024-02-21 19:40:38 +00:00
this . chbDIRativo . Name = "chbDIRativo" ;
2024-04-29 20:02:19 +00:00
this . chbDIRativo . Size = new System . Drawing . Size ( 50 , 17 ) ;
2024-02-21 19:40:38 +00:00
this . chbDIRativo . TabIndex = 7 ;
this . chbDIRativo . Text = "DIR" ;
this . chbDIRativo . UseVisualStyleBackColor = true ;
//
// chbMOVativo
//
this . chbMOVativo . AutoSize = true ;
2024-04-29 20:02:19 +00:00
this . chbMOVativo . Location = new System . Drawing . Point ( 467 , 3 ) ;
2024-02-21 19:40:38 +00:00
this . chbMOVativo . Name = "chbMOVativo" ;
2024-04-29 20:02:19 +00:00
this . chbMOVativo . Size = new System . Drawing . Size ( 58 , 17 ) ;
2024-02-21 19:40:38 +00:00
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-04-29 20:02:19 +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-04-29 20:02:19 +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-04-29 20:02:19 +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-04-29 20:02:19 +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-04-29 20:02:19 +00:00
this . pnlMapa . Location = new System . Drawing . Point ( 9 , 6 ) ;
2024-02-21 19:40:38 +00:00
this . pnlMapa . Name = "pnlMapa" ;
2024-04-29 20:02:19 +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-04-29 20:02:19 +00:00
this . pnlOrientacao . Location = new System . Drawing . Point ( 283 , 6 ) ;
2024-07-08 12:11:18 +00:00
this . pnlOrientacao . Margin = new System . Windows . Forms . Padding ( 2 ) ;
2024-02-23 17:52:42 +00:00
this . pnlOrientacao . Name = "pnlOrientacao" ;
2024-04-29 20:02:19 +00:00
this . pnlOrientacao . Size = new System . Drawing . Size ( 78 , 84 ) ;
2024-02-23 17:52:42 +00:00
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-04-29 20:02:19 +00:00
this . pnlInclinacao . Location = new System . Drawing . Point ( 937 , 6 ) ;
2024-07-08 12:11:18 +00:00
this . pnlInclinacao . Margin = new System . Windows . Forms . Padding ( 2 ) ;
2024-03-01 19:49:20 +00:00
this . pnlInclinacao . Name = "pnlInclinacao" ;
2024-04-29 20:02:19 +00:00
this . pnlInclinacao . Size = new System . Drawing . Size ( 78 , 84 ) ;
2024-03-01 19:49:20 +00:00
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-04-29 20:02:19 +00:00
this . pnlAnguloCamera . Location = new System . Drawing . Point ( 623 , 6 ) ;
2024-07-08 12:11:18 +00:00
this . pnlAnguloCamera . Margin = new System . Windows . Forms . Padding ( 2 ) ;
2024-03-04 20:04:24 +00:00
this . pnlAnguloCamera . Name = "pnlAnguloCamera" ;
2024-04-29 20:02:19 +00:00
this . pnlAnguloCamera . Size = new System . Drawing . Size ( 78 , 84 ) ;
2024-03-04 20:04:24 +00:00
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-13 11:46:45 +00:00
// lblPerformance
//
this . lblPerformance . AutoSize = true ;
this . lblPerformance . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 6.75F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
2024-10-03 18:21:30 +00:00
this . lblPerformance . Location = new System . Drawing . Point ( 615 , 687 ) ;
2024-03-13 11:46:45 +00:00
this . lblPerformance . Name = "lblPerformance" ;
2024-04-29 20:02:19 +00:00
this . lblPerformance . Size = new System . Drawing . Size ( 158 , 12 ) ;
2024-03-13 11:46:45 +00:00
this . lblPerformance . TabIndex = 16 ;
this . lblPerformance . Text = "CPU: 0,0% GPU: 0,0% RAM: 0,0%" ;
//
2024-03-01 19:49:20 +00:00
// frmOperacaoMapaGPS
2024-01-03 10:52:37 +00:00
//
2024-04-29 20:02:19 +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 ;
2024-04-29 20:02:19 +00:00
this . ClientSize = new System . Drawing . Size ( 1020 , 704 ) ;
2024-03-13 11:46:45 +00:00
this . Controls . Add ( this . lblPerformance ) ;
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 . pnlMapa ) ;
2024-01-03 10:52:37 +00:00
this . Controls . Add ( this . pnlInferior ) ;
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-07-08 12:11:18 +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-01-03 10:52:37 +00:00
this . pnlGraficos . ResumeLayout ( false ) ;
2024-04-29 20:02:19 +00:00
this . tabControl1 . ResumeLayout ( false ) ;
this . tabGrafico . ResumeLayout ( false ) ;
2024-01-03 10:52:37 +00:00
( ( System . ComponentModel . ISupportInitialize ) ( this . chartGraficos ) ) . EndInit ( ) ;
2024-04-29 20:02:19 +00:00
this . tabSonar . ResumeLayout ( false ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . picSonar ) ) . EndInit ( ) ;
2024-01-03 10:52:37 +00:00
this . pnlNiveis . ResumeLayout ( false ) ;
this . pnlNiveis . PerformLayout ( ) ;
this . gpbOpcoes . ResumeLayout ( false ) ;
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 . 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 . 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 ;
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 ;
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 ;
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-03-13 11:46:45 +00:00
private System . Windows . Forms . Label lblPerformance ;
2024-04-15 10:57:37 +00:00
private System . Windows . Forms . TabControl tabControl1 ;
private System . Windows . Forms . TabPage tabGrafico ;
private System . Windows . Forms . TabPage tabSonar ;
private System . Windows . Forms . PictureBox picSonar ;
2024-01-03 10:52:37 +00:00
}
}