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.lblEquipamento = new System.Windows.Forms.Label(); this.cmbEquipamento = new System.Windows.Forms.ComboBox(); this.lblLatitude = new System.Windows.Forms.Label(); this.lblLongitude = new System.Windows.Forms.Label(); this.txtLatitude = new System.Windows.Forms.TextBox(); this.txtLongitude = new System.Windows.Forms.TextBox(); this.pnlDados = new System.Windows.Forms.Panel(); this.pnlControle = new System.Windows.Forms.Panel(); this.btnParar = new System.Windows.Forms.Button(); this.lblVelocidadeMP = new System.Windows.Forms.Label(); this.lblAngulo = new System.Windows.Forms.Label(); this.lblRPM = new System.Windows.Forms.Label(); this.nudVelocidadeMP = new System.Windows.Forms.NumericUpDown(); this.nudAngulo = new System.Windows.Forms.NumericUpDown(); this.nudRPM = new System.Windows.Forms.NumericUpDown(); this.btnControle = new System.Windows.Forms.Button(); this.lblControle = new System.Windows.Forms.Label(); this.chbFoco = new System.Windows.Forms.CheckBox(); 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.lblMapa = new System.Windows.Forms.Label(); this.btnCarregar = new System.Windows.Forms.Button(); this.cmbTipoMovimento = new System.Windows.Forms.ComboBox(); this.lblTipoMovimento = new System.Windows.Forms.Label(); this.pnlDados.SuspendLayout(); this.pnlControle.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.nudVelocidadeMP)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.nudAngulo)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.nudRPM)).BeginInit(); this.SuspendLayout(); // // lblEquipamento // this.lblEquipamento.AutoSize = true; this.lblEquipamento.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.25F); this.lblEquipamento.Location = new System.Drawing.Point(6, 11); this.lblEquipamento.Name = "lblEquipamento"; this.lblEquipamento.Size = new System.Drawing.Size(91, 17); this.lblEquipamento.TabIndex = 0; this.lblEquipamento.Text = "Equipamento"; // // cmbEquipamento // this.cmbEquipamento.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbEquipamento.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.25F); this.cmbEquipamento.FormattingEnabled = true; this.cmbEquipamento.Location = new System.Drawing.Point(113, 8); this.cmbEquipamento.Name = "cmbEquipamento"; this.cmbEquipamento.Size = new System.Drawing.Size(100, 25); this.cmbEquipamento.TabIndex = 1; this.cmbEquipamento.SelectedIndexChanged += new System.EventHandler(this.cmbEquipamento_SelectedIndexChanged); // // lblLatitude // this.lblLatitude.AutoSize = true; this.lblLatitude.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.25F); this.lblLatitude.Location = new System.Drawing.Point(6, 113); this.lblLatitude.Name = "lblLatitude"; this.lblLatitude.Size = new System.Drawing.Size(59, 17); this.lblLatitude.TabIndex = 2; this.lblLatitude.Text = "Latitude"; // // lblLongitude // this.lblLongitude.AutoSize = true; this.lblLongitude.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.25F); this.lblLongitude.Location = new System.Drawing.Point(111, 113); this.lblLongitude.Name = "lblLongitude"; this.lblLongitude.Size = new System.Drawing.Size(71, 17); this.lblLongitude.TabIndex = 3; this.lblLongitude.Text = "Longitude"; // // txtLatitude // this.txtLatitude.Location = new System.Drawing.Point(5, 133); this.txtLatitude.Name = "txtLatitude"; this.txtLatitude.ReadOnly = true; this.txtLatitude.Size = new System.Drawing.Size(100, 20); this.txtLatitude.TabIndex = 4; this.txtLatitude.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // txtLongitude // this.txtLongitude.Location = new System.Drawing.Point(113, 133); 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.pnlControle); this.pnlDados.Controls.Add(this.lblControle); this.pnlDados.Controls.Add(this.chbFoco); 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.lblEquipamento); 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(787, 0); this.pnlDados.Name = "pnlDados"; this.pnlDados.Size = new System.Drawing.Size(239, 594); this.pnlDados.TabIndex = 6; // // pnlControle // this.pnlControle.Controls.Add(this.lblTipoMovimento); this.pnlControle.Controls.Add(this.cmbTipoMovimento); this.pnlControle.Controls.Add(this.btnParar); this.pnlControle.Controls.Add(this.lblVelocidadeMP); this.pnlControle.Controls.Add(this.lblAngulo); this.pnlControle.Controls.Add(this.lblRPM); this.pnlControle.Controls.Add(this.nudVelocidadeMP); this.pnlControle.Controls.Add(this.nudAngulo); this.pnlControle.Controls.Add(this.nudRPM); this.pnlControle.Controls.Add(this.btnControle); this.pnlControle.Location = new System.Drawing.Point(5, 623); this.pnlControle.Name = "pnlControle"; this.pnlControle.Size = new System.Drawing.Size(208, 232); this.pnlControle.TabIndex = 49; // // btnParar // this.btnParar.Font = new System.Drawing.Font("Microsoft Sans Serif", 15F); this.btnParar.Location = new System.Drawing.Point(6, 191); this.btnParar.Name = "btnParar"; this.btnParar.Size = new System.Drawing.Size(195, 38); this.btnParar.TabIndex = 15; this.btnParar.Text = "Parar"; this.btnParar.UseVisualStyleBackColor = true; this.btnParar.Click += new System.EventHandler(this.btnParar_Click); // // lblVelocidadeMP // this.lblVelocidadeMP.AutoSize = true; this.lblVelocidadeMP.Location = new System.Drawing.Point(137, 140); this.lblVelocidadeMP.Name = "lblVelocidadeMP"; this.lblVelocidadeMP.Size = new System.Drawing.Size(31, 13); this.lblVelocidadeMP.TabIndex = 14; this.lblVelocidadeMP.Text = "% Dir"; // // lblAngulo // this.lblAngulo.AutoSize = true; this.lblAngulo.Location = new System.Drawing.Point(69, 140); this.lblAngulo.Name = "lblAngulo"; this.lblAngulo.Size = new System.Drawing.Size(40, 13); this.lblAngulo.TabIndex = 13; this.lblAngulo.Text = "Angulo"; // // lblRPM // this.lblRPM.AutoSize = true; this.lblRPM.Location = new System.Drawing.Point(3, 140); this.lblRPM.Name = "lblRPM"; this.lblRPM.Size = new System.Drawing.Size(31, 13); this.lblRPM.TabIndex = 12; this.lblRPM.Text = "RPM"; // // nudVelocidadeMP // this.nudVelocidadeMP.Location = new System.Drawing.Point(140, 156); this.nudVelocidadeMP.Name = "nudVelocidadeMP"; this.nudVelocidadeMP.Size = new System.Drawing.Size(62, 20); this.nudVelocidadeMP.TabIndex = 11; this.nudVelocidadeMP.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // nudAngulo // this.nudAngulo.Location = new System.Drawing.Point(72, 156); this.nudAngulo.Maximum = new decimal(new int[] { 90, 0, 0, 0}); this.nudAngulo.Name = "nudAngulo"; this.nudAngulo.Size = new System.Drawing.Size(62, 20); this.nudAngulo.TabIndex = 10; this.nudAngulo.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // nudRPM // this.nudRPM.Location = new System.Drawing.Point(4, 156); this.nudRPM.Maximum = new decimal(new int[] { 600, 0, 0, 0}); this.nudRPM.Name = "nudRPM"; this.nudRPM.Size = new System.Drawing.Size(62, 20); this.nudRPM.TabIndex = 9; this.nudRPM.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // btnControle // this.btnControle.Location = new System.Drawing.Point(52, 54); this.btnControle.Name = "btnControle"; this.btnControle.Size = new System.Drawing.Size(94, 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(6, 603); this.lblControle.Name = "lblControle"; this.lblControle.Size = new System.Drawing.Size(61, 17); this.lblControle.TabIndex = 48; this.lblControle.Text = "Controle"; // // chbFoco // this.chbFoco.AutoSize = true; this.chbFoco.Location = new System.Drawing.Point(9, 41); this.chbFoco.Name = "chbFoco"; this.chbFoco.Size = new System.Drawing.Size(86, 17); this.chbFoco.TabIndex = 7; this.chbFoco.Text = "Acompanhar"; this.chbFoco.UseVisualStyleBackColor = true; // // txtTempoEstimado // this.txtTempoEstimado.Location = new System.Drawing.Point(113, 219); this.txtTempoEstimado.Name = "txtTempoEstimado"; this.txtTempoEstimado.ReadOnly = true; this.txtTempoEstimado.Size = new System.Drawing.Size(100, 20); this.txtTempoEstimado.TabIndex = 46; this.txtTempoEstimado.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // lblTempoEstimado // this.lblTempoEstimado.AutoSize = true; this.lblTempoEstimado.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.25F); this.lblTempoEstimado.Location = new System.Drawing.Point(111, 199); this.lblTempoEstimado.Name = "lblTempoEstimado"; this.lblTempoEstimado.Size = new System.Drawing.Size(66, 17); this.lblTempoEstimado.TabIndex = 45; this.lblTempoEstimado.Text = "Estimado"; // // lblTempoDecorrido // this.lblTempoDecorrido.AutoSize = true; this.lblTempoDecorrido.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.25F); this.lblTempoDecorrido.Location = new System.Drawing.Point(6, 199); this.lblTempoDecorrido.Name = "lblTempoDecorrido"; this.lblTempoDecorrido.Size = new System.Drawing.Size(70, 17); this.lblTempoDecorrido.TabIndex = 44; this.lblTempoDecorrido.Text = "Decorrido"; // // txtTempoDecorrido // this.txtTempoDecorrido.Location = new System.Drawing.Point(5, 219); 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(112, 242); this.lblProgressoRua.Name = "lblProgressoRua"; this.lblProgressoRua.Size = new System.Drawing.Size(50, 17); this.lblProgressoRua.TabIndex = 42; this.lblProgressoRua.Text = "% Rua"; // // pgbProgressoRua // this.pgbProgressoRua.Location = new System.Drawing.Point(111, 262); 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(6, 242); this.lblProgressoOperacao.Name = "lblProgressoOperacao"; this.lblProgressoOperacao.Size = new System.Drawing.Size(87, 17); this.lblProgressoOperacao.TabIndex = 40; this.lblProgressoOperacao.Text = "% Operação"; // // pgbProgressoOperacao // this.pgbProgressoOperacao.Location = new System.Drawing.Point(5, 262); 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(113, 176); this.txtStatusCarro.Name = "txtStatusCarro"; this.txtStatusCarro.ReadOnly = true; this.txtStatusCarro.Size = new System.Drawing.Size(100, 20); this.txtStatusCarro.TabIndex = 38; this.txtStatusCarro.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // lblStatusCarro // this.lblStatusCarro.AutoSize = true; this.lblStatusCarro.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.25F); this.lblStatusCarro.Location = new System.Drawing.Point(111, 156); this.lblStatusCarro.Name = "lblStatusCarro"; this.lblStatusCarro.Size = new System.Drawing.Size(43, 17); this.lblStatusCarro.TabIndex = 37; this.lblStatusCarro.Text = "Carro"; // // lblStatusOperacao // this.lblStatusOperacao.AutoSize = true; this.lblStatusOperacao.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.25F); this.lblStatusOperacao.Location = new System.Drawing.Point(6, 156); this.lblStatusOperacao.Name = "lblStatusOperacao"; this.lblStatusOperacao.Size = new System.Drawing.Size(71, 17); this.lblStatusOperacao.TabIndex = 36; this.lblStatusOperacao.Text = "Operação"; // // txtStatusOperacao // this.txtStatusOperacao.Location = new System.Drawing.Point(5, 176); 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(152, 381); 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(111, 566); this.lblVelocidadeDados.Name = "lblVelocidadeDados"; this.lblVelocidadeDados.Size = new System.Drawing.Size(82, 13); this.lblVelocidadeDados.TabIndex = 33; this.lblVelocidadeDados.Text = "5,3 km/h 85,3%"; // // lblVelocidade // this.lblVelocidade.AutoSize = true; this.lblVelocidade.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.25F); this.lblVelocidade.Location = new System.Drawing.Point(6, 543); this.lblVelocidade.Name = "lblVelocidade"; this.lblVelocidade.Size = new System.Drawing.Size(78, 17); this.lblVelocidade.TabIndex = 32; this.lblVelocidade.Text = "Velocidade"; // // pgbVelocidade // this.pgbVelocidade.Location = new System.Drawing.Point(5, 563); 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(111, 394); this.lblHerbicidaDados.Name = "lblHerbicidaDados"; this.lblHerbicidaDados.Size = new System.Drawing.Size(100, 13); this.lblHerbicidaDados.TabIndex = 30; this.lblHerbicidaDados.Text = "2,3 L (35,9 ml/erva)"; // // lblHerbicida // this.lblHerbicida.AutoSize = true; this.lblHerbicida.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.25F); this.lblHerbicida.Location = new System.Drawing.Point(6, 371); this.lblHerbicida.Name = "lblHerbicida"; this.lblHerbicida.Size = new System.Drawing.Size(126, 17); this.lblHerbicida.TabIndex = 29; this.lblHerbicida.Text = "Herbicida Aplicado"; // // pgbHerbicidaAplicado // this.pgbHerbicidaAplicado.Location = new System.Drawing.Point(5, 391); 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(111, 437); this.lblPressaoDados.Name = "lblPressaoDados"; this.lblPressaoDados.Size = new System.Drawing.Size(44, 13); this.lblPressaoDados.TabIndex = 27; this.lblPressaoDados.Text = "86,3 psi"; // // lblPressao // this.lblPressao.AutoSize = true; this.lblPressao.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.25F); this.lblPressao.Location = new System.Drawing.Point(6, 414); this.lblPressao.Name = "lblPressao"; this.lblPressao.Size = new System.Drawing.Size(119, 17); this.lblPressao.TabIndex = 26; this.lblPressao.Text = "Pressão da Linha"; // // pgbPressao // this.pgbPressao.Location = new System.Drawing.Point(5, 434); 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(111, 523); this.lblTemperaturaCampoDados.Name = "lblTemperaturaCampoDados"; this.lblTemperaturaCampoDados.Size = new System.Drawing.Size(42, 13); this.lblTemperaturaCampoDados.TabIndex = 24; this.lblTemperaturaCampoDados.Text = "38,7 ºC"; // // lblTemperaturaCampo // this.lblTemperaturaCampo.AutoSize = true; this.lblTemperaturaCampo.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.25F); this.lblTemperaturaCampo.Location = new System.Drawing.Point(6, 500); this.lblTemperaturaCampo.Name = "lblTemperaturaCampo"; this.lblTemperaturaCampo.Size = new System.Drawing.Size(138, 17); this.lblTemperaturaCampo.TabIndex = 23; this.lblTemperaturaCampo.Text = "Temperatura Campo"; // // pgbTemperaturaCampo // this.pgbTemperaturaCampo.Location = new System.Drawing.Point(5, 520); 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(111, 480); this.lblTemperaturaMotoresDados.Name = "lblTemperaturaMotoresDados"; this.lblTemperaturaMotoresDados.Size = new System.Drawing.Size(42, 13); this.lblTemperaturaMotoresDados.TabIndex = 21; this.lblTemperaturaMotoresDados.Text = "57,5 ºC"; // // lblTemperaturaMotores // this.lblTemperaturaMotores.AutoSize = true; this.lblTemperaturaMotores.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.25F); this.lblTemperaturaMotores.Location = new System.Drawing.Point(6, 457); this.lblTemperaturaMotores.Name = "lblTemperaturaMotores"; this.lblTemperaturaMotores.Size = new System.Drawing.Size(145, 17); this.lblTemperaturaMotores.TabIndex = 20; this.lblTemperaturaMotores.Text = "Temperatura Motores"; // // pgbTemperaturaMotores // this.pgbTemperaturaMotores.Location = new System.Drawing.Point(5, 477); 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(111, 351); 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(111, 308); 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(6, 328); this.lblReservatorio.Name = "lblReservatorio"; this.lblReservatorio.Size = new System.Drawing.Size(153, 17); this.lblReservatorio.TabIndex = 13; this.lblReservatorio.Text = "Reservatório Herbicida"; // // pgbReservatorio // this.pgbReservatorio.Location = new System.Drawing.Point(5, 348); 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(6, 285); 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(5, 305); 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(113, 90); this.txtOrientacao.Name = "txtOrientacao"; this.txtOrientacao.ReadOnly = true; this.txtOrientacao.Size = new System.Drawing.Size(100, 20); this.txtOrientacao.TabIndex = 9; this.txtOrientacao.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // lblOrientacao // this.lblOrientacao.AutoSize = true; this.lblOrientacao.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.25F); this.lblOrientacao.Location = new System.Drawing.Point(111, 70); 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(6, 70); 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(5, 90); 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"; this.pnlMapa.Size = new System.Drawing.Size(771, 542); this.pnlMapa.TabIndex = 7; // // 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); // // cmbTipoMovimento // this.cmbTipoMovimento.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbTipoMovimento.FormattingEnabled = true; this.cmbTipoMovimento.Location = new System.Drawing.Point(92, 3); this.cmbTipoMovimento.Name = "cmbTipoMovimento"; this.cmbTipoMovimento.Size = new System.Drawing.Size(110, 21); this.cmbTipoMovimento.TabIndex = 16; // // lblTipoMovimento // this.lblTipoMovimento.AutoSize = true; this.lblTipoMovimento.Location = new System.Drawing.Point(3, 6); this.lblTipoMovimento.Name = "lblTipoMovimento"; this.lblTipoMovimento.Size = new System.Drawing.Size(83, 13); this.lblTipoMovimento.TabIndex = 17; this.lblTipoMovimento.Text = "Tipo Movimento"; // // frmMonitoramento // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1026, 594); 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.nudVelocidadeMP)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.nudAngulo)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.nudRPM)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label lblEquipamento; private System.Windows.Forms.ComboBox cmbEquipamento; private System.Windows.Forms.Label lblLatitude; private System.Windows.Forms.Label lblLongitude; private System.Windows.Forms.TextBox txtLatitude; private System.Windows.Forms.TextBox txtLongitude; private System.Windows.Forms.Panel 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 lblVelocidadeMP; private System.Windows.Forms.Label lblAngulo; private System.Windows.Forms.Label lblRPM; private System.Windows.Forms.NumericUpDown nudVelocidadeMP; private System.Windows.Forms.NumericUpDown nudAngulo; private System.Windows.Forms.NumericUpDown nudRPM; private System.Windows.Forms.Button btnParar; private System.Windows.Forms.ComboBox cmbTipoMovimento; private System.Windows.Forms.Label lblTipoMovimento; } }