namespace AgroMonitor.Forms { partial class frmMonitoramento { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// 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(); this.pnlDados = new System.Windows.Forms.Panel(); this.txtFix = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.txtCarroConectado = new System.Windows.Forms.TextBox(); this.lblCarroConectado = new System.Windows.Forms.Label(); 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(); this.pnlControle = new System.Windows.Forms.Panel(); 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(); this.lblTipoMovimento = new System.Windows.Forms.Label(); this.cmbTipoMovimento = new System.Windows.Forms.ComboBox(); this.btnParar = new System.Windows.Forms.Button(); this.btnControle = new System.Windows.Forms.Button(); this.lblControle = new System.Windows.Forms.Label(); this.txtTempoEstimado = new System.Windows.Forms.TextBox(); this.lblTempoEstimado = new System.Windows.Forms.Label(); this.lblTempoDecorrido = new System.Windows.Forms.Label(); this.txtTempoDecorrido = new System.Windows.Forms.TextBox(); this.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(); this.tvwFalhas = new System.Windows.Forms.TreeView(); this.lblMapa = new System.Windows.Forms.Label(); this.btnCarregar = new System.Windows.Forms.Button(); this.txtPrecisao = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.txtNSatelites = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.txtDistanciaEntreLeituras = new System.Windows.Forms.TextBox(); this.txtStatusFix = new System.Windows.Forms.TextBox(); this.pnlDados.SuspendLayout(); this.pnlControle.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.tkbAnguloMP)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.tkbVelocidadeSP)).BeginInit(); 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; this.cmbEquipamento.Location = new System.Drawing.Point(166, 8); this.cmbEquipamento.Name = "cmbEquipamento"; this.cmbEquipamento.Size = new System.Drawing.Size(88, 25); this.cmbEquipamento.TabIndex = 1; this.cmbEquipamento.SelectedIndexChanged += new System.EventHandler(this.cmbEquipamento_SelectedIndexChanged); // // lblLatitude // this.lblLatitude.AutoSize = true; this.lblLatitude.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.25F); this.lblLatitude.Location = new System.Drawing.Point(12, 202); this.lblLatitude.Name = "lblLatitude"; this.lblLatitude.Size = new System.Drawing.Size(59, 17); this.lblLatitude.TabIndex = 2; this.lblLatitude.Text = "Latitude"; // // lblLongitude // this.lblLongitude.AutoSize = true; this.lblLongitude.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.25F); this.lblLongitude.Location = new System.Drawing.Point(117, 202); this.lblLongitude.Name = "lblLongitude"; this.lblLongitude.Size = new System.Drawing.Size(71, 17); this.lblLongitude.TabIndex = 3; this.lblLongitude.Text = "Longitude"; // // txtLatitude // this.txtLatitude.Location = new System.Drawing.Point(11, 222); this.txtLatitude.Name = "txtLatitude"; this.txtLatitude.ReadOnly = true; this.txtLatitude.Size = new System.Drawing.Size(100, 20); this.txtLatitude.TabIndex = 4; this.txtLatitude.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // txtLongitude // this.txtLongitude.Location = new System.Drawing.Point(119, 222); 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; // // pnlDados // this.pnlDados.AutoScroll = true; this.pnlDados.Controls.Add(this.txtStatusFix); this.pnlDados.Controls.Add(this.txtPrecisao); this.pnlDados.Controls.Add(this.label2); this.pnlDados.Controls.Add(this.txtNSatelites); this.pnlDados.Controls.Add(this.label3); this.pnlDados.Controls.Add(this.label4); this.pnlDados.Controls.Add(this.txtDistanciaEntreLeituras); this.pnlDados.Controls.Add(this.txtFix); this.pnlDados.Controls.Add(this.label1); this.pnlDados.Controls.Add(this.txtCarroConectado); this.pnlDados.Controls.Add(this.lblCarroConectado); this.pnlDados.Controls.Add(this.chbFoco); this.pnlDados.Controls.Add(this.txtCodigoFalha); this.pnlDados.Controls.Add(this.lblCodigoFalha); this.pnlDados.Controls.Add(this.btnVerFalha); 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; this.pnlDados.Location = new System.Drawing.Point(802, 0); this.pnlDados.Name = "pnlDados"; this.pnlDados.Size = new System.Drawing.Size(274, 594); this.pnlDados.TabIndex = 6; // // txtFix // this.txtFix.Location = new System.Drawing.Point(159, 136); this.txtFix.Name = "txtFix"; this.txtFix.ReadOnly = true; this.txtFix.Size = new System.Drawing.Size(60, 20); this.txtFix.TabIndex = 56; this.txtFix.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.25F); this.label1.Location = new System.Drawing.Point(157, 116); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(66, 17); this.label1.TabIndex = 55; this.label1.Text = "Correção"; // // 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"; // // 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); // // pnlControle // this.pnlControle.Controls.Add(this.tkbAnguloMP); this.pnlControle.Controls.Add(this.tkbVelocidadeSP); this.pnlControle.Controls.Add(this.lblAngulo); this.pnlControle.Controls.Add(this.lblVelocidadeSP); this.pnlControle.Controls.Add(this.lblTipoMovimento); this.pnlControle.Controls.Add(this.cmbTipoMovimento); this.pnlControle.Controls.Add(this.btnParar); this.pnlControle.Controls.Add(this.btnControle); this.pnlControle.Location = new System.Drawing.Point(11, 727); this.pnlControle.Name = "pnlControle"; this.pnlControle.Size = new System.Drawing.Size(233, 292); this.pnlControle.TabIndex = 49; // // 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; this.tkbAnguloMP.ValueChanged += new System.EventHandler(this.tkbAnguloMP_ValueChanged); // // 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; this.tkbVelocidadeSP.ValueChanged += new System.EventHandler(this.tkbVelocidadeSP_ValueChanged); // // 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"; // // 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; // // btnParar // this.btnParar.Font = new System.Drawing.Font("Microsoft Sans Serif", 15F); this.btnParar.Location = new System.Drawing.Point(8, 235); this.btnParar.Name = "btnParar"; this.btnParar.Size = new System.Drawing.Size(215, 38); this.btnParar.TabIndex = 15; this.btnParar.Text = "Parar"; this.btnParar.UseVisualStyleBackColor = true; this.btnParar.Click += new System.EventHandler(this.btnParar_Click); // // btnControle // this.btnControle.Location = new System.Drawing.Point(8, 33); this.btnControle.Name = "btnControle"; this.btnControle.Size = new System.Drawing.Size(215, 57); 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); this.lblControle.Location = new System.Drawing.Point(12, 703); this.lblControle.Name = "lblControle"; this.lblControle.Size = new System.Drawing.Size(61, 17); this.lblControle.TabIndex = 48; this.lblControle.Text = "Controle"; // // txtTempoEstimado // this.txtTempoEstimado.Location = new System.Drawing.Point(119, 335); this.txtTempoEstimado.Name = "txtTempoEstimado"; this.txtTempoEstimado.ReadOnly = true; this.txtTempoEstimado.Size = new System.Drawing.Size(100, 20); this.txtTempoEstimado.TabIndex = 46; this.txtTempoEstimado.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // lblTempoEstimado // this.lblTempoEstimado.AutoSize = true; this.lblTempoEstimado.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.25F); this.lblTempoEstimado.Location = new System.Drawing.Point(117, 315); this.lblTempoEstimado.Name = "lblTempoEstimado"; this.lblTempoEstimado.Size = new System.Drawing.Size(66, 17); this.lblTempoEstimado.TabIndex = 45; this.lblTempoEstimado.Text = "Estimado"; // // lblTempoDecorrido // this.lblTempoDecorrido.AutoSize = true; this.lblTempoDecorrido.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.25F); this.lblTempoDecorrido.Location = new System.Drawing.Point(12, 315); this.lblTempoDecorrido.Name = "lblTempoDecorrido"; this.lblTempoDecorrido.Size = new System.Drawing.Size(70, 17); this.lblTempoDecorrido.TabIndex = 44; this.lblTempoDecorrido.Text = "Decorrido"; // // txtTempoDecorrido // this.txtTempoDecorrido.Location = new System.Drawing.Point(11, 335); 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; // // lblProgressoRua // this.lblProgressoRua.AutoSize = true; this.lblProgressoRua.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.25F); this.lblProgressoRua.Location = new System.Drawing.Point(118, 358); this.lblProgressoRua.Name = "lblProgressoRua"; this.lblProgressoRua.Size = new System.Drawing.Size(50, 17); this.lblProgressoRua.TabIndex = 42; this.lblProgressoRua.Text = "% Rua"; // // pgbProgressoRua // this.pgbProgressoRua.Location = new System.Drawing.Point(117, 378); this.pgbProgressoRua.Name = "pgbProgressoRua"; this.pgbProgressoRua.Size = new System.Drawing.Size(100, 20); this.pgbProgressoRua.TabIndex = 41; // // lblProgressoOperacao // this.lblProgressoOperacao.AutoSize = true; this.lblProgressoOperacao.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.25F); this.lblProgressoOperacao.Location = new System.Drawing.Point(12, 358); this.lblProgressoOperacao.Name = "lblProgressoOperacao"; this.lblProgressoOperacao.Size = new System.Drawing.Size(87, 17); this.lblProgressoOperacao.TabIndex = 40; this.lblProgressoOperacao.Text = "% Operação"; // // pgbProgressoOperacao // this.pgbProgressoOperacao.Location = new System.Drawing.Point(11, 378); this.pgbProgressoOperacao.Name = "pgbProgressoOperacao"; this.pgbProgressoOperacao.Size = new System.Drawing.Size(100, 20); this.pgbProgressoOperacao.TabIndex = 39; // // txtStatusCarro // this.txtStatusCarro.Location = new System.Drawing.Point(119, 292); this.txtStatusCarro.Name = "txtStatusCarro"; this.txtStatusCarro.ReadOnly = true; this.txtStatusCarro.Size = new System.Drawing.Size(100, 20); this.txtStatusCarro.TabIndex = 38; this.txtStatusCarro.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // lblStatusCarro // this.lblStatusCarro.AutoSize = true; this.lblStatusCarro.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.25F); this.lblStatusCarro.Location = new System.Drawing.Point(117, 272); this.lblStatusCarro.Name = "lblStatusCarro"; this.lblStatusCarro.Size = new System.Drawing.Size(43, 17); this.lblStatusCarro.TabIndex = 37; this.lblStatusCarro.Text = "Carro"; // // lblStatusOperacao // this.lblStatusOperacao.AutoSize = true; this.lblStatusOperacao.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.25F); this.lblStatusOperacao.Location = new System.Drawing.Point(12, 272); this.lblStatusOperacao.Name = "lblStatusOperacao"; this.lblStatusOperacao.Size = new System.Drawing.Size(71, 17); this.lblStatusOperacao.TabIndex = 36; this.lblStatusOperacao.Text = "Operação"; // // txtStatusOperacao // this.txtStatusOperacao.Location = new System.Drawing.Point(11, 292); 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; // // lblErvasIdentificadas // this.lblErvasIdentificadas.AutoSize = true; this.lblErvasIdentificadas.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F); this.lblErvasIdentificadas.Location = new System.Drawing.Point(158, 497); this.lblErvasIdentificadas.Name = "lblErvasIdentificadas"; this.lblErvasIdentificadas.Size = new System.Drawing.Size(54, 13); this.lblErvasIdentificadas.TabIndex = 34; this.lblErvasIdentificadas.Text = "154 ervas"; // // lblVelocidadeDados // this.lblVelocidadeDados.AutoSize = true; this.lblVelocidadeDados.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F); this.lblVelocidadeDados.Location = new System.Drawing.Point(117, 682); this.lblVelocidadeDados.Name = "lblVelocidadeDados"; this.lblVelocidadeDados.Size = new System.Drawing.Size(82, 13); this.lblVelocidadeDados.TabIndex = 33; this.lblVelocidadeDados.Text = "5,3 km/h 85,3%"; // // lblVelocidade // this.lblVelocidade.AutoSize = true; this.lblVelocidade.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.25F); this.lblVelocidade.Location = new System.Drawing.Point(12, 659); this.lblVelocidade.Name = "lblVelocidade"; this.lblVelocidade.Size = new System.Drawing.Size(78, 17); this.lblVelocidade.TabIndex = 32; this.lblVelocidade.Text = "Velocidade"; // // pgbVelocidade // this.pgbVelocidade.Location = new System.Drawing.Point(11, 679); this.pgbVelocidade.Maximum = 20; this.pgbVelocidade.Name = "pgbVelocidade"; this.pgbVelocidade.Size = new System.Drawing.Size(100, 20); this.pgbVelocidade.TabIndex = 31; // // lblHerbicidaDados // this.lblHerbicidaDados.AutoSize = true; this.lblHerbicidaDados.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F); this.lblHerbicidaDados.Location = new System.Drawing.Point(117, 510); this.lblHerbicidaDados.Name = "lblHerbicidaDados"; this.lblHerbicidaDados.Size = new System.Drawing.Size(100, 13); this.lblHerbicidaDados.TabIndex = 30; this.lblHerbicidaDados.Text = "2,3 L (35,9 ml/erva)"; // // lblHerbicida // this.lblHerbicida.AutoSize = true; this.lblHerbicida.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.25F); this.lblHerbicida.Location = new System.Drawing.Point(12, 487); this.lblHerbicida.Name = "lblHerbicida"; this.lblHerbicida.Size = new System.Drawing.Size(126, 17); this.lblHerbicida.TabIndex = 29; this.lblHerbicida.Text = "Herbicida Aplicado"; // // pgbHerbicidaAplicado // this.pgbHerbicidaAplicado.Location = new System.Drawing.Point(11, 507); this.pgbHerbicidaAplicado.Maximum = 35; this.pgbHerbicidaAplicado.Name = "pgbHerbicidaAplicado"; this.pgbHerbicidaAplicado.Size = new System.Drawing.Size(100, 20); this.pgbHerbicidaAplicado.TabIndex = 28; // // lblPressaoDados // this.lblPressaoDados.AutoSize = true; this.lblPressaoDados.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F); this.lblPressaoDados.Location = new System.Drawing.Point(117, 553); this.lblPressaoDados.Name = "lblPressaoDados"; this.lblPressaoDados.Size = new System.Drawing.Size(44, 13); this.lblPressaoDados.TabIndex = 27; this.lblPressaoDados.Text = "86,3 psi"; // // lblPressao // this.lblPressao.AutoSize = true; this.lblPressao.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.25F); this.lblPressao.Location = new System.Drawing.Point(12, 530); this.lblPressao.Name = "lblPressao"; this.lblPressao.Size = new System.Drawing.Size(119, 17); this.lblPressao.TabIndex = 26; this.lblPressao.Text = "Pressão da Linha"; // // pgbPressao // this.pgbPressao.Location = new System.Drawing.Point(11, 550); this.pgbPressao.Maximum = 150; this.pgbPressao.Name = "pgbPressao"; this.pgbPressao.Size = new System.Drawing.Size(100, 20); this.pgbPressao.TabIndex = 25; // // lblTemperaturaCampoDados // this.lblTemperaturaCampoDados.AutoSize = true; this.lblTemperaturaCampoDados.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F); this.lblTemperaturaCampoDados.Location = new System.Drawing.Point(117, 639); this.lblTemperaturaCampoDados.Name = "lblTemperaturaCampoDados"; this.lblTemperaturaCampoDados.Size = new System.Drawing.Size(42, 13); this.lblTemperaturaCampoDados.TabIndex = 24; this.lblTemperaturaCampoDados.Text = "38,7 ºC"; // // lblTemperaturaCampo // this.lblTemperaturaCampo.AutoSize = true; this.lblTemperaturaCampo.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.25F); this.lblTemperaturaCampo.Location = new System.Drawing.Point(8, 616); this.lblTemperaturaCampo.Name = "lblTemperaturaCampo"; this.lblTemperaturaCampo.Size = new System.Drawing.Size(138, 17); this.lblTemperaturaCampo.TabIndex = 23; this.lblTemperaturaCampo.Text = "Temperatura Campo"; // // pgbTemperaturaCampo // this.pgbTemperaturaCampo.Location = new System.Drawing.Point(11, 636); this.pgbTemperaturaCampo.Name = "pgbTemperaturaCampo"; this.pgbTemperaturaCampo.Size = new System.Drawing.Size(100, 20); this.pgbTemperaturaCampo.TabIndex = 22; // // lblTemperaturaMotoresDados // this.lblTemperaturaMotoresDados.AutoSize = true; this.lblTemperaturaMotoresDados.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F); this.lblTemperaturaMotoresDados.Location = new System.Drawing.Point(117, 596); this.lblTemperaturaMotoresDados.Name = "lblTemperaturaMotoresDados"; this.lblTemperaturaMotoresDados.Size = new System.Drawing.Size(42, 13); this.lblTemperaturaMotoresDados.TabIndex = 21; this.lblTemperaturaMotoresDados.Text = "57,5 ºC"; // // lblTemperaturaMotores // this.lblTemperaturaMotores.AutoSize = true; this.lblTemperaturaMotores.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.25F); this.lblTemperaturaMotores.Location = new System.Drawing.Point(12, 573); this.lblTemperaturaMotores.Name = "lblTemperaturaMotores"; this.lblTemperaturaMotores.Size = new System.Drawing.Size(145, 17); this.lblTemperaturaMotores.TabIndex = 20; this.lblTemperaturaMotores.Text = "Temperatura Motores"; // // pgbTemperaturaMotores // this.pgbTemperaturaMotores.Location = new System.Drawing.Point(11, 593); this.pgbTemperaturaMotores.Maximum = 200; this.pgbTemperaturaMotores.Name = "pgbTemperaturaMotores"; this.pgbTemperaturaMotores.Size = new System.Drawing.Size(100, 20); this.pgbTemperaturaMotores.TabIndex = 19; // // lblReservatorioDados // this.lblReservatorioDados.AutoSize = true; this.lblReservatorioDados.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F); this.lblReservatorioDados.Location = new System.Drawing.Point(117, 467); 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%"; // // lblBateriaDados // this.lblBateriaDados.AutoSize = true; this.lblBateriaDados.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F); this.lblBateriaDados.Location = new System.Drawing.Point(117, 424); 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%"; // // lblReservatorio // this.lblReservatorio.AutoSize = true; this.lblReservatorio.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.25F); this.lblReservatorio.Location = new System.Drawing.Point(12, 444); this.lblReservatorio.Name = "lblReservatorio"; this.lblReservatorio.Size = new System.Drawing.Size(153, 17); this.lblReservatorio.TabIndex = 13; this.lblReservatorio.Text = "Reservatório Herbicida"; // // pgbReservatorio // this.pgbReservatorio.Location = new System.Drawing.Point(11, 464); this.pgbReservatorio.Maximum = 35; this.pgbReservatorio.Name = "pgbReservatorio"; this.pgbReservatorio.Size = new System.Drawing.Size(100, 20); this.pgbReservatorio.TabIndex = 12; // // lblBateria // this.lblBateria.AutoSize = true; this.lblBateria.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.25F); this.lblBateria.Location = new System.Drawing.Point(12, 401); this.lblBateria.Name = "lblBateria"; this.lblBateria.Size = new System.Drawing.Size(53, 17); this.lblBateria.TabIndex = 11; this.lblBateria.Text = "Bateria"; // // pgbBateria // this.pgbBateria.Location = new System.Drawing.Point(11, 421); this.pgbBateria.Name = "pgbBateria"; this.pgbBateria.Size = new System.Drawing.Size(100, 20); this.pgbBateria.TabIndex = 10; // // txtOrientacao // this.txtOrientacao.Location = new System.Drawing.Point(77, 136); this.txtOrientacao.Name = "txtOrientacao"; this.txtOrientacao.ReadOnly = true; this.txtOrientacao.Size = new System.Drawing.Size(76, 20); this.txtOrientacao.TabIndex = 9; this.txtOrientacao.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // lblOrientacao // this.lblOrientacao.AutoSize = true; this.lblOrientacao.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.25F); this.lblOrientacao.Location = new System.Drawing.Point(75, 116); 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); this.lblLeitura.Location = new System.Drawing.Point(12, 116); this.lblLeitura.Name = "lblLeitura"; this.lblLeitura.Size = new System.Drawing.Size(52, 17); this.lblLeitura.TabIndex = 7; this.lblLeitura.Text = "Leitura"; // // txtLeitura // this.txtLeitura.Location = new System.Drawing.Point(11, 136); this.txtLeitura.Name = "txtLeitura"; this.txtLeitura.ReadOnly = true; this.txtLeitura.Size = new System.Drawing.Size(60, 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"; this.pnlMapa.Size = new System.Drawing.Size(786, 542); this.pnlMapa.TabIndex = 7; // // 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; // // 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); // // txtPrecisao // this.txtPrecisao.Location = new System.Drawing.Point(159, 179); this.txtPrecisao.Name = "txtPrecisao"; this.txtPrecisao.ReadOnly = true; this.txtPrecisao.Size = new System.Drawing.Size(60, 20); this.txtPrecisao.TabIndex = 62; this.txtPrecisao.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.25F); this.label2.Location = new System.Drawing.Point(157, 159); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(63, 17); this.label2.TabIndex = 61; this.label2.Text = "Precisão"; // // txtNSatelites // this.txtNSatelites.Location = new System.Drawing.Point(78, 179); this.txtNSatelites.Name = "txtNSatelites"; this.txtNSatelites.ReadOnly = true; this.txtNSatelites.Size = new System.Drawing.Size(75, 20); this.txtNSatelites.TabIndex = 60; this.txtNSatelites.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // label3 // this.label3.AutoSize = true; this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.25F); this.label3.Location = new System.Drawing.Point(76, 159); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(62, 17); this.label3.TabIndex = 59; this.label3.Text = "Satelites"; // // label4 // this.label4.AutoSize = true; this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.25F); this.label4.Location = new System.Drawing.Point(12, 159); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(66, 17); this.label4.TabIndex = 58; this.label4.Text = "Distancia"; // // txtDistanciaEntreLeituras // this.txtDistanciaEntreLeituras.Location = new System.Drawing.Point(11, 179); this.txtDistanciaEntreLeituras.Name = "txtDistanciaEntreLeituras"; this.txtDistanciaEntreLeituras.ReadOnly = true; this.txtDistanciaEntreLeituras.Size = new System.Drawing.Size(60, 20); this.txtDistanciaEntreLeituras.TabIndex = 57; this.txtDistanciaEntreLeituras.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // txtStatusFix // this.txtStatusFix.Location = new System.Drawing.Point(11, 248); this.txtStatusFix.Name = "txtStatusFix"; this.txtStatusFix.ReadOnly = true; this.txtStatusFix.Size = new System.Drawing.Size(208, 20); this.txtStatusFix.TabIndex = 63; this.txtStatusFix.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // frmMonitoramento // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1076, 594); this.Controls.Add(this.tvwFalhas); this.Controls.Add(this.btnCarregar); this.Controls.Add(this.lblMapa); this.Controls.Add(this.pnlMapa); this.Controls.Add(this.pnlDados); this.Name = "frmMonitoramento"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Monitoramento"; this.Load += new System.EventHandler(this.frmMonitoramento_Load); this.pnlDados.ResumeLayout(false); this.pnlDados.PerformLayout(); this.pnlControle.ResumeLayout(false); this.pnlControle.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.tkbAnguloMP)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.tkbVelocidadeSP)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #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; private System.Windows.Forms.Panel pnlDados; 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; private System.Windows.Forms.CheckBox chbFoco; private System.Windows.Forms.Panel pnlMapa; private System.Windows.Forms.Label lblMapa; private System.Windows.Forms.Button btnCarregar; private System.Windows.Forms.Panel pnlControle; private System.Windows.Forms.Label lblControle; private System.Windows.Forms.Button btnControle; private System.Windows.Forms.Label lblAngulo; private System.Windows.Forms.Label lblVelocidadeSP; private System.Windows.Forms.Button btnParar; private System.Windows.Forms.ComboBox cmbTipoMovimento; private System.Windows.Forms.Label lblTipoMovimento; 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; private System.Windows.Forms.TextBox txtCarroConectado; private System.Windows.Forms.Label lblCarroConectado; private System.Windows.Forms.TextBox txtFix; private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox txtPrecisao; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox txtNSatelites; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label4; private System.Windows.Forms.TextBox txtDistanciaEntreLeituras; private System.Windows.Forms.TextBox txtStatusFix; } }