agrobot_base/AgroBase/AgroBase/Forms/IHM/frmDiagnosticos.Designer.cs

459 lines
26 KiB
C#

namespace AgroBase.Forms.IHM
{
partial class frmDiagnosticos
{
/// <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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmDiagnosticos));
this.tabControl1 = new System.Windows.Forms.TabControl();
this.tabPulverizador = new System.Windows.Forms.TabPage();
this.dgPulverizador = new System.Windows.Forms.DataGridView();
this.tabMovimentacao = new System.Windows.Forms.TabPage();
this.dgMovimentacao = new System.Windows.Forms.DataGridView();
this.tabDirecional = new System.Windows.Forms.TabPage();
this.dgDirecional = new System.Windows.Forms.DataGridView();
this.tabSensoriamento = new System.Windows.Forms.TabPage();
this.dgSensoriamento = new System.Windows.Forms.DataGridView();
this.tabComunicacao = new System.Windows.Forms.TabPage();
this.dgComunicacao = new System.Windows.Forms.DataGridView();
this.tabCameras = new System.Windows.Forms.TabPage();
this.dgCameras = new System.Windows.Forms.DataGridView();
this.tabSinaleiros = new System.Windows.Forms.TabPage();
this.dgSinaleiros = new System.Windows.Forms.DataGridView();
this.tabResultados = new System.Windows.Forms.TabPage();
this.dgResultados = new System.Windows.Forms.DataGridView();
this.tabFalhas = new System.Windows.Forms.TabPage();
this.tvwFalhas = new System.Windows.Forms.TreeView();
this.picCamera = new System.Windows.Forms.PictureBox();
this.picVoltar = new System.Windows.Forms.PictureBox();
this.picDiagnosticarTudo = new System.Windows.Forms.PictureBox();
this.picIniciarDiagnostico = new System.Windows.Forms.PictureBox();
this.picLoading = new System.Windows.Forms.PictureBox();
this.tabReles = new System.Windows.Forms.TabPage();
this.dgReles = new System.Windows.Forms.DataGridView();
this.tabControl1.SuspendLayout();
this.tabPulverizador.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgPulverizador)).BeginInit();
this.tabMovimentacao.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgMovimentacao)).BeginInit();
this.tabDirecional.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgDirecional)).BeginInit();
this.tabSensoriamento.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgSensoriamento)).BeginInit();
this.tabComunicacao.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgComunicacao)).BeginInit();
this.tabCameras.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgCameras)).BeginInit();
this.tabSinaleiros.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgSinaleiros)).BeginInit();
this.tabResultados.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgResultados)).BeginInit();
this.tabFalhas.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.picCamera)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.picVoltar)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.picDiagnosticarTudo)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.picIniciarDiagnostico)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.picLoading)).BeginInit();
this.tabReles.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgReles)).BeginInit();
this.SuspendLayout();
//
// tabControl1
//
this.tabControl1.Controls.Add(this.tabPulverizador);
this.tabControl1.Controls.Add(this.tabMovimentacao);
this.tabControl1.Controls.Add(this.tabDirecional);
this.tabControl1.Controls.Add(this.tabSensoriamento);
this.tabControl1.Controls.Add(this.tabComunicacao);
this.tabControl1.Controls.Add(this.tabCameras);
this.tabControl1.Controls.Add(this.tabSinaleiros);
this.tabControl1.Controls.Add(this.tabReles);
this.tabControl1.Controls.Add(this.tabResultados);
this.tabControl1.Controls.Add(this.tabFalhas);
this.tabControl1.Font = new System.Drawing.Font("Microsoft Sans Serif", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.tabControl1.Location = new System.Drawing.Point(100, 12);
this.tabControl1.Name = "tabControl1";
this.tabControl1.SelectedIndex = 0;
this.tabControl1.Size = new System.Drawing.Size(912, 576);
this.tabControl1.TabIndex = 0;
//
// tabPulverizador
//
this.tabPulverizador.Controls.Add(this.dgPulverizador);
this.tabPulverizador.Location = new System.Drawing.Point(4, 38);
this.tabPulverizador.Name = "tabPulverizador";
this.tabPulverizador.Padding = new System.Windows.Forms.Padding(3);
this.tabPulverizador.Size = new System.Drawing.Size(904, 534);
this.tabPulverizador.TabIndex = 0;
this.tabPulverizador.Text = "Pulverizador";
this.tabPulverizador.UseVisualStyleBackColor = true;
//
// dgPulverizador
//
this.dgPulverizador.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.dgPulverizador.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgPulverizador.EditMode = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically;
this.dgPulverizador.Location = new System.Drawing.Point(6, 6);
this.dgPulverizador.Name = "dgPulverizador";
this.dgPulverizador.Size = new System.Drawing.Size(892, 520);
this.dgPulverizador.TabIndex = 0;
//
// tabMovimentacao
//
this.tabMovimentacao.Controls.Add(this.dgMovimentacao);
this.tabMovimentacao.Location = new System.Drawing.Point(4, 38);
this.tabMovimentacao.Name = "tabMovimentacao";
this.tabMovimentacao.Padding = new System.Windows.Forms.Padding(3);
this.tabMovimentacao.Size = new System.Drawing.Size(904, 534);
this.tabMovimentacao.TabIndex = 1;
this.tabMovimentacao.Text = "Movimentação";
this.tabMovimentacao.UseVisualStyleBackColor = true;
//
// dgMovimentacao
//
this.dgMovimentacao.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.dgMovimentacao.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgMovimentacao.EditMode = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically;
this.dgMovimentacao.Location = new System.Drawing.Point(6, 6);
this.dgMovimentacao.Name = "dgMovimentacao";
this.dgMovimentacao.Size = new System.Drawing.Size(892, 522);
this.dgMovimentacao.TabIndex = 1;
//
// tabDirecional
//
this.tabDirecional.Controls.Add(this.dgDirecional);
this.tabDirecional.Location = new System.Drawing.Point(4, 38);
this.tabDirecional.Name = "tabDirecional";
this.tabDirecional.Padding = new System.Windows.Forms.Padding(3);
this.tabDirecional.Size = new System.Drawing.Size(904, 534);
this.tabDirecional.TabIndex = 2;
this.tabDirecional.Text = "Direcional";
this.tabDirecional.UseVisualStyleBackColor = true;
//
// dgDirecional
//
this.dgDirecional.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.dgDirecional.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgDirecional.EditMode = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically;
this.dgDirecional.Location = new System.Drawing.Point(6, 6);
this.dgDirecional.Name = "dgDirecional";
this.dgDirecional.Size = new System.Drawing.Size(892, 522);
this.dgDirecional.TabIndex = 2;
//
// tabSensoriamento
//
this.tabSensoriamento.Controls.Add(this.dgSensoriamento);
this.tabSensoriamento.Location = new System.Drawing.Point(4, 38);
this.tabSensoriamento.Name = "tabSensoriamento";
this.tabSensoriamento.Padding = new System.Windows.Forms.Padding(3);
this.tabSensoriamento.Size = new System.Drawing.Size(904, 534);
this.tabSensoriamento.TabIndex = 3;
this.tabSensoriamento.Text = "Sensoriamento";
this.tabSensoriamento.UseVisualStyleBackColor = true;
//
// dgSensoriamento
//
this.dgSensoriamento.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.dgSensoriamento.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgSensoriamento.EditMode = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically;
this.dgSensoriamento.Location = new System.Drawing.Point(6, 6);
this.dgSensoriamento.Name = "dgSensoriamento";
this.dgSensoriamento.Size = new System.Drawing.Size(892, 522);
this.dgSensoriamento.TabIndex = 3;
//
// tabComunicacao
//
this.tabComunicacao.Controls.Add(this.dgComunicacao);
this.tabComunicacao.Location = new System.Drawing.Point(4, 38);
this.tabComunicacao.Name = "tabComunicacao";
this.tabComunicacao.Padding = new System.Windows.Forms.Padding(3);
this.tabComunicacao.Size = new System.Drawing.Size(904, 534);
this.tabComunicacao.TabIndex = 4;
this.tabComunicacao.Text = "Comunicação";
this.tabComunicacao.UseVisualStyleBackColor = true;
//
// dgComunicacao
//
this.dgComunicacao.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.dgComunicacao.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgComunicacao.EditMode = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically;
this.dgComunicacao.Location = new System.Drawing.Point(6, 6);
this.dgComunicacao.Name = "dgComunicacao";
this.dgComunicacao.Size = new System.Drawing.Size(892, 522);
this.dgComunicacao.TabIndex = 4;
//
// tabCameras
//
this.tabCameras.Controls.Add(this.dgCameras);
this.tabCameras.Location = new System.Drawing.Point(4, 38);
this.tabCameras.Name = "tabCameras";
this.tabCameras.Padding = new System.Windows.Forms.Padding(3);
this.tabCameras.Size = new System.Drawing.Size(904, 534);
this.tabCameras.TabIndex = 5;
this.tabCameras.Text = "Câmeras";
this.tabCameras.UseVisualStyleBackColor = true;
//
// dgCameras
//
this.dgCameras.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.dgCameras.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgCameras.EditMode = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically;
this.dgCameras.Location = new System.Drawing.Point(6, 6);
this.dgCameras.Name = "dgCameras";
this.dgCameras.Size = new System.Drawing.Size(892, 522);
this.dgCameras.TabIndex = 5;
//
// tabSinaleiros
//
this.tabSinaleiros.Controls.Add(this.dgSinaleiros);
this.tabSinaleiros.Location = new System.Drawing.Point(4, 38);
this.tabSinaleiros.Name = "tabSinaleiros";
this.tabSinaleiros.Padding = new System.Windows.Forms.Padding(3);
this.tabSinaleiros.Size = new System.Drawing.Size(904, 534);
this.tabSinaleiros.TabIndex = 6;
this.tabSinaleiros.Text = "Sinaleiros";
this.tabSinaleiros.UseVisualStyleBackColor = true;
//
// dgSinaleiros
//
this.dgSinaleiros.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.dgSinaleiros.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgSinaleiros.EditMode = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically;
this.dgSinaleiros.Location = new System.Drawing.Point(6, 6);
this.dgSinaleiros.Name = "dgSinaleiros";
this.dgSinaleiros.Size = new System.Drawing.Size(892, 522);
this.dgSinaleiros.TabIndex = 6;
//
// tabResultados
//
this.tabResultados.Controls.Add(this.dgResultados);
this.tabResultados.Location = new System.Drawing.Point(4, 38);
this.tabResultados.Name = "tabResultados";
this.tabResultados.Padding = new System.Windows.Forms.Padding(3);
this.tabResultados.Size = new System.Drawing.Size(904, 534);
this.tabResultados.TabIndex = 7;
this.tabResultados.Text = "Resultados";
this.tabResultados.UseVisualStyleBackColor = true;
//
// dgResultados
//
this.dgResultados.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.dgResultados.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgResultados.EditMode = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically;
this.dgResultados.Location = new System.Drawing.Point(6, 6);
this.dgResultados.Name = "dgResultados";
this.dgResultados.Size = new System.Drawing.Size(892, 522);
this.dgResultados.TabIndex = 7;
//
// tabFalhas
//
this.tabFalhas.Controls.Add(this.tvwFalhas);
this.tabFalhas.Location = new System.Drawing.Point(4, 38);
this.tabFalhas.Name = "tabFalhas";
this.tabFalhas.Padding = new System.Windows.Forms.Padding(3);
this.tabFalhas.Size = new System.Drawing.Size(904, 534);
this.tabFalhas.TabIndex = 8;
this.tabFalhas.Text = "Cód. Falhas";
this.tabFalhas.UseVisualStyleBackColor = true;
//
// tvwFalhas
//
this.tvwFalhas.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.tvwFalhas.Location = new System.Drawing.Point(6, 6);
this.tvwFalhas.Name = "tvwFalhas";
this.tvwFalhas.Size = new System.Drawing.Size(892, 522);
this.tvwFalhas.TabIndex = 0;
//
// picCamera
//
this.picCamera.Location = new System.Drawing.Point(12, 194);
this.picCamera.Name = "picCamera";
this.picCamera.Size = new System.Drawing.Size(65, 65);
this.picCamera.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.picCamera.TabIndex = 6;
this.picCamera.TabStop = false;
//
// picVoltar
//
this.picVoltar.Image = global::AgroBase.Properties.Resources.voltar;
this.picVoltar.Location = new System.Drawing.Point(12, 12);
this.picVoltar.Name = "picVoltar";
this.picVoltar.Size = new System.Drawing.Size(65, 65);
this.picVoltar.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.picVoltar.TabIndex = 12;
this.picVoltar.TabStop = false;
//
// picDiagnosticarTudo
//
this.picDiagnosticarTudo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.picDiagnosticarTudo.Image = global::AgroBase.Properties.Resources.diagnostico;
this.picDiagnosticarTudo.Location = new System.Drawing.Point(12, 519);
this.picDiagnosticarTudo.Name = "picDiagnosticarTudo";
this.picDiagnosticarTudo.Size = new System.Drawing.Size(65, 65);
this.picDiagnosticarTudo.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.picDiagnosticarTudo.TabIndex = 13;
this.picDiagnosticarTudo.TabStop = false;
//
// picIniciarDiagnostico
//
this.picIniciarDiagnostico.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.picIniciarDiagnostico.Image = global::AgroBase.Properties.Resources.iniciar;
this.picIniciarDiagnostico.Location = new System.Drawing.Point(12, 425);
this.picIniciarDiagnostico.Name = "picIniciarDiagnostico";
this.picIniciarDiagnostico.Size = new System.Drawing.Size(65, 65);
this.picIniciarDiagnostico.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.picIniciarDiagnostico.TabIndex = 14;
this.picIniciarDiagnostico.TabStop = false;
//
// picLoading
//
this.picLoading.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.picLoading.Location = new System.Drawing.Point(12, 328);
this.picLoading.Name = "picLoading";
this.picLoading.Size = new System.Drawing.Size(65, 65);
this.picLoading.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.picLoading.TabIndex = 15;
this.picLoading.TabStop = false;
//
// tabReles
//
this.tabReles.Controls.Add(this.dgReles);
this.tabReles.Location = new System.Drawing.Point(4, 38);
this.tabReles.Name = "tabReles";
this.tabReles.Padding = new System.Windows.Forms.Padding(3);
this.tabReles.Size = new System.Drawing.Size(904, 534);
this.tabReles.TabIndex = 9;
this.tabReles.Text = "Reles";
this.tabReles.UseVisualStyleBackColor = true;
//
// dgReles
//
this.dgReles.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.dgReles.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgReles.EditMode = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically;
this.dgReles.Location = new System.Drawing.Point(6, 6);
this.dgReles.Name = "dgReles";
this.dgReles.Size = new System.Drawing.Size(892, 522);
this.dgReles.TabIndex = 7;
//
// frmDiagnosticos
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1024, 600);
this.Controls.Add(this.picCamera);
this.Controls.Add(this.picLoading);
this.Controls.Add(this.picIniciarDiagnostico);
this.Controls.Add(this.picDiagnosticarTudo);
this.Controls.Add(this.picVoltar);
this.Controls.Add(this.tabControl1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "frmDiagnosticos";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Diagnósticos";
this.TopMost = true;
this.Load += new System.EventHandler(this.frmDiagnosticos_Load);
this.tabControl1.ResumeLayout(false);
this.tabPulverizador.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dgPulverizador)).EndInit();
this.tabMovimentacao.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dgMovimentacao)).EndInit();
this.tabDirecional.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dgDirecional)).EndInit();
this.tabSensoriamento.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dgSensoriamento)).EndInit();
this.tabComunicacao.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dgComunicacao)).EndInit();
this.tabCameras.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dgCameras)).EndInit();
this.tabSinaleiros.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dgSinaleiros)).EndInit();
this.tabResultados.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dgResultados)).EndInit();
this.tabFalhas.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.picCamera)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.picVoltar)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.picDiagnosticarTudo)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.picIniciarDiagnostico)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.picLoading)).EndInit();
this.tabReles.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dgReles)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.TabControl tabControl1;
private System.Windows.Forms.TabPage tabPulverizador;
private System.Windows.Forms.TabPage tabMovimentacao;
private System.Windows.Forms.TabPage tabDirecional;
private System.Windows.Forms.TabPage tabSensoriamento;
private System.Windows.Forms.TabPage tabComunicacao;
private System.Windows.Forms.TabPage tabCameras;
private System.Windows.Forms.TabPage tabSinaleiros;
private System.Windows.Forms.PictureBox picVoltar;
private System.Windows.Forms.TabPage tabResultados;
private System.Windows.Forms.PictureBox picDiagnosticarTudo;
private System.Windows.Forms.DataGridView dgPulverizador;
private System.Windows.Forms.PictureBox picIniciarDiagnostico;
private System.Windows.Forms.DataGridView dgMovimentacao;
private System.Windows.Forms.DataGridView dgDirecional;
private System.Windows.Forms.DataGridView dgSensoriamento;
private System.Windows.Forms.DataGridView dgComunicacao;
private System.Windows.Forms.DataGridView dgCameras;
private System.Windows.Forms.DataGridView dgSinaleiros;
private System.Windows.Forms.DataGridView dgResultados;
private System.Windows.Forms.PictureBox picCamera;
private System.Windows.Forms.PictureBox picLoading;
private System.Windows.Forms.TabPage tabFalhas;
private System.Windows.Forms.TreeView tvwFalhas;
private System.Windows.Forms.TabPage tabReles;
private System.Windows.Forms.DataGridView dgReles;
}
}