agrobot_base/AgroBase/AgroBase/Forms/frmMapa.Designer.cs

135 lines
6.2 KiB
C#
Raw Normal View History

2023-12-06 13:04:54 +00:00

namespace AgroBase.Forms
{
partial class frmMapa
{
/// <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()
{
this.pnlMapa = new System.Windows.Forms.Panel();
this.pnlBotoes = new System.Windows.Forms.Panel();
this.btnCalcular = new System.Windows.Forms.Button();
this.btnCalcularPontos = new System.Windows.Forms.Button();
2023-12-06 13:04:54 +00:00
this.lblMapa = new System.Windows.Forms.Label();
2024-01-03 10:52:37 +00:00
this.btnCarregar = new System.Windows.Forms.Button();
2024-01-18 19:22:28 +00:00
this.pnlBotoes.SuspendLayout();
2023-12-06 13:04:54 +00:00
this.SuspendLayout();
//
// 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(12, 12);
this.pnlMapa.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
2023-12-06 13:04:54 +00:00
this.pnlMapa.Name = "pnlMapa";
this.pnlMapa.Size = new System.Drawing.Size(1029, 571);
2023-12-06 13:04:54 +00:00
this.pnlMapa.TabIndex = 1;
//
// pnlBotoes
//
this.pnlBotoes.Controls.Add(this.btnCalcular);
this.pnlBotoes.Controls.Add(this.btnCalcularPontos);
2023-12-06 13:04:54 +00:00
this.pnlBotoes.Controls.Add(this.lblMapa);
this.pnlBotoes.Controls.Add(this.btnCarregar);
this.pnlBotoes.Dock = System.Windows.Forms.DockStyle.Bottom;
this.pnlBotoes.Location = new System.Drawing.Point(0, 589);
this.pnlBotoes.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
2023-12-06 13:04:54 +00:00
this.pnlBotoes.Name = "pnlBotoes";
this.pnlBotoes.Size = new System.Drawing.Size(1053, 57);
2023-12-06 13:04:54 +00:00
this.pnlBotoes.TabIndex = 2;
//
// btnCalcular
//
this.btnCalcular.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnCalcular.Location = new System.Drawing.Point(697, 14);
this.btnCalcular.Name = "btnCalcular";
this.btnCalcular.Size = new System.Drawing.Size(158, 32);
this.btnCalcular.TabIndex = 3;
this.btnCalcular.Text = "Calcular Trecho";
this.btnCalcular.UseVisualStyleBackColor = true;
this.btnCalcular.Click += new System.EventHandler(this.btnCalcular_Click);
//
// btnCalcularPontos
//
this.btnCalcularPontos.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnCalcularPontos.Location = new System.Drawing.Point(533, 14);
this.btnCalcularPontos.Name = "btnCalcularPontos";
this.btnCalcularPontos.Size = new System.Drawing.Size(158, 32);
this.btnCalcularPontos.TabIndex = 2;
this.btnCalcularPontos.Text = "Registrar Ponto";
this.btnCalcularPontos.UseVisualStyleBackColor = true;
this.btnCalcularPontos.Click += new System.EventHandler(this.btnCalcularPontos_Click);
//
2024-01-03 10:52:37 +00:00
// lblMapa
//
this.lblMapa.AutoSize = true;
this.lblMapa.Location = new System.Drawing.Point(12, 21);
2024-01-03 10:52:37 +00:00
this.lblMapa.Name = "lblMapa";
this.lblMapa.Size = new System.Drawing.Size(114, 16);
2024-01-03 10:52:37 +00:00
this.lblMapa.TabIndex = 1;
this.lblMapa.Text = "Mapa carregado: ";
//
2023-12-06 13:04:54 +00:00
// btnCarregar
//
this.btnCarregar.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnCarregar.Location = new System.Drawing.Point(912, 14);
this.btnCarregar.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
2023-12-06 13:04:54 +00:00
this.btnCarregar.Name = "btnCarregar";
this.btnCarregar.Size = new System.Drawing.Size(131, 32);
2023-12-06 13:04:54 +00:00
this.btnCarregar.TabIndex = 0;
this.btnCarregar.Text = "Carregar mapa";
this.btnCarregar.UseVisualStyleBackColor = true;
this.btnCarregar.Click += new System.EventHandler(this.btnCarregar_Click);
//
// frmMapa
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
2023-12-06 13:04:54 +00:00
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1053, 646);
2023-12-06 13:04:54 +00:00
this.Controls.Add(this.pnlBotoes);
this.Controls.Add(this.pnlMapa);
this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
2023-12-06 13:04:54 +00:00
this.Name = "frmMapa";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Mapas";
2024-02-23 17:52:42 +00:00
this.Load += new System.EventHandler(this.frmMapa_Load);
2023-12-06 13:04:54 +00:00
this.pnlBotoes.ResumeLayout(false);
this.pnlBotoes.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel pnlMapa;
private System.Windows.Forms.Panel pnlBotoes;
private System.Windows.Forms.Label lblMapa;
private System.Windows.Forms.Button btnCarregar;
private System.Windows.Forms.Button btnCalcularPontos;
private System.Windows.Forms.Button btnCalcular;
2023-12-06 13:04:54 +00:00
}
}