323 lines
16 KiB
C#
323 lines
16 KiB
C#
namespace AgroBase.Forms.Simuladores
|
|
{
|
|
partial class frmSimulacaoMapeamentoVisual
|
|
{
|
|
/// <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.imgOriginal = new System.Windows.Forms.PictureBox();
|
|
this.imgSegmentacao = new System.Windows.Forms.PictureBox();
|
|
this.btnIniciarSimulacao = new System.Windows.Forms.Button();
|
|
this.btnCarregarFotos = new System.Windows.Forms.Button();
|
|
this.btnProximo = new System.Windows.Forms.Button();
|
|
this.btnAnterior = new System.Windows.Forms.Button();
|
|
this.lblErroAngular = new System.Windows.Forms.Label();
|
|
this.lblErroLateral = new System.Windows.Forms.Label();
|
|
this.lblStatusCarro = new System.Windows.Forms.Label();
|
|
this.lblVelocidadeSP = new System.Windows.Forms.Label();
|
|
this.lblAnguloSP = new System.Windows.Forms.Label();
|
|
this.lblTipoMovimento = new System.Windows.Forms.Label();
|
|
this.txtErroAngular = new System.Windows.Forms.TextBox();
|
|
this.txtErroLateral = new System.Windows.Forms.TextBox();
|
|
this.txtStatusCarro = new System.Windows.Forms.TextBox();
|
|
this.txtVelocidadeSP = new System.Windows.Forms.TextBox();
|
|
this.txtAnguloSP = new System.Windows.Forms.TextBox();
|
|
this.txtTipoMovimento = new System.Windows.Forms.TextBox();
|
|
this.lblInfo = new System.Windows.Forms.Label();
|
|
this.txtImagemAtual = new System.Windows.Forms.TextBox();
|
|
this.btnIr = new System.Windows.Forms.Button();
|
|
this.btnAtualizar = new System.Windows.Forms.Button();
|
|
((System.ComponentModel.ISupportInitialize)(this.imgOriginal)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.imgSegmentacao)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// imgOriginal
|
|
//
|
|
this.imgOriginal.Location = new System.Drawing.Point(12, 12);
|
|
this.imgOriginal.Name = "imgOriginal";
|
|
this.imgOriginal.Size = new System.Drawing.Size(400, 400);
|
|
this.imgOriginal.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|
this.imgOriginal.TabIndex = 0;
|
|
this.imgOriginal.TabStop = false;
|
|
//
|
|
// imgSegmentacao
|
|
//
|
|
this.imgSegmentacao.Location = new System.Drawing.Point(418, 12);
|
|
this.imgSegmentacao.Name = "imgSegmentacao";
|
|
this.imgSegmentacao.Size = new System.Drawing.Size(400, 400);
|
|
this.imgSegmentacao.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|
this.imgSegmentacao.TabIndex = 1;
|
|
this.imgSegmentacao.TabStop = false;
|
|
//
|
|
// btnIniciarSimulacao
|
|
//
|
|
this.btnIniciarSimulacao.Location = new System.Drawing.Point(12, 594);
|
|
this.btnIniciarSimulacao.Name = "btnIniciarSimulacao";
|
|
this.btnIniciarSimulacao.Size = new System.Drawing.Size(125, 32);
|
|
this.btnIniciarSimulacao.TabIndex = 2;
|
|
this.btnIniciarSimulacao.Text = "Iniciar Simulação";
|
|
this.btnIniciarSimulacao.UseVisualStyleBackColor = true;
|
|
this.btnIniciarSimulacao.Click += new System.EventHandler(this.btnIniciarSimulacao_Click);
|
|
//
|
|
// btnCarregarFotos
|
|
//
|
|
this.btnCarregarFotos.Location = new System.Drawing.Point(12, 556);
|
|
this.btnCarregarFotos.Name = "btnCarregarFotos";
|
|
this.btnCarregarFotos.Size = new System.Drawing.Size(125, 32);
|
|
this.btnCarregarFotos.TabIndex = 3;
|
|
this.btnCarregarFotos.Text = "Carregar Fotos";
|
|
this.btnCarregarFotos.UseVisualStyleBackColor = true;
|
|
this.btnCarregarFotos.Click += new System.EventHandler(this.btnCarregarFotos_Click);
|
|
//
|
|
// btnProximo
|
|
//
|
|
this.btnProximo.Location = new System.Drawing.Point(287, 431);
|
|
this.btnProximo.Name = "btnProximo";
|
|
this.btnProximo.Size = new System.Drawing.Size(125, 32);
|
|
this.btnProximo.TabIndex = 4;
|
|
this.btnProximo.Text = "Próximo";
|
|
this.btnProximo.UseVisualStyleBackColor = true;
|
|
this.btnProximo.Click += new System.EventHandler(this.btnProximo_Click);
|
|
//
|
|
// btnAnterior
|
|
//
|
|
this.btnAnterior.Location = new System.Drawing.Point(12, 431);
|
|
this.btnAnterior.Name = "btnAnterior";
|
|
this.btnAnterior.Size = new System.Drawing.Size(125, 32);
|
|
this.btnAnterior.TabIndex = 5;
|
|
this.btnAnterior.Text = "Anterior";
|
|
this.btnAnterior.UseVisualStyleBackColor = true;
|
|
this.btnAnterior.Click += new System.EventHandler(this.btnAnterior_Click);
|
|
//
|
|
// lblErroAngular
|
|
//
|
|
this.lblErroAngular.AutoSize = true;
|
|
this.lblErroAngular.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lblErroAngular.Location = new System.Drawing.Point(418, 423);
|
|
this.lblErroAngular.Name = "lblErroAngular";
|
|
this.lblErroAngular.Size = new System.Drawing.Size(98, 20);
|
|
this.lblErroAngular.TabIndex = 6;
|
|
this.lblErroAngular.Text = "Erro Angular";
|
|
//
|
|
// lblErroLateral
|
|
//
|
|
this.lblErroLateral.AutoSize = true;
|
|
this.lblErroLateral.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lblErroLateral.Location = new System.Drawing.Point(418, 449);
|
|
this.lblErroLateral.Name = "lblErroLateral";
|
|
this.lblErroLateral.Size = new System.Drawing.Size(92, 20);
|
|
this.lblErroLateral.TabIndex = 7;
|
|
this.lblErroLateral.Text = "Erro Lateral";
|
|
//
|
|
// lblStatusCarro
|
|
//
|
|
this.lblStatusCarro.AutoSize = true;
|
|
this.lblStatusCarro.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lblStatusCarro.Location = new System.Drawing.Point(418, 475);
|
|
this.lblStatusCarro.Name = "lblStatusCarro";
|
|
this.lblStatusCarro.Size = new System.Drawing.Size(99, 20);
|
|
this.lblStatusCarro.TabIndex = 8;
|
|
this.lblStatusCarro.Text = "Status Carro";
|
|
//
|
|
// lblVelocidadeSP
|
|
//
|
|
this.lblVelocidadeSP.AutoSize = true;
|
|
this.lblVelocidadeSP.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lblVelocidadeSP.Location = new System.Drawing.Point(418, 501);
|
|
this.lblVelocidadeSP.Name = "lblVelocidadeSP";
|
|
this.lblVelocidadeSP.Size = new System.Drawing.Size(113, 20);
|
|
this.lblVelocidadeSP.TabIndex = 9;
|
|
this.lblVelocidadeSP.Text = "Velocidade SP";
|
|
//
|
|
// lblAnguloSP
|
|
//
|
|
this.lblAnguloSP.AutoSize = true;
|
|
this.lblAnguloSP.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lblAnguloSP.Location = new System.Drawing.Point(418, 527);
|
|
this.lblAnguloSP.Name = "lblAnguloSP";
|
|
this.lblAnguloSP.Size = new System.Drawing.Size(84, 20);
|
|
this.lblAnguloSP.TabIndex = 10;
|
|
this.lblAnguloSP.Text = "Angulo SP";
|
|
//
|
|
// lblTipoMovimento
|
|
//
|
|
this.lblTipoMovimento.AutoSize = true;
|
|
this.lblTipoMovimento.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lblTipoMovimento.Location = new System.Drawing.Point(418, 551);
|
|
this.lblTipoMovimento.Name = "lblTipoMovimento";
|
|
this.lblTipoMovimento.Size = new System.Drawing.Size(120, 20);
|
|
this.lblTipoMovimento.TabIndex = 11;
|
|
this.lblTipoMovimento.Text = "Tipo Movimento";
|
|
//
|
|
// txtErroAngular
|
|
//
|
|
this.txtErroAngular.Location = new System.Drawing.Point(544, 423);
|
|
this.txtErroAngular.Name = "txtErroAngular";
|
|
this.txtErroAngular.Size = new System.Drawing.Size(118, 20);
|
|
this.txtErroAngular.TabIndex = 12;
|
|
this.txtErroAngular.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// txtErroLateral
|
|
//
|
|
this.txtErroLateral.Location = new System.Drawing.Point(544, 449);
|
|
this.txtErroLateral.Name = "txtErroLateral";
|
|
this.txtErroLateral.Size = new System.Drawing.Size(118, 20);
|
|
this.txtErroLateral.TabIndex = 13;
|
|
this.txtErroLateral.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// txtStatusCarro
|
|
//
|
|
this.txtStatusCarro.Location = new System.Drawing.Point(544, 475);
|
|
this.txtStatusCarro.Name = "txtStatusCarro";
|
|
this.txtStatusCarro.Size = new System.Drawing.Size(118, 20);
|
|
this.txtStatusCarro.TabIndex = 14;
|
|
this.txtStatusCarro.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// txtVelocidadeSP
|
|
//
|
|
this.txtVelocidadeSP.Location = new System.Drawing.Point(544, 501);
|
|
this.txtVelocidadeSP.Name = "txtVelocidadeSP";
|
|
this.txtVelocidadeSP.Size = new System.Drawing.Size(118, 20);
|
|
this.txtVelocidadeSP.TabIndex = 15;
|
|
this.txtVelocidadeSP.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// txtAnguloSP
|
|
//
|
|
this.txtAnguloSP.Location = new System.Drawing.Point(544, 527);
|
|
this.txtAnguloSP.Name = "txtAnguloSP";
|
|
this.txtAnguloSP.Size = new System.Drawing.Size(118, 20);
|
|
this.txtAnguloSP.TabIndex = 16;
|
|
this.txtAnguloSP.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// txtTipoMovimento
|
|
//
|
|
this.txtTipoMovimento.Location = new System.Drawing.Point(544, 553);
|
|
this.txtTipoMovimento.Name = "txtTipoMovimento";
|
|
this.txtTipoMovimento.Size = new System.Drawing.Size(118, 20);
|
|
this.txtTipoMovimento.TabIndex = 17;
|
|
this.txtTipoMovimento.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// lblInfo
|
|
//
|
|
this.lblInfo.AutoSize = true;
|
|
this.lblInfo.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lblInfo.Location = new System.Drawing.Point(12, 415);
|
|
this.lblInfo.Name = "lblInfo";
|
|
this.lblInfo.Size = new System.Drawing.Size(33, 13);
|
|
this.lblInfo.TabIndex = 18;
|
|
this.lblInfo.Text = "0/0 - ";
|
|
//
|
|
// txtImagemAtual
|
|
//
|
|
this.txtImagemAtual.Location = new System.Drawing.Point(12, 469);
|
|
this.txtImagemAtual.Name = "txtImagemAtual";
|
|
this.txtImagemAtual.Size = new System.Drawing.Size(53, 20);
|
|
this.txtImagemAtual.TabIndex = 19;
|
|
this.txtImagemAtual.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// btnIr
|
|
//
|
|
this.btnIr.Location = new System.Drawing.Point(71, 469);
|
|
this.btnIr.Name = "btnIr";
|
|
this.btnIr.Size = new System.Drawing.Size(66, 20);
|
|
this.btnIr.TabIndex = 20;
|
|
this.btnIr.Text = "Ir";
|
|
this.btnIr.UseVisualStyleBackColor = true;
|
|
this.btnIr.Click += new System.EventHandler(this.btnIr_Click);
|
|
//
|
|
// btnAtualizar
|
|
//
|
|
this.btnAtualizar.Location = new System.Drawing.Point(149, 431);
|
|
this.btnAtualizar.Name = "btnAtualizar";
|
|
this.btnAtualizar.Size = new System.Drawing.Size(125, 32);
|
|
this.btnAtualizar.TabIndex = 21;
|
|
this.btnAtualizar.Text = "Atualizar";
|
|
this.btnAtualizar.UseVisualStyleBackColor = true;
|
|
this.btnAtualizar.Click += new System.EventHandler(this.btnAtualizar_Click);
|
|
//
|
|
// frmSimulacaoMapeamentoVisual
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(833, 638);
|
|
this.Controls.Add(this.btnAtualizar);
|
|
this.Controls.Add(this.btnIr);
|
|
this.Controls.Add(this.txtImagemAtual);
|
|
this.Controls.Add(this.lblInfo);
|
|
this.Controls.Add(this.txtTipoMovimento);
|
|
this.Controls.Add(this.txtAnguloSP);
|
|
this.Controls.Add(this.txtVelocidadeSP);
|
|
this.Controls.Add(this.txtStatusCarro);
|
|
this.Controls.Add(this.txtErroLateral);
|
|
this.Controls.Add(this.txtErroAngular);
|
|
this.Controls.Add(this.lblTipoMovimento);
|
|
this.Controls.Add(this.lblAnguloSP);
|
|
this.Controls.Add(this.lblVelocidadeSP);
|
|
this.Controls.Add(this.lblStatusCarro);
|
|
this.Controls.Add(this.lblErroLateral);
|
|
this.Controls.Add(this.lblErroAngular);
|
|
this.Controls.Add(this.btnAnterior);
|
|
this.Controls.Add(this.btnProximo);
|
|
this.Controls.Add(this.btnCarregarFotos);
|
|
this.Controls.Add(this.btnIniciarSimulacao);
|
|
this.Controls.Add(this.imgSegmentacao);
|
|
this.Controls.Add(this.imgOriginal);
|
|
this.Name = "frmSimulacaoMapeamentoVisual";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "Simulador de operação Mapeamento Visual";
|
|
((System.ComponentModel.ISupportInitialize)(this.imgOriginal)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.imgSegmentacao)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.PictureBox imgOriginal;
|
|
private System.Windows.Forms.PictureBox imgSegmentacao;
|
|
private System.Windows.Forms.Button btnIniciarSimulacao;
|
|
private System.Windows.Forms.Button btnCarregarFotos;
|
|
private System.Windows.Forms.Button btnProximo;
|
|
private System.Windows.Forms.Button btnAnterior;
|
|
private System.Windows.Forms.Label lblErroAngular;
|
|
private System.Windows.Forms.Label lblErroLateral;
|
|
private System.Windows.Forms.Label lblStatusCarro;
|
|
private System.Windows.Forms.Label lblVelocidadeSP;
|
|
private System.Windows.Forms.Label lblAnguloSP;
|
|
private System.Windows.Forms.Label lblTipoMovimento;
|
|
private System.Windows.Forms.TextBox txtErroAngular;
|
|
private System.Windows.Forms.TextBox txtErroLateral;
|
|
private System.Windows.Forms.TextBox txtStatusCarro;
|
|
private System.Windows.Forms.TextBox txtVelocidadeSP;
|
|
private System.Windows.Forms.TextBox txtAnguloSP;
|
|
private System.Windows.Forms.TextBox txtTipoMovimento;
|
|
private System.Windows.Forms.Label lblInfo;
|
|
private System.Windows.Forms.TextBox txtImagemAtual;
|
|
private System.Windows.Forms.Button btnIr;
|
|
private System.Windows.Forms.Button btnAtualizar;
|
|
}
|
|
} |