agrobot_base/AgroBase/AgroMonitor/frmInicial.Designer.cs

102 lines
4.6 KiB
C#
Raw Normal View History

2024-05-24 20:05:51 +00:00
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()
{
2024-07-12 19:44:56 +00:00
this.picRastreamento = new System.Windows.Forms.PictureBox();
this.picRede = new System.Windows.Forms.PictureBox();
this.picAjustes = new System.Windows.Forms.PictureBox();
((System.ComponentModel.ISupportInitialize)(this.picRastreamento)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.picRede)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.picAjustes)).BeginInit();
2024-05-24 20:05:51 +00:00
this.SuspendLayout();
//
2024-07-12 19:44:56 +00:00
// picRastreamento
2024-05-24 20:05:51 +00:00
//
2024-07-12 19:44:56 +00:00
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;
this.picRastreamento.Click += new System.EventHandler(this.picRastreamento_Click);
2024-05-24 20:05:51 +00:00
//
2024-07-12 19:44:56 +00:00
// picRede
2024-05-24 20:05:51 +00:00
//
2024-07-12 19:44:56 +00:00
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;
this.picRede.Click += new System.EventHandler(this.picRede_Click);
//
// 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;
this.picAjustes.Click += new System.EventHandler(this.picAjustes_Click);
2024-05-24 20:05:51 +00:00
//
// frmInicial
//
2024-07-12 19:44:56 +00:00
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
2024-05-24 20:05:51 +00:00
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
2024-07-12 19:44:56 +00:00
this.ClientSize = new System.Drawing.Size(701, 224);
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;
2024-05-24 20:05:51 +00:00
this.Name = "frmInicial";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Agro Monitoramento";
2024-07-12 19:44:56 +00:00
((System.ComponentModel.ISupportInitialize)(this.picRastreamento)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.picRede)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.picAjustes)).EndInit();
2024-05-24 20:05:51 +00:00
this.ResumeLayout(false);
}
#endregion
2024-07-12 19:44:56 +00:00
private System.Windows.Forms.PictureBox picAjustes;
private System.Windows.Forms.PictureBox picRede;
private System.Windows.Forms.PictureBox picRastreamento;
2024-05-24 20:05:51 +00:00
}
}