352 lines
18 KiB
C#
352 lines
18 KiB
C#
namespace AgroBase.Forms
|
|
{
|
|
partial class frmGPS
|
|
{
|
|
/// <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(frmGPS));
|
|
this.pnlMapa = new System.Windows.Forms.Panel();
|
|
this.picLoading = new System.Windows.Forms.PictureBox();
|
|
this.pnlInformacoes = new System.Windows.Forms.Panel();
|
|
this.lblVariacaoMagnetica = new System.Windows.Forms.Label();
|
|
this.lblCursoVerdadeiro = new System.Windows.Forms.Label();
|
|
this.gpbTrajetoria = new System.Windows.Forms.GroupBox();
|
|
this.chbSalvar = new System.Windows.Forms.CheckBox();
|
|
this.btnNovaRua = new System.Windows.Forms.Button();
|
|
this.btnLimparRuas = new System.Windows.Forms.Button();
|
|
this.btnGerarMapa = new System.Windows.Forms.Button();
|
|
this.lblPrecisaoCm = new System.Windows.Forms.Label();
|
|
this.lblFix = new System.Windows.Forms.Label();
|
|
this.txtLongitude = new System.Windows.Forms.TextBox();
|
|
this.txtLatitude = new System.Windows.Forms.TextBox();
|
|
this.lblOrientacao = new System.Windows.Forms.Label();
|
|
this.lblVelocidade = new System.Windows.Forms.Label();
|
|
this.lblAltitude = new System.Windows.Forms.Label();
|
|
this.lblDatahora = new System.Windows.Forms.Label();
|
|
this.lblSatelites = new System.Windows.Forms.Label();
|
|
this.lblPrecisaoHorizontal = new System.Windows.Forms.Label();
|
|
this.lblLongitude = new System.Windows.Forms.Label();
|
|
this.lblLatitude = new System.Windows.Forms.Label();
|
|
this.pnlMapa.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.picLoading)).BeginInit();
|
|
this.pnlInformacoes.SuspendLayout();
|
|
this.gpbTrajetoria.SuspendLayout();
|
|
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.Controls.Add(this.picLoading);
|
|
this.pnlMapa.Location = new System.Drawing.Point(9, 10);
|
|
this.pnlMapa.Margin = new System.Windows.Forms.Padding(2);
|
|
this.pnlMapa.Name = "pnlMapa";
|
|
this.pnlMapa.Size = new System.Drawing.Size(1253, 474);
|
|
this.pnlMapa.TabIndex = 2;
|
|
//
|
|
// picLoading
|
|
//
|
|
this.picLoading.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.picLoading.BackColor = System.Drawing.Color.Transparent;
|
|
this.picLoading.Image = ((System.Drawing.Image)(resources.GetObject("picLoading.Image")));
|
|
this.picLoading.Location = new System.Drawing.Point(194, 24);
|
|
this.picLoading.Margin = new System.Windows.Forms.Padding(2);
|
|
this.picLoading.Name = "picLoading";
|
|
this.picLoading.Size = new System.Drawing.Size(865, 426);
|
|
this.picLoading.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|
this.picLoading.TabIndex = 2;
|
|
this.picLoading.TabStop = false;
|
|
this.picLoading.Visible = false;
|
|
//
|
|
// pnlInformacoes
|
|
//
|
|
this.pnlInformacoes.Controls.Add(this.lblVariacaoMagnetica);
|
|
this.pnlInformacoes.Controls.Add(this.lblCursoVerdadeiro);
|
|
this.pnlInformacoes.Controls.Add(this.gpbTrajetoria);
|
|
this.pnlInformacoes.Controls.Add(this.lblPrecisaoCm);
|
|
this.pnlInformacoes.Controls.Add(this.lblFix);
|
|
this.pnlInformacoes.Controls.Add(this.txtLongitude);
|
|
this.pnlInformacoes.Controls.Add(this.txtLatitude);
|
|
this.pnlInformacoes.Controls.Add(this.lblOrientacao);
|
|
this.pnlInformacoes.Controls.Add(this.lblVelocidade);
|
|
this.pnlInformacoes.Controls.Add(this.lblAltitude);
|
|
this.pnlInformacoes.Controls.Add(this.lblDatahora);
|
|
this.pnlInformacoes.Controls.Add(this.lblSatelites);
|
|
this.pnlInformacoes.Controls.Add(this.lblPrecisaoHorizontal);
|
|
this.pnlInformacoes.Controls.Add(this.lblLongitude);
|
|
this.pnlInformacoes.Controls.Add(this.lblLatitude);
|
|
this.pnlInformacoes.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.pnlInformacoes.Location = new System.Drawing.Point(0, 488);
|
|
this.pnlInformacoes.Margin = new System.Windows.Forms.Padding(2);
|
|
this.pnlInformacoes.Name = "pnlInformacoes";
|
|
this.pnlInformacoes.Size = new System.Drawing.Size(1271, 70);
|
|
this.pnlInformacoes.TabIndex = 3;
|
|
//
|
|
// lblVariacaoMagnetica
|
|
//
|
|
this.lblVariacaoMagnetica.AutoSize = true;
|
|
this.lblVariacaoMagnetica.Location = new System.Drawing.Point(768, 41);
|
|
this.lblVariacaoMagnetica.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.lblVariacaoMagnetica.Name = "lblVariacaoMagnetica";
|
|
this.lblVariacaoMagnetica.Size = new System.Drawing.Size(129, 13);
|
|
this.lblVariacaoMagnetica.TabIndex = 19;
|
|
this.lblVariacaoMagnetica.Text = "Variação Magnética: 0.00";
|
|
//
|
|
// lblCursoVerdadeiro
|
|
//
|
|
this.lblCursoVerdadeiro.AutoSize = true;
|
|
this.lblCursoVerdadeiro.Location = new System.Drawing.Point(627, 41);
|
|
this.lblCursoVerdadeiro.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.lblCursoVerdadeiro.Name = "lblCursoVerdadeiro";
|
|
this.lblCursoVerdadeiro.Size = new System.Drawing.Size(119, 13);
|
|
this.lblCursoVerdadeiro.TabIndex = 18;
|
|
this.lblCursoVerdadeiro.Text = "Curso Verdadeiro: 0.00°";
|
|
//
|
|
// gpbTrajetoria
|
|
//
|
|
this.gpbTrajetoria.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.gpbTrajetoria.Controls.Add(this.chbSalvar);
|
|
this.gpbTrajetoria.Controls.Add(this.btnNovaRua);
|
|
this.gpbTrajetoria.Controls.Add(this.btnLimparRuas);
|
|
this.gpbTrajetoria.Controls.Add(this.btnGerarMapa);
|
|
this.gpbTrajetoria.Location = new System.Drawing.Point(1004, 3);
|
|
this.gpbTrajetoria.Name = "gpbTrajetoria";
|
|
this.gpbTrajetoria.Size = new System.Drawing.Size(254, 64);
|
|
this.gpbTrajetoria.TabIndex = 17;
|
|
this.gpbTrajetoria.TabStop = false;
|
|
this.gpbTrajetoria.Text = "Trajetória";
|
|
//
|
|
// chbSalvar
|
|
//
|
|
this.chbSalvar.AutoSize = true;
|
|
this.chbSalvar.Location = new System.Drawing.Point(6, 19);
|
|
this.chbSalvar.Name = "chbSalvar";
|
|
this.chbSalvar.Size = new System.Drawing.Size(103, 17);
|
|
this.chbSalvar.TabIndex = 8;
|
|
this.chbSalvar.Text = "Salvar Trajetória";
|
|
this.chbSalvar.UseVisualStyleBackColor = true;
|
|
this.chbSalvar.CheckedChanged += new System.EventHandler(this.chbSalvar_CheckedChanged);
|
|
//
|
|
// btnNovaRua
|
|
//
|
|
this.btnNovaRua.Location = new System.Drawing.Point(6, 38);
|
|
this.btnNovaRua.Name = "btnNovaRua";
|
|
this.btnNovaRua.Size = new System.Drawing.Size(75, 20);
|
|
this.btnNovaRua.TabIndex = 11;
|
|
this.btnNovaRua.Text = "Nova Rua";
|
|
this.btnNovaRua.UseVisualStyleBackColor = true;
|
|
this.btnNovaRua.Click += new System.EventHandler(this.btnNovaRua_Click);
|
|
//
|
|
// btnLimparRuas
|
|
//
|
|
this.btnLimparRuas.Location = new System.Drawing.Point(87, 38);
|
|
this.btnLimparRuas.Name = "btnLimparRuas";
|
|
this.btnLimparRuas.Size = new System.Drawing.Size(75, 20);
|
|
this.btnLimparRuas.TabIndex = 12;
|
|
this.btnLimparRuas.Text = "Reiniciar";
|
|
this.btnLimparRuas.UseVisualStyleBackColor = true;
|
|
this.btnLimparRuas.Click += new System.EventHandler(this.btnLimparRuas_Click);
|
|
//
|
|
// btnGerarMapa
|
|
//
|
|
this.btnGerarMapa.Location = new System.Drawing.Point(168, 38);
|
|
this.btnGerarMapa.Name = "btnGerarMapa";
|
|
this.btnGerarMapa.Size = new System.Drawing.Size(75, 20);
|
|
this.btnGerarMapa.TabIndex = 10;
|
|
this.btnGerarMapa.Text = "Gerar Mapa";
|
|
this.btnGerarMapa.UseVisualStyleBackColor = true;
|
|
this.btnGerarMapa.Click += new System.EventHandler(this.btnGerarMapa_Click);
|
|
//
|
|
// lblPrecisaoCm
|
|
//
|
|
this.lblPrecisaoCm.AutoSize = true;
|
|
this.lblPrecisaoCm.Location = new System.Drawing.Point(357, 41);
|
|
this.lblPrecisaoCm.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.lblPrecisaoCm.Name = "lblPrecisaoCm";
|
|
this.lblPrecisaoCm.Size = new System.Drawing.Size(127, 13);
|
|
this.lblPrecisaoCm.TabIndex = 16;
|
|
this.lblPrecisaoCm.Text = "Precisao Leitura: 0.00 cm";
|
|
//
|
|
// lblFix
|
|
//
|
|
this.lblFix.AutoSize = true;
|
|
this.lblFix.Location = new System.Drawing.Point(499, 41);
|
|
this.lblFix.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.lblFix.Name = "lblFix";
|
|
this.lblFix.Size = new System.Drawing.Size(96, 13);
|
|
this.lblFix.TabIndex = 15;
|
|
this.lblFix.Text = "Correção: Nenhum";
|
|
//
|
|
// txtLongitude
|
|
//
|
|
this.txtLongitude.Location = new System.Drawing.Point(45, 38);
|
|
this.txtLongitude.Name = "txtLongitude";
|
|
this.txtLongitude.ReadOnly = true;
|
|
this.txtLongitude.Size = new System.Drawing.Size(160, 20);
|
|
this.txtLongitude.TabIndex = 14;
|
|
this.txtLongitude.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// txtLatitude
|
|
//
|
|
this.txtLatitude.Location = new System.Drawing.Point(45, 14);
|
|
this.txtLatitude.Name = "txtLatitude";
|
|
this.txtLatitude.ReadOnly = true;
|
|
this.txtLatitude.Size = new System.Drawing.Size(160, 20);
|
|
this.txtLatitude.TabIndex = 13;
|
|
this.txtLatitude.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// lblOrientacao
|
|
//
|
|
this.lblOrientacao.AutoSize = true;
|
|
this.lblOrientacao.Location = new System.Drawing.Point(627, 17);
|
|
this.lblOrientacao.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.lblOrientacao.Name = "lblOrientacao";
|
|
this.lblOrientacao.Size = new System.Drawing.Size(90, 13);
|
|
this.lblOrientacao.TabIndex = 9;
|
|
this.lblOrientacao.Text = "Orientação: 0.00°";
|
|
//
|
|
// lblVelocidade
|
|
//
|
|
this.lblVelocidade.AutoSize = true;
|
|
this.lblVelocidade.Location = new System.Drawing.Point(232, 41);
|
|
this.lblVelocidade.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.lblVelocidade.Name = "lblVelocidade";
|
|
this.lblVelocidade.Size = new System.Drawing.Size(115, 13);
|
|
this.lblVelocidade.TabIndex = 7;
|
|
this.lblVelocidade.Text = "Velocidade: 0.00 km/h";
|
|
//
|
|
// lblAltitude
|
|
//
|
|
this.lblAltitude.AutoSize = true;
|
|
this.lblAltitude.Location = new System.Drawing.Point(232, 17);
|
|
this.lblAltitude.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.lblAltitude.Name = "lblAltitude";
|
|
this.lblAltitude.Size = new System.Drawing.Size(80, 13);
|
|
this.lblAltitude.TabIndex = 6;
|
|
this.lblAltitude.Text = "Altitude: 0.00 m";
|
|
//
|
|
// lblDatahora
|
|
//
|
|
this.lblDatahora.AutoSize = true;
|
|
this.lblDatahora.Location = new System.Drawing.Point(768, 17);
|
|
this.lblDatahora.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.lblDatahora.Name = "lblDatahora";
|
|
this.lblDatahora.Size = new System.Drawing.Size(77, 13);
|
|
this.lblDatahora.TabIndex = 5;
|
|
this.lblDatahora.Text = "Ultima Leitura: ";
|
|
//
|
|
// lblSatelites
|
|
//
|
|
this.lblSatelites.AutoSize = true;
|
|
this.lblSatelites.Location = new System.Drawing.Point(499, 17);
|
|
this.lblSatelites.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.lblSatelites.Name = "lblSatelites";
|
|
this.lblSatelites.Size = new System.Drawing.Size(99, 13);
|
|
this.lblSatelites.TabIndex = 4;
|
|
this.lblSatelites.Text = "Satélites Visíveis: 0";
|
|
//
|
|
// lblPrecisaoHorizontal
|
|
//
|
|
this.lblPrecisaoHorizontal.AutoSize = true;
|
|
this.lblPrecisaoHorizontal.Location = new System.Drawing.Point(357, 17);
|
|
this.lblPrecisaoHorizontal.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.lblPrecisaoHorizontal.Name = "lblPrecisaoHorizontal";
|
|
this.lblPrecisaoHorizontal.Size = new System.Drawing.Size(110, 13);
|
|
this.lblPrecisaoHorizontal.TabIndex = 3;
|
|
this.lblPrecisaoHorizontal.Text = "Precisão Horizontal: 0";
|
|
//
|
|
// lblLongitude
|
|
//
|
|
this.lblLongitude.AutoSize = true;
|
|
this.lblLongitude.Location = new System.Drawing.Point(9, 41);
|
|
this.lblLongitude.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.lblLongitude.Name = "lblLongitude";
|
|
this.lblLongitude.Size = new System.Drawing.Size(31, 13);
|
|
this.lblLongitude.TabIndex = 2;
|
|
this.lblLongitude.Text = "Long";
|
|
//
|
|
// lblLatitude
|
|
//
|
|
this.lblLatitude.AutoSize = true;
|
|
this.lblLatitude.Location = new System.Drawing.Point(9, 17);
|
|
this.lblLatitude.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.lblLatitude.Name = "lblLatitude";
|
|
this.lblLatitude.Size = new System.Drawing.Size(22, 13);
|
|
this.lblLatitude.TabIndex = 1;
|
|
this.lblLatitude.Text = "Lat";
|
|
//
|
|
// frmGPS
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(1271, 558);
|
|
this.Controls.Add(this.pnlInformacoes);
|
|
this.Controls.Add(this.pnlMapa);
|
|
this.Name = "frmGPS";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "GPS";
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmGPS_FormClosing);
|
|
this.Load += new System.EventHandler(this.frmGPS_Load);
|
|
this.pnlMapa.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.picLoading)).EndInit();
|
|
this.pnlInformacoes.ResumeLayout(false);
|
|
this.pnlInformacoes.PerformLayout();
|
|
this.gpbTrajetoria.ResumeLayout(false);
|
|
this.gpbTrajetoria.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Panel pnlMapa;
|
|
private System.Windows.Forms.PictureBox picLoading;
|
|
private System.Windows.Forms.Panel pnlInformacoes;
|
|
private System.Windows.Forms.Label lblLatitude;
|
|
private System.Windows.Forms.Label lblDatahora;
|
|
private System.Windows.Forms.Label lblSatelites;
|
|
private System.Windows.Forms.Label lblPrecisaoHorizontal;
|
|
private System.Windows.Forms.Label lblLongitude;
|
|
private System.Windows.Forms.Label lblVelocidade;
|
|
private System.Windows.Forms.Label lblAltitude;
|
|
private System.Windows.Forms.CheckBox chbSalvar;
|
|
private System.Windows.Forms.Label lblOrientacao;
|
|
private System.Windows.Forms.Button btnGerarMapa;
|
|
private System.Windows.Forms.Button btnNovaRua;
|
|
private System.Windows.Forms.Button btnLimparRuas;
|
|
private System.Windows.Forms.TextBox txtLongitude;
|
|
private System.Windows.Forms.TextBox txtLatitude;
|
|
private System.Windows.Forms.Label lblFix;
|
|
private System.Windows.Forms.Label lblPrecisaoCm;
|
|
private System.Windows.Forms.GroupBox gpbTrajetoria;
|
|
private System.Windows.Forms.Label lblCursoVerdadeiro;
|
|
private System.Windows.Forms.Label lblVariacaoMagnetica;
|
|
}
|
|
} |