766 lines
42 KiB
C#
766 lines
42 KiB
C#
|
|
namespace AgroBase.Forms.Operacoes
|
|
{
|
|
partial class frmOperacaoMapaGPS
|
|
{
|
|
/// <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()
|
|
{
|
|
System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
|
|
System.Windows.Forms.DataVisualization.Charting.Legend legend1 = new System.Windows.Forms.DataVisualization.Charting.Legend();
|
|
System.Windows.Forms.DataVisualization.Charting.Series series1 = new System.Windows.Forms.DataVisualization.Charting.Series();
|
|
this.pnlCameraSolo = new System.Windows.Forms.Panel();
|
|
this.pnlCameraSoloD = new System.Windows.Forms.Panel();
|
|
this.pnlCameraSoloE = new System.Windows.Forms.Panel();
|
|
this.pnlCameraCaminho = new System.Windows.Forms.Panel();
|
|
this.pnlAtuadores = new System.Windows.Forms.Panel();
|
|
this.pnlCaminho = new System.Windows.Forms.Panel();
|
|
this.pnlGraficos = new System.Windows.Forms.Panel();
|
|
this.tabControl1 = new System.Windows.Forms.TabControl();
|
|
this.tabGrafico = new System.Windows.Forms.TabPage();
|
|
this.chartGraficos = new System.Windows.Forms.DataVisualization.Charting.Chart();
|
|
this.tabSonar = new System.Windows.Forms.TabPage();
|
|
this.picSonar = new System.Windows.Forms.PictureBox();
|
|
this.pnlNiveis = new System.Windows.Forms.Panel();
|
|
this.lblPorcentagemProgressoRua = new System.Windows.Forms.Label();
|
|
this.pgbProgressoRua = new System.Windows.Forms.ProgressBar();
|
|
this.lblProgressoRua = new System.Windows.Forms.Label();
|
|
this.lblDirecao = new System.Windows.Forms.Label();
|
|
this.lblStatus = new System.Windows.Forms.Label();
|
|
this.lblProgressoT = new System.Windows.Forms.Label();
|
|
this.lblPorcentagemBateria = new System.Windows.Forms.Label();
|
|
this.lblBateriaT = new System.Windows.Forms.Label();
|
|
this.lblReservatorioT = new System.Windows.Forms.Label();
|
|
this.lblPorcentagemProgresso = new System.Windows.Forms.Label();
|
|
this.pgbBateria = new System.Windows.Forms.ProgressBar();
|
|
this.pgbProgresso = new System.Windows.Forms.ProgressBar();
|
|
this.lblPorcentagemReservatorio = new System.Windows.Forms.Label();
|
|
this.pgbReservatorio = new System.Windows.Forms.ProgressBar();
|
|
this.gpbOpcoes = new System.Windows.Forms.GroupBox();
|
|
this.btnCarregarMapa = new System.Windows.Forms.Button();
|
|
this.btnIniciarOperacao = new System.Windows.Forms.Button();
|
|
this.gpbInformacoesGerais = new System.Windows.Forms.GroupBox();
|
|
this.lblBateriaConsumida = new System.Windows.Forms.Label();
|
|
this.lblHerbicidaPorErva = new System.Windows.Forms.Label();
|
|
this.lblHerbicidaAplicado = new System.Windows.Forms.Label();
|
|
this.lblErvasIdentificadas = new System.Windows.Forms.Label();
|
|
this.lblVelocidadeMedia = new System.Windows.Forms.Label();
|
|
this.lblTempoOperacao = new System.Windows.Forms.Label();
|
|
this.lblDistanciaPercorrida = new System.Windows.Forms.Label();
|
|
this.pnlInferior = new System.Windows.Forms.Panel();
|
|
this.lblDistancia = new System.Windows.Forms.Label();
|
|
this.lblMapaCarregado = new System.Windows.Forms.Label();
|
|
this.chbGPSativo = new System.Windows.Forms.CheckBox();
|
|
this.chbATUativo = new System.Windows.Forms.CheckBox();
|
|
this.chbDIRativo = new System.Windows.Forms.CheckBox();
|
|
this.chbMOVativo = new System.Windows.Forms.CheckBox();
|
|
this.lblUltimaLeituraRua = new System.Windows.Forms.Label();
|
|
this.lblUltimaLeituraSolo = new System.Windows.Forms.Label();
|
|
this.pnlMapa = new System.Windows.Forms.Panel();
|
|
this.pnlOrientacao = new System.Windows.Forms.Panel();
|
|
this.pnlInclinacao = new System.Windows.Forms.Panel();
|
|
this.pnlAnguloCamera = new System.Windows.Forms.Panel();
|
|
this.lblPerformance = new System.Windows.Forms.Label();
|
|
this.pnlCameraSolo.SuspendLayout();
|
|
this.pnlGraficos.SuspendLayout();
|
|
this.tabControl1.SuspendLayout();
|
|
this.tabGrafico.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.chartGraficos)).BeginInit();
|
|
this.tabSonar.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.picSonar)).BeginInit();
|
|
this.pnlNiveis.SuspendLayout();
|
|
this.gpbOpcoes.SuspendLayout();
|
|
this.gpbInformacoesGerais.SuspendLayout();
|
|
this.pnlInferior.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// pnlCameraSolo
|
|
//
|
|
this.pnlCameraSolo.BackColor = System.Drawing.SystemColors.ControlDark;
|
|
this.pnlCameraSolo.Controls.Add(this.pnlCameraSoloD);
|
|
this.pnlCameraSolo.Controls.Add(this.pnlCameraSoloE);
|
|
this.pnlCameraSolo.Location = new System.Drawing.Point(9, 217);
|
|
this.pnlCameraSolo.Margin = new System.Windows.Forms.Padding(2);
|
|
this.pnlCameraSolo.Name = "pnlCameraSolo";
|
|
this.pnlCameraSolo.Size = new System.Drawing.Size(592, 268);
|
|
this.pnlCameraSolo.TabIndex = 0;
|
|
//
|
|
// pnlCameraSoloD
|
|
//
|
|
this.pnlCameraSoloD.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
this.pnlCameraSoloD.Location = new System.Drawing.Point(299, 2);
|
|
this.pnlCameraSoloD.Name = "pnlCameraSoloD";
|
|
this.pnlCameraSoloD.Size = new System.Drawing.Size(289, 264);
|
|
this.pnlCameraSoloD.TabIndex = 1;
|
|
//
|
|
// pnlCameraSoloE
|
|
//
|
|
this.pnlCameraSoloE.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
this.pnlCameraSoloE.Location = new System.Drawing.Point(4, 2);
|
|
this.pnlCameraSoloE.Name = "pnlCameraSoloE";
|
|
this.pnlCameraSoloE.Size = new System.Drawing.Size(289, 264);
|
|
this.pnlCameraSoloE.TabIndex = 0;
|
|
//
|
|
// pnlCameraCaminho
|
|
//
|
|
this.pnlCameraCaminho.BackColor = System.Drawing.SystemColors.ControlDarkDark;
|
|
this.pnlCameraCaminho.Location = new System.Drawing.Point(361, 10);
|
|
this.pnlCameraCaminho.Margin = new System.Windows.Forms.Padding(2);
|
|
this.pnlCameraCaminho.Name = "pnlCameraCaminho";
|
|
this.pnlCameraCaminho.Size = new System.Drawing.Size(262, 203);
|
|
this.pnlCameraCaminho.TabIndex = 1;
|
|
//
|
|
// pnlAtuadores
|
|
//
|
|
this.pnlAtuadores.BackColor = System.Drawing.SystemColors.Control;
|
|
this.pnlAtuadores.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
|
|
this.pnlAtuadores.Location = new System.Drawing.Point(9, 491);
|
|
this.pnlAtuadores.Margin = new System.Windows.Forms.Padding(2);
|
|
this.pnlAtuadores.Name = "pnlAtuadores";
|
|
this.pnlAtuadores.Size = new System.Drawing.Size(594, 71);
|
|
this.pnlAtuadores.TabIndex = 2;
|
|
this.pnlAtuadores.Paint += new System.Windows.Forms.PaintEventHandler(this.pnlAtuadores_Paint);
|
|
//
|
|
// pnlCaminho
|
|
//
|
|
this.pnlCaminho.BackColor = System.Drawing.Color.White;
|
|
this.pnlCaminho.Location = new System.Drawing.Point(627, 21);
|
|
this.pnlCaminho.Margin = new System.Windows.Forms.Padding(2);
|
|
this.pnlCaminho.Name = "pnlCaminho";
|
|
this.pnlCaminho.Size = new System.Drawing.Size(384, 279);
|
|
this.pnlCaminho.TabIndex = 3;
|
|
this.pnlCaminho.Paint += new System.Windows.Forms.PaintEventHandler(this.pnlCaminho_Paint);
|
|
//
|
|
// pnlGraficos
|
|
//
|
|
this.pnlGraficos.Controls.Add(this.tabControl1);
|
|
this.pnlGraficos.Location = new System.Drawing.Point(606, 307);
|
|
this.pnlGraficos.Margin = new System.Windows.Forms.Padding(2);
|
|
this.pnlGraficos.Name = "pnlGraficos";
|
|
this.pnlGraficos.Size = new System.Drawing.Size(405, 254);
|
|
this.pnlGraficos.TabIndex = 4;
|
|
//
|
|
// tabControl1
|
|
//
|
|
this.tabControl1.Controls.Add(this.tabGrafico);
|
|
this.tabControl1.Controls.Add(this.tabSonar);
|
|
this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.tabControl1.Location = new System.Drawing.Point(0, 0);
|
|
this.tabControl1.Margin = new System.Windows.Forms.Padding(2);
|
|
this.tabControl1.Name = "tabControl1";
|
|
this.tabControl1.SelectedIndex = 0;
|
|
this.tabControl1.Size = new System.Drawing.Size(405, 254);
|
|
this.tabControl1.TabIndex = 0;
|
|
//
|
|
// tabGrafico
|
|
//
|
|
this.tabGrafico.Controls.Add(this.chartGraficos);
|
|
this.tabGrafico.Location = new System.Drawing.Point(4, 22);
|
|
this.tabGrafico.Margin = new System.Windows.Forms.Padding(2);
|
|
this.tabGrafico.Name = "tabGrafico";
|
|
this.tabGrafico.Padding = new System.Windows.Forms.Padding(2);
|
|
this.tabGrafico.Size = new System.Drawing.Size(397, 228);
|
|
this.tabGrafico.TabIndex = 0;
|
|
this.tabGrafico.Text = "Desempenho";
|
|
this.tabGrafico.UseVisualStyleBackColor = true;
|
|
//
|
|
// chartGraficos
|
|
//
|
|
chartArea1.Name = "ChartArea1";
|
|
this.chartGraficos.ChartAreas.Add(chartArea1);
|
|
this.chartGraficos.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
legend1.Name = "Legend1";
|
|
this.chartGraficos.Legends.Add(legend1);
|
|
this.chartGraficos.Location = new System.Drawing.Point(2, 2);
|
|
this.chartGraficos.Margin = new System.Windows.Forms.Padding(2);
|
|
this.chartGraficos.Name = "chartGraficos";
|
|
series1.ChartArea = "ChartArea1";
|
|
series1.Legend = "Legend1";
|
|
series1.Name = "Series1";
|
|
this.chartGraficos.Series.Add(series1);
|
|
this.chartGraficos.Size = new System.Drawing.Size(393, 224);
|
|
this.chartGraficos.TabIndex = 0;
|
|
this.chartGraficos.Text = "chart1";
|
|
//
|
|
// tabSonar
|
|
//
|
|
this.tabSonar.Controls.Add(this.picSonar);
|
|
this.tabSonar.Location = new System.Drawing.Point(4, 22);
|
|
this.tabSonar.Margin = new System.Windows.Forms.Padding(2);
|
|
this.tabSonar.Name = "tabSonar";
|
|
this.tabSonar.Padding = new System.Windows.Forms.Padding(2);
|
|
this.tabSonar.Size = new System.Drawing.Size(397, 228);
|
|
this.tabSonar.TabIndex = 1;
|
|
this.tabSonar.Text = "Sonar";
|
|
this.tabSonar.UseVisualStyleBackColor = true;
|
|
//
|
|
// picSonar
|
|
//
|
|
this.picSonar.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.picSonar.Location = new System.Drawing.Point(2, 2);
|
|
this.picSonar.Margin = new System.Windows.Forms.Padding(2);
|
|
this.picSonar.Name = "picSonar";
|
|
this.picSonar.Size = new System.Drawing.Size(393, 224);
|
|
this.picSonar.TabIndex = 1;
|
|
this.picSonar.TabStop = false;
|
|
//
|
|
// pnlNiveis
|
|
//
|
|
this.pnlNiveis.BackColor = System.Drawing.SystemColors.Control;
|
|
this.pnlNiveis.Controls.Add(this.lblPorcentagemProgressoRua);
|
|
this.pnlNiveis.Controls.Add(this.pgbProgressoRua);
|
|
this.pnlNiveis.Controls.Add(this.lblProgressoRua);
|
|
this.pnlNiveis.Controls.Add(this.lblDirecao);
|
|
this.pnlNiveis.Controls.Add(this.lblStatus);
|
|
this.pnlNiveis.Controls.Add(this.lblProgressoT);
|
|
this.pnlNiveis.Controls.Add(this.lblPorcentagemBateria);
|
|
this.pnlNiveis.Controls.Add(this.lblBateriaT);
|
|
this.pnlNiveis.Controls.Add(this.lblReservatorioT);
|
|
this.pnlNiveis.Controls.Add(this.lblPorcentagemProgresso);
|
|
this.pnlNiveis.Controls.Add(this.pgbBateria);
|
|
this.pnlNiveis.Controls.Add(this.pgbProgresso);
|
|
this.pnlNiveis.Controls.Add(this.lblPorcentagemReservatorio);
|
|
this.pnlNiveis.Controls.Add(this.pgbReservatorio);
|
|
this.pnlNiveis.Font = new System.Drawing.Font("Mongolian Baiti", 9F, System.Drawing.FontStyle.Bold);
|
|
this.pnlNiveis.Location = new System.Drawing.Point(9, 570);
|
|
this.pnlNiveis.Margin = new System.Windows.Forms.Padding(2);
|
|
this.pnlNiveis.Name = "pnlNiveis";
|
|
this.pnlNiveis.Size = new System.Drawing.Size(592, 69);
|
|
this.pnlNiveis.TabIndex = 6;
|
|
//
|
|
// lblPorcentagemProgressoRua
|
|
//
|
|
this.lblPorcentagemProgressoRua.AutoSize = true;
|
|
this.lblPorcentagemProgressoRua.Location = new System.Drawing.Point(533, 23);
|
|
this.lblPorcentagemProgressoRua.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.lblPorcentagemProgressoRua.Name = "lblPorcentagemProgressoRua";
|
|
this.lblPorcentagemProgressoRua.Size = new System.Drawing.Size(50, 13);
|
|
this.lblPorcentagemProgressoRua.TabIndex = 16;
|
|
this.lblPorcentagemProgressoRua.Text = "00,00%";
|
|
//
|
|
// pgbProgressoRua
|
|
//
|
|
this.pgbProgressoRua.Location = new System.Drawing.Point(375, 23);
|
|
this.pgbProgressoRua.Margin = new System.Windows.Forms.Padding(2);
|
|
this.pgbProgressoRua.Name = "pgbProgressoRua";
|
|
this.pgbProgressoRua.Size = new System.Drawing.Size(150, 13);
|
|
this.pgbProgressoRua.TabIndex = 15;
|
|
//
|
|
// lblProgressoRua
|
|
//
|
|
this.lblProgressoRua.AutoSize = true;
|
|
this.lblProgressoRua.Location = new System.Drawing.Point(307, 23);
|
|
this.lblProgressoRua.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.lblProgressoRua.Name = "lblProgressoRua";
|
|
this.lblProgressoRua.Size = new System.Drawing.Size(44, 13);
|
|
this.lblProgressoRua.TabIndex = 14;
|
|
this.lblProgressoRua.Text = "% Rua";
|
|
//
|
|
// lblDirecao
|
|
//
|
|
this.lblDirecao.AutoSize = true;
|
|
this.lblDirecao.Font = new System.Drawing.Font("Mongolian Baiti", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lblDirecao.Location = new System.Drawing.Point(308, 54);
|
|
this.lblDirecao.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.lblDirecao.Name = "lblDirecao";
|
|
this.lblDirecao.Size = new System.Drawing.Size(94, 11);
|
|
this.lblDirecao.TabIndex = 11;
|
|
this.lblDirecao.Text = "Direção: Parado";
|
|
//
|
|
// lblStatus
|
|
//
|
|
this.lblStatus.AutoSize = true;
|
|
this.lblStatus.Font = new System.Drawing.Font("Mongolian Baiti", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lblStatus.Location = new System.Drawing.Point(308, 41);
|
|
this.lblStatus.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.lblStatus.Name = "lblStatus";
|
|
this.lblStatus.Size = new System.Drawing.Size(114, 11);
|
|
this.lblStatus.TabIndex = 10;
|
|
this.lblStatus.Text = "Status: Aguardando";
|
|
//
|
|
// lblProgressoT
|
|
//
|
|
this.lblProgressoT.AutoSize = true;
|
|
this.lblProgressoT.Location = new System.Drawing.Point(307, 6);
|
|
this.lblProgressoT.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.lblProgressoT.Name = "lblProgressoT";
|
|
this.lblProgressoT.Size = new System.Drawing.Size(62, 13);
|
|
this.lblProgressoT.TabIndex = 8;
|
|
this.lblProgressoT.Text = "% Trajeto";
|
|
//
|
|
// lblPorcentagemBateria
|
|
//
|
|
this.lblPorcentagemBateria.AutoSize = true;
|
|
this.lblPorcentagemBateria.Location = new System.Drawing.Point(104, 43);
|
|
this.lblPorcentagemBateria.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.lblPorcentagemBateria.Name = "lblPorcentagemBateria";
|
|
this.lblPorcentagemBateria.Size = new System.Drawing.Size(50, 13);
|
|
this.lblPorcentagemBateria.TabIndex = 3;
|
|
this.lblPorcentagemBateria.Text = "00,00%";
|
|
//
|
|
// lblBateriaT
|
|
//
|
|
this.lblBateriaT.AutoSize = true;
|
|
this.lblBateriaT.Location = new System.Drawing.Point(2, 44);
|
|
this.lblBateriaT.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.lblBateriaT.Name = "lblBateriaT";
|
|
this.lblBateriaT.Size = new System.Drawing.Size(47, 13);
|
|
this.lblBateriaT.TabIndex = 7;
|
|
this.lblBateriaT.Text = "Bateria";
|
|
//
|
|
// lblReservatorioT
|
|
//
|
|
this.lblReservatorioT.AutoSize = true;
|
|
this.lblReservatorioT.Location = new System.Drawing.Point(2, 13);
|
|
this.lblReservatorioT.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.lblReservatorioT.Name = "lblReservatorioT";
|
|
this.lblReservatorioT.Size = new System.Drawing.Size(79, 13);
|
|
this.lblReservatorioT.TabIndex = 6;
|
|
this.lblReservatorioT.Text = "Reservatório";
|
|
//
|
|
// lblPorcentagemProgresso
|
|
//
|
|
this.lblPorcentagemProgresso.AutoSize = true;
|
|
this.lblPorcentagemProgresso.Location = new System.Drawing.Point(533, 6);
|
|
this.lblPorcentagemProgresso.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.lblPorcentagemProgresso.Name = "lblPorcentagemProgresso";
|
|
this.lblPorcentagemProgresso.Size = new System.Drawing.Size(50, 13);
|
|
this.lblPorcentagemProgresso.TabIndex = 5;
|
|
this.lblPorcentagemProgresso.Text = "00,00%";
|
|
//
|
|
// pgbBateria
|
|
//
|
|
this.pgbBateria.Location = new System.Drawing.Point(98, 36);
|
|
this.pgbBateria.Margin = new System.Windows.Forms.Padding(2);
|
|
this.pgbBateria.Name = "pgbBateria";
|
|
this.pgbBateria.Size = new System.Drawing.Size(175, 27);
|
|
this.pgbBateria.TabIndex = 2;
|
|
//
|
|
// pgbProgresso
|
|
//
|
|
this.pgbProgresso.Location = new System.Drawing.Point(375, 6);
|
|
this.pgbProgresso.Margin = new System.Windows.Forms.Padding(2);
|
|
this.pgbProgresso.Name = "pgbProgresso";
|
|
this.pgbProgresso.Size = new System.Drawing.Size(150, 13);
|
|
this.pgbProgresso.TabIndex = 4;
|
|
//
|
|
// lblPorcentagemReservatorio
|
|
//
|
|
this.lblPorcentagemReservatorio.AutoSize = true;
|
|
this.lblPorcentagemReservatorio.BackColor = System.Drawing.Color.Transparent;
|
|
this.lblPorcentagemReservatorio.Location = new System.Drawing.Point(104, 12);
|
|
this.lblPorcentagemReservatorio.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.lblPorcentagemReservatorio.Name = "lblPorcentagemReservatorio";
|
|
this.lblPorcentagemReservatorio.Size = new System.Drawing.Size(50, 13);
|
|
this.lblPorcentagemReservatorio.TabIndex = 1;
|
|
this.lblPorcentagemReservatorio.Text = "00,00%";
|
|
//
|
|
// pgbReservatorio
|
|
//
|
|
this.pgbReservatorio.Location = new System.Drawing.Point(98, 5);
|
|
this.pgbReservatorio.Margin = new System.Windows.Forms.Padding(2);
|
|
this.pgbReservatorio.Name = "pgbReservatorio";
|
|
this.pgbReservatorio.Size = new System.Drawing.Size(175, 27);
|
|
this.pgbReservatorio.TabIndex = 0;
|
|
//
|
|
// gpbOpcoes
|
|
//
|
|
this.gpbOpcoes.Controls.Add(this.btnCarregarMapa);
|
|
this.gpbOpcoes.Controls.Add(this.btnIniciarOperacao);
|
|
this.gpbOpcoes.Font = new System.Drawing.Font("Mongolian Baiti", 9F, System.Drawing.FontStyle.Bold);
|
|
this.gpbOpcoes.Location = new System.Drawing.Point(813, 566);
|
|
this.gpbOpcoes.Margin = new System.Windows.Forms.Padding(2);
|
|
this.gpbOpcoes.Name = "gpbOpcoes";
|
|
this.gpbOpcoes.Padding = new System.Windows.Forms.Padding(2);
|
|
this.gpbOpcoes.Size = new System.Drawing.Size(198, 119);
|
|
this.gpbOpcoes.TabIndex = 7;
|
|
this.gpbOpcoes.TabStop = false;
|
|
this.gpbOpcoes.Text = "Opções";
|
|
//
|
|
// btnCarregarMapa
|
|
//
|
|
this.btnCarregarMapa.Location = new System.Drawing.Point(22, 58);
|
|
this.btnCarregarMapa.Margin = new System.Windows.Forms.Padding(2);
|
|
this.btnCarregarMapa.Name = "btnCarregarMapa";
|
|
this.btnCarregarMapa.Size = new System.Drawing.Size(154, 21);
|
|
this.btnCarregarMapa.TabIndex = 5;
|
|
this.btnCarregarMapa.Text = "Selecionar Mapa";
|
|
this.btnCarregarMapa.UseVisualStyleBackColor = true;
|
|
this.btnCarregarMapa.Click += new System.EventHandler(this.btnCarregarMapa_Click);
|
|
//
|
|
// btnIniciarOperacao
|
|
//
|
|
this.btnIniciarOperacao.Location = new System.Drawing.Point(22, 87);
|
|
this.btnIniciarOperacao.Margin = new System.Windows.Forms.Padding(2);
|
|
this.btnIniciarOperacao.Name = "btnIniciarOperacao";
|
|
this.btnIniciarOperacao.Size = new System.Drawing.Size(154, 21);
|
|
this.btnIniciarOperacao.TabIndex = 6;
|
|
this.btnIniciarOperacao.Text = "Iniciar Operação";
|
|
this.btnIniciarOperacao.UseVisualStyleBackColor = true;
|
|
this.btnIniciarOperacao.Click += new System.EventHandler(this.btnIniciarOperacao_Click);
|
|
//
|
|
// gpbInformacoesGerais
|
|
//
|
|
this.gpbInformacoesGerais.Controls.Add(this.lblBateriaConsumida);
|
|
this.gpbInformacoesGerais.Controls.Add(this.lblHerbicidaPorErva);
|
|
this.gpbInformacoesGerais.Controls.Add(this.lblHerbicidaAplicado);
|
|
this.gpbInformacoesGerais.Controls.Add(this.lblErvasIdentificadas);
|
|
this.gpbInformacoesGerais.Controls.Add(this.lblVelocidadeMedia);
|
|
this.gpbInformacoesGerais.Controls.Add(this.lblTempoOperacao);
|
|
this.gpbInformacoesGerais.Controls.Add(this.lblDistanciaPercorrida);
|
|
this.gpbInformacoesGerais.Font = new System.Drawing.Font("Mongolian Baiti", 9F, System.Drawing.FontStyle.Bold);
|
|
this.gpbInformacoesGerais.Location = new System.Drawing.Point(606, 566);
|
|
this.gpbInformacoesGerais.Margin = new System.Windows.Forms.Padding(2);
|
|
this.gpbInformacoesGerais.Name = "gpbInformacoesGerais";
|
|
this.gpbInformacoesGerais.Padding = new System.Windows.Forms.Padding(2);
|
|
this.gpbInformacoesGerais.Size = new System.Drawing.Size(202, 119);
|
|
this.gpbInformacoesGerais.TabIndex = 9;
|
|
this.gpbInformacoesGerais.TabStop = false;
|
|
this.gpbInformacoesGerais.Text = "Informações Gerais";
|
|
//
|
|
// lblBateriaConsumida
|
|
//
|
|
this.lblBateriaConsumida.AutoSize = true;
|
|
this.lblBateriaConsumida.Location = new System.Drawing.Point(8, 100);
|
|
this.lblBateriaConsumida.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.lblBateriaConsumida.Name = "lblBateriaConsumida";
|
|
this.lblBateriaConsumida.Size = new System.Drawing.Size(158, 13);
|
|
this.lblBateriaConsumida.TabIndex = 6;
|
|
this.lblBateriaConsumida.Text = "Bateria Consumida: 0,00%";
|
|
//
|
|
// lblHerbicidaPorErva
|
|
//
|
|
this.lblHerbicidaPorErva.AutoSize = true;
|
|
this.lblHerbicidaPorErva.Location = new System.Drawing.Point(8, 87);
|
|
this.lblHerbicidaPorErva.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.lblHerbicidaPorErva.Name = "lblHerbicidaPorErva";
|
|
this.lblHerbicidaPorErva.Size = new System.Drawing.Size(177, 13);
|
|
this.lblHerbicidaPorErva.TabIndex = 5;
|
|
this.lblHerbicidaPorErva.Text = "Herbicida por Erva: 0,000 mL";
|
|
//
|
|
// lblHerbicidaAplicado
|
|
//
|
|
this.lblHerbicidaAplicado.AutoSize = true;
|
|
this.lblHerbicidaAplicado.Location = new System.Drawing.Point(8, 74);
|
|
this.lblHerbicidaAplicado.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.lblHerbicidaAplicado.Name = "lblHerbicidaAplicado";
|
|
this.lblHerbicidaAplicado.Size = new System.Drawing.Size(162, 13);
|
|
this.lblHerbicidaAplicado.TabIndex = 4;
|
|
this.lblHerbicidaAplicado.Text = "Herbicida Aplicado: 0,00 L";
|
|
//
|
|
// lblErvasIdentificadas
|
|
//
|
|
this.lblErvasIdentificadas.AutoSize = true;
|
|
this.lblErvasIdentificadas.Location = new System.Drawing.Point(8, 61);
|
|
this.lblErvasIdentificadas.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.lblErvasIdentificadas.Name = "lblErvasIdentificadas";
|
|
this.lblErvasIdentificadas.Size = new System.Drawing.Size(145, 13);
|
|
this.lblErvasIdentificadas.TabIndex = 3;
|
|
this.lblErvasIdentificadas.Text = "Ervas Identificadas: 000";
|
|
//
|
|
// lblVelocidadeMedia
|
|
//
|
|
this.lblVelocidadeMedia.AutoSize = true;
|
|
this.lblVelocidadeMedia.Location = new System.Drawing.Point(8, 48);
|
|
this.lblVelocidadeMedia.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.lblVelocidadeMedia.Name = "lblVelocidadeMedia";
|
|
this.lblVelocidadeMedia.Size = new System.Drawing.Size(174, 13);
|
|
this.lblVelocidadeMedia.TabIndex = 2;
|
|
this.lblVelocidadeMedia.Text = "Velocidade Média: 0,00 km/h";
|
|
//
|
|
// lblTempoOperacao
|
|
//
|
|
this.lblTempoOperacao.AutoSize = true;
|
|
this.lblTempoOperacao.Location = new System.Drawing.Point(8, 35);
|
|
this.lblTempoOperacao.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.lblTempoOperacao.Name = "lblTempoOperacao";
|
|
this.lblTempoOperacao.Size = new System.Drawing.Size(177, 13);
|
|
this.lblTempoOperacao.TabIndex = 1;
|
|
this.lblTempoOperacao.Text = "Tempo de Operação: 00:00:00";
|
|
//
|
|
// lblDistanciaPercorrida
|
|
//
|
|
this.lblDistanciaPercorrida.AutoSize = true;
|
|
this.lblDistanciaPercorrida.Location = new System.Drawing.Point(8, 22);
|
|
this.lblDistanciaPercorrida.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.lblDistanciaPercorrida.Name = "lblDistanciaPercorrida";
|
|
this.lblDistanciaPercorrida.Size = new System.Drawing.Size(170, 13);
|
|
this.lblDistanciaPercorrida.TabIndex = 0;
|
|
this.lblDistanciaPercorrida.Text = "Distancia Percorrida: 0,00 m";
|
|
//
|
|
// pnlInferior
|
|
//
|
|
this.pnlInferior.Controls.Add(this.lblDistancia);
|
|
this.pnlInferior.Controls.Add(this.lblMapaCarregado);
|
|
this.pnlInferior.Controls.Add(this.chbGPSativo);
|
|
this.pnlInferior.Controls.Add(this.chbATUativo);
|
|
this.pnlInferior.Controls.Add(this.chbDIRativo);
|
|
this.pnlInferior.Controls.Add(this.chbMOVativo);
|
|
this.pnlInferior.Controls.Add(this.lblUltimaLeituraRua);
|
|
this.pnlInferior.Controls.Add(this.lblUltimaLeituraSolo);
|
|
this.pnlInferior.Font = new System.Drawing.Font("Mongolian Baiti", 9F, System.Drawing.FontStyle.Bold);
|
|
this.pnlInferior.Location = new System.Drawing.Point(9, 644);
|
|
this.pnlInferior.Margin = new System.Windows.Forms.Padding(2);
|
|
this.pnlInferior.Name = "pnlInferior";
|
|
this.pnlInferior.Size = new System.Drawing.Size(592, 41);
|
|
this.pnlInferior.TabIndex = 13;
|
|
//
|
|
// lblDistancia
|
|
//
|
|
this.lblDistancia.AutoSize = true;
|
|
this.lblDistancia.Font = new System.Drawing.Font("Mongolian Baiti", 9F, System.Drawing.FontStyle.Bold);
|
|
this.lblDistancia.Location = new System.Drawing.Point(227, 24);
|
|
this.lblDistancia.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.lblDistancia.Name = "lblDistancia";
|
|
this.lblDistancia.Size = new System.Drawing.Size(171, 13);
|
|
this.lblDistancia.TabIndex = 10;
|
|
this.lblDistancia.Text = "Distância Operação: 00,00 m";
|
|
//
|
|
// lblMapaCarregado
|
|
//
|
|
this.lblMapaCarregado.AutoSize = true;
|
|
this.lblMapaCarregado.Font = new System.Drawing.Font("Mongolian Baiti", 9F, System.Drawing.FontStyle.Bold);
|
|
this.lblMapaCarregado.Location = new System.Drawing.Point(227, 4);
|
|
this.lblMapaCarregado.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.lblMapaCarregado.Name = "lblMapaCarregado";
|
|
this.lblMapaCarregado.Size = new System.Drawing.Size(129, 13);
|
|
this.lblMapaCarregado.TabIndex = 8;
|
|
this.lblMapaCarregado.Text = "Mapa carregado: N/A";
|
|
//
|
|
// chbGPSativo
|
|
//
|
|
this.chbGPSativo.AutoSize = true;
|
|
this.chbGPSativo.Location = new System.Drawing.Point(531, 20);
|
|
this.chbGPSativo.Name = "chbGPSativo";
|
|
this.chbGPSativo.Size = new System.Drawing.Size(52, 17);
|
|
this.chbGPSativo.TabIndex = 9;
|
|
this.chbGPSativo.Text = "GPS";
|
|
this.chbGPSativo.UseVisualStyleBackColor = true;
|
|
//
|
|
// chbATUativo
|
|
//
|
|
this.chbATUativo.AutoSize = true;
|
|
this.chbATUativo.Location = new System.Drawing.Point(531, 3);
|
|
this.chbATUativo.Name = "chbATUativo";
|
|
this.chbATUativo.Size = new System.Drawing.Size(54, 17);
|
|
this.chbATUativo.TabIndex = 8;
|
|
this.chbATUativo.Text = "ATU";
|
|
this.chbATUativo.UseVisualStyleBackColor = true;
|
|
//
|
|
// chbDIRativo
|
|
//
|
|
this.chbDIRativo.AutoSize = true;
|
|
this.chbDIRativo.Location = new System.Drawing.Point(467, 23);
|
|
this.chbDIRativo.Name = "chbDIRativo";
|
|
this.chbDIRativo.Size = new System.Drawing.Size(50, 17);
|
|
this.chbDIRativo.TabIndex = 7;
|
|
this.chbDIRativo.Text = "DIR";
|
|
this.chbDIRativo.UseVisualStyleBackColor = true;
|
|
//
|
|
// chbMOVativo
|
|
//
|
|
this.chbMOVativo.AutoSize = true;
|
|
this.chbMOVativo.Location = new System.Drawing.Point(467, 3);
|
|
this.chbMOVativo.Name = "chbMOVativo";
|
|
this.chbMOVativo.Size = new System.Drawing.Size(58, 17);
|
|
this.chbMOVativo.TabIndex = 6;
|
|
this.chbMOVativo.Text = "MOV";
|
|
this.chbMOVativo.UseVisualStyleBackColor = true;
|
|
//
|
|
// lblUltimaLeituraRua
|
|
//
|
|
this.lblUltimaLeituraRua.AutoSize = true;
|
|
this.lblUltimaLeituraRua.Location = new System.Drawing.Point(2, 4);
|
|
this.lblUltimaLeituraRua.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.lblUltimaLeituraRua.Name = "lblUltimaLeituraRua";
|
|
this.lblUltimaLeituraRua.Size = new System.Drawing.Size(198, 13);
|
|
this.lblUltimaLeituraRua.TabIndex = 5;
|
|
this.lblUltimaLeituraRua.Text = "Ultima Leitura Rua: 00:00:00.000";
|
|
//
|
|
// lblUltimaLeituraSolo
|
|
//
|
|
this.lblUltimaLeituraSolo.AutoSize = true;
|
|
this.lblUltimaLeituraSolo.Location = new System.Drawing.Point(2, 24);
|
|
this.lblUltimaLeituraSolo.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.lblUltimaLeituraSolo.Name = "lblUltimaLeituraSolo";
|
|
this.lblUltimaLeituraSolo.Size = new System.Drawing.Size(202, 13);
|
|
this.lblUltimaLeituraSolo.TabIndex = 4;
|
|
this.lblUltimaLeituraSolo.Text = "Ultima Leitura Solo: 00:00:00.000";
|
|
//
|
|
// pnlMapa
|
|
//
|
|
this.pnlMapa.Location = new System.Drawing.Point(9, 6);
|
|
this.pnlMapa.Name = "pnlMapa";
|
|
this.pnlMapa.Size = new System.Drawing.Size(347, 207);
|
|
this.pnlMapa.TabIndex = 14;
|
|
//
|
|
// pnlOrientacao
|
|
//
|
|
this.pnlOrientacao.BackColor = System.Drawing.Color.White;
|
|
this.pnlOrientacao.BackgroundImage = global::AgroBase.Properties.Resources.rosa_dos_ventos;
|
|
this.pnlOrientacao.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
|
this.pnlOrientacao.Location = new System.Drawing.Point(283, 6);
|
|
this.pnlOrientacao.Margin = new System.Windows.Forms.Padding(2);
|
|
this.pnlOrientacao.Name = "pnlOrientacao";
|
|
this.pnlOrientacao.Size = new System.Drawing.Size(78, 84);
|
|
this.pnlOrientacao.TabIndex = 11;
|
|
this.pnlOrientacao.Paint += new System.Windows.Forms.PaintEventHandler(this.pnlOrientacao_Paint);
|
|
//
|
|
// pnlInclinacao
|
|
//
|
|
this.pnlInclinacao.BackColor = System.Drawing.Color.White;
|
|
this.pnlInclinacao.BackgroundImage = global::AgroBase.Properties.Resources.transferidor;
|
|
this.pnlInclinacao.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
|
this.pnlInclinacao.Location = new System.Drawing.Point(937, 6);
|
|
this.pnlInclinacao.Margin = new System.Windows.Forms.Padding(2);
|
|
this.pnlInclinacao.Name = "pnlInclinacao";
|
|
this.pnlInclinacao.Size = new System.Drawing.Size(78, 84);
|
|
this.pnlInclinacao.TabIndex = 10;
|
|
this.pnlInclinacao.Paint += new System.Windows.Forms.PaintEventHandler(this.pnlInclinacao_Paint);
|
|
//
|
|
// pnlAnguloCamera
|
|
//
|
|
this.pnlAnguloCamera.BackColor = System.Drawing.Color.White;
|
|
this.pnlAnguloCamera.BackgroundImage = global::AgroBase.Properties.Resources.transferidor;
|
|
this.pnlAnguloCamera.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
|
this.pnlAnguloCamera.Location = new System.Drawing.Point(623, 6);
|
|
this.pnlAnguloCamera.Margin = new System.Windows.Forms.Padding(2);
|
|
this.pnlAnguloCamera.Name = "pnlAnguloCamera";
|
|
this.pnlAnguloCamera.Size = new System.Drawing.Size(78, 84);
|
|
this.pnlAnguloCamera.TabIndex = 15;
|
|
this.pnlAnguloCamera.Paint += new System.Windows.Forms.PaintEventHandler(this.pnlAnguloCamera_Paint);
|
|
//
|
|
// lblPerformance
|
|
//
|
|
this.lblPerformance.AutoSize = true;
|
|
this.lblPerformance.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lblPerformance.Location = new System.Drawing.Point(615, 687);
|
|
this.lblPerformance.Name = "lblPerformance";
|
|
this.lblPerformance.Size = new System.Drawing.Size(158, 12);
|
|
this.lblPerformance.TabIndex = 16;
|
|
this.lblPerformance.Text = "CPU: 0,0% GPU: 0,0% RAM: 0,0%";
|
|
//
|
|
// frmOperacaoMapaGPS
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.BackColor = System.Drawing.Color.White;
|
|
this.ClientSize = new System.Drawing.Size(1020, 704);
|
|
this.Controls.Add(this.lblPerformance);
|
|
this.Controls.Add(this.pnlAnguloCamera);
|
|
this.Controls.Add(this.pnlOrientacao);
|
|
this.Controls.Add(this.pnlMapa);
|
|
this.Controls.Add(this.pnlInferior);
|
|
this.Controls.Add(this.pnlInclinacao);
|
|
this.Controls.Add(this.gpbInformacoesGerais);
|
|
this.Controls.Add(this.gpbOpcoes);
|
|
this.Controls.Add(this.pnlNiveis);
|
|
this.Controls.Add(this.pnlGraficos);
|
|
this.Controls.Add(this.pnlCaminho);
|
|
this.Controls.Add(this.pnlAtuadores);
|
|
this.Controls.Add(this.pnlCameraCaminho);
|
|
this.Controls.Add(this.pnlCameraSolo);
|
|
this.Margin = new System.Windows.Forms.Padding(2);
|
|
this.Name = "frmOperacaoMapaGPS";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "Operação Mapa GPS";
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmOperacaoMapaGPS_FormClosing);
|
|
this.Load += new System.EventHandler(this.frmOperacaoMapaGPS_Load);
|
|
this.pnlCameraSolo.ResumeLayout(false);
|
|
this.pnlGraficos.ResumeLayout(false);
|
|
this.tabControl1.ResumeLayout(false);
|
|
this.tabGrafico.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.chartGraficos)).EndInit();
|
|
this.tabSonar.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.picSonar)).EndInit();
|
|
this.pnlNiveis.ResumeLayout(false);
|
|
this.pnlNiveis.PerformLayout();
|
|
this.gpbOpcoes.ResumeLayout(false);
|
|
this.gpbInformacoesGerais.ResumeLayout(false);
|
|
this.gpbInformacoesGerais.PerformLayout();
|
|
this.pnlInferior.ResumeLayout(false);
|
|
this.pnlInferior.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Panel pnlCameraSolo;
|
|
private System.Windows.Forms.Panel pnlCameraCaminho;
|
|
private System.Windows.Forms.Panel pnlAtuadores;
|
|
private System.Windows.Forms.Panel pnlCaminho;
|
|
private System.Windows.Forms.Panel pnlGraficos;
|
|
private System.Windows.Forms.DataVisualization.Charting.Chart chartGraficos;
|
|
private System.Windows.Forms.Panel pnlNiveis;
|
|
private System.Windows.Forms.Label lblPorcentagemBateria;
|
|
private System.Windows.Forms.ProgressBar pgbBateria;
|
|
private System.Windows.Forms.Label lblPorcentagemReservatorio;
|
|
private System.Windows.Forms.ProgressBar pgbReservatorio;
|
|
private System.Windows.Forms.GroupBox gpbOpcoes;
|
|
private System.Windows.Forms.Label lblPorcentagemProgresso;
|
|
private System.Windows.Forms.ProgressBar pgbProgresso;
|
|
private System.Windows.Forms.Button btnIniciarOperacao;
|
|
private System.Windows.Forms.Button btnCarregarMapa;
|
|
private System.Windows.Forms.GroupBox gpbInformacoesGerais;
|
|
private System.Windows.Forms.Label lblBateriaConsumida;
|
|
private System.Windows.Forms.Label lblHerbicidaPorErva;
|
|
private System.Windows.Forms.Label lblHerbicidaAplicado;
|
|
private System.Windows.Forms.Label lblErvasIdentificadas;
|
|
private System.Windows.Forms.Label lblVelocidadeMedia;
|
|
private System.Windows.Forms.Label lblTempoOperacao;
|
|
private System.Windows.Forms.Label lblDistanciaPercorrida;
|
|
private System.Windows.Forms.Panel pnlInclinacao;
|
|
private System.Windows.Forms.Panel pnlInferior;
|
|
private System.Windows.Forms.Label lblUltimaLeituraRua;
|
|
private System.Windows.Forms.Label lblUltimaLeituraSolo;
|
|
private System.Windows.Forms.Panel pnlCameraSoloD;
|
|
private System.Windows.Forms.Panel pnlCameraSoloE;
|
|
private System.Windows.Forms.Panel pnlMapa;
|
|
private System.Windows.Forms.CheckBox chbGPSativo;
|
|
private System.Windows.Forms.CheckBox chbATUativo;
|
|
private System.Windows.Forms.CheckBox chbDIRativo;
|
|
private System.Windows.Forms.CheckBox chbMOVativo;
|
|
private System.Windows.Forms.Label lblMapaCarregado;
|
|
private System.Windows.Forms.Panel pnlOrientacao;
|
|
private System.Windows.Forms.Label lblBateriaT;
|
|
private System.Windows.Forms.Label lblReservatorioT;
|
|
private System.Windows.Forms.Label lblProgressoT;
|
|
private System.Windows.Forms.Label lblDirecao;
|
|
private System.Windows.Forms.Label lblStatus;
|
|
private System.Windows.Forms.Label lblDistancia;
|
|
private System.Windows.Forms.Label lblPorcentagemProgressoRua;
|
|
private System.Windows.Forms.ProgressBar pgbProgressoRua;
|
|
private System.Windows.Forms.Label lblProgressoRua;
|
|
private System.Windows.Forms.Panel pnlAnguloCamera;
|
|
private System.Windows.Forms.Label lblPerformance;
|
|
private System.Windows.Forms.TabControl tabControl1;
|
|
private System.Windows.Forms.TabPage tabGrafico;
|
|
private System.Windows.Forms.TabPage tabSonar;
|
|
private System.Windows.Forms.PictureBox picSonar;
|
|
}
|
|
} |