agrobot_base/AgroBase/AgroMonitor/Forms/frmInicial.Designer.cs

143 lines
6.3 KiB
C#

namespace AgroMonitor
{
partial class frmInicial
{
/// <summary>
/// Variável de designer necessária.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Limpar os recursos que estão sendo usados.
/// </summary>
/// <param name="disposing">true se for necessário descartar os recursos gerenciados; caso contrário, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Código gerado pelo Windows Form Designer
/// <summary>
/// Método necessário para suporte ao Designer - não modifique
/// o conteúdo deste método com o editor de código.
/// </summary>
private void InitializeComponent()
{
this.picRastreamento = new System.Windows.Forms.PictureBox();
this.picRede = new System.Windows.Forms.PictureBox();
this.picAjustes = new System.Windows.Forms.PictureBox();
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
this.lblMqtt = new System.Windows.Forms.ToolStripStatusLabel();
this.lblLoRa = new System.Windows.Forms.ToolStripStatusLabel();
this.lblGps = new System.Windows.Forms.ToolStripStatusLabel();
((System.ComponentModel.ISupportInitialize)(this.picRastreamento)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.picRede)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.picAjustes)).BeginInit();
this.statusStrip1.SuspendLayout();
this.SuspendLayout();
//
// picRastreamento
//
this.picRastreamento.Cursor = System.Windows.Forms.Cursors.Hand;
this.picRastreamento.Image = global::AgroMonitor.Properties.Resources.rastreamento;
this.picRastreamento.Location = new System.Drawing.Point(489, 12);
this.picRastreamento.Name = "picRastreamento";
this.picRastreamento.Size = new System.Drawing.Size(200, 200);
this.picRastreamento.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.picRastreamento.TabIndex = 4;
this.picRastreamento.TabStop = false;
//
// picRede
//
this.picRede.Cursor = System.Windows.Forms.Cursors.Hand;
this.picRede.Image = global::AgroMonitor.Properties.Resources.rede;
this.picRede.Location = new System.Drawing.Point(250, 12);
this.picRede.Name = "picRede";
this.picRede.Size = new System.Drawing.Size(200, 200);
this.picRede.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.picRede.TabIndex = 3;
this.picRede.TabStop = false;
//
// picAjustes
//
this.picAjustes.Cursor = System.Windows.Forms.Cursors.Hand;
this.picAjustes.Image = global::AgroMonitor.Properties.Resources.ajustes;
this.picAjustes.Location = new System.Drawing.Point(12, 12);
this.picAjustes.Name = "picAjustes";
this.picAjustes.Size = new System.Drawing.Size(200, 200);
this.picAjustes.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.picAjustes.TabIndex = 2;
this.picAjustes.TabStop = false;
//
// statusStrip1
//
this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.lblMqtt,
this.lblLoRa,
this.lblGps});
this.statusStrip1.Location = new System.Drawing.Point(0, 230);
this.statusStrip1.Name = "statusStrip1";
this.statusStrip1.Size = new System.Drawing.Size(701, 22);
this.statusStrip1.TabIndex = 5;
this.statusStrip1.Text = "statusStrip1";
//
// lblMqtt
//
this.lblMqtt.Name = "lblMqtt";
this.lblMqtt.Size = new System.Drawing.Size(119, 17);
this.lblMqtt.Text = "MQTT: Desconectado";
//
// lblLoRa
//
this.lblLoRa.Name = "lblLoRa";
this.lblLoRa.Size = new System.Drawing.Size(114, 17);
this.lblLoRa.Text = "LoRa: Desconectado";
//
// lblGps
//
this.lblGps.Name = "lblGps";
this.lblGps.Size = new System.Drawing.Size(109, 17);
this.lblGps.Text = "GPS: Desconectado";
//
// frmInicial
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(701, 252);
this.Controls.Add(this.statusStrip1);
this.Controls.Add(this.picRastreamento);
this.Controls.Add(this.picRede);
this.Controls.Add(this.picAjustes);
this.Margin = new System.Windows.Forms.Padding(2);
this.MaximizeBox = false;
this.Name = "frmInicial";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Agro Monitoramento";
this.Load += new System.EventHandler(this.frmInicial_Load);
((System.ComponentModel.ISupportInitialize)(this.picRastreamento)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.picRede)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.picAjustes)).EndInit();
this.statusStrip1.ResumeLayout(false);
this.statusStrip1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.PictureBox picAjustes;
private System.Windows.Forms.PictureBox picRede;
private System.Windows.Forms.PictureBox picRastreamento;
private System.Windows.Forms.StatusStrip statusStrip1;
private System.Windows.Forms.ToolStripStatusLabel lblMqtt;
private System.Windows.Forms.ToolStripStatusLabel lblLoRa;
private System.Windows.Forms.ToolStripStatusLabel lblGps;
}
}