929 lines
47 KiB
C#
929 lines
47 KiB
C#
namespace AgroMonitor.Forms
|
|
{
|
|
partial class frmAjustesOperacao
|
|
{
|
|
/// <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.gpbModulos = new System.Windows.Forms.GroupBox();
|
|
this.pnlModulos = new System.Windows.Forms.Panel();
|
|
this.rtbA05 = new System.Windows.Forms.RichTextBox();
|
|
this.chbA05 = new System.Windows.Forms.CheckBox();
|
|
this.rtbKnt = new System.Windows.Forms.RichTextBox();
|
|
this.chbKnt = new System.Windows.Forms.CheckBox();
|
|
this.rtbLRA = new System.Windows.Forms.RichTextBox();
|
|
this.chbLra = new System.Windows.Forms.CheckBox();
|
|
this.rtbATU = new System.Windows.Forms.RichTextBox();
|
|
this.chbBld = new System.Windows.Forms.CheckBox();
|
|
this.chbAtu = new System.Windows.Forms.CheckBox();
|
|
this.rtbMVD = new System.Windows.Forms.RichTextBox();
|
|
this.rtbGPS = new System.Windows.Forms.RichTextBox();
|
|
this.chbMks = new System.Windows.Forms.CheckBox();
|
|
this.chbGps = new System.Windows.Forms.CheckBox();
|
|
this.rtbMKS = new System.Windows.Forms.RichTextBox();
|
|
this.rtbWIT = new System.Windows.Forms.RichTextBox();
|
|
this.chbSen = new System.Windows.Forms.CheckBox();
|
|
this.chbWit = new System.Windows.Forms.CheckBox();
|
|
this.rtbSEN = new System.Windows.Forms.RichTextBox();
|
|
this.rtbPZM = new System.Windows.Forms.RichTextBox();
|
|
this.chbPzm = new System.Windows.Forms.CheckBox();
|
|
this.cmbModosOperacao = new System.Windows.Forms.ComboBox();
|
|
this.lblModoOperacao = new System.Windows.Forms.Label();
|
|
this.tabControl1 = new System.Windows.Forms.TabControl();
|
|
this.tabParametros = new System.Windows.Forms.TabPage();
|
|
this.btnProximo = new System.Windows.Forms.Button();
|
|
this.gpbAtuador = new System.Windows.Forms.GroupBox();
|
|
this.lblMs = new System.Windows.Forms.Label();
|
|
this.txtDuracaoAtuacao = new System.Windows.Forms.TextBox();
|
|
this.lblDuracaoAtuacao = new System.Windows.Forms.Label();
|
|
this.lblPsi = new System.Windows.Forms.Label();
|
|
this.txtPressaoLinha = new System.Windows.Forms.TextBox();
|
|
this.lblPressaoLinha = new System.Windows.Forms.Label();
|
|
this.lblPercentualAtuacao2 = new System.Windows.Forms.Label();
|
|
this.lblLitros = new System.Windows.Forms.Label();
|
|
this.label11 = new System.Windows.Forms.Label();
|
|
this.txtCapacidadeReservatorio = new System.Windows.Forms.TextBox();
|
|
this.txtPercentualAtuacao = new System.Windows.Forms.TextBox();
|
|
this.lblCapacidadeReservatorio = new System.Windows.Forms.Label();
|
|
this.lblPercentualAtuacao1 = new System.Windows.Forms.Label();
|
|
this.gpbDirecional = new System.Windows.Forms.GroupBox();
|
|
this.lblPercentual1 = new System.Windows.Forms.Label();
|
|
this.lblAngulo = new System.Windows.Forms.Label();
|
|
this.txtVelocidadeDirecional = new System.Windows.Forms.TextBox();
|
|
this.txtAnguloMaximo = new System.Windows.Forms.TextBox();
|
|
this.lblVelocidadeDirecional = new System.Windows.Forms.Label();
|
|
this.lblAnguloMaximo = new System.Windows.Forms.Label();
|
|
this.gpbLocomocao = new System.Windows.Forms.GroupBox();
|
|
this.lblKmh2 = new System.Windows.Forms.Label();
|
|
this.lblKmh1 = new System.Windows.Forms.Label();
|
|
this.txtVelocidadeComErvas = new System.Windows.Forms.TextBox();
|
|
this.txtVelocidadeSemErvas = new System.Windows.Forms.TextBox();
|
|
this.lblVelocidadeComErvas = new System.Windows.Forms.Label();
|
|
this.lblVelocidadeSemErvas = new System.Windows.Forms.Label();
|
|
this.tabMapa = new System.Windows.Forms.TabPage();
|
|
this.lblTempoEstimado = new System.Windows.Forms.Label();
|
|
this.lblDistanciaOperacao = new System.Windows.Forms.Label();
|
|
this.lblDistanciaTotal = new System.Windows.Forms.Label();
|
|
this.btnCarregarMapa = new System.Windows.Forms.Button();
|
|
this.lblMapaCarregado = new System.Windows.Forms.Label();
|
|
this.pnlMapa = new System.Windows.Forms.Panel();
|
|
this.btnSalvar = new System.Windows.Forms.Button();
|
|
this.btnCarregar = new System.Windows.Forms.Button();
|
|
this.txtDescricao = new System.Windows.Forms.TextBox();
|
|
this.lblDescricao = new System.Windows.Forms.Label();
|
|
this.gpbModulos.SuspendLayout();
|
|
this.pnlModulos.SuspendLayout();
|
|
this.tabControl1.SuspendLayout();
|
|
this.tabParametros.SuspendLayout();
|
|
this.gpbAtuador.SuspendLayout();
|
|
this.gpbDirecional.SuspendLayout();
|
|
this.gpbLocomocao.SuspendLayout();
|
|
this.tabMapa.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// gpbModulos
|
|
//
|
|
this.gpbModulos.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)));
|
|
this.gpbModulos.Controls.Add(this.pnlModulos);
|
|
this.gpbModulos.Location = new System.Drawing.Point(12, 12);
|
|
this.gpbModulos.Name = "gpbModulos";
|
|
this.gpbModulos.Size = new System.Drawing.Size(216, 500);
|
|
this.gpbModulos.TabIndex = 0;
|
|
this.gpbModulos.TabStop = false;
|
|
this.gpbModulos.Text = "Módulos";
|
|
//
|
|
// pnlModulos
|
|
//
|
|
this.pnlModulos.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.pnlModulos.AutoScroll = true;
|
|
this.pnlModulos.Controls.Add(this.rtbA05);
|
|
this.pnlModulos.Controls.Add(this.chbA05);
|
|
this.pnlModulos.Controls.Add(this.rtbKnt);
|
|
this.pnlModulos.Controls.Add(this.chbKnt);
|
|
this.pnlModulos.Controls.Add(this.rtbLRA);
|
|
this.pnlModulos.Controls.Add(this.chbLra);
|
|
this.pnlModulos.Controls.Add(this.rtbATU);
|
|
this.pnlModulos.Controls.Add(this.chbBld);
|
|
this.pnlModulos.Controls.Add(this.chbAtu);
|
|
this.pnlModulos.Controls.Add(this.rtbMVD);
|
|
this.pnlModulos.Controls.Add(this.rtbGPS);
|
|
this.pnlModulos.Controls.Add(this.chbMks);
|
|
this.pnlModulos.Controls.Add(this.chbGps);
|
|
this.pnlModulos.Controls.Add(this.rtbMKS);
|
|
this.pnlModulos.Controls.Add(this.rtbWIT);
|
|
this.pnlModulos.Controls.Add(this.chbSen);
|
|
this.pnlModulos.Controls.Add(this.chbWit);
|
|
this.pnlModulos.Controls.Add(this.rtbSEN);
|
|
this.pnlModulos.Controls.Add(this.rtbPZM);
|
|
this.pnlModulos.Controls.Add(this.chbPzm);
|
|
this.pnlModulos.Location = new System.Drawing.Point(6, 19);
|
|
this.pnlModulos.Name = "pnlModulos";
|
|
this.pnlModulos.Size = new System.Drawing.Size(204, 475);
|
|
this.pnlModulos.TabIndex = 6;
|
|
//
|
|
// rtbA05
|
|
//
|
|
this.rtbA05.BackColor = System.Drawing.SystemColors.Control;
|
|
this.rtbA05.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.rtbA05.Location = new System.Drawing.Point(3, 666);
|
|
this.rtbA05.Name = "rtbA05";
|
|
this.rtbA05.ReadOnly = true;
|
|
this.rtbA05.Size = new System.Drawing.Size(174, 42);
|
|
this.rtbA05.TabIndex = 18;
|
|
this.rtbA05.Text = "Responsável por monitorar obstáculos absolutos nas posições extremas dos quatro c" +
|
|
"antos do equipamento";
|
|
//
|
|
// chbA05
|
|
//
|
|
this.chbA05.AutoSize = true;
|
|
this.chbA05.BackColor = System.Drawing.SystemColors.Control;
|
|
this.chbA05.Location = new System.Drawing.Point(3, 643);
|
|
this.chbA05.Name = "chbA05";
|
|
this.chbA05.Size = new System.Drawing.Size(45, 17);
|
|
this.chbA05.TabIndex = 19;
|
|
this.chbA05.Text = "A05";
|
|
this.chbA05.UseVisualStyleBackColor = false;
|
|
//
|
|
// rtbKnt
|
|
//
|
|
this.rtbKnt.BackColor = System.Drawing.SystemColors.Control;
|
|
this.rtbKnt.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.rtbKnt.Location = new System.Drawing.Point(3, 595);
|
|
this.rtbKnt.Name = "rtbKnt";
|
|
this.rtbKnt.ReadOnly = true;
|
|
this.rtbKnt.Size = new System.Drawing.Size(174, 42);
|
|
this.rtbKnt.TabIndex = 16;
|
|
this.rtbKnt.Text = "Responsável pelo monitoramento e detecção de obstáculos à frente do equipamento";
|
|
//
|
|
// chbKnt
|
|
//
|
|
this.chbKnt.AutoSize = true;
|
|
this.chbKnt.BackColor = System.Drawing.SystemColors.Control;
|
|
this.chbKnt.Location = new System.Drawing.Point(3, 572);
|
|
this.chbKnt.Name = "chbKnt";
|
|
this.chbKnt.Size = new System.Drawing.Size(48, 17);
|
|
this.chbKnt.TabIndex = 17;
|
|
this.chbKnt.Text = "KNT";
|
|
this.chbKnt.UseVisualStyleBackColor = false;
|
|
//
|
|
// rtbLRA
|
|
//
|
|
this.rtbLRA.BackColor = System.Drawing.SystemColors.Control;
|
|
this.rtbLRA.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.rtbLRA.Location = new System.Drawing.Point(3, 524);
|
|
this.rtbLRA.Name = "rtbLRA";
|
|
this.rtbLRA.ReadOnly = true;
|
|
this.rtbLRA.Size = new System.Drawing.Size(174, 42);
|
|
this.rtbLRA.TabIndex = 14;
|
|
this.rtbLRA.Text = "Responsável pela comunicação entre o equipamento e a base central de controle";
|
|
//
|
|
// chbLra
|
|
//
|
|
this.chbLra.AutoSize = true;
|
|
this.chbLra.BackColor = System.Drawing.SystemColors.Control;
|
|
this.chbLra.Location = new System.Drawing.Point(3, 501);
|
|
this.chbLra.Name = "chbLra";
|
|
this.chbLra.Size = new System.Drawing.Size(47, 17);
|
|
this.chbLra.TabIndex = 15;
|
|
this.chbLra.Text = "LRA";
|
|
this.chbLra.UseVisualStyleBackColor = false;
|
|
this.chbLra.CheckedChanged += new System.EventHandler(this.chbModulo_CheckedChanged);
|
|
//
|
|
// rtbATU
|
|
//
|
|
this.rtbATU.BackColor = System.Drawing.SystemColors.Control;
|
|
this.rtbATU.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.rtbATU.Location = new System.Drawing.Point(3, 459);
|
|
this.rtbATU.Name = "rtbATU";
|
|
this.rtbATU.ReadOnly = true;
|
|
this.rtbATU.Size = new System.Drawing.Size(174, 36);
|
|
this.rtbATU.TabIndex = 12;
|
|
this.rtbATU.Text = "Responsável pelo controle do pulverizador";
|
|
//
|
|
// chbBld
|
|
//
|
|
this.chbBld.AutoSize = true;
|
|
this.chbBld.Location = new System.Drawing.Point(3, 4);
|
|
this.chbBld.Name = "chbBld";
|
|
this.chbBld.Size = new System.Drawing.Size(47, 17);
|
|
this.chbBld.TabIndex = 1;
|
|
this.chbBld.Text = "BLD";
|
|
this.chbBld.UseVisualStyleBackColor = true;
|
|
this.chbBld.CheckedChanged += new System.EventHandler(this.chbModulo_CheckedChanged);
|
|
//
|
|
// chbAtu
|
|
//
|
|
this.chbAtu.AutoSize = true;
|
|
this.chbAtu.BackColor = System.Drawing.SystemColors.Control;
|
|
this.chbAtu.Location = new System.Drawing.Point(3, 436);
|
|
this.chbAtu.Name = "chbAtu";
|
|
this.chbAtu.Size = new System.Drawing.Size(48, 17);
|
|
this.chbAtu.TabIndex = 13;
|
|
this.chbAtu.Text = "ATU";
|
|
this.chbAtu.UseVisualStyleBackColor = false;
|
|
this.chbAtu.CheckedChanged += new System.EventHandler(this.chbModulo_CheckedChanged);
|
|
//
|
|
// rtbMVD
|
|
//
|
|
this.rtbMVD.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.rtbMVD.Location = new System.Drawing.Point(3, 27);
|
|
this.rtbMVD.Name = "rtbMVD";
|
|
this.rtbMVD.ReadOnly = true;
|
|
this.rtbMVD.Size = new System.Drawing.Size(174, 35);
|
|
this.rtbMVD.TabIndex = 1;
|
|
this.rtbMVD.Text = "Responsável pela locomoção do equipamento";
|
|
//
|
|
// rtbGPS
|
|
//
|
|
this.rtbGPS.BackColor = System.Drawing.SystemColors.Control;
|
|
this.rtbGPS.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.rtbGPS.Location = new System.Drawing.Point(3, 394);
|
|
this.rtbGPS.Name = "rtbGPS";
|
|
this.rtbGPS.ReadOnly = true;
|
|
this.rtbGPS.Size = new System.Drawing.Size(174, 36);
|
|
this.rtbGPS.TabIndex = 10;
|
|
this.rtbGPS.Text = "Responsável pelo monitoramento da posição geográfica do equipamento";
|
|
//
|
|
// chbMks
|
|
//
|
|
this.chbMks.AutoSize = true;
|
|
this.chbMks.Location = new System.Drawing.Point(3, 68);
|
|
this.chbMks.Name = "chbMks";
|
|
this.chbMks.Size = new System.Drawing.Size(49, 17);
|
|
this.chbMks.TabIndex = 3;
|
|
this.chbMks.Text = "MKS";
|
|
this.chbMks.UseVisualStyleBackColor = true;
|
|
this.chbMks.CheckedChanged += new System.EventHandler(this.chbModulo_CheckedChanged);
|
|
//
|
|
// chbGps
|
|
//
|
|
this.chbGps.AutoSize = true;
|
|
this.chbGps.BackColor = System.Drawing.SystemColors.Control;
|
|
this.chbGps.Location = new System.Drawing.Point(3, 371);
|
|
this.chbGps.Name = "chbGps";
|
|
this.chbGps.Size = new System.Drawing.Size(48, 17);
|
|
this.chbGps.TabIndex = 11;
|
|
this.chbGps.Text = "GPS";
|
|
this.chbGps.UseVisualStyleBackColor = false;
|
|
this.chbGps.CheckedChanged += new System.EventHandler(this.chbModulo_CheckedChanged);
|
|
//
|
|
// rtbMKS
|
|
//
|
|
this.rtbMKS.BackColor = System.Drawing.SystemColors.Control;
|
|
this.rtbMKS.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.rtbMKS.Location = new System.Drawing.Point(3, 91);
|
|
this.rtbMKS.Name = "rtbMKS";
|
|
this.rtbMKS.ReadOnly = true;
|
|
this.rtbMKS.Size = new System.Drawing.Size(174, 35);
|
|
this.rtbMKS.TabIndex = 2;
|
|
this.rtbMKS.Text = "Responsável pelo controle direcional do equipamento";
|
|
//
|
|
// rtbWIT
|
|
//
|
|
this.rtbWIT.BackColor = System.Drawing.SystemColors.Control;
|
|
this.rtbWIT.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.rtbWIT.Location = new System.Drawing.Point(3, 320);
|
|
this.rtbWIT.Name = "rtbWIT";
|
|
this.rtbWIT.ReadOnly = true;
|
|
this.rtbWIT.Size = new System.Drawing.Size(174, 45);
|
|
this.rtbWIT.TabIndex = 8;
|
|
this.rtbWIT.Text = "Responsável exclusivamente pelo monitramento da orientação e inclinação do equipa" +
|
|
"mento";
|
|
//
|
|
// chbSen
|
|
//
|
|
this.chbSen.AutoSize = true;
|
|
this.chbSen.BackColor = System.Drawing.SystemColors.Control;
|
|
this.chbSen.Location = new System.Drawing.Point(3, 132);
|
|
this.chbSen.Name = "chbSen";
|
|
this.chbSen.Size = new System.Drawing.Size(48, 17);
|
|
this.chbSen.TabIndex = 5;
|
|
this.chbSen.Text = "SEN";
|
|
this.chbSen.UseVisualStyleBackColor = false;
|
|
this.chbSen.CheckedChanged += new System.EventHandler(this.chbModulo_CheckedChanged);
|
|
//
|
|
// chbWit
|
|
//
|
|
this.chbWit.AutoSize = true;
|
|
this.chbWit.BackColor = System.Drawing.SystemColors.Control;
|
|
this.chbWit.Location = new System.Drawing.Point(3, 297);
|
|
this.chbWit.Name = "chbWit";
|
|
this.chbWit.Size = new System.Drawing.Size(47, 17);
|
|
this.chbWit.TabIndex = 9;
|
|
this.chbWit.Text = "WIT";
|
|
this.chbWit.UseVisualStyleBackColor = false;
|
|
this.chbWit.CheckedChanged += new System.EventHandler(this.chbModulo_CheckedChanged);
|
|
//
|
|
// rtbSEN
|
|
//
|
|
this.rtbSEN.BackColor = System.Drawing.SystemColors.Control;
|
|
this.rtbSEN.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.rtbSEN.Location = new System.Drawing.Point(3, 155);
|
|
this.rtbSEN.Name = "rtbSEN";
|
|
this.rtbSEN.ReadOnly = true;
|
|
this.rtbSEN.Size = new System.Drawing.Size(174, 62);
|
|
this.rtbSEN.TabIndex = 4;
|
|
this.rtbSEN.Text = "Responsável pelo monitoramento dos sensores gerais do equipamento, como também do" +
|
|
"s sinaleiros indicativos";
|
|
//
|
|
// rtbPZM
|
|
//
|
|
this.rtbPZM.BackColor = System.Drawing.SystemColors.Control;
|
|
this.rtbPZM.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.rtbPZM.Location = new System.Drawing.Point(3, 246);
|
|
this.rtbPZM.Name = "rtbPZM";
|
|
this.rtbPZM.ReadOnly = true;
|
|
this.rtbPZM.Size = new System.Drawing.Size(174, 45);
|
|
this.rtbPZM.TabIndex = 6;
|
|
this.rtbPZM.Text = "Responsável exclusivamente pelo monitoramento da bateria do equipamento";
|
|
//
|
|
// chbPzm
|
|
//
|
|
this.chbPzm.AutoSize = true;
|
|
this.chbPzm.BackColor = System.Drawing.SystemColors.Control;
|
|
this.chbPzm.Location = new System.Drawing.Point(3, 223);
|
|
this.chbPzm.Name = "chbPzm";
|
|
this.chbPzm.Size = new System.Drawing.Size(49, 17);
|
|
this.chbPzm.TabIndex = 7;
|
|
this.chbPzm.Text = "PZM";
|
|
this.chbPzm.UseVisualStyleBackColor = false;
|
|
this.chbPzm.CheckedChanged += new System.EventHandler(this.chbModulo_CheckedChanged);
|
|
//
|
|
// cmbModosOperacao
|
|
//
|
|
this.cmbModosOperacao.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.cmbModosOperacao.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.cmbModosOperacao.FormattingEnabled = true;
|
|
this.cmbModosOperacao.Location = new System.Drawing.Point(234, 39);
|
|
this.cmbModosOperacao.Name = "cmbModosOperacao";
|
|
this.cmbModosOperacao.Size = new System.Drawing.Size(171, 24);
|
|
this.cmbModosOperacao.TabIndex = 1;
|
|
this.cmbModosOperacao.SelectedIndexChanged += new System.EventHandler(this.cmbModosOperacao_SelectedIndexChanged);
|
|
//
|
|
// lblModoOperacao
|
|
//
|
|
this.lblModoOperacao.AutoSize = true;
|
|
this.lblModoOperacao.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lblModoOperacao.Location = new System.Drawing.Point(230, 12);
|
|
this.lblModoOperacao.Name = "lblModoOperacao";
|
|
this.lblModoOperacao.Size = new System.Drawing.Size(175, 24);
|
|
this.lblModoOperacao.TabIndex = 2;
|
|
this.lblModoOperacao.Text = "Modo de Operação";
|
|
//
|
|
// tabControl1
|
|
//
|
|
this.tabControl1.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.tabControl1.Controls.Add(this.tabParametros);
|
|
this.tabControl1.Controls.Add(this.tabMapa);
|
|
this.tabControl1.Location = new System.Drawing.Point(234, 69);
|
|
this.tabControl1.Name = "tabControl1";
|
|
this.tabControl1.SelectedIndex = 0;
|
|
this.tabControl1.Size = new System.Drawing.Size(572, 443);
|
|
this.tabControl1.TabIndex = 3;
|
|
//
|
|
// tabParametros
|
|
//
|
|
this.tabParametros.Controls.Add(this.btnProximo);
|
|
this.tabParametros.Controls.Add(this.gpbAtuador);
|
|
this.tabParametros.Controls.Add(this.gpbDirecional);
|
|
this.tabParametros.Controls.Add(this.gpbLocomocao);
|
|
this.tabParametros.Location = new System.Drawing.Point(4, 22);
|
|
this.tabParametros.Name = "tabParametros";
|
|
this.tabParametros.Padding = new System.Windows.Forms.Padding(3);
|
|
this.tabParametros.Size = new System.Drawing.Size(564, 417);
|
|
this.tabParametros.TabIndex = 0;
|
|
this.tabParametros.Text = "Parâmetros";
|
|
this.tabParametros.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnProximo
|
|
//
|
|
this.btnProximo.Location = new System.Drawing.Point(481, 388);
|
|
this.btnProximo.Name = "btnProximo";
|
|
this.btnProximo.Size = new System.Drawing.Size(75, 23);
|
|
this.btnProximo.TabIndex = 10;
|
|
this.btnProximo.Text = "Próximo";
|
|
this.btnProximo.UseVisualStyleBackColor = true;
|
|
this.btnProximo.Click += new System.EventHandler(this.btnProximo_Click);
|
|
//
|
|
// gpbAtuador
|
|
//
|
|
this.gpbAtuador.Controls.Add(this.lblMs);
|
|
this.gpbAtuador.Controls.Add(this.txtDuracaoAtuacao);
|
|
this.gpbAtuador.Controls.Add(this.lblDuracaoAtuacao);
|
|
this.gpbAtuador.Controls.Add(this.lblPsi);
|
|
this.gpbAtuador.Controls.Add(this.txtPressaoLinha);
|
|
this.gpbAtuador.Controls.Add(this.lblPressaoLinha);
|
|
this.gpbAtuador.Controls.Add(this.lblPercentualAtuacao2);
|
|
this.gpbAtuador.Controls.Add(this.lblLitros);
|
|
this.gpbAtuador.Controls.Add(this.label11);
|
|
this.gpbAtuador.Controls.Add(this.txtCapacidadeReservatorio);
|
|
this.gpbAtuador.Controls.Add(this.txtPercentualAtuacao);
|
|
this.gpbAtuador.Controls.Add(this.lblCapacidadeReservatorio);
|
|
this.gpbAtuador.Controls.Add(this.lblPercentualAtuacao1);
|
|
this.gpbAtuador.Location = new System.Drawing.Point(6, 194);
|
|
this.gpbAtuador.Name = "gpbAtuador";
|
|
this.gpbAtuador.Size = new System.Drawing.Size(550, 166);
|
|
this.gpbAtuador.TabIndex = 7;
|
|
this.gpbAtuador.TabStop = false;
|
|
this.gpbAtuador.Text = "Atuador";
|
|
//
|
|
// lblMs
|
|
//
|
|
this.lblMs.AutoSize = true;
|
|
this.lblMs.Location = new System.Drawing.Point(484, 129);
|
|
this.lblMs.Name = "lblMs";
|
|
this.lblMs.Size = new System.Drawing.Size(20, 13);
|
|
this.lblMs.TabIndex = 12;
|
|
this.lblMs.Text = "ms";
|
|
//
|
|
// txtDuracaoAtuacao
|
|
//
|
|
this.txtDuracaoAtuacao.Location = new System.Drawing.Point(358, 126);
|
|
this.txtDuracaoAtuacao.Name = "txtDuracaoAtuacao";
|
|
this.txtDuracaoAtuacao.Size = new System.Drawing.Size(100, 20);
|
|
this.txtDuracaoAtuacao.TabIndex = 9;
|
|
this.txtDuracaoAtuacao.Text = "500";
|
|
this.txtDuracaoAtuacao.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// lblDuracaoAtuacao
|
|
//
|
|
this.lblDuracaoAtuacao.AutoSize = true;
|
|
this.lblDuracaoAtuacao.Location = new System.Drawing.Point(6, 129);
|
|
this.lblDuracaoAtuacao.Name = "lblDuracaoAtuacao";
|
|
this.lblDuracaoAtuacao.Size = new System.Drawing.Size(332, 13);
|
|
this.lblDuracaoAtuacao.TabIndex = 10;
|
|
this.lblDuracaoAtuacao.Text = "Duração de atuação do bico pulverizador ao identificar erva no radar";
|
|
//
|
|
// lblPsi
|
|
//
|
|
this.lblPsi.AutoSize = true;
|
|
this.lblPsi.Location = new System.Drawing.Point(484, 94);
|
|
this.lblPsi.Name = "lblPsi";
|
|
this.lblPsi.Size = new System.Drawing.Size(21, 13);
|
|
this.lblPsi.TabIndex = 9;
|
|
this.lblPsi.Text = "Psi";
|
|
//
|
|
// txtPressaoLinha
|
|
//
|
|
this.txtPressaoLinha.Location = new System.Drawing.Point(358, 91);
|
|
this.txtPressaoLinha.Name = "txtPressaoLinha";
|
|
this.txtPressaoLinha.Size = new System.Drawing.Size(100, 20);
|
|
this.txtPressaoLinha.TabIndex = 8;
|
|
this.txtPressaoLinha.Text = "85";
|
|
this.txtPressaoLinha.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// lblPressaoLinha
|
|
//
|
|
this.lblPressaoLinha.AutoSize = true;
|
|
this.lblPressaoLinha.Location = new System.Drawing.Point(6, 94);
|
|
this.lblPressaoLinha.Name = "lblPressaoLinha";
|
|
this.lblPressaoLinha.Size = new System.Drawing.Size(133, 13);
|
|
this.lblPressaoLinha.TabIndex = 7;
|
|
this.lblPressaoLinha.Text = "Pressão da linha hidráulica";
|
|
//
|
|
// lblPercentualAtuacao2
|
|
//
|
|
this.lblPercentualAtuacao2.AutoSize = true;
|
|
this.lblPercentualAtuacao2.Location = new System.Drawing.Point(6, 34);
|
|
this.lblPercentualAtuacao2.Name = "lblPercentualAtuacao2";
|
|
this.lblPercentualAtuacao2.Size = new System.Drawing.Size(211, 13);
|
|
this.lblPercentualAtuacao2.TabIndex = 6;
|
|
this.lblPercentualAtuacao2.Text = "para acionamento dos bicos pulverizadores";
|
|
//
|
|
// lblLitros
|
|
//
|
|
this.lblLitros.AutoSize = true;
|
|
this.lblLitros.Location = new System.Drawing.Point(484, 58);
|
|
this.lblLitros.Name = "lblLitros";
|
|
this.lblLitros.Size = new System.Drawing.Size(13, 13);
|
|
this.lblLitros.TabIndex = 5;
|
|
this.lblLitros.Text = "L";
|
|
//
|
|
// label11
|
|
//
|
|
this.label11.AutoSize = true;
|
|
this.label11.Location = new System.Drawing.Point(484, 21);
|
|
this.label11.Name = "label11";
|
|
this.label11.Size = new System.Drawing.Size(15, 13);
|
|
this.label11.TabIndex = 4;
|
|
this.label11.Text = "%";
|
|
//
|
|
// txtCapacidadeReservatorio
|
|
//
|
|
this.txtCapacidadeReservatorio.Location = new System.Drawing.Point(358, 55);
|
|
this.txtCapacidadeReservatorio.Name = "txtCapacidadeReservatorio";
|
|
this.txtCapacidadeReservatorio.Size = new System.Drawing.Size(100, 20);
|
|
this.txtCapacidadeReservatorio.TabIndex = 7;
|
|
this.txtCapacidadeReservatorio.Text = "30";
|
|
this.txtCapacidadeReservatorio.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// txtPercentualAtuacao
|
|
//
|
|
this.txtPercentualAtuacao.Location = new System.Drawing.Point(358, 18);
|
|
this.txtPercentualAtuacao.Name = "txtPercentualAtuacao";
|
|
this.txtPercentualAtuacao.Size = new System.Drawing.Size(100, 20);
|
|
this.txtPercentualAtuacao.TabIndex = 6;
|
|
this.txtPercentualAtuacao.Text = "30";
|
|
this.txtPercentualAtuacao.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// lblCapacidadeReservatorio
|
|
//
|
|
this.lblCapacidadeReservatorio.AutoSize = true;
|
|
this.lblCapacidadeReservatorio.Location = new System.Drawing.Point(6, 58);
|
|
this.lblCapacidadeReservatorio.Name = "lblCapacidadeReservatorio";
|
|
this.lblCapacidadeReservatorio.Size = new System.Drawing.Size(236, 13);
|
|
this.lblCapacidadeReservatorio.TabIndex = 1;
|
|
this.lblCapacidadeReservatorio.Text = "Capacidade máxima do reservatório de herbicida";
|
|
//
|
|
// lblPercentualAtuacao1
|
|
//
|
|
this.lblPercentualAtuacao1.AutoSize = true;
|
|
this.lblPercentualAtuacao1.Location = new System.Drawing.Point(6, 21);
|
|
this.lblPercentualAtuacao1.Name = "lblPercentualAtuacao1";
|
|
this.lblPercentualAtuacao1.Size = new System.Drawing.Size(268, 13);
|
|
this.lblPercentualAtuacao1.TabIndex = 0;
|
|
this.lblPercentualAtuacao1.Text = "Percentual na vertical para detecção de ervas no radar";
|
|
//
|
|
// gpbDirecional
|
|
//
|
|
this.gpbDirecional.Controls.Add(this.lblPercentual1);
|
|
this.gpbDirecional.Controls.Add(this.lblAngulo);
|
|
this.gpbDirecional.Controls.Add(this.txtVelocidadeDirecional);
|
|
this.gpbDirecional.Controls.Add(this.txtAnguloMaximo);
|
|
this.gpbDirecional.Controls.Add(this.lblVelocidadeDirecional);
|
|
this.gpbDirecional.Controls.Add(this.lblAnguloMaximo);
|
|
this.gpbDirecional.Location = new System.Drawing.Point(6, 100);
|
|
this.gpbDirecional.Name = "gpbDirecional";
|
|
this.gpbDirecional.Size = new System.Drawing.Size(550, 88);
|
|
this.gpbDirecional.TabIndex = 6;
|
|
this.gpbDirecional.TabStop = false;
|
|
this.gpbDirecional.Text = "Direcional";
|
|
//
|
|
// lblPercentual1
|
|
//
|
|
this.lblPercentual1.AutoSize = true;
|
|
this.lblPercentual1.Location = new System.Drawing.Point(484, 58);
|
|
this.lblPercentual1.Name = "lblPercentual1";
|
|
this.lblPercentual1.Size = new System.Drawing.Size(15, 13);
|
|
this.lblPercentual1.TabIndex = 5;
|
|
this.lblPercentual1.Text = "%";
|
|
//
|
|
// lblAngulo
|
|
//
|
|
this.lblAngulo.AutoSize = true;
|
|
this.lblAngulo.Location = new System.Drawing.Point(484, 21);
|
|
this.lblAngulo.Name = "lblAngulo";
|
|
this.lblAngulo.Size = new System.Drawing.Size(11, 13);
|
|
this.lblAngulo.TabIndex = 4;
|
|
this.lblAngulo.Text = "º";
|
|
//
|
|
// txtVelocidadeDirecional
|
|
//
|
|
this.txtVelocidadeDirecional.Location = new System.Drawing.Point(358, 55);
|
|
this.txtVelocidadeDirecional.Name = "txtVelocidadeDirecional";
|
|
this.txtVelocidadeDirecional.Size = new System.Drawing.Size(100, 20);
|
|
this.txtVelocidadeDirecional.TabIndex = 5;
|
|
this.txtVelocidadeDirecional.Text = "75";
|
|
this.txtVelocidadeDirecional.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// txtAnguloMaximo
|
|
//
|
|
this.txtAnguloMaximo.Location = new System.Drawing.Point(358, 18);
|
|
this.txtAnguloMaximo.Name = "txtAnguloMaximo";
|
|
this.txtAnguloMaximo.Size = new System.Drawing.Size(100, 20);
|
|
this.txtAnguloMaximo.TabIndex = 4;
|
|
this.txtAnguloMaximo.Text = "30";
|
|
this.txtAnguloMaximo.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// lblVelocidadeDirecional
|
|
//
|
|
this.lblVelocidadeDirecional.AutoSize = true;
|
|
this.lblVelocidadeDirecional.Location = new System.Drawing.Point(6, 58);
|
|
this.lblVelocidadeDirecional.Name = "lblVelocidadeDirecional";
|
|
this.lblVelocidadeDirecional.Size = new System.Drawing.Size(177, 13);
|
|
this.lblVelocidadeDirecional.TabIndex = 1;
|
|
this.lblVelocidadeDirecional.Text = "Velocidade do movimento direcional";
|
|
//
|
|
// lblAnguloMaximo
|
|
//
|
|
this.lblAnguloMaximo.AutoSize = true;
|
|
this.lblAnguloMaximo.Location = new System.Drawing.Point(6, 21);
|
|
this.lblAnguloMaximo.Name = "lblAnguloMaximo";
|
|
this.lblAnguloMaximo.Size = new System.Drawing.Size(249, 13);
|
|
this.lblAnguloMaximo.TabIndex = 0;
|
|
this.lblAnguloMaximo.Text = "Angulo máximo permitido para movimento direcional";
|
|
//
|
|
// gpbLocomocao
|
|
//
|
|
this.gpbLocomocao.Controls.Add(this.lblKmh2);
|
|
this.gpbLocomocao.Controls.Add(this.lblKmh1);
|
|
this.gpbLocomocao.Controls.Add(this.txtVelocidadeComErvas);
|
|
this.gpbLocomocao.Controls.Add(this.txtVelocidadeSemErvas);
|
|
this.gpbLocomocao.Controls.Add(this.lblVelocidadeComErvas);
|
|
this.gpbLocomocao.Controls.Add(this.lblVelocidadeSemErvas);
|
|
this.gpbLocomocao.Location = new System.Drawing.Point(6, 6);
|
|
this.gpbLocomocao.Name = "gpbLocomocao";
|
|
this.gpbLocomocao.Size = new System.Drawing.Size(550, 88);
|
|
this.gpbLocomocao.TabIndex = 0;
|
|
this.gpbLocomocao.TabStop = false;
|
|
this.gpbLocomocao.Text = "Locomoção";
|
|
//
|
|
// lblKmh2
|
|
//
|
|
this.lblKmh2.AutoSize = true;
|
|
this.lblKmh2.Location = new System.Drawing.Point(484, 58);
|
|
this.lblKmh2.Name = "lblKmh2";
|
|
this.lblKmh2.Size = new System.Drawing.Size(32, 13);
|
|
this.lblKmh2.TabIndex = 5;
|
|
this.lblKmh2.Text = "km/h";
|
|
//
|
|
// lblKmh1
|
|
//
|
|
this.lblKmh1.AutoSize = true;
|
|
this.lblKmh1.Location = new System.Drawing.Point(484, 21);
|
|
this.lblKmh1.Name = "lblKmh1";
|
|
this.lblKmh1.Size = new System.Drawing.Size(32, 13);
|
|
this.lblKmh1.TabIndex = 4;
|
|
this.lblKmh1.Text = "km/h";
|
|
//
|
|
// txtVelocidadeComErvas
|
|
//
|
|
this.txtVelocidadeComErvas.Location = new System.Drawing.Point(358, 55);
|
|
this.txtVelocidadeComErvas.Name = "txtVelocidadeComErvas";
|
|
this.txtVelocidadeComErvas.Size = new System.Drawing.Size(100, 20);
|
|
this.txtVelocidadeComErvas.TabIndex = 3;
|
|
this.txtVelocidadeComErvas.Text = "3";
|
|
this.txtVelocidadeComErvas.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// txtVelocidadeSemErvas
|
|
//
|
|
this.txtVelocidadeSemErvas.Location = new System.Drawing.Point(358, 18);
|
|
this.txtVelocidadeSemErvas.Name = "txtVelocidadeSemErvas";
|
|
this.txtVelocidadeSemErvas.Size = new System.Drawing.Size(100, 20);
|
|
this.txtVelocidadeSemErvas.TabIndex = 2;
|
|
this.txtVelocidadeSemErvas.Text = "5";
|
|
this.txtVelocidadeSemErvas.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// lblVelocidadeComErvas
|
|
//
|
|
this.lblVelocidadeComErvas.AutoSize = true;
|
|
this.lblVelocidadeComErvas.Location = new System.Drawing.Point(6, 58);
|
|
this.lblVelocidadeComErvas.Name = "lblVelocidadeComErvas";
|
|
this.lblVelocidadeComErvas.Size = new System.Drawing.Size(206, 13);
|
|
this.lblVelocidadeComErvas.TabIndex = 1;
|
|
this.lblVelocidadeComErvas.Text = "Velocidade quando houver ervas no radar";
|
|
//
|
|
// lblVelocidadeSemErvas
|
|
//
|
|
this.lblVelocidadeSemErvas.AutoSize = true;
|
|
this.lblVelocidadeSemErvas.Location = new System.Drawing.Point(6, 21);
|
|
this.lblVelocidadeSemErvas.Name = "lblVelocidadeSemErvas";
|
|
this.lblVelocidadeSemErvas.Size = new System.Drawing.Size(227, 13);
|
|
this.lblVelocidadeSemErvas.TabIndex = 0;
|
|
this.lblVelocidadeSemErvas.Text = "Velocidade quando não houver ervas no radar";
|
|
//
|
|
// tabMapa
|
|
//
|
|
this.tabMapa.Controls.Add(this.lblTempoEstimado);
|
|
this.tabMapa.Controls.Add(this.lblDistanciaOperacao);
|
|
this.tabMapa.Controls.Add(this.lblDistanciaTotal);
|
|
this.tabMapa.Controls.Add(this.btnCarregarMapa);
|
|
this.tabMapa.Controls.Add(this.lblMapaCarregado);
|
|
this.tabMapa.Controls.Add(this.pnlMapa);
|
|
this.tabMapa.Location = new System.Drawing.Point(4, 22);
|
|
this.tabMapa.Name = "tabMapa";
|
|
this.tabMapa.Padding = new System.Windows.Forms.Padding(3);
|
|
this.tabMapa.Size = new System.Drawing.Size(564, 417);
|
|
this.tabMapa.TabIndex = 1;
|
|
this.tabMapa.Text = "Mapa";
|
|
this.tabMapa.UseVisualStyleBackColor = true;
|
|
//
|
|
// lblTempoEstimado
|
|
//
|
|
this.lblTempoEstimado.AutoSize = true;
|
|
this.lblTempoEstimado.Location = new System.Drawing.Point(411, 14);
|
|
this.lblTempoEstimado.Name = "lblTempoEstimado";
|
|
this.lblTempoEstimado.Size = new System.Drawing.Size(135, 13);
|
|
this.lblTempoEstimado.TabIndex = 5;
|
|
this.lblTempoEstimado.Text = "Tempo estimado: 00:00 hrs";
|
|
//
|
|
// lblDistanciaOperacao
|
|
//
|
|
this.lblDistanciaOperacao.AutoSize = true;
|
|
this.lblDistanciaOperacao.Location = new System.Drawing.Point(252, 14);
|
|
this.lblDistanciaOperacao.Name = "lblDistanciaOperacao";
|
|
this.lblDistanciaOperacao.Size = new System.Drawing.Size(137, 13);
|
|
this.lblDistanciaOperacao.TabIndex = 4;
|
|
this.lblDistanciaOperacao.Text = "Distância operação: 0,00 m";
|
|
//
|
|
// lblDistanciaTotal
|
|
//
|
|
this.lblDistanciaTotal.AutoSize = true;
|
|
this.lblDistanciaTotal.Location = new System.Drawing.Point(118, 14);
|
|
this.lblDistanciaTotal.Name = "lblDistanciaTotal";
|
|
this.lblDistanciaTotal.Size = new System.Drawing.Size(112, 13);
|
|
this.lblDistanciaTotal.TabIndex = 3;
|
|
this.lblDistanciaTotal.Text = "Distância total: 0,00 m";
|
|
//
|
|
// btnCarregarMapa
|
|
//
|
|
this.btnCarregarMapa.Location = new System.Drawing.Point(6, 9);
|
|
this.btnCarregarMapa.Name = "btnCarregarMapa";
|
|
this.btnCarregarMapa.Size = new System.Drawing.Size(97, 23);
|
|
this.btnCarregarMapa.TabIndex = 2;
|
|
this.btnCarregarMapa.Text = "Carregar mapa...";
|
|
this.btnCarregarMapa.UseVisualStyleBackColor = true;
|
|
this.btnCarregarMapa.Click += new System.EventHandler(this.btnCarregarMapa_Click);
|
|
//
|
|
// lblMapaCarregado
|
|
//
|
|
this.lblMapaCarregado.AutoSize = true;
|
|
this.lblMapaCarregado.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.25F);
|
|
this.lblMapaCarregado.Location = new System.Drawing.Point(6, 35);
|
|
this.lblMapaCarregado.Name = "lblMapaCarregado";
|
|
this.lblMapaCarregado.Size = new System.Drawing.Size(116, 13);
|
|
this.lblMapaCarregado.TabIndex = 1;
|
|
this.lblMapaCarregado.Text = "Arquivo carregado: N/C";
|
|
//
|
|
// 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(6, 52);
|
|
this.pnlMapa.Name = "pnlMapa";
|
|
this.pnlMapa.Size = new System.Drawing.Size(550, 359);
|
|
this.pnlMapa.TabIndex = 0;
|
|
//
|
|
// btnSalvar
|
|
//
|
|
this.btnSalvar.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.btnSalvar.Location = new System.Drawing.Point(719, 39);
|
|
this.btnSalvar.Name = "btnSalvar";
|
|
this.btnSalvar.Size = new System.Drawing.Size(75, 23);
|
|
this.btnSalvar.TabIndex = 4;
|
|
this.btnSalvar.Text = "Salvar";
|
|
this.btnSalvar.UseVisualStyleBackColor = true;
|
|
this.btnSalvar.Click += new System.EventHandler(this.btnSalvar_Click);
|
|
//
|
|
// 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(638, 40);
|
|
this.btnCarregar.Name = "btnCarregar";
|
|
this.btnCarregar.Size = new System.Drawing.Size(75, 23);
|
|
this.btnCarregar.TabIndex = 5;
|
|
this.btnCarregar.Text = "Carregar";
|
|
this.btnCarregar.UseVisualStyleBackColor = true;
|
|
this.btnCarregar.Click += new System.EventHandler(this.btnCarregar_Click);
|
|
//
|
|
// txtDescricao
|
|
//
|
|
this.txtDescricao.Location = new System.Drawing.Point(418, 41);
|
|
this.txtDescricao.Name = "txtDescricao";
|
|
this.txtDescricao.Size = new System.Drawing.Size(214, 20);
|
|
this.txtDescricao.TabIndex = 6;
|
|
//
|
|
// lblDescricao
|
|
//
|
|
this.lblDescricao.AutoSize = true;
|
|
this.lblDescricao.Location = new System.Drawing.Point(415, 25);
|
|
this.lblDescricao.Name = "lblDescricao";
|
|
this.lblDescricao.Size = new System.Drawing.Size(55, 13);
|
|
this.lblDescricao.TabIndex = 7;
|
|
this.lblDescricao.Text = "Descrição";
|
|
//
|
|
// frmAjustesOperacao
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(818, 524);
|
|
this.Controls.Add(this.lblDescricao);
|
|
this.Controls.Add(this.txtDescricao);
|
|
this.Controls.Add(this.btnCarregar);
|
|
this.Controls.Add(this.btnSalvar);
|
|
this.Controls.Add(this.tabControl1);
|
|
this.Controls.Add(this.lblModoOperacao);
|
|
this.Controls.Add(this.cmbModosOperacao);
|
|
this.Controls.Add(this.gpbModulos);
|
|
this.Name = "frmAjustesOperacao";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "Parametrização da Operação";
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmAjustesOperacao_FormClosing);
|
|
this.Load += new System.EventHandler(this.frmAjustesOperacao_Load);
|
|
this.gpbModulos.ResumeLayout(false);
|
|
this.pnlModulos.ResumeLayout(false);
|
|
this.pnlModulos.PerformLayout();
|
|
this.tabControl1.ResumeLayout(false);
|
|
this.tabParametros.ResumeLayout(false);
|
|
this.gpbAtuador.ResumeLayout(false);
|
|
this.gpbAtuador.PerformLayout();
|
|
this.gpbDirecional.ResumeLayout(false);
|
|
this.gpbDirecional.PerformLayout();
|
|
this.gpbLocomocao.ResumeLayout(false);
|
|
this.gpbLocomocao.PerformLayout();
|
|
this.tabMapa.ResumeLayout(false);
|
|
this.tabMapa.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.GroupBox gpbModulos;
|
|
private System.Windows.Forms.CheckBox chbBld;
|
|
private System.Windows.Forms.RichTextBox rtbPZM;
|
|
private System.Windows.Forms.CheckBox chbPzm;
|
|
private System.Windows.Forms.RichTextBox rtbSEN;
|
|
private System.Windows.Forms.CheckBox chbSen;
|
|
private System.Windows.Forms.RichTextBox rtbMKS;
|
|
private System.Windows.Forms.CheckBox chbMks;
|
|
private System.Windows.Forms.RichTextBox rtbMVD;
|
|
private System.Windows.Forms.RichTextBox rtbGPS;
|
|
private System.Windows.Forms.CheckBox chbGps;
|
|
private System.Windows.Forms.RichTextBox rtbWIT;
|
|
private System.Windows.Forms.CheckBox chbWit;
|
|
private System.Windows.Forms.RichTextBox rtbATU;
|
|
private System.Windows.Forms.CheckBox chbAtu;
|
|
private System.Windows.Forms.ComboBox cmbModosOperacao;
|
|
private System.Windows.Forms.Label lblModoOperacao;
|
|
private System.Windows.Forms.TabControl tabControl1;
|
|
private System.Windows.Forms.TabPage tabParametros;
|
|
private System.Windows.Forms.TabPage tabMapa;
|
|
private System.Windows.Forms.Button btnSalvar;
|
|
private System.Windows.Forms.Button btnCarregar;
|
|
private System.Windows.Forms.GroupBox gpbDirecional;
|
|
private System.Windows.Forms.Label lblPercentual1;
|
|
private System.Windows.Forms.Label lblAngulo;
|
|
private System.Windows.Forms.TextBox txtVelocidadeDirecional;
|
|
private System.Windows.Forms.TextBox txtAnguloMaximo;
|
|
private System.Windows.Forms.Label lblVelocidadeDirecional;
|
|
private System.Windows.Forms.Label lblAnguloMaximo;
|
|
private System.Windows.Forms.GroupBox gpbLocomocao;
|
|
private System.Windows.Forms.Label lblKmh2;
|
|
private System.Windows.Forms.Label lblKmh1;
|
|
private System.Windows.Forms.TextBox txtVelocidadeComErvas;
|
|
private System.Windows.Forms.TextBox txtVelocidadeSemErvas;
|
|
private System.Windows.Forms.Label lblVelocidadeComErvas;
|
|
private System.Windows.Forms.Label lblVelocidadeSemErvas;
|
|
private System.Windows.Forms.GroupBox gpbAtuador;
|
|
private System.Windows.Forms.Label lblPercentualAtuacao2;
|
|
private System.Windows.Forms.Label lblLitros;
|
|
private System.Windows.Forms.Label label11;
|
|
private System.Windows.Forms.TextBox txtCapacidadeReservatorio;
|
|
private System.Windows.Forms.TextBox txtPercentualAtuacao;
|
|
private System.Windows.Forms.Label lblCapacidadeReservatorio;
|
|
private System.Windows.Forms.Label lblPercentualAtuacao1;
|
|
private System.Windows.Forms.Button btnProximo;
|
|
private System.Windows.Forms.Panel pnlModulos;
|
|
private System.Windows.Forms.RichTextBox rtbLRA;
|
|
private System.Windows.Forms.CheckBox chbLra;
|
|
private System.Windows.Forms.Label lblMapaCarregado;
|
|
private System.Windows.Forms.Panel pnlMapa;
|
|
private System.Windows.Forms.Button btnCarregarMapa;
|
|
private System.Windows.Forms.Label lblTempoEstimado;
|
|
private System.Windows.Forms.Label lblDistanciaOperacao;
|
|
private System.Windows.Forms.Label lblDistanciaTotal;
|
|
private System.Windows.Forms.Label lblPsi;
|
|
private System.Windows.Forms.TextBox txtPressaoLinha;
|
|
private System.Windows.Forms.Label lblPressaoLinha;
|
|
private System.Windows.Forms.Label lblMs;
|
|
private System.Windows.Forms.TextBox txtDuracaoAtuacao;
|
|
private System.Windows.Forms.Label lblDuracaoAtuacao;
|
|
private System.Windows.Forms.TextBox txtDescricao;
|
|
private System.Windows.Forms.Label lblDescricao;
|
|
private System.Windows.Forms.RichTextBox rtbA05;
|
|
private System.Windows.Forms.CheckBox chbA05;
|
|
private System.Windows.Forms.RichTextBox rtbKnt;
|
|
private System.Windows.Forms.CheckBox chbKnt;
|
|
}
|
|
} |