2024-07-15 19:02:36 +00:00
namespace AgroMonitor.Forms
{
partial class frmMonitoramento
{
/// <summary>
/// Required designer variable.
/// </summary>
private System . ComponentModel . IContainer components = null ;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose ( bool disposing )
{
if ( disposing & & ( components ! = null ) )
{
components . Dispose ( ) ;
}
base . Dispose ( disposing ) ;
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent ( )
{
this . cmbEquipamento = new System . Windows . Forms . ComboBox ( ) ;
this . lblLatitude = new System . Windows . Forms . Label ( ) ;
this . lblLongitude = new System . Windows . Forms . Label ( ) ;
this . txtLatitude = new System . Windows . Forms . TextBox ( ) ;
this . txtLongitude = new System . Windows . Forms . TextBox ( ) ;
2024-07-19 18:04:31 +00:00
this . pnlDados = new System . Windows . Forms . Panel ( ) ;
2025-02-03 19:54:39 +00:00
this . txtCarroConectado = new System . Windows . Forms . TextBox ( ) ;
this . lblCarroConectado = new System . Windows . Forms . Label ( ) ;
2024-10-04 13:11:23 +00:00
this . chbFoco = new System . Windows . Forms . CheckBox ( ) ;
this . txtCodigoFalha = new System . Windows . Forms . TextBox ( ) ;
this . lblCodigoFalha = new System . Windows . Forms . Label ( ) ;
this . btnVerFalha = new System . Windows . Forms . Button ( ) ;
2024-09-24 19:02:54 +00:00
this . pnlControle = new System . Windows . Forms . Panel ( ) ;
2024-10-04 13:11:23 +00:00
this . tkbAnguloMP = new System . Windows . Forms . TrackBar ( ) ;
this . tkbVelocidadeSP = new System . Windows . Forms . TrackBar ( ) ;
this . lblAngulo = new System . Windows . Forms . Label ( ) ;
this . lblVelocidadeSP = new System . Windows . Forms . Label ( ) ;
2024-10-03 18:21:30 +00:00
this . lblTipoMovimento = new System . Windows . Forms . Label ( ) ;
this . cmbTipoMovimento = new System . Windows . Forms . ComboBox ( ) ;
2024-09-24 19:02:54 +00:00
this . btnParar = new System . Windows . Forms . Button ( ) ;
this . btnControle = new System . Windows . Forms . Button ( ) ;
this . lblControle = new System . Windows . Forms . Label ( ) ;
2024-07-15 19:02:36 +00:00
this . txtTempoEstimado = new System . Windows . Forms . TextBox ( ) ;
this . lblTempoEstimado = new System . Windows . Forms . Label ( ) ;
this . lblTempoDecorrido = new System . Windows . Forms . Label ( ) ;
this . txtTempoDecorrido = new System . Windows . Forms . TextBox ( ) ;
2024-07-16 20:04:09 +00:00
this . lblProgressoRua = new System . Windows . Forms . Label ( ) ;
this . pgbProgressoRua = new System . Windows . Forms . ProgressBar ( ) ;
this . lblProgressoOperacao = new System . Windows . Forms . Label ( ) ;
this . pgbProgressoOperacao = new System . Windows . Forms . ProgressBar ( ) ;
this . txtStatusCarro = new System . Windows . Forms . TextBox ( ) ;
this . lblStatusCarro = new System . Windows . Forms . Label ( ) ;
this . lblStatusOperacao = new System . Windows . Forms . Label ( ) ;
this . txtStatusOperacao = new System . Windows . Forms . TextBox ( ) ;
this . lblErvasIdentificadas = new System . Windows . Forms . Label ( ) ;
this . lblVelocidadeDados = new System . Windows . Forms . Label ( ) ;
this . lblVelocidade = new System . Windows . Forms . Label ( ) ;
this . pgbVelocidade = new System . Windows . Forms . ProgressBar ( ) ;
this . lblHerbicidaDados = new System . Windows . Forms . Label ( ) ;
this . lblHerbicida = new System . Windows . Forms . Label ( ) ;
this . pgbHerbicidaAplicado = new System . Windows . Forms . ProgressBar ( ) ;
this . lblPressaoDados = new System . Windows . Forms . Label ( ) ;
this . lblPressao = new System . Windows . Forms . Label ( ) ;
this . pgbPressao = new System . Windows . Forms . ProgressBar ( ) ;
this . lblTemperaturaCampoDados = new System . Windows . Forms . Label ( ) ;
this . lblTemperaturaCampo = new System . Windows . Forms . Label ( ) ;
this . pgbTemperaturaCampo = new System . Windows . Forms . ProgressBar ( ) ;
this . lblTemperaturaMotoresDados = new System . Windows . Forms . Label ( ) ;
this . lblTemperaturaMotores = new System . Windows . Forms . Label ( ) ;
this . pgbTemperaturaMotores = new System . Windows . Forms . ProgressBar ( ) ;
this . lblReservatorioDados = new System . Windows . Forms . Label ( ) ;
this . lblBateriaDados = new System . Windows . Forms . Label ( ) ;
this . lblReservatorio = new System . Windows . Forms . Label ( ) ;
this . pgbReservatorio = new System . Windows . Forms . ProgressBar ( ) ;
this . lblBateria = new System . Windows . Forms . Label ( ) ;
this . pgbBateria = new System . Windows . Forms . ProgressBar ( ) ;
this . txtOrientacao = new System . Windows . Forms . TextBox ( ) ;
this . lblOrientacao = new System . Windows . Forms . Label ( ) ;
this . lblLeitura = new System . Windows . Forms . Label ( ) ;
this . txtLeitura = new System . Windows . Forms . TextBox ( ) ;
this . pnlMapa = new System . Windows . Forms . Panel ( ) ;
2024-10-04 13:11:23 +00:00
this . tvwFalhas = new System . Windows . Forms . TreeView ( ) ;
2024-07-16 20:04:09 +00:00
this . lblMapa = new System . Windows . Forms . Label ( ) ;
this . btnCarregar = new System . Windows . Forms . Button ( ) ;
2024-07-19 18:04:31 +00:00
this . pnlDados . SuspendLayout ( ) ;
this . pnlControle . SuspendLayout ( ) ;
2024-10-03 18:21:30 +00:00
( ( System . ComponentModel . ISupportInitialize ) ( this . tkbAnguloMP ) ) . BeginInit ( ) ;
2024-10-04 13:11:23 +00:00
( ( System . ComponentModel . ISupportInitialize ) ( this . tkbVelocidadeSP ) ) . BeginInit ( ) ;
2024-07-15 19:02:36 +00:00
this . SuspendLayout ( ) ;
//
// cmbEquipamento
//
this . cmbEquipamento . DropDownStyle = System . Windows . Forms . ComboBoxStyle . DropDownList ;
this . cmbEquipamento . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 10.25F ) ;
this . cmbEquipamento . FormattingEnabled = true ;
2024-10-03 18:21:30 +00:00
this . cmbEquipamento . Location = new System . Drawing . Point ( 166 , 8 ) ;
2024-07-15 19:02:36 +00:00
this . cmbEquipamento . Name = "cmbEquipamento" ;
2024-10-03 18:21:30 +00:00
this . cmbEquipamento . Size = new System . Drawing . Size ( 88 , 25 ) ;
2024-07-15 19:02:36 +00:00
this . cmbEquipamento . TabIndex = 1 ;
this . cmbEquipamento . SelectedIndexChanged + = new System . EventHandler ( this . cmbEquipamento_SelectedIndexChanged ) ;
//
// lblLatitude
//
this . lblLatitude . AutoSize = true ;
this . lblLatitude . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 10.25F ) ;
2024-10-04 20:08:48 +00:00
this . lblLatitude . Location = new System . Drawing . Point ( 12 , 159 ) ;
2024-07-15 19:02:36 +00:00
this . lblLatitude . Name = "lblLatitude" ;
this . lblLatitude . Size = new System . Drawing . Size ( 59 , 17 ) ;
this . lblLatitude . TabIndex = 2 ;
this . lblLatitude . Text = "Latitude" ;
//
// lblLongitude
//
this . lblLongitude . AutoSize = true ;
this . lblLongitude . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 10.25F ) ;
2024-10-04 20:08:48 +00:00
this . lblLongitude . Location = new System . Drawing . Point ( 117 , 159 ) ;
2024-07-15 19:02:36 +00:00
this . lblLongitude . Name = "lblLongitude" ;
this . lblLongitude . Size = new System . Drawing . Size ( 71 , 17 ) ;
this . lblLongitude . TabIndex = 3 ;
this . lblLongitude . Text = "Longitude" ;
//
// txtLatitude
//
2024-10-04 20:08:48 +00:00
this . txtLatitude . Location = new System . Drawing . Point ( 11 , 179 ) ;
2024-07-15 19:02:36 +00:00
this . txtLatitude . Name = "txtLatitude" ;
this . txtLatitude . ReadOnly = true ;
this . txtLatitude . Size = new System . Drawing . Size ( 100 , 20 ) ;
this . txtLatitude . TabIndex = 4 ;
this . txtLatitude . TextAlign = System . Windows . Forms . HorizontalAlignment . Center ;
//
// txtLongitude
//
2024-10-04 20:08:48 +00:00
this . txtLongitude . Location = new System . Drawing . Point ( 119 , 179 ) ;
2024-07-15 19:02:36 +00:00
this . txtLongitude . Name = "txtLongitude" ;
this . txtLongitude . ReadOnly = true ;
this . txtLongitude . Size = new System . Drawing . Size ( 100 , 20 ) ;
this . txtLongitude . TabIndex = 5 ;
this . txtLongitude . TextAlign = System . Windows . Forms . HorizontalAlignment . Center ;
//
2024-07-19 18:04:31 +00:00
// pnlDados
//
this . pnlDados . AutoScroll = true ;
2024-10-04 20:08:48 +00:00
this . pnlDados . Controls . Add ( this . txtCarroConectado ) ;
this . pnlDados . Controls . Add ( this . lblCarroConectado ) ;
2024-10-03 18:21:30 +00:00
this . pnlDados . Controls . Add ( this . chbFoco ) ;
this . pnlDados . Controls . Add ( this . txtCodigoFalha ) ;
this . pnlDados . Controls . Add ( this . lblCodigoFalha ) ;
this . pnlDados . Controls . Add ( this . btnVerFalha ) ;
2024-07-19 18:04:31 +00:00
this . pnlDados . Controls . Add ( this . pnlControle ) ;
this . pnlDados . Controls . Add ( this . lblControle ) ;
this . pnlDados . Controls . Add ( this . txtTempoEstimado ) ;
this . pnlDados . Controls . Add ( this . lblTempoEstimado ) ;
this . pnlDados . Controls . Add ( this . lblTempoDecorrido ) ;
this . pnlDados . Controls . Add ( this . txtTempoDecorrido ) ;
this . pnlDados . Controls . Add ( this . lblProgressoRua ) ;
this . pnlDados . Controls . Add ( this . pgbProgressoRua ) ;
this . pnlDados . Controls . Add ( this . lblProgressoOperacao ) ;
this . pnlDados . Controls . Add ( this . pgbProgressoOperacao ) ;
this . pnlDados . Controls . Add ( this . txtStatusCarro ) ;
this . pnlDados . Controls . Add ( this . lblStatusCarro ) ;
this . pnlDados . Controls . Add ( this . lblStatusOperacao ) ;
this . pnlDados . Controls . Add ( this . txtStatusOperacao ) ;
this . pnlDados . Controls . Add ( this . lblErvasIdentificadas ) ;
this . pnlDados . Controls . Add ( this . lblVelocidadeDados ) ;
this . pnlDados . Controls . Add ( this . lblVelocidade ) ;
this . pnlDados . Controls . Add ( this . pgbVelocidade ) ;
this . pnlDados . Controls . Add ( this . lblHerbicidaDados ) ;
this . pnlDados . Controls . Add ( this . lblHerbicida ) ;
this . pnlDados . Controls . Add ( this . pgbHerbicidaAplicado ) ;
this . pnlDados . Controls . Add ( this . lblPressaoDados ) ;
this . pnlDados . Controls . Add ( this . lblPressao ) ;
this . pnlDados . Controls . Add ( this . pgbPressao ) ;
this . pnlDados . Controls . Add ( this . lblTemperaturaCampoDados ) ;
this . pnlDados . Controls . Add ( this . lblTemperaturaCampo ) ;
this . pnlDados . Controls . Add ( this . pgbTemperaturaCampo ) ;
this . pnlDados . Controls . Add ( this . lblTemperaturaMotoresDados ) ;
this . pnlDados . Controls . Add ( this . lblTemperaturaMotores ) ;
this . pnlDados . Controls . Add ( this . pgbTemperaturaMotores ) ;
this . pnlDados . Controls . Add ( this . lblReservatorioDados ) ;
this . pnlDados . Controls . Add ( this . lblBateriaDados ) ;
this . pnlDados . Controls . Add ( this . lblReservatorio ) ;
this . pnlDados . Controls . Add ( this . pgbReservatorio ) ;
this . pnlDados . Controls . Add ( this . lblBateria ) ;
this . pnlDados . Controls . Add ( this . pgbBateria ) ;
this . pnlDados . Controls . Add ( this . txtOrientacao ) ;
this . pnlDados . Controls . Add ( this . lblOrientacao ) ;
this . pnlDados . Controls . Add ( this . lblLeitura ) ;
this . pnlDados . Controls . Add ( this . txtLeitura ) ;
this . pnlDados . Controls . Add ( this . cmbEquipamento ) ;
this . pnlDados . Controls . Add ( this . txtLatitude ) ;
this . pnlDados . Controls . Add ( this . lblLongitude ) ;
this . pnlDados . Controls . Add ( this . lblLatitude ) ;
this . pnlDados . Controls . Add ( this . txtLongitude ) ;
this . pnlDados . Dock = System . Windows . Forms . DockStyle . Right ;
2024-10-03 18:21:30 +00:00
this . pnlDados . Location = new System . Drawing . Point ( 802 , 0 ) ;
2024-07-19 18:04:31 +00:00
this . pnlDados . Name = "pnlDados" ;
2024-10-03 18:21:30 +00:00
this . pnlDados . Size = new System . Drawing . Size ( 274 , 594 ) ;
2024-07-19 18:04:31 +00:00
this . pnlDados . TabIndex = 6 ;
//
2025-02-03 19:54:39 +00:00
// txtCarroConectado
//
this . txtCarroConectado . Location = new System . Drawing . Point ( 113 , 75 ) ;
this . txtCarroConectado . Name = "txtCarroConectado" ;
this . txtCarroConectado . ReadOnly = true ;
this . txtCarroConectado . Size = new System . Drawing . Size ( 100 , 20 ) ;
this . txtCarroConectado . TabIndex = 54 ;
this . txtCarroConectado . TextAlign = System . Windows . Forms . HorizontalAlignment . Center ;
//
// lblCarroConectado
//
this . lblCarroConectado . AutoSize = true ;
this . lblCarroConectado . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 10.25F ) ;
this . lblCarroConectado . Location = new System . Drawing . Point ( 6 , 75 ) ;
this . lblCarroConectado . Name = "lblCarroConectado" ;
this . lblCarroConectado . Size = new System . Drawing . Size ( 76 , 17 ) ;
this . lblCarroConectado . TabIndex = 53 ;
this . lblCarroConectado . Text = "Conectado" ;
//
2024-10-04 13:11:23 +00:00
// chbFoco
//
this . chbFoco . AutoSize = true ;
this . chbFoco . Location = new System . Drawing . Point ( 9 , 13 ) ;
this . chbFoco . Name = "chbFoco" ;
this . chbFoco . Size = new System . Drawing . Size ( 151 , 17 ) ;
this . chbFoco . TabIndex = 7 ;
this . chbFoco . Text = "Acompanhar Equipamento" ;
this . chbFoco . UseVisualStyleBackColor = true ;
//
// txtCodigoFalha
//
this . txtCodigoFalha . Location = new System . Drawing . Point ( 113 , 49 ) ;
this . txtCodigoFalha . Name = "txtCodigoFalha" ;
this . txtCodigoFalha . ReadOnly = true ;
this . txtCodigoFalha . Size = new System . Drawing . Size ( 100 , 20 ) ;
this . txtCodigoFalha . TabIndex = 52 ;
this . txtCodigoFalha . TextAlign = System . Windows . Forms . HorizontalAlignment . Center ;
//
// lblCodigoFalha
//
this . lblCodigoFalha . AutoSize = true ;
this . lblCodigoFalha . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 10.25F ) ;
this . lblCodigoFalha . Location = new System . Drawing . Point ( 6 , 49 ) ;
this . lblCodigoFalha . Name = "lblCodigoFalha" ;
this . lblCodigoFalha . Size = new System . Drawing . Size ( 91 , 17 ) ;
this . lblCodigoFalha . TabIndex = 51 ;
this . lblCodigoFalha . Text = "Código Falha" ;
//
// btnVerFalha
//
this . btnVerFalha . Location = new System . Drawing . Point ( 219 , 46 ) ;
this . btnVerFalha . Name = "btnVerFalha" ;
this . btnVerFalha . Size = new System . Drawing . Size ( 35 , 23 ) ;
this . btnVerFalha . TabIndex = 50 ;
this . btnVerFalha . Text = "Ver" ;
this . btnVerFalha . UseVisualStyleBackColor = true ;
this . btnVerFalha . Click + = new System . EventHandler ( this . btnVerFalha_Click ) ;
//
2024-09-24 19:02:54 +00:00
// pnlControle
//
2024-10-03 18:21:30 +00:00
this . pnlControle . Controls . Add ( this . tkbAnguloMP ) ;
this . pnlControle . Controls . Add ( this . tkbVelocidadeSP ) ;
this . pnlControle . Controls . Add ( this . lblAngulo ) ;
this . pnlControle . Controls . Add ( this . lblVelocidadeSP ) ;
2024-09-24 19:02:54 +00:00
this . pnlControle . Controls . Add ( this . lblTipoMovimento ) ;
this . pnlControle . Controls . Add ( this . cmbTipoMovimento ) ;
this . pnlControle . Controls . Add ( this . btnParar ) ;
this . pnlControle . Controls . Add ( this . btnControle ) ;
2024-10-04 20:08:48 +00:00
this . pnlControle . Location = new System . Drawing . Point ( 11 , 669 ) ;
2024-09-24 19:02:54 +00:00
this . pnlControle . Name = "pnlControle" ;
2024-10-04 13:11:23 +00:00
this . pnlControle . Size = new System . Drawing . Size ( 233 , 292 ) ;
2024-09-24 19:02:54 +00:00
this . pnlControle . TabIndex = 49 ;
//
2024-10-04 13:11:23 +00:00
// tkbAnguloMP
//
this . tkbAnguloMP . Location = new System . Drawing . Point ( 8 , 179 ) ;
this . tkbAnguloMP . Maximum = 100 ;
this . tkbAnguloMP . Name = "tkbAnguloMP" ;
this . tkbAnguloMP . Size = new System . Drawing . Size ( 215 , 45 ) ;
this . tkbAnguloMP . TabIndex = 19 ;
this . tkbAnguloMP . TickFrequency = 10 ;
2024-10-04 20:08:48 +00:00
this . tkbAnguloMP . ValueChanged + = new System . EventHandler ( this . tkbAnguloMP_ValueChanged ) ;
2024-10-04 13:11:23 +00:00
//
// tkbVelocidadeSP
//
this . tkbVelocidadeSP . Location = new System . Drawing . Point ( 8 , 115 ) ;
this . tkbVelocidadeSP . Maximum = 100 ;
this . tkbVelocidadeSP . Name = "tkbVelocidadeSP" ;
this . tkbVelocidadeSP . Size = new System . Drawing . Size ( 215 , 45 ) ;
this . tkbVelocidadeSP . TabIndex = 18 ;
this . tkbVelocidadeSP . TickFrequency = 10 ;
2024-10-04 20:08:48 +00:00
this . tkbVelocidadeSP . ValueChanged + = new System . EventHandler ( this . tkbVelocidadeSP_ValueChanged ) ;
2024-10-04 13:11:23 +00:00
//
// lblAngulo
//
this . lblAngulo . AutoSize = true ;
this . lblAngulo . Location = new System . Drawing . Point ( 5 , 163 ) ;
this . lblAngulo . Name = "lblAngulo" ;
this . lblAngulo . Size = new System . Drawing . Size ( 56 , 13 ) ;
this . lblAngulo . TabIndex = 13 ;
this . lblAngulo . Text = "Angulo: 0°" ;
//
// lblVelocidadeSP
//
this . lblVelocidadeSP . AutoSize = true ;
this . lblVelocidadeSP . Location = new System . Drawing . Point ( 5 , 99 ) ;
this . lblVelocidadeSP . Name = "lblVelocidadeSP" ;
this . lblVelocidadeSP . Size = new System . Drawing . Size ( 132 , 13 ) ;
this . lblVelocidadeSP . TabIndex = 12 ;
this . lblVelocidadeSP . Text = "Velocidade: 0% 0,00 km/h" ;
//
2024-10-03 18:21:30 +00:00
// lblTipoMovimento
//
this . lblTipoMovimento . AutoSize = true ;
this . lblTipoMovimento . Location = new System . Drawing . Point ( 5 , 6 ) ;
this . lblTipoMovimento . Name = "lblTipoMovimento" ;
this . lblTipoMovimento . Size = new System . Drawing . Size ( 83 , 13 ) ;
this . lblTipoMovimento . TabIndex = 17 ;
this . lblTipoMovimento . Text = "Tipo Movimento" ;
//
// cmbTipoMovimento
//
this . cmbTipoMovimento . DropDownStyle = System . Windows . Forms . ComboBoxStyle . DropDownList ;
this . cmbTipoMovimento . FormattingEnabled = true ;
this . cmbTipoMovimento . Location = new System . Drawing . Point ( 109 , 3 ) ;
this . cmbTipoMovimento . Name = "cmbTipoMovimento" ;
this . cmbTipoMovimento . Size = new System . Drawing . Size ( 114 , 21 ) ;
this . cmbTipoMovimento . TabIndex = 16 ;
//
2024-09-24 19:02:54 +00:00
// btnParar
//
this . btnParar . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 15F ) ;
2024-10-03 18:21:30 +00:00
this . btnParar . Location = new System . Drawing . Point ( 8 , 235 ) ;
2024-09-24 19:02:54 +00:00
this . btnParar . Name = "btnParar" ;
2024-10-03 18:21:30 +00:00
this . btnParar . Size = new System . Drawing . Size ( 215 , 38 ) ;
2024-09-24 19:02:54 +00:00
this . btnParar . TabIndex = 15 ;
this . btnParar . Text = "Parar" ;
this . btnParar . UseVisualStyleBackColor = true ;
this . btnParar . Click + = new System . EventHandler ( this . btnParar_Click ) ;
//
// btnControle
//
2024-10-03 18:21:30 +00:00
this . btnControle . Location = new System . Drawing . Point ( 8 , 33 ) ;
2024-09-24 19:02:54 +00:00
this . btnControle . Name = "btnControle" ;
2024-10-03 18:21:30 +00:00
this . btnControle . Size = new System . Drawing . Size ( 215 , 57 ) ;
2024-09-24 19:02:54 +00:00
this . btnControle . TabIndex = 8 ;
this . btnControle . UseVisualStyleBackColor = true ;
this . btnControle . KeyDown + = new System . Windows . Forms . KeyEventHandler ( this . btnControle_KeyDown ) ;
this . btnControle . KeyUp + = new System . Windows . Forms . KeyEventHandler ( this . btnControle_KeyUp ) ;
//
// lblControle
//
this . lblControle . AutoSize = true ;
this . lblControle . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 10.25F ) ;
2024-10-04 20:08:48 +00:00
this . lblControle . Location = new System . Drawing . Point ( 12 , 649 ) ;
2024-09-24 19:02:54 +00:00
this . lblControle . Name = "lblControle" ;
this . lblControle . Size = new System . Drawing . Size ( 61 , 17 ) ;
this . lblControle . TabIndex = 48 ;
this . lblControle . Text = "Controle" ;
//
2024-07-16 20:04:09 +00:00
// txtTempoEstimado
2024-07-15 19:02:36 +00:00
//
2024-10-04 20:08:48 +00:00
this . txtTempoEstimado . Location = new System . Drawing . Point ( 119 , 265 ) ;
2024-07-16 20:04:09 +00:00
this . txtTempoEstimado . Name = "txtTempoEstimado" ;
this . txtTempoEstimado . ReadOnly = true ;
this . txtTempoEstimado . Size = new System . Drawing . Size ( 100 , 20 ) ;
this . txtTempoEstimado . TabIndex = 46 ;
this . txtTempoEstimado . TextAlign = System . Windows . Forms . HorizontalAlignment . Center ;
2024-07-15 19:02:36 +00:00
//
2024-07-16 20:04:09 +00:00
// lblTempoEstimado
2024-07-15 19:02:36 +00:00
//
2024-07-16 20:04:09 +00:00
this . lblTempoEstimado . AutoSize = true ;
this . lblTempoEstimado . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 10.25F ) ;
2024-10-04 20:08:48 +00:00
this . lblTempoEstimado . Location = new System . Drawing . Point ( 117 , 245 ) ;
2024-07-16 20:04:09 +00:00
this . lblTempoEstimado . Name = "lblTempoEstimado" ;
this . lblTempoEstimado . Size = new System . Drawing . Size ( 66 , 17 ) ;
this . lblTempoEstimado . TabIndex = 45 ;
this . lblTempoEstimado . Text = "Estimado" ;
2024-07-15 19:02:36 +00:00
//
2024-07-16 20:04:09 +00:00
// lblTempoDecorrido
2024-07-15 19:02:36 +00:00
//
2024-07-16 20:04:09 +00:00
this . lblTempoDecorrido . AutoSize = true ;
this . lblTempoDecorrido . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 10.25F ) ;
2024-10-04 20:08:48 +00:00
this . lblTempoDecorrido . Location = new System . Drawing . Point ( 12 , 245 ) ;
2024-07-16 20:04:09 +00:00
this . lblTempoDecorrido . Name = "lblTempoDecorrido" ;
this . lblTempoDecorrido . Size = new System . Drawing . Size ( 70 , 17 ) ;
this . lblTempoDecorrido . TabIndex = 44 ;
this . lblTempoDecorrido . Text = "Decorrido" ;
2024-07-15 19:02:36 +00:00
//
2024-07-16 20:04:09 +00:00
// txtTempoDecorrido
2024-07-15 19:02:36 +00:00
//
2024-10-04 20:08:48 +00:00
this . txtTempoDecorrido . Location = new System . Drawing . Point ( 11 , 265 ) ;
2024-07-16 20:04:09 +00:00
this . txtTempoDecorrido . Name = "txtTempoDecorrido" ;
this . txtTempoDecorrido . ReadOnly = true ;
this . txtTempoDecorrido . Size = new System . Drawing . Size ( 100 , 20 ) ;
this . txtTempoDecorrido . TabIndex = 43 ;
this . txtTempoDecorrido . TextAlign = System . Windows . Forms . HorizontalAlignment . Center ;
2024-07-15 19:02:36 +00:00
//
2024-07-16 20:04:09 +00:00
// lblProgressoRua
2024-07-15 19:02:36 +00:00
//
2024-07-16 20:04:09 +00:00
this . lblProgressoRua . AutoSize = true ;
this . lblProgressoRua . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 10.25F ) ;
2024-10-04 20:08:48 +00:00
this . lblProgressoRua . Location = new System . Drawing . Point ( 118 , 288 ) ;
2024-07-16 20:04:09 +00:00
this . lblProgressoRua . Name = "lblProgressoRua" ;
this . lblProgressoRua . Size = new System . Drawing . Size ( 50 , 17 ) ;
this . lblProgressoRua . TabIndex = 42 ;
this . lblProgressoRua . Text = "% Rua" ;
2024-07-15 19:02:36 +00:00
//
2024-07-16 20:04:09 +00:00
// pgbProgressoRua
2024-07-15 19:02:36 +00:00
//
2024-10-04 20:08:48 +00:00
this . pgbProgressoRua . Location = new System . Drawing . Point ( 117 , 308 ) ;
2024-07-16 20:04:09 +00:00
this . pgbProgressoRua . Name = "pgbProgressoRua" ;
this . pgbProgressoRua . Size = new System . Drawing . Size ( 100 , 20 ) ;
this . pgbProgressoRua . TabIndex = 41 ;
2024-07-15 19:02:36 +00:00
//
2024-07-16 20:04:09 +00:00
// lblProgressoOperacao
2024-07-15 19:02:36 +00:00
//
2024-07-16 20:04:09 +00:00
this . lblProgressoOperacao . AutoSize = true ;
this . lblProgressoOperacao . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 10.25F ) ;
2024-10-04 20:08:48 +00:00
this . lblProgressoOperacao . Location = new System . Drawing . Point ( 12 , 288 ) ;
2024-07-16 20:04:09 +00:00
this . lblProgressoOperacao . Name = "lblProgressoOperacao" ;
this . lblProgressoOperacao . Size = new System . Drawing . Size ( 87 , 17 ) ;
this . lblProgressoOperacao . TabIndex = 40 ;
this . lblProgressoOperacao . Text = "% Operação" ;
2024-07-15 19:02:36 +00:00
//
2024-07-16 20:04:09 +00:00
// pgbProgressoOperacao
2024-07-15 19:02:36 +00:00
//
2024-10-04 20:08:48 +00:00
this . pgbProgressoOperacao . Location = new System . Drawing . Point ( 11 , 308 ) ;
2024-07-16 20:04:09 +00:00
this . pgbProgressoOperacao . Name = "pgbProgressoOperacao" ;
this . pgbProgressoOperacao . Size = new System . Drawing . Size ( 100 , 20 ) ;
this . pgbProgressoOperacao . TabIndex = 39 ;
2024-07-15 19:02:36 +00:00
//
2024-07-16 20:04:09 +00:00
// txtStatusCarro
2024-07-15 19:02:36 +00:00
//
2024-10-04 20:08:48 +00:00
this . txtStatusCarro . Location = new System . Drawing . Point ( 119 , 222 ) ;
2024-07-16 20:04:09 +00:00
this . txtStatusCarro . Name = "txtStatusCarro" ;
this . txtStatusCarro . ReadOnly = true ;
this . txtStatusCarro . Size = new System . Drawing . Size ( 100 , 20 ) ;
this . txtStatusCarro . TabIndex = 38 ;
this . txtStatusCarro . TextAlign = System . Windows . Forms . HorizontalAlignment . Center ;
2024-07-15 19:02:36 +00:00
//
2024-07-16 20:04:09 +00:00
// lblStatusCarro
2024-07-15 19:02:36 +00:00
//
2024-07-16 20:04:09 +00:00
this . lblStatusCarro . AutoSize = true ;
this . lblStatusCarro . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 10.25F ) ;
2024-10-04 20:08:48 +00:00
this . lblStatusCarro . Location = new System . Drawing . Point ( 117 , 202 ) ;
2024-07-16 20:04:09 +00:00
this . lblStatusCarro . Name = "lblStatusCarro" ;
this . lblStatusCarro . Size = new System . Drawing . Size ( 43 , 17 ) ;
this . lblStatusCarro . TabIndex = 37 ;
this . lblStatusCarro . Text = "Carro" ;
2024-07-15 19:02:36 +00:00
//
2024-07-16 20:04:09 +00:00
// lblStatusOperacao
2024-07-15 19:02:36 +00:00
//
2024-07-16 20:04:09 +00:00
this . lblStatusOperacao . AutoSize = true ;
this . lblStatusOperacao . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 10.25F ) ;
2024-10-04 20:08:48 +00:00
this . lblStatusOperacao . Location = new System . Drawing . Point ( 12 , 202 ) ;
2024-07-16 20:04:09 +00:00
this . lblStatusOperacao . Name = "lblStatusOperacao" ;
this . lblStatusOperacao . Size = new System . Drawing . Size ( 71 , 17 ) ;
this . lblStatusOperacao . TabIndex = 36 ;
this . lblStatusOperacao . Text = "Operação" ;
2024-07-15 19:02:36 +00:00
//
2024-07-16 20:04:09 +00:00
// txtStatusOperacao
2024-07-15 19:02:36 +00:00
//
2024-10-04 20:08:48 +00:00
this . txtStatusOperacao . Location = new System . Drawing . Point ( 11 , 222 ) ;
2024-07-16 20:04:09 +00:00
this . txtStatusOperacao . Name = "txtStatusOperacao" ;
this . txtStatusOperacao . ReadOnly = true ;
this . txtStatusOperacao . Size = new System . Drawing . Size ( 100 , 20 ) ;
this . txtStatusOperacao . TabIndex = 35 ;
this . txtStatusOperacao . TextAlign = System . Windows . Forms . HorizontalAlignment . Center ;
2024-07-15 19:02:36 +00:00
//
2024-07-16 20:04:09 +00:00
// lblErvasIdentificadas
2024-07-15 19:02:36 +00:00
//
2024-07-16 20:04:09 +00:00
this . lblErvasIdentificadas . AutoSize = true ;
this . lblErvasIdentificadas . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 8.25F ) ;
2024-10-04 20:08:48 +00:00
this . lblErvasIdentificadas . Location = new System . Drawing . Point ( 158 , 427 ) ;
2024-07-16 20:04:09 +00:00
this . lblErvasIdentificadas . Name = "lblErvasIdentificadas" ;
this . lblErvasIdentificadas . Size = new System . Drawing . Size ( 54 , 13 ) ;
this . lblErvasIdentificadas . TabIndex = 34 ;
this . lblErvasIdentificadas . Text = "154 ervas" ;
2024-07-15 19:02:36 +00:00
//
2024-07-16 20:04:09 +00:00
// lblVelocidadeDados
2024-07-15 19:02:36 +00:00
//
2024-07-16 20:04:09 +00:00
this . lblVelocidadeDados . AutoSize = true ;
this . lblVelocidadeDados . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 8.25F ) ;
2024-10-04 20:08:48 +00:00
this . lblVelocidadeDados . Location = new System . Drawing . Point ( 117 , 612 ) ;
2024-07-16 20:04:09 +00:00
this . lblVelocidadeDados . Name = "lblVelocidadeDados" ;
this . lblVelocidadeDados . Size = new System . Drawing . Size ( 82 , 13 ) ;
this . lblVelocidadeDados . TabIndex = 33 ;
this . lblVelocidadeDados . Text = "5,3 km/h 85,3%" ;
2024-07-15 19:02:36 +00:00
//
2024-07-16 20:04:09 +00:00
// lblVelocidade
2024-07-15 19:02:36 +00:00
//
2024-07-16 20:04:09 +00:00
this . lblVelocidade . AutoSize = true ;
this . lblVelocidade . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 10.25F ) ;
2024-10-04 20:08:48 +00:00
this . lblVelocidade . Location = new System . Drawing . Point ( 12 , 589 ) ;
2024-07-16 20:04:09 +00:00
this . lblVelocidade . Name = "lblVelocidade" ;
this . lblVelocidade . Size = new System . Drawing . Size ( 78 , 17 ) ;
this . lblVelocidade . TabIndex = 32 ;
this . lblVelocidade . Text = "Velocidade" ;
2024-07-15 19:02:36 +00:00
//
2024-07-16 20:04:09 +00:00
// pgbVelocidade
2024-07-15 19:02:36 +00:00
//
2024-10-04 20:08:48 +00:00
this . pgbVelocidade . Location = new System . Drawing . Point ( 11 , 609 ) ;
2024-07-16 20:04:09 +00:00
this . pgbVelocidade . Maximum = 20 ;
this . pgbVelocidade . Name = "pgbVelocidade" ;
this . pgbVelocidade . Size = new System . Drawing . Size ( 100 , 20 ) ;
this . pgbVelocidade . TabIndex = 31 ;
2024-07-15 19:02:36 +00:00
//
// lblHerbicidaDados
//
this . lblHerbicidaDados . AutoSize = true ;
this . lblHerbicidaDados . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 8.25F ) ;
2024-10-04 20:08:48 +00:00
this . lblHerbicidaDados . Location = new System . Drawing . Point ( 117 , 440 ) ;
2024-07-15 19:02:36 +00:00
this . lblHerbicidaDados . Name = "lblHerbicidaDados" ;
this . lblHerbicidaDados . Size = new System . Drawing . Size ( 100 , 13 ) ;
this . lblHerbicidaDados . TabIndex = 30 ;
this . lblHerbicidaDados . Text = "2,3 L (35,9 ml/erva)" ;
//
// lblHerbicida
//
this . lblHerbicida . AutoSize = true ;
this . lblHerbicida . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 10.25F ) ;
2024-10-04 20:08:48 +00:00
this . lblHerbicida . Location = new System . Drawing . Point ( 12 , 417 ) ;
2024-07-15 19:02:36 +00:00
this . lblHerbicida . Name = "lblHerbicida" ;
this . lblHerbicida . Size = new System . Drawing . Size ( 126 , 17 ) ;
this . lblHerbicida . TabIndex = 29 ;
this . lblHerbicida . Text = "Herbicida Aplicado" ;
//
// pgbHerbicidaAplicado
//
2024-10-04 20:08:48 +00:00
this . pgbHerbicidaAplicado . Location = new System . Drawing . Point ( 11 , 437 ) ;
2024-07-15 19:02:36 +00:00
this . pgbHerbicidaAplicado . Maximum = 35 ;
this . pgbHerbicidaAplicado . Name = "pgbHerbicidaAplicado" ;
this . pgbHerbicidaAplicado . Size = new System . Drawing . Size ( 100 , 20 ) ;
this . pgbHerbicidaAplicado . TabIndex = 28 ;
//
2024-07-16 20:04:09 +00:00
// lblPressaoDados
2024-07-15 19:02:36 +00:00
//
2024-07-16 20:04:09 +00:00
this . lblPressaoDados . AutoSize = true ;
this . lblPressaoDados . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 8.25F ) ;
2024-10-04 20:08:48 +00:00
this . lblPressaoDados . Location = new System . Drawing . Point ( 117 , 483 ) ;
2024-07-16 20:04:09 +00:00
this . lblPressaoDados . Name = "lblPressaoDados" ;
this . lblPressaoDados . Size = new System . Drawing . Size ( 44 , 13 ) ;
this . lblPressaoDados . TabIndex = 27 ;
this . lblPressaoDados . Text = "86,3 psi" ;
2024-07-15 19:02:36 +00:00
//
2024-07-16 20:04:09 +00:00
// lblPressao
2024-07-15 19:02:36 +00:00
//
2024-07-16 20:04:09 +00:00
this . lblPressao . AutoSize = true ;
this . lblPressao . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 10.25F ) ;
2024-10-04 20:08:48 +00:00
this . lblPressao . Location = new System . Drawing . Point ( 12 , 460 ) ;
2024-07-16 20:04:09 +00:00
this . lblPressao . Name = "lblPressao" ;
this . lblPressao . Size = new System . Drawing . Size ( 119 , 17 ) ;
this . lblPressao . TabIndex = 26 ;
this . lblPressao . Text = "Pressão da Linha" ;
2024-07-15 19:02:36 +00:00
//
2024-07-16 20:04:09 +00:00
// pgbPressao
2024-07-15 19:02:36 +00:00
//
2024-10-04 20:08:48 +00:00
this . pgbPressao . Location = new System . Drawing . Point ( 11 , 480 ) ;
2024-07-16 20:04:09 +00:00
this . pgbPressao . Maximum = 150 ;
this . pgbPressao . Name = "pgbPressao" ;
this . pgbPressao . Size = new System . Drawing . Size ( 100 , 20 ) ;
this . pgbPressao . TabIndex = 25 ;
2024-07-15 19:02:36 +00:00
//
2024-07-16 20:04:09 +00:00
// lblTemperaturaCampoDados
2024-07-15 19:02:36 +00:00
//
2024-07-16 20:04:09 +00:00
this . lblTemperaturaCampoDados . AutoSize = true ;
this . lblTemperaturaCampoDados . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 8.25F ) ;
2024-10-04 20:08:48 +00:00
this . lblTemperaturaCampoDados . Location = new System . Drawing . Point ( 117 , 569 ) ;
2024-07-16 20:04:09 +00:00
this . lblTemperaturaCampoDados . Name = "lblTemperaturaCampoDados" ;
this . lblTemperaturaCampoDados . Size = new System . Drawing . Size ( 42 , 13 ) ;
this . lblTemperaturaCampoDados . TabIndex = 24 ;
this . lblTemperaturaCampoDados . Text = "38,7 ºC" ;
2024-07-15 19:02:36 +00:00
//
2024-07-16 20:04:09 +00:00
// lblTemperaturaCampo
2024-07-15 19:02:36 +00:00
//
2024-07-16 20:04:09 +00:00
this . lblTemperaturaCampo . AutoSize = true ;
this . lblTemperaturaCampo . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 10.25F ) ;
2024-10-04 20:08:48 +00:00
this . lblTemperaturaCampo . Location = new System . Drawing . Point ( 8 , 546 ) ;
2024-07-16 20:04:09 +00:00
this . lblTemperaturaCampo . Name = "lblTemperaturaCampo" ;
this . lblTemperaturaCampo . Size = new System . Drawing . Size ( 138 , 17 ) ;
this . lblTemperaturaCampo . TabIndex = 23 ;
this . lblTemperaturaCampo . Text = "Temperatura Campo" ;
2024-07-15 19:02:36 +00:00
//
2024-07-16 20:04:09 +00:00
// pgbTemperaturaCampo
2024-07-15 19:02:36 +00:00
//
2024-10-04 20:08:48 +00:00
this . pgbTemperaturaCampo . Location = new System . Drawing . Point ( 11 , 566 ) ;
2024-07-16 20:04:09 +00:00
this . pgbTemperaturaCampo . Name = "pgbTemperaturaCampo" ;
this . pgbTemperaturaCampo . Size = new System . Drawing . Size ( 100 , 20 ) ;
this . pgbTemperaturaCampo . TabIndex = 22 ;
2024-07-15 19:02:36 +00:00
//
2024-07-16 20:04:09 +00:00
// lblTemperaturaMotoresDados
2024-07-15 19:02:36 +00:00
//
2024-07-16 20:04:09 +00:00
this . lblTemperaturaMotoresDados . AutoSize = true ;
this . lblTemperaturaMotoresDados . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 8.25F ) ;
2024-10-04 20:08:48 +00:00
this . lblTemperaturaMotoresDados . Location = new System . Drawing . Point ( 117 , 526 ) ;
2024-07-16 20:04:09 +00:00
this . lblTemperaturaMotoresDados . Name = "lblTemperaturaMotoresDados" ;
this . lblTemperaturaMotoresDados . Size = new System . Drawing . Size ( 42 , 13 ) ;
this . lblTemperaturaMotoresDados . TabIndex = 21 ;
this . lblTemperaturaMotoresDados . Text = "57,5 ºC" ;
2024-07-15 19:02:36 +00:00
//
2024-07-16 20:04:09 +00:00
// lblTemperaturaMotores
2024-07-15 19:02:36 +00:00
//
2024-07-16 20:04:09 +00:00
this . lblTemperaturaMotores . AutoSize = true ;
this . lblTemperaturaMotores . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 10.25F ) ;
2024-10-04 20:08:48 +00:00
this . lblTemperaturaMotores . Location = new System . Drawing . Point ( 12 , 503 ) ;
2024-07-16 20:04:09 +00:00
this . lblTemperaturaMotores . Name = "lblTemperaturaMotores" ;
this . lblTemperaturaMotores . Size = new System . Drawing . Size ( 145 , 17 ) ;
this . lblTemperaturaMotores . TabIndex = 20 ;
this . lblTemperaturaMotores . Text = "Temperatura Motores" ;
2024-07-15 19:02:36 +00:00
//
2024-07-16 20:04:09 +00:00
// pgbTemperaturaMotores
2024-07-15 19:02:36 +00:00
//
2024-10-04 20:08:48 +00:00
this . pgbTemperaturaMotores . Location = new System . Drawing . Point ( 11 , 523 ) ;
2024-07-16 20:04:09 +00:00
this . pgbTemperaturaMotores . Maximum = 200 ;
this . pgbTemperaturaMotores . Name = "pgbTemperaturaMotores" ;
this . pgbTemperaturaMotores . Size = new System . Drawing . Size ( 100 , 20 ) ;
this . pgbTemperaturaMotores . TabIndex = 19 ;
2024-07-15 19:02:36 +00:00
//
2024-07-16 20:04:09 +00:00
// lblReservatorioDados
2024-07-15 19:02:36 +00:00
//
2024-07-16 20:04:09 +00:00
this . lblReservatorioDados . AutoSize = true ;
this . lblReservatorioDados . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 8.25F ) ;
2024-10-04 20:08:48 +00:00
this . lblReservatorioDados . Location = new System . Drawing . Point ( 117 , 397 ) ;
2024-07-16 20:04:09 +00:00
this . lblReservatorioDados . Name = "lblReservatorioDados" ;
this . lblReservatorioDados . Size = new System . Drawing . Size ( 75 , 13 ) ;
this . lblReservatorioDados . TabIndex = 15 ;
this . lblReservatorioDados . Text = "28,5 L 100,0%" ;
2024-07-15 19:02:36 +00:00
//
2024-07-16 20:04:09 +00:00
// lblBateriaDados
2024-07-15 19:02:36 +00:00
//
2024-07-16 20:04:09 +00:00
this . lblBateriaDados . AutoSize = true ;
this . lblBateriaDados . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 8.25F ) ;
2024-10-04 20:08:48 +00:00
this . lblBateriaDados . Location = new System . Drawing . Point ( 117 , 354 ) ;
2024-07-16 20:04:09 +00:00
this . lblBateriaDados . Name = "lblBateriaDados" ;
this . lblBateriaDados . Size = new System . Drawing . Size ( 98 , 13 ) ;
this . lblBateriaDados . TabIndex = 14 ;
this . lblBateriaDados . Text = "42,3V 5,2A 100,0%" ;
2024-07-15 19:02:36 +00:00
//
2024-07-16 20:04:09 +00:00
// lblReservatorio
2024-07-15 19:02:36 +00:00
//
2024-07-16 20:04:09 +00:00
this . lblReservatorio . AutoSize = true ;
this . lblReservatorio . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 10.25F ) ;
2024-10-04 20:08:48 +00:00
this . lblReservatorio . Location = new System . Drawing . Point ( 12 , 374 ) ;
2024-07-16 20:04:09 +00:00
this . lblReservatorio . Name = "lblReservatorio" ;
this . lblReservatorio . Size = new System . Drawing . Size ( 153 , 17 ) ;
this . lblReservatorio . TabIndex = 13 ;
this . lblReservatorio . Text = "Reservatório Herbicida" ;
2024-07-15 19:02:36 +00:00
//
2024-07-16 20:04:09 +00:00
// pgbReservatorio
2024-07-15 19:02:36 +00:00
//
2024-10-04 20:08:48 +00:00
this . pgbReservatorio . Location = new System . Drawing . Point ( 11 , 394 ) ;
2024-07-16 20:04:09 +00:00
this . pgbReservatorio . Maximum = 35 ;
this . pgbReservatorio . Name = "pgbReservatorio" ;
this . pgbReservatorio . Size = new System . Drawing . Size ( 100 , 20 ) ;
this . pgbReservatorio . TabIndex = 12 ;
2024-07-15 19:02:36 +00:00
//
2024-07-16 20:04:09 +00:00
// lblBateria
2024-07-15 19:02:36 +00:00
//
2024-07-16 20:04:09 +00:00
this . lblBateria . AutoSize = true ;
this . lblBateria . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 10.25F ) ;
2024-10-04 20:08:48 +00:00
this . lblBateria . Location = new System . Drawing . Point ( 12 , 331 ) ;
2024-07-16 20:04:09 +00:00
this . lblBateria . Name = "lblBateria" ;
this . lblBateria . Size = new System . Drawing . Size ( 53 , 17 ) ;
this . lblBateria . TabIndex = 11 ;
this . lblBateria . Text = "Bateria" ;
2024-07-15 19:02:36 +00:00
//
2024-07-16 20:04:09 +00:00
// pgbBateria
2024-07-15 19:02:36 +00:00
//
2024-10-04 20:08:48 +00:00
this . pgbBateria . Location = new System . Drawing . Point ( 11 , 351 ) ;
2024-07-16 20:04:09 +00:00
this . pgbBateria . Name = "pgbBateria" ;
this . pgbBateria . Size = new System . Drawing . Size ( 100 , 20 ) ;
this . pgbBateria . TabIndex = 10 ;
2024-07-15 19:02:36 +00:00
//
2024-07-16 20:04:09 +00:00
// txtOrientacao
2024-07-15 19:02:36 +00:00
//
2024-10-04 20:08:48 +00:00
this . txtOrientacao . Location = new System . Drawing . Point ( 119 , 136 ) ;
2024-07-16 20:04:09 +00:00
this . txtOrientacao . Name = "txtOrientacao" ;
this . txtOrientacao . ReadOnly = true ;
this . txtOrientacao . Size = new System . Drawing . Size ( 100 , 20 ) ;
this . txtOrientacao . TabIndex = 9 ;
this . txtOrientacao . TextAlign = System . Windows . Forms . HorizontalAlignment . Center ;
//
// lblOrientacao
//
this . lblOrientacao . AutoSize = true ;
this . lblOrientacao . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 10.25F ) ;
2024-10-04 20:08:48 +00:00
this . lblOrientacao . Location = new System . Drawing . Point ( 117 , 116 ) ;
2024-07-16 20:04:09 +00:00
this . lblOrientacao . Name = "lblOrientacao" ;
this . lblOrientacao . Size = new System . Drawing . Size ( 78 , 17 ) ;
this . lblOrientacao . TabIndex = 8 ;
this . lblOrientacao . Text = "Orientação" ;
//
// lblLeitura
//
this . lblLeitura . AutoSize = true ;
this . lblLeitura . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 10.25F ) ;
2024-10-04 20:08:48 +00:00
this . lblLeitura . Location = new System . Drawing . Point ( 12 , 116 ) ;
2024-07-16 20:04:09 +00:00
this . lblLeitura . Name = "lblLeitura" ;
this . lblLeitura . Size = new System . Drawing . Size ( 52 , 17 ) ;
this . lblLeitura . TabIndex = 7 ;
this . lblLeitura . Text = "Leitura" ;
//
// txtLeitura
//
2024-10-04 20:08:48 +00:00
this . txtLeitura . Location = new System . Drawing . Point ( 11 , 136 ) ;
2024-07-16 20:04:09 +00:00
this . txtLeitura . Name = "txtLeitura" ;
this . txtLeitura . ReadOnly = true ;
this . txtLeitura . Size = new System . Drawing . Size ( 100 , 20 ) ;
this . txtLeitura . TabIndex = 6 ;
this . txtLeitura . TextAlign = System . Windows . Forms . HorizontalAlignment . Center ;
//
// pnlMapa
//
this . pnlMapa . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( ( ( System . Windows . Forms . AnchorStyles . Top | System . Windows . Forms . AnchorStyles . Bottom )
| System . Windows . Forms . AnchorStyles . Left )
| System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . pnlMapa . Location = new System . Drawing . Point ( 11 , 11 ) ;
this . pnlMapa . Margin = new System . Windows . Forms . Padding ( 2 ) ;
this . pnlMapa . Name = "pnlMapa" ;
2024-10-03 18:21:30 +00:00
this . pnlMapa . Size = new System . Drawing . Size ( 786 , 542 ) ;
2024-07-16 20:04:09 +00:00
this . pnlMapa . TabIndex = 7 ;
//
2024-10-04 13:11:23 +00:00
// tvwFalhas
//
this . tvwFalhas . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( ( System . Windows . Forms . AnchorStyles . Top | System . Windows . Forms . AnchorStyles . Bottom )
| System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . tvwFalhas . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 9.75F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
this . tvwFalhas . Location = new System . Drawing . Point ( 422 , 8 ) ;
this . tvwFalhas . Name = "tvwFalhas" ;
this . tvwFalhas . Size = new System . Drawing . Size ( 371 , 575 ) ;
this . tvwFalhas . TabIndex = 0 ;
this . tvwFalhas . Visible = false ;
//
2024-07-16 20:04:09 +00:00
// lblMapa
//
this . lblMapa . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( System . Windows . Forms . AnchorStyles . Bottom | System . Windows . Forms . AnchorStyles . Left ) ) ) ;
this . lblMapa . AutoSize = true ;
this . lblMapa . Location = new System . Drawing . Point ( 137 , 564 ) ;
this . lblMapa . Margin = new System . Windows . Forms . Padding ( 2 , 0 , 2 , 0 ) ;
this . lblMapa . Name = "lblMapa" ;
this . lblMapa . Size = new System . Drawing . Size ( 91 , 13 ) ;
this . lblMapa . TabIndex = 8 ;
this . lblMapa . Text = "Mapa carregado: " ;
//
// btnCarregar
//
this . btnCarregar . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( System . Windows . Forms . AnchorStyles . Bottom | System . Windows . Forms . AnchorStyles . Left ) ) ) ;
this . btnCarregar . Location = new System . Drawing . Point ( 11 , 557 ) ;
this . btnCarregar . Margin = new System . Windows . Forms . Padding ( 2 ) ;
this . btnCarregar . Name = "btnCarregar" ;
this . btnCarregar . Size = new System . Drawing . Size ( 98 , 26 ) ;
this . btnCarregar . TabIndex = 9 ;
this . btnCarregar . Text = "Carregar mapa" ;
this . btnCarregar . UseVisualStyleBackColor = true ;
this . btnCarregar . Click + = new System . EventHandler ( this . btnCarregar_Click ) ;
2024-07-15 19:02:36 +00:00
//
// frmMonitoramento
//
this . AutoScaleDimensions = new System . Drawing . SizeF ( 6F , 13F ) ;
this . AutoScaleMode = System . Windows . Forms . AutoScaleMode . Font ;
2024-10-03 18:21:30 +00:00
this . ClientSize = new System . Drawing . Size ( 1076 , 594 ) ;
2024-10-04 13:11:23 +00:00
this . Controls . Add ( this . tvwFalhas ) ;
2024-07-16 20:04:09 +00:00
this . Controls . Add ( this . btnCarregar ) ;
this . Controls . Add ( this . lblMapa ) ;
this . Controls . Add ( this . pnlMapa ) ;
2024-07-19 18:04:31 +00:00
this . Controls . Add ( this . pnlDados ) ;
2024-07-15 19:02:36 +00:00
this . Name = "frmMonitoramento" ;
this . StartPosition = System . Windows . Forms . FormStartPosition . CenterScreen ;
this . Text = "Monitoramento" ;
this . Load + = new System . EventHandler ( this . frmMonitoramento_Load ) ;
2024-07-19 18:04:31 +00:00
this . pnlDados . ResumeLayout ( false ) ;
this . pnlDados . PerformLayout ( ) ;
this . pnlControle . ResumeLayout ( false ) ;
this . pnlControle . PerformLayout ( ) ;
2024-10-03 18:21:30 +00:00
( ( System . ComponentModel . ISupportInitialize ) ( this . tkbAnguloMP ) ) . EndInit ( ) ;
2024-10-04 13:11:23 +00:00
( ( System . ComponentModel . ISupportInitialize ) ( this . tkbVelocidadeSP ) ) . EndInit ( ) ;
2024-07-15 19:02:36 +00:00
this . ResumeLayout ( false ) ;
2024-07-16 20:04:09 +00:00
this . PerformLayout ( ) ;
2024-07-15 19:02:36 +00:00
}
#endregion
private System . Windows . Forms . ComboBox cmbEquipamento ;
private System . Windows . Forms . Label lblLatitude ;
private System . Windows . Forms . Label lblLongitude ;
private System . Windows . Forms . TextBox txtLatitude ;
private System . Windows . Forms . TextBox txtLongitude ;
2024-07-19 18:04:31 +00:00
private System . Windows . Forms . Panel pnlDados ;
2024-07-15 19:02:36 +00:00
private System . Windows . Forms . Label lblLeitura ;
private System . Windows . Forms . TextBox txtLeitura ;
private System . Windows . Forms . TextBox txtOrientacao ;
private System . Windows . Forms . Label lblOrientacao ;
private System . Windows . Forms . Label lblReservatorio ;
private System . Windows . Forms . ProgressBar pgbReservatorio ;
private System . Windows . Forms . Label lblBateria ;
private System . Windows . Forms . ProgressBar pgbBateria ;
private System . Windows . Forms . Label lblBateriaDados ;
private System . Windows . Forms . Label lblReservatorioDados ;
private System . Windows . Forms . Label lblTemperaturaCampoDados ;
private System . Windows . Forms . Label lblTemperaturaCampo ;
private System . Windows . Forms . ProgressBar pgbTemperaturaCampo ;
private System . Windows . Forms . Label lblTemperaturaMotoresDados ;
private System . Windows . Forms . Label lblTemperaturaMotores ;
private System . Windows . Forms . ProgressBar pgbTemperaturaMotores ;
private System . Windows . Forms . Label lblPressaoDados ;
private System . Windows . Forms . Label lblPressao ;
private System . Windows . Forms . ProgressBar pgbPressao ;
private System . Windows . Forms . Label lblHerbicidaDados ;
private System . Windows . Forms . Label lblHerbicida ;
private System . Windows . Forms . ProgressBar pgbHerbicidaAplicado ;
private System . Windows . Forms . Label lblVelocidadeDados ;
private System . Windows . Forms . Label lblVelocidade ;
private System . Windows . Forms . ProgressBar pgbVelocidade ;
private System . Windows . Forms . Label lblErvasIdentificadas ;
private System . Windows . Forms . Label lblProgressoOperacao ;
private System . Windows . Forms . ProgressBar pgbProgressoOperacao ;
private System . Windows . Forms . TextBox txtStatusCarro ;
private System . Windows . Forms . Label lblStatusCarro ;
private System . Windows . Forms . Label lblStatusOperacao ;
private System . Windows . Forms . TextBox txtStatusOperacao ;
private System . Windows . Forms . Label lblProgressoRua ;
private System . Windows . Forms . ProgressBar pgbProgressoRua ;
private System . Windows . Forms . TextBox txtTempoEstimado ;
private System . Windows . Forms . Label lblTempoEstimado ;
private System . Windows . Forms . Label lblTempoDecorrido ;
private System . Windows . Forms . TextBox txtTempoDecorrido ;
2024-07-16 20:04:09 +00:00
private System . Windows . Forms . CheckBox chbFoco ;
private System . Windows . Forms . Panel pnlMapa ;
private System . Windows . Forms . Label lblMapa ;
private System . Windows . Forms . Button btnCarregar ;
2024-07-19 18:04:31 +00:00
private System . Windows . Forms . Panel pnlControle ;
private System . Windows . Forms . Label lblControle ;
private System . Windows . Forms . Button btnControle ;
private System . Windows . Forms . Label lblAngulo ;
2024-10-03 18:21:30 +00:00
private System . Windows . Forms . Label lblVelocidadeSP ;
2024-07-19 18:04:31 +00:00
private System . Windows . Forms . Button btnParar ;
2024-09-24 19:02:54 +00:00
private System . Windows . Forms . ComboBox cmbTipoMovimento ;
private System . Windows . Forms . Label lblTipoMovimento ;
2024-10-03 18:21:30 +00:00
private System . Windows . Forms . Label lblCodigoFalha ;
private System . Windows . Forms . Button btnVerFalha ;
private System . Windows . Forms . TextBox txtCodigoFalha ;
private System . Windows . Forms . TrackBar tkbVelocidadeSP ;
private System . Windows . Forms . TrackBar tkbAnguloMP ;
private System . Windows . Forms . TreeView tvwFalhas ;
2024-10-04 20:08:48 +00:00
private System . Windows . Forms . TextBox txtCarroConectado ;
private System . Windows . Forms . Label lblCarroConectado ;
2024-07-15 19:02:36 +00:00
}
}